Displaying 2 results from an estimated 2 matches for "pre6_bins_201307191445".
Did you mean:
pre5_bins_201307191440
2013 Jul 19
2
FW: pxelinux 5.x, 6.x memtest problem
Hi,
> Are you positive that the menu works with 6.02-pre5? There are two
> changes between 6.02-pre5 and 6.02-pre6 and those two commits are
> unlikely to have caused any regressions.
Yep, I very sure.
I compiled 6.02-pre6 again (made sure, that I really copy the files
from 6.02-pre6 to the tftp-host) and this isn't working. Now menu will
appear.
I re-compiled 6.02-pre5 again
2013 Jul 19
3
FW: pxelinux 5.x, 6.x memtest problem
...191440.tar.bz2
syslinux-6.02-pre5_bins_201307191440/
ls -l
rm -rf /usr/share/syslinux/
wget https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
tar xfz syslinux-6.02-pre6.tar.gz
cd syslinux-6.02-pre6
make installer
make install
cd ..
ls -l
mkdir syslinux-6.02-pre6_bins_201307191445
cd syslinux-6.02-pre6_bins_201307191445/
cp /usr/share/syslinux/*.c32 .
cp /usr/share/syslinux/pxelinux.0 .
cd ..
tar cfj syslinux-6.02-pre6_bins_201307191445.tar.bz2
syslinux-6.02-pre6_bins_201307191445/
I now copied the two syslinux-*_bins_*.tar.bz2 archives to the tftp-host.
I removed everythi...