The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





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
Post Reply 


Messages In This Thread
WinRE - astrapi - 2013-02-26 21:21
RE: WinRE - robinsmidsrod - 2013-02-27, 08:37
RE: WinRE - astrapi - 2013-02-27, 11:55
RE: WinRE - robinsmidsrod - 2013-02-28, 13:36



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