Update efibootmgr command (#23307)

This commit is contained in:
Pierre 2022-07-07 22:14:43 +02:00 committed by GitHub
parent 4187d3496d
commit a369f6733f
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 ```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: