Questions tagged [syslinux]

A set of lightweight boot loaders for MS-DOS FAT, ext2/ext3/ext4/btrfs filesystems, network booting and booting from CD.

  • SYSLINUX is a boot loader for the Linux operating system which runs on an MS-DOS/Windows FAT filesystem.

  • PXELINUX is a SYSLINUX derivative, for booting Linux from a network server using a network ROM conforming to the Intel PXE (Pre-Execution Environment) specification.

  • ISOLINUX is a boot loader for Linux/i386 that operates off ISO 9660/El Torito CD-ROMs in "no emulation" mode.
  • EXTLINUX is a new syslinux derivative, which boots from a Linux ext2/ext3/ext4 or btrfs filesystem. Support for ext4 and btrfs were added in version 4 of extlinux.
83 questions
13
votes
2 answers

How do I install syslinux/extlinux to a disk image file without requiring root privileges

I have built a home-grown Linux distribution, and I can make the complete disk image file as a non-root user with one exception -- installing the boot loader. I'm using syslinux (actually extlinux), and to install it I have to loop-back mount the…
Patrick
  • 296
  • 1
  • 7
11
votes
3 answers

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 of 0 means that the timeout is disabled, ie. it…
detly
  • 5,020
  • 6
  • 23
  • 29
9
votes
3 answers

Chainload syslinux from GRUB2 - show syslinux.cfg menu

I am using a Clonezilla live USB disk to reimage systems. In accordance to what is explained in http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc my disks prompts me with the menu contained in…
rodedo
  • 191
  • 1
  • 1
  • 3
8
votes
1 answer

What is the proper way to use ISOLINUX with UEFI?

I've been trying to add UEFI support in the 64-bit version of Minimal Linux Live for quite some time, unfortunately without much success. As you can see from the below image, I get critical error each time I try to boot via UEFI. This is what I did…
Ivan Davidov
  • 501
  • 2
  • 4
  • 13
6
votes
4 answers

How can I chainload GRUB from syslinux?

Due to the current state of my setup, I want to make Syslinux which is my main bootloader to chainload GRUB2. Google brings up plenty of info on how to chainload Syslinux from GRUB2, but nothing really useful for the reversed scenario, which is what…
bill
  • 61
  • 1
  • 1
  • 2
6
votes
0 answers

Should isohybrid work on all iso media, for example Windows 7?

I have a an original Windows 7 Professional x86 iso file, straight from Microsoft. I want to make a bootable USB from this ISO. Some sources suggest that I simply dd the iso to the USB, but I don't see how that should work. The ISO's first 32768…
Mads Skjern
  • 921
  • 1
  • 7
  • 13
6
votes
2 answers

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. Here's an example from Ubuntu 12.04: label install menu label ^Install menu default kernel ubuntu-installer/amd64/linux append…
daisy
  • 53,527
  • 78
  • 236
  • 383
5
votes
1 answer

Is it possible to run any distro from RAM from within an .iso saved on an NTFS file system?

Running entirely from RAM been done on various distros such as Slax, DamnSmallLinux, and newer Ubuntu versions, and since I have 8GB it seems reasonable that I could run many distros entirely from RAM (as long as I select one that has the…
Ehryk
  • 1,822
  • 3
  • 20
  • 22
5
votes
1 answer

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 planning on moving the Syslinux directory to a…
Jamie
  • 53
  • 1
  • 3
5
votes
1 answer

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 instead? I have seen some indication that this is…
Stefan Lasiewski
  • 19,264
  • 24
  • 70
  • 85
5
votes
1 answer

Making a UEFI-bootable image with mkisofs and -eltorito-boot efiboot.img

I am trying to convert an existing custom USB ISO installer image that presently boots via BIOS to one that boots via UEFI. I use mkisofs and isohybrid to make the ISO, and it boots via ISOLINUX. I know I'm supposed to use the -eltorito-alt-boot…
Vercingatorix
  • 592
  • 1
  • 5
  • 16
5
votes
0 answers

Netboot error: Invalid kernel argument

I'm trying to install Arch using the Netboot Live System following these steps: Install Syslinux on a SD card according to its wiki. Copy the iPXE kernel image to the SD card. Create an syslinux.cfg file. In the last step I used this…
Tae
  • 151
  • 4
5
votes
1 answer

Boot partiotionless disk with syslinux

A file system can be configured to span a complete disk, omitting any partition table. Notice intentionally the command to do so does not use /dev/sda1 but the raw, unpartitioned device instead. mkfs.btrfs /dev/sda The Idea is mentioned in the Arch…
XZS
  • 1,428
  • 14
  • 26
4
votes
3 answers

Debian PXE Preseeding: Can I clone my existing Debian system instead of using the Internet?

I'm currently working on PXE booting 10 or so machines to install Debian on them over the network from a centralized DHCP + TFTP server. I'm using the TFTP server to serve the Debian netboot image to the PXE clients. I'm also serving them a…
Joseph R.
  • 38,849
  • 7
  • 107
  • 143
4
votes
2 answers

Possible to create Windows 10 installation media (USB) using Linux utilities?

The problem: a Linux user on a legacy/BIOS system would like to install Windows 10 alongside Linux (on real hardware, not in a VM). Assume preparation issues such as partitioning hard drives to create space for Windows are already resolved. Also…
MJiller
  • 381
  • 2
  • 13
1
2 3 4 5 6