Skip to content

Commit 1a200b9

Browse files
ericrowandavide125
authored andcommitted
docs: Remove non-existent poweroff command from U-Boot docs
The `poweroff` command is not available in U-Boot 2025.04 on Apple Silicon. Remove it from the list of useful commands and add a note explaining how to power off the machine. Closes #210 Signed-off-by: Eric Rowan <ericrowan@icloud.com>
1 parent 631747c commit 1a200b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/sw/u-boot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ If you are using a USB to load a recovery / "Live CD", ensure you also have `usb
7878
```sh
7979
bootd # Continue the default U-Boot script
8080
reset # Reboot the machine
81-
poweroff # Shutdown the machine completely
8281
nvme scan # Discover NVMe disks (required for next command to succeed)
8382
ls nvme 0:4 / # List the contents of the paired EFI System Partition
8483
```
84+
85+
Note: The `poweroff` command is not available in U-Boot on Apple Silicon. To power off the machine, boot into an operating system (Linux or macOS) and use its shutdown command.

0 commit comments

Comments
 (0)