Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP causing wimboot to fail with: Bad CPIO magic, FATAL: could not extract inited fil
2014-08-25, 11:37
Post: #2
RE: PHP causing wimboot to fail with: Bad CPIO magic, FATAL: could not extract inited fil
You've forgotten the second parameter to the initrd lines. It ensures that the file is packed into an anonymous CPIO archive located in the right location in the virtual filesystem.

Code:
#don't do this
print "initrd http://192.168.0.1/iso/paragon/BOOT/BCD"."\n";
#do this
print "initrd http://192.168.0.1/iso/paragon/BOOT/BCD BCD"."\n";
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: PHP causing wimboot to fail with: Bad CPIO magic, FATAL: could not extract inited fil - robinsmidsrod - 2014-08-25 11:37



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