PDA

View Full Version : Need LILO HELP!



radnor
02-06-2006, 05:57 AM
Hello all!

I have the following setup:
hda1 - knopix 3.7
hda2 - swap
hda3 - redhat (need to get working later)
hda4 - EXTENDED partition
hda5 - WWW (LOCAL ONLY)
hda6 - Kanotix (working!)

hda7 - Knoppix v3.9 (WILL NOT BOOT)
hda8 - Knoppix v3.8 (WILL NOT BOOT)

Later will pull off v3.8 or v3.9 and add v4.0.2
Also, will add some other distros later, but for right now
wanted to get different versions of Knoppix working.

Can someone give me a little help with LILO???


default="Knoppix"

image=/boot/vmlinuz
label="Knoppix"
initrd=/boot/initrd.img
append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet xmodule=vesa nofstab"
read-only
image=/boot/vmlinuz-2.4.27
label="Knoppix (2.4)-1"
initrd=/boot/initrd.img-2.4.27
append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet xmodule=vesa nofstab"
read-only

image=/boot/vmlinuz-2.6.9
label="Knoppix (2.6)-2"
initrd=/boot/initrd.img-2.6.9
append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet xmodule=vesa nofstab"
read-only

image=/mnt/kanotix/boot/vmlinuz-2.6.10-kanotix-8
label=Kanotix
root=/dev/hda6
initrd=/mnt/kanotix/boot/initrd.img
append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet"
read-only

image=/mnt/hda8/boot/vmlinuz-2.6.11
label="Knoppix V3.8.1"
root=/dev/hda8
initrd=/mnt/hda8/boot/initrd.img-2.6.11
append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet xmodule=vesa nofstab"
read-only