EFI force boot screen
Is it possible to force the boot loader to break into the EFI boot menu on power up?
Re: EFI force boot screen
No. There is no EFI on the Pi.dvescovi wrote:Is it possible to force the boot loader to break into the EFI boot menu on power up?
-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: EFI force boot screen
dvescovi wrote:Is it possible to force the boot loader to break into the EFI boot menu on power up?
https://en.wikipedia.org/wiki/EFI_system_partition
This is how the Raspberry Pi Boots (the 3B has additional options but basics the same), completely different to a x86 PC with UEFI BIOS:
http://wiki.beyondlogic.org/index.php?t ... ot_Process
Take what I advise as advice not the utopian holy grail, and it is gratis !!
Re: EFI force boot screen
This is for Windows 10 core on Pi. It uses EFI boot.
Re: EFI force boot screen
Are you sure? Because the Pi does not have EFI. If it boots that way (which I doubt), it must load in an equivalent of a BIOS from the SD card.dvescovi wrote:This is for Windows 10 core on Pi. It uses EFI boot.
Try posting in the Windows 10 IoT forum, or asking Microsoft?
-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: EFI force boot screen
Yes you are right, the typical boot process for Windows 10 IoT Core looks like this:dvescovi wrote:This is for Windows 10 core on Pi. It uses EFI boot.
The device powers on and runs the SoC firmware bootloader.
The bootloader launches the UEFI environment and UEFI applications.
The UEFI environment launches the Boot Manager, which can be found in
C:.\EFIESP\EFI\Microsoft\boot\bootmgfw.efi
The Boot Manager launches the Windows Boot Loader, which can be found in
C:\Windows\System32\Boot\winload.efi
The Windows Boot Loader launches the main OS.
You will likely need to ask on the MS Forum:
https://social.msdn.microsoft.com/forum ... WindowsIoT
Take what I advise as advice not the utopian holy grail, and it is gratis !!
Re: EFI force boot screen
What about change the bcd file? Have you try yet?dvescovi wrote:Is it possible to force the boot loader to break into the EFI boot menu on power up?