Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CPIO magic error
2013-02-27, 07:59
Post: #1
CPIO magic error
    Hello friends

I try to boot windows Pe as per the guild line given here http://ipxe.org/wimboot but when i run it.

At boot time it is giving me the error of : CPIO MAGIC

I attached the snapshot of it.

For your infromation
I am using the windows pe 2.0
Find all posts by this user
Quote this message in a reply
2013-02-27, 08:41
Post: #2
RE: CPIO magic error
You've forgotten the second parameter to the initrd lines. They are supposed to look like this:

Code:
initrd http://myserver/winpe/bootmgr bootmgr

That second mention of "bootmgr" is very important. That instructs iPXE to create a standalone CPIO archive in memory and name the file "bootmgr". Without this extra param on initrd lines wimboot doesn't work as expected, because the windows files are not CPIO archives. They need to be wrapped in memory.
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)