WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: syslinux update request  (Read 8245 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: syslinux update request
« Reply #15 on: January 14, 2012, 03:43:59 PM »
@bmarkus, is there some specific reason(feature/bug) to update? Syslinux is very touchy as I have had newer versions break documented funtionality. If there were good reasons to update, great. Just as long as it doesn't break anything.

I'm not the maintainer of syslinux.tcz Provide details exactly what is wrong with the current upstream version.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: syslinux update request
« Reply #16 on: January 15, 2012, 02:35:39 AM »
I just double-checked this again on a usb stick I wiped clean with fdisk and formatted ext2.

Using syslinux-4.05 and the core-4.2.iso, I see "-i" is now required (info file updated accordingly), but otherwise things work as per the info file example, i.e. :
Code: [Select]
$ sudo mkdir -p /mnt/sda1/boot/extlinux
$ sudo extlinux -i /mnt/sda1/boot/extlinux
$ sudo cp /path-to-file/isolinux.cfg /mnt/sda1/boot/extlinux/extlinux.conf

..and then:
Code: [Select]
$ sudo cp /path-to-file/core.gz /mnt/sda1/boot
$ sudo cp /path-to-file/vmlinuz /mnt/sda1/boot

..and things work without even needing to edit extlinux.conf

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: syslinux update request
« Reply #17 on: January 16, 2012, 04:32:19 AM »
cool thanks

I think after reading the info file I was not expecting to install to another location which clearly lead to some confusion..  sorry

Works great though, but really need do inject it into the Core-current.iso  :)  that would be really helpful

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11036
Re: syslinux update request
« Reply #18 on: January 16, 2012, 09:24:14 AM »
Oh, that's easy: just replace the isolinux.bin file and recreate the iso with mkisofs.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: syslinux update request
« Reply #19 on: January 16, 2012, 01:12:05 PM »
Really?  as easy as using the isolinux.bin from tmp/tcloop/syslinux/usr/local/share/syslinux/  ?  that's just too easy lol

Thanks
Will give it a test drive asap

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: syslinux update request
« Reply #20 on: January 20, 2012, 09:53:16 PM »
@tweetyhack, I'm sure myself and others on the Syslinux mailing list would love to hear when things break.  At the moment, I'm trying to finish up a new COM32 module to resolve an issue with some NBPs and looking at expanding debug data to diagnose two more issues in PXELINUX, one that I'm experiencing and another that another user is seeing.