Fortunately, it's possible to boot from a USB disk although you'll still need a SD/microSD card inserted in the slot. Obviously need to format/copy all required files into the partition in the USB disk/stick. In addition, and here's the magic, change the default boot path to instruct RPi to boot from the USB drive. Edit the file cmdline.txt from the FAT partition on the SD card, and change the line:
root=/dev/mmcblk0p2
to read like this:
root=/dev/sdaX
where sdaX is the proper partition from your USB drive (i.e. sda2).
Now reboot your Raspberry Pi, which will briefly boot from the SD/microSD card, and then switch to the USB drive to fully complete the boot sequence from it
No comments:
Post a Comment