CaptainWoodrow7 wrote: ↑Sat Jun 20, 2020 6:12 am
I want to add the USB boot to my Raspberry Pi 4, but I also want to know how to remove it first.
The booting order is controlled by a setting in a file which is held within the Boot Eeprom itself. If you wish to change the boot order, or change it back, all you need to do is obtain the configuration file, set it how you want, and tell the Pi to set its Boot Eeprom to use that.
https://www.raspberrypi.org/documentati ... teeprom.md
It is intended that boot order settings will be catered for by using the 'raspi-config' app in future.