Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Grub2 + wimboot to boot .wim file in EFI mode
2016-07-08, 06:11
Post: #3
RE: Grub2 + wimboot to boot .wim file in EFI mode
Quote:Yes, you can do that with iPXE in UEFI. Use the "file://" URI scheme to access local filesystems. See http://git.ipxe.org/ipxe.git/commitdiff/9913a40 for more details.

Thank you for your answer.

I tried but could not figure it out.

From Grub2 on local disk, I chainload the ipxe.efi
[Image: 1DIVEQr.png]
Code:
menuentry "chainloader EFI"{
    chainloader /ipxe.efi
}
And here is the rest of it.
[Image: o4XP1xS.png]

Could you let me know how to make to work?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Grub2 + wimboot to boot .wim file in EFI mode - Ryan - 2016-07-08 06:11



User(s) browsing this thread: 1 Guest(s)