Difference between revisions of "SYSLINUX PXELINUX ETC"
From Hack Sphere Labs Wiki
(→nbi_img/pxelinux.cfg/default) |
(→nbi_img/pxelinux.cfg/default) |
||
Line 44: | Line 44: | ||
Is pretty important! | Is pretty important! | ||
− | {{ | + | {{bc| |
− | |||
# Created by generate-pxe-menu! Do NOT edit unless you know what you are doing! | # Created by generate-pxe-menu! Do NOT edit unless you know what you are doing! | ||
Line 212: | Line 211: | ||
# ENDTEXT | # ENDTEXT | ||
− | |||
− | |||
}} | }} | ||
Revision as of 11:21, 1 August 2014
nano /etc/default/tftp<tab>
Add -v to see verbose in daemon.log
Contents
DRBL
dhcpd.conf and default file
Files needed for DRBL pxelinux testing 4.05
/bios/core/pxelinux.0 -> nbi_img /bios/com32/chain/chain.c32 -> nbi_img/bios/ /bios/com32/hdt/hdt.c32 -> nbi_img/bios/ /bios/core/isolinux.bin -> nbi_img/bios/ /bios/com32/mboot/mboot.c32 -> nbi_img/bios/ /bios/mbr/mbr.bin -> nbi_img/bios/ /bios/memdisk/memdisk -> nbi_img/bios/ /bios/com32/menu/menu.c32 -> nbi_img/bios/ /bios/com32/modules/sanboot.c32 -> nbi_img/bios/ /bios/com32/menu/vesamenu.c32 -> nbi_img/bios/
script generated (run from root syslinux dir extracted)
mkdir nbi_img mkdir nbi_img/bios cp bios/core/pxelinux.0 nbi_img/ cp bios/com32/chain/chain.c32 nbi_img/bios/ cp bios/com32/hdt/hdt.c32 nbi_img/bios/ cp bios/core/isolinux.bin nbi_img/bios/ cp bios/com32/mboot/mboot.c32 nbi_img/bios/ cp bios/mbr/mbr.bin nbi_img/bios/ cp bios/memdisk/memdisk nbi_img/bios/ cp bios/com32/menu/menu.c32 nbi_img/bios/ cp bios/com32/modules/sanboot.c32 nbi_img/bios/ cp bios/com32/menu/vesamenu.c32 nbi_img/bios/
Files needed for DRBL pxelinux testing 6.03-pre18
nbi_img/pxelinux.cfg/default
The
PATH bios/
Is pretty important!
file structure=
nbi_img/gpxelinux.0 nbi_img/ldlinux.c32 nbi_img/ldlinux.e32 nbi_img/ldlinux.e64 nbi_img/mboot.c32 nbi_img/memdisk nbi_img/memtest86 nbi_img/pxelinux.0 nbi_img/bios/chain.c32 nbi_img/bios/hdt.c32 nbi_img/bios/isolinux.bin nbi_img/bios/libcom32.c32 nbi_img/bios/libutil.c32 nbi_img/bios/mboot.c32 nbi_img/bios/mbr.bin nbi_img/bios/memdisk nbi_img/bios/menu.c32 nbi_img/bios/sanboot.c32 nbi_img/bios/vesamenu.c32
/bios/com32/elflink/ldlinux/ldlinux.c32 /bios/com32/elflink/ldlinux/ldlinux.elf /bios/com32/lib/libcom32.elf /bios/com32/lib/libcom32.c32