Hello
First of all thank you for the tips.
I tried to follow the 2nd method proposed by procount but unfortunately it did not work. Here is what I did:
1. Enabled the usb boot. Returned code from terminal is 17:3020000a. Rebooted.
2. Created partition BOOT - 100MiB FAT32 UUID:A34A-27AD
3. Created partion swap - 1GiB
4. Created partition root - 14.65 GiB ext4 UUID: 5f3943f8-e4ed-4e9a-abb9-a8406baa3ad2
5. Downloaded noobs zip file from the website. Unizpped.
6. From os/Raspbian in noobs folder I unzipped root.tar.xz to root partition and boot.tar.xz to BOOT partition.
7. Modified root/etc/fstab to look like:
Code: Select all
proc /proc proc defaults 0 0
PARTUUID=A34A-27AD /boot vfat defaults 0 2
PARTUUID=5f3943f8-e4ed-4e9a-abb9-a8406baa3ad2 / ext4 defaults,noatime 0 1
8. Modified boot/cmdline.txt to look like:
Code: Select all
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=5f3943f8-e4ed-4e9a-abb9-a8406baa3ad2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet init=/usr/lib/raspi-config/init_resize.sh splash plymouth.ignore-serial-consoles
9. Reboot - it boots from SD. Removed SD - does not boot at all but there is power provided to the HDD.