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 (made sure, that I really copy the files from 6.02-pre5 to the tftp-host) and a menu will appear. 6.02-pre5 is working, 6.02-pre6 isn't. -- Regards, Igor
On Fri, 19 Jul, at 02:50:25PM, Igor Sverkos wrote:> 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 (made sure, that I really copy the files > from 6.02-pre5 to the tftp-host) and a menu will appear. > > 6.02-pre5 is working, 6.02-pre6 isn't.What steps are you using to recompile the releases? Are you working from git? -- Matt Fleming, Intel Open Source Technology Center
Hi,> What steps are you using to recompile the releases? Are you working from > git?No, not git. See http://www.syslinux.org/archives/2013-July/020543.html and the f'up from Ady and my response regarding re-compiling. So actual I think I don't re-compile everything. I think I am using the pre-build modules from your provided archives (if 'make installer && make install' is right). That's the shell history from my last test: cd /tmp rm -rf /usr/share/syslinux/ wget https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre5.tar.gz tar xfz syslinux-6.02-pre5.tar.gz cd syslinux-6.02-pre5 make installer make install cd .. mkdir syslinux-6.02-pre5_bins_201307191440 cd syslinux-6.02-pre5_bins_201307191440/ cp /usr/share/syslinux/*.c32 . cp /usr/share/syslinux/pxelinux.0 . ls -l cd .. tar cfj syslinux-6.02-pre5_bins_201307191440.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 everything from /srv/tftp (excluding the subfolders). When testing syslinux-6.02-pre5 I extracted the content of syslinux-6.02-pre5_bins_201307191440.tar.bz2 to /srv/tftp. When testing syslinux-6.02-pre6, I did the same with syslinux-6.02-pre6_bins_201307191445.tar.bz2 (including the cleanup of /srv/tftp). You can grab a copy of the used binaries, if you want: https://www.dropbox.com/s/yopfdg2o3uz5fcb/syslinux-6.02-pre5_bins_201307191440.tar.bz2 https://www.dropbox.com/s/0aw9n5exgdeyv4q/syslinux-6.02-pre6_bins_201307191445.tar.bz2 -- Regards, Igor