mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update efibootmgr command (#23307)
This commit is contained in:
parent
4187d3496d
commit
a369f6733f
@ -165,7 +165,7 @@ This can be accomplished either by using a live operating system (e.g. Ubuntu) a
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
efibootmgr --create --disk /dev/<drivename> --part 1 --label "HAOS" \
|
efibootmgr --create --disk /dev/<drivename> --part 1 --label "HAOS" \
|
||||||
--loader \EFI\BOOT\bootx64.efi
|
--loader "\EFI\BOOT\bootx64.efi"
|
||||||
```
|
```
|
||||||
|
|
||||||
Or else, the BIOS might provide you with a tool to add boot options, there you can specify the path to the EFI file:
|
Or else, the BIOS might provide you with a tool to add boot options, there you can specify the path to the EFI file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user