No bug. The boot order reads right to left.
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.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:~ $ 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....
Code:
addohm@pinas:~ $ vcgencmd bootloader_config[all]BOOT_UART=1POWER_OFF_ON_HALT=0BOOT_ORDER=0xf146
Statistics: Posted by davidcoton — Sun Feb 11, 2024 4:11 pm