Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |
QUOTE (Text @ Lilo.conf File) |
boot=/dev/hda map=/boot/map default="mandrake" ( ! I did change linux to mandrake ! ) keytable=/boot/us.klt prompt nowarn timeout=100 message=/boot/message menu-scheme=wb:bw:wb:bw image=/boot/vmlinuz . . . . . label="mandrake" ( ! I did change linux to mandrake ! ) . . . . . root=/dev/hda1 . . . . . initrd=/boot/initrd.img . . . . . append="devfs=mount hdd=ide-scsi acpi=off quiet" . . . . . vga=788 . . . . . read-only image=/boot/debian/vmlinuz . . . . . label="debian" . . . . . root=/dev/hdb2 . . . . . initrd=/boot/debian/initrd.gz . . . . . vga=788 . . . . . read-only image=/boot/slack/vmlinuz-ide-2.4.20 . . . . . label="slackware" . . . . . root=/dev/hdb6 . . . . . append="hdd=ide-scsi" . . . . . vga=788 . . . . . read-only image=/boot/vmlinuz . . . . . label="linux-nonfb" . . . . . root=/dev/hda1 . . . . . initrd=/boot/initrd.img . . . . . append="devfs=mount hdd=ide-scsi acpi=off" . . . . . read-only image=/boot/vmlinuz . . . . . label="failsafe" . . . . . root=/dev/hda1 . . . . . initrd=/boot/initrd.img . . . . . append="devfs=nomount hdd=ide-scsi acpi=off failsafe" . . . . . read-only other=/dev/fd0 . . . . . label="floppy" . . . . . unsafe # If you multiboot windows it will show here: other=/dev/hda1 . . . . . label="windows" . . . . . table=/dev/hda |
CODE |
$ cat /etc/lilo.conf |
CODE |
# /sbin/lilo |
QUOTE (Text @ Screen) |
mandrake * knoppix slackware linux-nonfb failsafe floppy |
Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |