Has anyone experimented with this? I see it can handle uefi booting. An alternative bootloader to use perhaps?
Using syslinux as bootloader
Moderator: Forum moderators
-
- Posts: 398
- Joined: Sun Oct 18, 2020 8:48 am
- Location: cze
- Has thanked: 54 times
- Been thanked: 90 times
Re: Using syslinux as bootloader
Hi, I use extlinux (a variant of syslinux which boots from a linux filesystem) all the time, in my case legacy boot. It works reliably.
BTW, If you're booting an iso file directly, isolinux (other variant of it) often takes care of that.
- puppy_apprentice
- Posts: 691
- Joined: Tue Oct 06, 2020 8:43 pm
- Location: land of bigos and schabowy ;)
- Has thanked: 5 times
- Been thanked: 115 times
Re: Using syslinux as bootloader
I'm using:
It is keyboard centric.
I'm using labels/aliases for systems: 1a, 1b, 2b, 4c etc.
Code: Select all
label 1e
kernel /slacko64-700/vmlinuz
append initrd=/slacko64-700/initrd.gz pmedia=ataflash psubdir=slacko64-700 pfix=fsck
It was default for old Puppies CD.