Merge branch 'ezvi-patch-1'

This commit is contained in:
Andrew David Wong 2017-01-14 14:29:31 -08:00
commit df6de11213
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -68,6 +68,10 @@ Some Dell systems and probably others have [another bug in UEFI firmware](http:/
5. Execute: 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
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. 6. Now you can reboot the system by issuing `reboot` command.