Does anyone have a good doc on how to use grub2 for PXE? I'd like to try using it and see if UEFI will work any better. On Wed, Oct 19, 2022 at 11:02 PM Didier Spaier via Syslinux < syslinux at syslinux.org> wrote:> > > Le 20/10/2022 ? 01:38, Tom Lisjac a ?crit : > > Hi Tom, > > > > why not use or re-build the package shipped in Debian 10? > > https://packages.debian.org/buster/syslinux > > > > Cheers, > > Didier > > -- > > > > Thanks for the suggestion, Didier. Tried their tarball and got a > different type of error for 6.04: > > > > ld -m elf_i386 -T > /home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/i386/mbr.ld -e > _start -o mbr.elf mbr.o > > objcopy -O binary mbr.elf mbr.bin > > perl /home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/ > checksize.pl mbr.bin > > mbr.bin: too big (452 > 440) > > make[3]: *** > [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/Makefile:42: > mbr.bin] Error 1 > > make[2]: *** > [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/Makefile:288: mbr] > Error 2 > > make[1]: *** > [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/Makefile:257: bios] > Error 2 > > make: *** [Makefile:102: all] Error 2 > > > > None of the errors I've seen look like dependency or toolchain issues. > At this point it would help to know the best place to find GA releases and > if someone can point to a recent version and build environment that will > successfully compile it. > > > > Thanks, > > > > -Tom > > Did you apply the patches in this archive: > > http://deb.debian.org/debian/pool/main/s/syslinux/syslinux_6.04~git20190206.bf6db5b4+dfsg1-1.debian.tar.xz > ? > If not, please do it. > If yes I suggest that you file a bug on the Debian bug tracker. > > Sorry I can't help you beyond that, not running Debian (and havin switched > to > GRUB2 for Legacy and EFI booting long ago in Slint, https://slint.fr). > > Cheers, > Didier > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at syslinux.org > Unsubscribe or set options at: > https://lists.syslinux.org/syslinux >
Le 20/10/2022 ? 01:38, Tom Lisjac a ?crit?:> Hi Tom, > > why not use or re-build the package shipped in Debian 10? > https://packages.debian.org/buster/syslinux > > Cheers, > Didier > -- > > Thanks for the suggestion, Didier. Tried their tarball and got a different type of error for 6.04: > > ld -m elf_i386 -T /home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/i386/mbr.ld -e _start -o mbr.elf mbr.o > objcopy -O binary mbr.elf mbr.bin > perl /home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/checksize.pl mbr.bin > mbr.bin: too big (452 > 440) > make[3]: *** [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/Makefile:42: mbr.bin] Error 1 > make[2]: *** [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/Makefile:288: mbr] Error 2 > make[1]: *** [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/Makefile:257: bios] Error 2 > make: *** [Makefile:102: all] Error 2 > > None of the errors I've seen look like dependency or toolchain issues. At this point it would help to know the best place to find GA releases and if someone can point to a recent version and build environment that will successfully compile it. > > Thanks, > > -TomDid you apply the patches in this archive: http://deb.debian.org/debian/pool/main/s/syslinux/syslinux_6.04~git20190206.bf6db5b4+dfsg1-1.debian.tar.xz ? If not, please do it. If yes I suggest that you file a bug on the Debian bug tracker. Sorry I can't help you beyond that, not running Debian (and havin switched to GRUB2 for Legacy and EFI booting long ago in Slint, https://slint.fr). Cheers, Didier
William R. Somsky
2022-Oct-20 20:15 UTC
[syslinux] Problems compiling syslinux on Debian 10
We're running on Rocky Linux 8, so I'm not sure if it is applicable, but we use syslinux w/ lua scripts on our installation USB-keys and needed to tweak around a bug in the lua interpreter (output on the screen fails/is invisible). I was successfully able to compile syslinux from the Rocky 8 source rpm which is based on syslinux 6.05-pre1 plus a few patches. -WRSomsky On Thu, Oct 20, 2022 at 08:00:39AM +0000, Didier Spaier via Syslinux wrote:> > > Le 20/10/2022 ? 01:38, Tom Lisjac a ?crit?: > > Hi Tom, > > > > why not use or re-build the package shipped in Debian 10? > > https://urldefense.com/v3/__https://packages.debian.org/buster/syslinux__;!!K-Hz7m0Vt54!jUYGmJNSgQ_V6iKFbktpNSIB5ic1zMyEYh3ygOKfw3hyozOzvEDs03_LSU4SKCjwAgnK_Ti1mKhr7BE59Q$ > > > > Cheers, > > Didier > > -- > > > > Thanks for the suggestion, Didier. Tried their tarball and got a different type of error for 6.04: > > > > ld -m elf_i386 -T /home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/i386/mbr.ld -e _start -o mbr.elf mbr.o > > objcopy -O binary mbr.elf mbr.bin > > perl /home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/checksize.pl mbr.bin > > mbr.bin: too big (452 > 440) > > make[3]: *** [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/mbr/Makefile:42: mbr.bin] Error 1 > > make[2]: *** [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/Makefile:288: mbr] Error 2 > > make[1]: *** [/home/dev/syslinux/syslinux-6.04~git20190206.bf6db5b4/Makefile:257: bios] Error 2 > > make: *** [Makefile:102: all] Error 2 > > > > None of the errors I've seen look like dependency or toolchain issues. At this point it would help to know the best place to find GA releases and if someone can point to a recent version and build environment that will successfully compile it. > > > > Thanks, > > > > -Tom > > Did you apply the patches in this archive: > https://urldefense.com/v3/__http://deb.debian.org/debian/pool/main/s/syslinux/syslinux_6.04*git20190206.bf6db5b4*dfsg1-1.debian.tar.xz__;fis!!K-Hz7m0Vt54!jUYGmJNSgQ_V6iKFbktpNSIB5ic1zMyEYh3ygOKfw3hyozOzvEDs03_LSU4SKCjwAgnK_Ti1mKho9ViNhA$ > ? > If not, please do it. > If yes I suggest that you file a bug on the Debian bug tracker. > > Sorry I can't help you beyond that, not running Debian (and havin switched to > GRUB2 for Legacy and EFI booting long ago in Slint, https://urldefense.com/v3/__https://slint.fr__;!!K-Hz7m0Vt54!jUYGmJNSgQ_V6iKFbktpNSIB5ic1zMyEYh3ygOKfw3hyozOzvEDs03_LSU4SKCjwAgnK_Ti1mKh3nhipxw$ ). > > Cheers, > Didier > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at syslinux.org > Unsubscribe or set options at: > https://urldefense.com/v3/__https://lists.syslinux.org/syslinux__;!!K-Hz7m0Vt54!jUYGmJNSgQ_V6iKFbktpNSIB5ic1zMyEYh3ygOKfw3hyozOzvEDs03_LSU4SKCjwAgnK_Ti1mKiqBvQHLA$-- Dr. William R. Somsky somsky at uw.edu Department of Physics, Box 351560 B217 Phys-Astro Bldg Univ. of Washington, Seattle WA 98195-1560 206-616-2954