Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WIM Filename and wimboot
2019-07-24, 18:21
Post: #1
WIM Filename and wimboot
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
Find all posts by this user
Quote this message in a reply
2019-07-24, 18:42
Post: #2
RE: WIM Filename and wimboot
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

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2019-07-24, 19:28
Post: #3
RE: WIM Filename and wimboot
(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
Find all posts by this user
Quote this message in a reply
Post Reply 




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