Syslinux 3.70 (Release branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Syslinux 3.70 (Release branch)
# 1  
Old 07-01-2008
Syslinux 3.70 (Release branch)

ImageSYSLINUX is a collection of boot loaders for the Linux operating system which operates on Linux EXT2/EXT3 filesystems, MS-DOS FAT filesystems, network servers using PXE firmware, or from CD-ROMs. SYSLINUX has an advanced extension API and contains two optional menu systems. It also includes MEMDISK, a tool for booting legacy operatingsystems from non-traditional media like PXE or CD-ROM. License: GNU General Public License (GPL)Changes:
gPXE has been integrated with PXELINUX. This allows network files to be accessed over protocols other than TFTP. TFTP no longer requires a server that can present the "tsize" option. SYSLINUX has added VFAT long filenames. chain.c32 can now access files directly when loading NTLDR (WinNT) or kernel.sys, io.sys, or ibmbio.sys (DOS). chain.c32 can now also install a drive-swapping stub for BIOS, which allows cross-drive booting of Windows. The complex menu system should now work as advertised again. USB keyboards have been fixed on some systems.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Enter SYSLinux bootmenu from GRUB 2

hello guys! i found this thread on the internet and registered right here in this community. on a USB-drive i installed Debian. boot manager is GRUB 2 (1.99) . in a folder within my Debian i have some ISO-images of some linux-distros and other live-systems. one of these is Parted Magic,... (0 Replies)
Discussion started by: J0CH3N
0 Replies

2. UNIX for Dummies Questions & Answers

How to get grub to launch isolinux/syslinux boot menu.

Hello, I'm trying to get a multi-boot setup going for a USB. I have different vfat-32 partitions I have copied ISOs of several linux distros. The first one I installed using unetbootin, which works great and uses syslinux, but syslinux can't boot other partitions. So, I have grub... (1 Reply)
Discussion started by: Narnie
1 Replies

3. UNIX for Dummies Questions & Answers

Booting different partitions on a usb drive with syslinux

Hello, I have an 8gb usb flash drive that I had high aspirations of using for a recovery/install/messing around multipurpose drive. fdisk shows: $ sudo fdisk -l /dev/sdb password for woodnt: Disk /dev/sdb: 8036 MB, 8036285952 bytes 255 heads, 63 sectors/track, 977 cylinders Units =... (0 Replies)
Discussion started by: Narnie
0 Replies
Login or Register to Ask a Question
remote-filesystems(7)					 Miscellaneous Information Manual				     remote-filesystems(7)

NAME
remote-filesystems - event signalling that remote filesystems have been mounted SYNOPSIS
local-filesystems [ENV]... DESCRIPTION
The remote-filesystems event is generated by the mountall(8) daemon after it has mounted all remote filesystems listed in fstab(5). moun- tall(8) emits this event as an informational signal, services and tasks started or stopped by this event will do so in parallel with other activity. This event is typically used by services that must be started to manage remote filesystems. When it occurs, local filesystems such as /usr may not be mounted. For most normal services the filesystem(7) event is sufficient. This event will never occur before the virtual-filesystems(7) event. EXAMPLE
A service that wishes to be running once remote filesystems are mounted might use: start on remote-filesystems SEE ALSO
mounting(7) mounted(7) virtual-filesystems(7) local-filesystems(7) all-swaps(7) filesystem(7) mountall 2009-12-21 remote-filesystems(7)