Skip to content

Commit c0c272f

Browse files
katshann-raspberrymudge
authored andcommitted
Update NVMe boot section because it's in the default boot order.
1 parent 6d7d377 commit c0c272f

File tree

1 file changed

+8
-4
lines changed
  • documentation/asciidoc/accessories/m2-hat-plus

1 file changed

+8
-4
lines changed

documentation/asciidoc/accessories/m2-hat-plus/about.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,14 @@ WARNING: Always disconnect your Raspberry Pi from power before connecting or dis
210210
To boot from an NVMe drive attached to the M.2 HAT+ or M.2 HAT+ Compact, complete the following steps:
211211

212212
. xref:../computers/getting-started.adoc#raspberry-pi-imager[Install an operating system to your NVMe drive by using Raspberry Pi Imager]. You can do this from your Raspberry Pi if you already have an SD card with a Raspberry Pi OS image.
213-
. Boot your Raspberry Pi into Raspberry Pi OS using an SD card or USB drive to alter the boot order in the persistent on-board EEPROM configuration.
214-
. In a terminal on your Raspberry Pi, run `sudo raspi-config` to open the Raspberry Pi Configuration CLI.
215-
. Under `Advanced Options` > `Boot Order`, choose `NVMe/USB boot`. Then, exit `raspi-config` with `Finish` or the *Escape* key.
216-
. Reboot your Raspberry Pi with `sudo reboot`.
213+
. Reboot your Raspberry Pi.
214+
* If you don't have an SD card inserted in your Raspberry Pi 5, it boots automatically from your NVMe drive.
215+
* If you do have an SD card inserted in your Raspberry Pi 5, it attempts to boot from the SD card first. You can change the boot order on your Raspberry Pi by completing the following steps:
216+
.. Boot your Raspberry Pi into Raspberry Pi OS using an SD card.
217+
.. In a terminal on your Raspberry Pi, run `sudo raspi-config` to open the Raspberry Pi Configuration CLI.
218+
.. Under `Advanced Options` > `Boot Order`, choose `NVMe/USB boot`.
219+
.. Exit `raspi-config` with `Finish` or the *Escape* key.
220+
.. Reboot your Raspberry Pi with `sudo reboot`.
217221

218222
For more information, see xref:../computers/raspberry-pi.adoc#nvme-ssd-boot[NVMe boot].
219223

0 commit comments

Comments
 (0)