From 7ca69ee1085b6e251ba9bf138fa2d72c0b849c01 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Aug 2022 19:41:15 +0200 Subject: [PATCH] Fix efibootmgr command (#23783) --- source/_includes/installation/operating_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 460d1cafbbe..c5a8158f0c6 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -165,7 +165,7 @@ This can be accomplished either by using a live operating system (e.g. Ubuntu) a ```text efibootmgr --create --disk /dev/ --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: