From c941eaa9a834d035f06444c91c4a77f6df1d7b15 Mon Sep 17 00:00:00 2001 From: ezvi Date: Sat, 14 Jan 2017 08:30:07 -0600 Subject: [PATCH] Update uefi-troubleshooting.md When installing 3.2 from usb I found that the xen.cfg file was located in a different place, mnt/sysimage/boot/efi/EFI/qubes/xen.cfg. --- troubleshooting/uefi-troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/troubleshooting/uefi-troubleshooting.md b/troubleshooting/uefi-troubleshooting.md index 1e5a80ec..92282887 100644 --- a/troubleshooting/uefi-troubleshooting.md +++ b/troubleshooting/uefi-troubleshooting.md @@ -68,6 +68,10 @@ Some Dell systems and probably others have [another bug in UEFI firmware](http:/ 5. Execute: sed -i -e 's/^options=.*/\0 efi=attr=uc/' /mnt/sysimage/boot/efi/qubes/xen.cfg + + or if you're installing 3.2 execute: + + sed -i -e 's/^options=.*/\0 efi=attr=uc/' /mnt/sysimage/boot/efi/EFI/qubes/xen.cfg 6. Now you can reboot the system by issuing `reboot` command.