From e28c05c499da4fe7cd385b0f6cffbd58dffa170d Mon Sep 17 00:00:00 2001 From: Natsui31 Date: Fri, 25 Nov 2016 08:43:00 +0100 Subject: [PATCH] Troubleshooting.md fix command typo --- troubleshooting/uefi-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/uefi-troubleshooting.md b/troubleshooting/uefi-troubleshooting.md index 659b54d2..8c4a0e34 100644 --- a/troubleshooting/uefi-troubleshooting.md +++ b/troubleshooting/uefi-troubleshooting.md @@ -67,7 +67,7 @@ Some Dell systems and probably others have [another bug in UEFI firmware](http:/ 4. Go to `tty2` (Ctrl-Alt-F2). 5. Execute: - sed -i -e 's/^options=.*/\0 efi=attr=uc' /mnt/sysimage/boot/efi/qubes/xen.cfg + sed -i -e 's/^options=.*/\0 efi=attr=uc/' /mnt/sysimage/boot/efi/qubes/xen.cfg 6. Now you can reboot the system by issuing `reboot` command.