Reply To: Pi does not boot anymore after I set up an additional partition on boot device

Max2Play Home Forums Max2Play on Raspberry PI Pi does not boot anymore after I set up an additional partition on boot device Reply To: Pi does not boot anymore after I set up an additional partition on boot device

8. August 2019 at 21:54 #46708

Hello Norbert
I made a copy from the SD to the SSD with a program called „Roadkil`s DiskImage Version 1.6“.
For 32Gb SD the program ran 45minutes.
Afterwards i copied the ISO with DiskImager to a blank SD (240 GB).
Then I did a first boot with raspi 3B+. Everthing worked fine.
Afterwards I did a shutdown (sudo shutdown -h now)
I put the SSD on my Laptop via USB an formated the unused space with partionwizzard (free Version) to EXT4 with name „Daten“
then:
sudo mkdir/mnt/daten for the new space
check also sudo nano /etc/fstab -> I used for the mounting the max2play html gui in tab „file System mount“

my Settings:
##USERMOUNT
UUID=fdf7a0af-2c14-d601-f0b5-a0af2c14d601 /mnt/daten ext4 defaults,nofail,iocharset=utf8
/dev/sda4 /mnt/daten ext4 defaults,noatime 0 1

pi@max2play:~ $ sudo blkid
/dev/sda1: LABEL=“boot“ UUID=“DF02-C322″ TYPE=“vfat“ PARTUUID=“ee397c53-01″
/dev/sda2: UUID=“28590797-4810-4851-b4ec-bf9672c2918c“ TYPE=“ext4″ PARTUUID=“ee397c53-02″
/dev/sda4: UUID=“fdf7a0af-2c14-d601-f0b5-a0af2c14d601″ TYPE=“ext4″ PARTUUID=“ee397c53-04″
/dev/sda3: PARTUUID=“ee397c53-03″

pi@max2play:~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 223,6G 0 disk
├─sda1 8:1 0 41,8M 0 part /media/usb0
├─sda2 8:2 0 29,1G 0 part /media/usb1
├─sda3 8:3 0 195,3M 0 part
└─sda4 8:4 0 194,3G 0 part /mnt/daten

best regards

  • This reply was modified 4 years, 8 months ago by Boba.