Fix efibootmgr command (#23783)

This commit is contained in:
Franck Nijhof 2022-08-18 19:41:15 +02:00 committed by GitHub
parent 7de40a215c
commit 7ca69ee108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ This can be accomplished either by using a live operating system (e.g. Ubuntu) a
```text
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: