Skip to content

Commit

Permalink
Merge branch 'kulinacs-uefi'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidwong committed Dec 18, 2016
2 parents f8491fa + 7e82b24 commit 8af0072
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions troubleshooting/uefi-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,15 @@ Some Dell systems and probably others have [another bug in UEFI firmware](http:/

* * *
<b name="f1">1</b> If you use rEFInd, you can see 3 options regarding the USB installer. Choose "Fallback Boot Loader" to enter the GRUB menu. [](#a1-1) [](#a1-2)


Boot device not recognized after installing
------------------------------------------

Some firmware will not recognize the default Qubes EFI configuration. As such,
it will have to be manually edited to be bootable (this will need to be done after
every kernel and Xen update.)

1. Copy `/boot/efi/EFI/qubes/` to `/boot/efi/EFI/BOOT/`.
2. Rename `/boot/efi/EFI/BOOT/xen.efi` to `/boot/efi/EFI/BOOT/BOOTX64.efi`.
3. Rename `/boot/efi/EFI/BOOT/xen.cfg` to `/boot/efi/EFI/BOOT/BOOTX64.cfg`.

0 comments on commit 8af0072

Please sign in to comment.