Hi,
OK. I build syslinux-6.02-pre6 from
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
on a Debian jessie/sid system (with gnu-efi_3.0u+debian-2 from
experimental):
root at jessie: ~# cd /tmp
root at jessie:/tmp# wget
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
root at jessie:/tmp# tar xfz syslinux-6.02-pre6.tar.gz
root at jessie:/tmp# cd syslinux-6.02-pre6
root at jessie:/tmp/syslinux-6.02-pre6# make bios &> ~/build.log
root at jessie:/tmp/syslinux-6.02-pre6# make install &> ~/install.log
root at jessie:/tmp/syslinux-6.02-pre6# cd /tmp/
root at jessie:/tmp# mkdir new-syslinux
root at jessie:/tmp# cd new-syslinux/
root at jessie:/tmp/new-syslinux# cp /usr/share/syslinux/*.c32 .
root at jessie:/tmp/new-syslinux# cp /usr/share/syslinux/pxelinux.0 .
root at jessie:/tmp/new-syslinux#
I transfered "new-syslinux" to my tftp-host (I replaced my working
syslinux-5.10 installation).
I rebooted a client (HP DL120 G7 system) and expected to see my
pxeboot menu like before, but nothing happen.
tftp-host # cat /srv/tftp/pxelinux.cfg/default
DEFAULT menu
PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 100
TOTALTIMEOUT 6000
ONTIMEOUT local
LABEL local
MENU LABEL (local)
MENU DEFAULT
LOCALBOOT 0
LABEL Memtest86+ 4.20
MENU LABEL Memtest86+ 4.20
KERNEL memtest/420/memtest
LABEL Sysresccd x86-64 3.7.0
MENU LABEL Sysresccd x86-64 3.7.0
KERNEL sysresccd/370/altker64
append initrd=sysresccd/370/initram.igz dodhcp=eth0 nonm nodmraid
nomdadm scandelay=3 vga=791
netboot=http://10.82.0.1/images/sysresccd/370/sysrcd.dat
(This cfg was working, excepted the Memtest86+ part, with syslinux-5.10)
Build logs and network capture can be found here:
https://www.dropbox.com/s/ekoth8nqdejk5iz/syslinux-6.02_pre6-logs.tar.bz2
--
Regards,
Igor