mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-02 06:46:11 -04:00
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.
This commit is contained in:
parent
5573749c16
commit
c941eaa9a8
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue