Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe and mboot.c32
2013-07-24, 14:05 (This post was last modified: 2013-07-24 14:06 by robinsmidsrod.)
Post: #13
RE: ipxe and mboot.c32
Okay, here is what you need to do. I'm going to use tboot.b00 as an example.

Code:
file tboot.b00
# if not gzip compressed, do nothing
# if gzip compressed
mv tboot.b00 tboot.b00.gz
gunzip tboot.b00.gz
# if gzip compressed, but actually ending in .gz
gunzip useropts.gz
mv useropts useropts.gz

The important thing is that all files need to be uncompressed, but the filename loaded must stay the same.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ipxe and mboot.c32 - betabox - 2012-03-01, 21:08
RE: ipxe and mboot.c32 - betabox - 2012-03-05, 09:49
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-20, 14:27
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-20, 18:08
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-24, 13:38
RE: ipxe and mboot.c32 - robinsmidsrod - 2013-07-24 14:05
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-24, 14:26
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-25, 13:25
RE: ipxe and mboot.c32 - Izaac - 2014-02-25, 23:07



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