I have my raspberry pi 5 hooked up to an nvme via pcie. When I pull up raspi-config the only options are to boot nvme first or sd first. However I need an option to boot usb first followed by nvme. The case I'm using doesn't provide access to the micro sd card slot.
I've tried finding the setting in raspi-config
I've tried changing the boot order manually by editing eeprom
So as far as I know this sets the boot order to USB then NVME then SD but it still just boots into NVME.
Help please![Very Happy :D]()
UPDATE:
Seems the documentation I was using from Raspberry Pi was not applicable to what I was doing but....
WORKS
I've tried finding the setting in raspi-config
I've tried changing the boot order manually by editing eeprom
Code:
sudo rpi-eeprom-config --edit
Code:
BOOT_UART=1POWER_OFF_ON_HALT=0BOOT_ORDER=0xf461
Help please

UPDATE:
Seems the documentation I was using from Raspberry Pi was not applicable to what I was doing but....
Code:
BOOT_UART=1POWER_OFF_ON_HALT=0BOOT_ORDER=0xf164
Statistics: Posted by madderhatter — Wed Feb 21, 2024 7:20 pm