Open main menu

Changes

NVMe SSD boot with the Raspberry Pi 5

20 bytes added, 18:46, 22 December 2023
==Set NVMe early in the boot order==
The PCIe connection should work after a reboot, but your Pi won't try booting off an NVMe SSD yet. For that, you need to change the '''BOOT_ORDER''' in the Raspberry Pi's bootloader configuration:
<pre>
# Edit the EEPROM on the Raspberry Pi 5.
sudo rpi-eeprom-config --edit
# Change Run the following command to edit the EEPROM on the Raspberry Pi 5. sudo rpi-eeprom-config --editThen change the BOOT_ORDER line to the following: BOOT_ORDER=0xf416</pre>
- Press Ctrl-O, then enter, to write the change to the file.