A set of lightweight boot loaders for MS-DOS FAT, ext2/ext3/ext4/btrfs filesystems, network booting and booting from CD.
1
vote
0answers
71 views
syslinux / vesamenu.c32 - using highest available screen resolution?
I was wondering if there was a way to use the highest available resolution in the syslinux.cfg file?
I know i can do:
MENU RESOLUTION 1024 768
but without knowing available resolutions beforehand, ...
1
vote
1answer
225 views
How can I get from menu.lst to syslinux.cfg?
Problem
I'm creating a bootable iso from a YUMI USB drive to burn on DVD's for friends. More info here.
I took the grldr and menu.lst from a bootable XBoot iso, but now I'm trying to figure out a ...
3
votes
1answer
633 views
How to configure Syslinux to load the kernel images from a different partition or disk?
I'm running Archlinux using Syslinux as a bootloader. Right now the kernel image and initramfs are in /boot and all of the Syslinux stuff (configuration file and modules) are in /boot/syslinux.
I'm ...
1
vote
1answer
125 views
Syslinux , what does '--' do?
What does the '--' do in a normal syslinux config ? I used to see "quiet" after that , but don't know why.
UPDATE
Ok, I'll take the one from Ubuntu 12.04's:
label install
menu label ^Install
...
3
votes
2answers
969 views
How do I configure syslinux to boot immediately
I'm tweaking a Debian live system (built with live-build), and I want it to boot straight into the system from syslinux — no menu, no timeout. According to the syslinux documentation, a timeout value ...
3
votes
1answer
556 views
Can I use pxelinux to boot from an ISOs over the network?
I have a server which hosts mirrors for FreeBSD, CentOS and Scientific Linux. It includes .iso files.
Is it possible to use pxelinux to boot this ISO over the network? Must I use gPXE or iPXE ...