iPXE discussion forum

Full Version: WIM Filename and wimboot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I'm trying to boot a WIM with wimboot on EFI. When the filename for the WIM I use is boot.wim, it boots up just fine. However if I use a different filename (i.e. myboot.wim) I get a boot manager error (0xc000000f, A required device isn't connected or can't be accessed.).

Does the WIM fiename have to be "boot.wim"?

CS
boot.wim is defined in your BCD
but the normal way to do this is to use
initrd -n boot.wim server/my.wim boot.wim

full post explaining this in more details at: http://forum.ipxe.org/showthread.php?tid...4#pid34884
(2019-07-24 18:42)NiKiZe Wrote: [ -> ]boot.wim is defined in your BCD
but the normal way to do this is to use
initrd -n boot.wim server/my.wim boot.wim

full post explaining this in more details at: http://forum.ipxe.org/showthread.php?tid...4#pid34884

That did the trick, thank you!

CS
Reference URL's