====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
isolinux [2010/09/06 08:40] alecjw |
isolinux [2010/09/06 08:41] (current) alecjw |
||
---|---|---|---|
Line 36: | Line 36: | ||
<code>genisoimage -o gPXEimage.iso -b isolinux.bin -no-emul-boot \ | <code>genisoimage -o gPXEimage.iso -b isolinux.bin -no-emul-boot \ | ||
-boot-load-size 4 -boot-info-table -J ~/filesToBurn/</code> | -boot-load-size 4 -boot-info-table -J ~/filesToBurn/</code> | ||
- | If that doesn't work, try substituting genisoimage for mkisofs | + | If that doesn't work, try substituting genisoimage for mkisofs. |
If you aren't planning on using the disk on a windows machine, feel free to use the "-r" flag rather than "-J" | If you aren't planning on using the disk on a windows machine, feel free to use the "-r" flag rather than "-J" | ||
You should now have an iso image gPXEimage.iso in the current directory, which you can write to a disk using your favourite CD-burning software. You should then be able to both boot gPXE and read files from the CD. | You should now have an iso image gPXEimage.iso in the current directory, which you can write to a disk using your favourite CD-burning software. You should then be able to both boot gPXE and read files from the CD. |