Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Could not patch WIM?
2017-10-11, 20:43
Post: #2
RE: Could not patch WIM?
(2017-10-11 11:06)chillywilly Wrote:  Hello, in attempt to load wim the file through ipxe gives an error message
could not patch WIM boot.wim
the WIM size 1,5 gb if it matters.

[Image: 1jpg_6183762_27846621.jpg]

kernel http://${fog-ip}/fog/service/ipxe/WinXP/wimboot pause gui
initrd http://${fog-ip}/fog/service/ipxe/WinXP/bootmgr.exe bootmgr.exe
initrd http://${fog-ip}/fog/service/ipxe/WinXP/boot/BCD BCD
initrd http://${fog-ip}/fog/service/ipxe/WinXP/boot/boot.sdi boot.sdi
initrd http://${fog-ip}/fog/service/ipxe/WinXP/boot/boot.wim boot.wim
imgstat || echo "ERROR at IMGSTAT"; sleep 3
prompt || echo "ERROR at PROMPT"; sleep 3
boot || echo "ERROR AT BOOT"; sleep 3;goto MENU

You should not need to specify bootmgr.exe - that should be extracted automatically from the boot.wim in any recent version of wimboot.

You also have some other files, such as
header (if I read the output correctly this file is 0 bytes, so not supported)
lookup.copy
lookup.boot
lookup.file

So your script don't seem to match your output, but one thing to try is to add imgfree before kernel in your script, so that any other files then the ones that you actually want are cleared away before wimboot goes into action.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Could not patch WIM? - chillywilly - 2017-10-11, 11:06
RE: Could not patch WIM? - NiKiZe - 2017-10-11 20:43
RE: Could not patch WIM? - jtvdw - 2018-04-17, 08:45
RE: Could not patch WIM? - NiKiZe - 2018-04-17, 16:43
RE: Could not patch WIM? - jtvdw - 2018-04-18, 07:40
RE: Could not patch WIM? - NiKiZe - 2018-04-18, 17:26
RE: Could not patch WIM? - jtvdw - 2018-04-19, 10:21
RE: Could not patch WIM? - NiKiZe - 2018-04-19, 19:07
RE: Could not patch WIM? - 2Shirt - 2018-10-12, 01:47



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