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

Troubleshooting • Re: cant get booting from NVMe to work

$
0
0
Sounds like you have an old bootloader and/or the wrong configuration for boot order.
  1. Update you boot loader:
    1. Boot from SD card
    2. Code:

      sudo apt updatesudo apt full-upgrade -ysudo reboot
  2. Set the boot order:
    1. Code:

      sudo -E rpi-eeprom-config --edit
    2. Find the line starting with BOOT_ORDER=
    3. Make sure 6 is the last digit on that line. This makes the NVMe drive the first boot device.
    4. Save and close
  3. Shutdown
  4. Remove SD card
  5. Boot

Statistics: Posted by thagrol — Wed Feb 28, 2024 1:34 pm



Viewing all articles
Browse latest Browse all 4869

Trending Articles