Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WinRE
2013-02-26, 21:21
Post: #1
WinRE
Hello,

i boot a Winre.wim file from my server, with this script

#!ipxe

Code:
cpuid --ext 29 && set arch amd64 || set arch x86
kernel wimboot
initrd ${arch}/ISO/bootmgr       bootmgr
initrd ${arch}/ISO/boot/bcd      BCD
initrd ${arch}/ISO/boot/boot.sdi boot.sdi
initrd ${arch}/Winre.wim         boot.wim
boot

The image boot. when i run the "c:\windows\system32\bmrui.exe" it crash with

"The system can't find the file. (0x800700002)"

How can i run "bmrui.exe"?
Find all posts by this user
Quote this message in a reply
2013-02-27, 08:37
Post: #2
RE: WinRE
I suggest you look in the appropriate windows system log or run a debugger tool to figure out what file it is looking for. If that file is not on the mounted volume, there is your clue. Not all ISOs or WIMs can be network-booted without issues.

Also, where did you get winre.wim from?
Visit this user's website Find all posts by this user
Quote this message in a reply
2013-02-27, 11:55
Post: #3
RE: WinRE
(2013-02-27 08:37)robinsmidsrod Wrote:  Also, where did you get winre.wim from?

The winre.wim is from a repair disk generated by windows 7.
Find all posts by this user
Quote this message in a reply
2013-02-28, 13:36
Post: #4
RE: WinRE
Are you sure the winre.wim is supposed to work in standalone mode, and that the ISO generated doesn't contain more files needed after the .wim is booted? If so, it wouldn't be easy to make it work properly with iPXE/wimboot.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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