Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wimboot and windows 8.1
2013-07-05, 08:04
Post: #1
wimboot and windows 8.1
Hello.
I want to boot windows 8.1 using pxe and wimboot but I get some errors that it can't find bootmgr.exe. This happens if I'm using the files from windows 8.1 like is described in the documentation.
If I'm using the bootmgr.exe and the rest of the files from windows 7 then I can get past this message but it bsod with error 0x0000001a. This means memory management error.
Can someone help?
Thank you.
Find all posts by this user
Quote this message in a reply
2013-07-05, 14:27
Post: #2
RE: wimboot and windows 8.1
(2013-07-05 08:04)dann23 Wrote:  I want to boot windows 8.1 using pxe and wimboot but I get some errors that it can't find bootmgr.exe. This happens if I'm using the files from windows 8.1 like is described in the documentation.
If I'm using the bootmgr.exe and the rest of the files from windows 7 then I can get past this message but it bsod with error 0x0000001a. This means memory management error.
Can someone help?
Thank you.

wimboot has not been tested with Windows 8.1. What's probably happening is that Microsoft have yet again changed the compression scheme they use inside bootmgr, meaning that wimboot's heuristics can't find the embedded copy of bootmgr.exe within bootmgr.

If you can track down a Windows 8.1 copy of bootmgr.exe, you could try replacing the line

Code:
initrd bootmgr bootmgr

with

Code:
initrd bootmgr.exe bootmgr.exe

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
2013-07-05, 14:41
Post: #3
RE: wimboot and windows 8.1
Thank you. It works but not completely. The error with missing bootmgr is gone and it starts to load the image but I get an BSOD with error code 0x0000001A and parameters
0x0000000000001233
0x0000000000000000
0x0000000000000005
0x0000000000000000
Find all posts by this user
Quote this message in a reply
Post Reply 




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