Advertisement
PrimePastes

How to Fix UEFI Virtual Box Boot Loader When Installing Windows

Apr 6th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Why do I get an EFI Shell when booting Windows 10?
  2. This is happens because the user may forget to capture the inputs and press any key inside the VM before the timer runs out. When the timer does run out, the EFI looks for the next available boot option which in this case is the internal EFI Shell. This is easy to fix though, just do the following at the EFI shell:
  3.  
  4. Make sure the top of the screen says UEFI Interactive Shell and EDK II.
  5.  
  6. Type in FS0: and hit enter (That's a zero)
  7.  
  8.  
  9. Type in EFI\BOOT\BOOTx64.efi and hit enter. If this is ARM Windows, type EFI\BOOT\BOOTAA64.efi instead.
  10.  
  11. Quickly press any key to actually boot Windows
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement