Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wimboot: no bootmgr.exe
2014-03-12, 15:57
Post: #9
RE: wimboot: no bootmgr.exe
(2014-03-11 21:19)VirtualNobody Wrote:  I made the bootstrap.vbs and winpeshl.ini modifications. Now when I boot, I get a CMD box stating it's configuring the DNS client, so it appears the bootstrap.vbs file is triggering, then *poof* it reboots.

Any idea what I did wrong? Is the bootstrap.vbs and winpeshl.ini available as a download anywhere? I would feel more comfortable with that then cutting and pasting from a web page, and possibly getting errors that way.

No; they exist only as part of the documentation.

You could try modifying bootstrap.vbs so that it contains only the first two lines:

Code:
Set os = WScript.CreateObject ( "WScript.Shell" )
os.Run "%COMSPEC%", 7, false

That should get you a (minimized) command window which you can open and experiment with.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: wimboot: no bootmgr.exe - mcb30 - 2014-03-06, 11:43
RE: wimboot: no bootmgr.exe - mcb30 - 2014-03-07, 16:45
RE: wimboot: no bootmgr.exe - mcb30 - 2014-03-12 15:57
RE: wimboot: no bootmgr.exe - mcb30 - 2014-03-12, 17:59
RE: wimboot: no bootmgr.exe - mcb30 - 2014-03-12, 18:18
RE: wimboot: no bootmgr.exe - mcb30 - 2014-03-19, 13:50



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