Sounds like you have an old bootloader and/or the wrong configuration for boot order.
- Update you boot loader:
- Boot from SD card
Code:
sudo apt updatesudo apt full-upgrade -ysudo reboot
- Set the boot order:
Code:
sudo -E rpi-eeprom-config --edit
- Find the line starting with BOOT_ORDER=
- Make sure 6 is the last digit on that line. This makes the NVMe drive the first boot device.
- Save and close
- Shutdown
- Remove SD card
- Boot
Statistics: Posted by thagrol — Wed Feb 28, 2024 1:34 pm