Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3866

Troubleshooting • Change Boot Order to USB Raspberry Pi 5 (w/NVME)[SOLVED]

$
0
0
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

Code:

sudo rpi-eeprom-config --edit

Code:

BOOT_UART=1POWER_OFF_ON_HALT=0BOOT_ORDER=0xf461
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 :D

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
WORKS

Statistics: Posted by madderhatter — Wed Feb 21, 2024 7:20 pm



Viewing all articles
Browse latest Browse all 3866

Trending Articles