Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wimboot using grub2 on EFI
2018-03-27, 02:50 (This post was last modified: 2018-03-27 03:37 by sherpya.)
Post: #4
RE: wimboot using grub2 on EFI
unfortunately still nothing, but looks like the file: protocol is working:
Code:
iPXE> kernel file:/boot/wimboot
file:/boot/wimboot... ok
iPXE> initrd file:/dart/BCD
file:/dart/BCD... ok
iPXE> initrd file:/dart/boot.sdi
file:/dart/boot.sdi... ok
iPXE> initrd file:/dart/boot.wim
file:/dart/boot.wim... ok
iPXE> boot
Could not boot: No such device (http://ipxe.org/2c048087)
iPXE>

by skipping efi_pxe_install() and efi_image_path() call I was able to start wimboot executable
but then it fails:

Code:
wimboot v2.6.0 -- Windows Imaging Format bootloader -- http://ipxe.org/wimboot

Command line: "wimboot"
Could not open simple file system: 0x8000000000000002
Could not boot: Error 0x7f048281 (http://ipxe.org/7f048281)

I suppose it should be possible to setup needed structures for wimboot while skipping not applicable calls for snp protocol
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
wimboot using grub2 on EFI - sherpya - 2017-12-25, 22:07
RE: wimboot using grub2 on EFI - sherpya - 2018-03-27 02:50



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