Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gpxe_imagetypes [2010/06/09 14:15] kylek |
gpxe_imagetypes [2011/03/27 11:19] (current) genec [Others] .rom |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== .pxe/.kpxe/.kkpxe ===== | ===== .pxe/.kpxe/.kkpxe ===== | ||
- | * .pxe is an image designed to be [[pxechaining|chain loaded]] | + | * .pxe is an image designed to be [[pxechaining|chain loaded]], unloading both the underlying PXE and UNDI code sections. |
- | * .kpxe | + | * .kpxe is a PXE image that keeps UNDI loaded and unloads PXE |
* .kkpxe is a PXE image that keeps PXE+UNDI loaded and return to PXE (instead of int 18h). From [[http://www.etherboot.org/wiki/soc/2008/stefanha/journal/week8|here]] | * .kkpxe is a PXE image that keeps PXE+UNDI loaded and return to PXE (instead of int 18h). From [[http://www.etherboot.org/wiki/soc/2008/stefanha/journal/week8|here]] | ||
+ | |||
+ | ===== Others ===== | ||
+ | * .dsk is the beginning of an image for a floppy disk | ||
+ | * .sdsk is the beginning of an image for a "1.44M" (1440 kiB) floppy disk with a FAT file system and the Syslinux boot loader | ||
+ | * .iso is an image of a CD using ISOLINUX to load a .lkrn | ||
+ | * .liso is an image of a CD using floppy emulation mode containing a .dsk | ||
+ | * .lkrn is a binary that can be loaded by any boot loader which can load a Linux kernel | ||
+ | * .usb | ||
+ | * .rom is an image that can be burned directly to a PXE ROM. Most images in this format are named for the PCI vendor/device ID (ie 10b79055.rom) | ||
+ | * .hrom |