Feature request: Boot noobs form an USB stick (USB only environment) #356
Description
Working with an USB stick only is really nice.
The posts https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md
and https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=44177 are great.
Those posts descripe USB only booting.
So booting and working with an USB stick is much more fun.
It is the only way to boot a USB storage device without an SD card. When the boot is complete you can insert the SD card. This is nice, because then you can modify the file system or other things that you could not when the root file system is in use.
So here is my feature request:
Please port NOOBS to an USB stick only environment. USB sticks are more reliable and cheaper than SD cards. I tried to move NOOBS to the USB stick. The boot failed because the file recovery.elf has hard coded /dev/mmcblk0 in it and does not know how to handle /dev/sda. I think also recovery7.img has to modified.
I hope you will soon release a new recovery.elf file that will work with USB only situations.
I have checked https://github.com/procount/pinn for USB support. But there are only installation images from an USB stick supported, but not booting from USB.