Skip to content

Commit 179dfac

Browse files
Merge pull request #4041 from aaronaxvig/patch-1
Update boot order config process
2 parents db898a5 + 4c720fe commit 179dfac

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

documentation/asciidoc/computers/raspberry-pi/boot-nvme.adoc

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,14 @@ $ sudo apt update && sudo apt full-upgrade
2929

3030
=== Edit the bootloader boot priority
3131

32-
Use the Raspberry Pi Configuration CLI to update the bootloader:
32+
Use the Raspberry Pi Software Configuration Tool to update the bootloader:
3333

3434
[source,console]
3535
----
3636
$ sudo raspi-config
3737
----
3838

39-
Under `Advanced Options` > `Bootloader Order`, specify that the bootloader should attempt to boot from `NVMe` first:
40-
41-
[source,console]
42-
----
43-
$ sudo rpi-eeprom-update -a
44-
----
45-
46-
Then, reboot with `sudo reboot`. Your Raspberry Pi should boot from NVMe.
39+
Under `Advanced Options` > `Boot Order`, specify an option that includes NVMe. It will then write these changes to the bootloader and return to the Config Tool, in which you can `Finish` and reboot. Your Raspberry Pi will use the new boot order now.
4740

4841
For CM4, use `rpiboot` to update the bootloader. You can find instructions for building `rpiboot` and configuring the IO board to switch the ROM to usbboot mode in the https://github.com/raspberrypi/usbboot[USB boot GitHub repository].
4942

0 commit comments

Comments
 (0)