Changes

Jump to navigation Jump to search

NVMe SSD boot with the Raspberry Pi 5

905 bytes removed, 19 April
no edit summary
0001:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries Device 2712 (rev 21)
0001:01:00.0 Ethernet controller: Device 1de4:0001
<span class="tb_red">If your NVMe SSD is not recognized, updating the bootloader firmware is essential!</span>You can either use a terminal, and simply use the following commands Refer to update your firmware: (Firstly the Raspberry Pi 5 needs [[How to be connected to the internet) sudo apt update sudo apt upgrade rpi-eeprom-update -aIf a firmware ]] to update is available you will be prompted to install it and your Raspberry Pi will reboot. More information about updating the firmware on your Raspberry Pi is available in the [https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#bootloader_update_stable official documentation]. After updating the firmware and your SSD is still recognized, Please check or [[#FAQ]] Q1 to know more detail and try againdetailsThen run the following command to check the BOOTLOADER version: vcgencmd bootloader_versionMaybe the result is following:<pre>pi@raspberrypi:~ $ vcgencmd bootloader_version2024/04/18 09:45:00version 86ccc427f35fdc604edc511881cdf579df945fb4 (release)timestamp 1713429900update-time 1713493735capabilities 0x0000007f</pre>'2024/04/18' is the firmware version;
==Flash OS onto NVME SSD==
* Use tool '''raspi-config''' to set boot order
sudo raspi-config
Then select '''6 Advanced Opitions''' => '''A4 Boot Order''' => '''B2 NVMe/USB Boot''' answer '''Yes''', then <code>sudo reboot</code>
* Run the following command to set boot order.
sudo rpi-eeprom-config --edit

Navigation menu