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

Troubleshooting • Re: How can you force an SD card boot without disconnecting the NVMe

$
0
0

Looking at it, raspi-config is not doing this correctly. Heres the output after I've changed the boot order to SD card. This shows `0xf461` which is still NVMe first.

Code:

addohm@pinas:~ $ sudo raspi-config Updating bootloader EEPROM image: /lib/firmware/raspberrypi/bootloader-2712//default/pieeprom-2024-01-05.binconfig_src: /tmp/tmp.st60aEtVyfconfig: /tmp/tmp.st60aEtVyf################################################################################[all]BOOT_UART=1POWER_OFF_ON_HALT=0BOOT_ORDER=0xf461....
Theres definitely some kind of bug here. I'm just going to reluctantly disconnect the NVMe for now to force boot to SD card. When I change it to NVMe boot, it changes to `0xf146` which insinuates SD boot but still boots from NVMe.

Code:

addohm@pinas:~ $ vcgencmd bootloader_config[all]BOOT_UART=1POWER_OFF_ON_HALT=0BOOT_ORDER=0xf146
No bug. The boot order reads right to left.

Statistics: Posted by davidcoton — Sun Feb 11, 2024 4:11 pm



Viewing all articles
Browse latest Browse all 4821

Trending Articles