You are not logged in.

#1 2007-05-30 18:45:24

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 794

Lilo and persistent naming

I've set up persistent naming as per the excellent wiki article as far as fstab is concerned anyway.  What I'd like to do now is get lilo using the same persistent names for booting.

The wiki article does give some clues for lilo - but I was wondering if anyone had an example of a lilo.conf that uses persistent names?

Offline

#2 2007-05-30 21:30:00

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: Lilo and persistent naming

i have tried this as i use grub
but i would imagine it would look like this

#
# /etc/lilo.conf
#

boot=/dev/disk/by-label
# This line often fixes L40 errors on bootup
# disk=/dev/hda bios=0x80

default=Arch
timeout=100#
# /etc/lilo.conf
#

boot=/dev/disk/by-label
# This line often fixes L40 errors on bootup
# disk=/dev/hda bios=0x80

default=Arch
timeout=100
lba32
prompt

image=/boot/vmlinuz26
        label=Arch
    vga=788
        root=/dev/disk/by-label
        read-only

image=/boot/vmlinuz26
        label=ArchRescue
        root=/dev/disk/by-label
        read-only

lba32
prompt

image=/boot/vmlinuz26
        label=Arch
    vga=788
        root=/dev/disk/by-label
        read-only

image=/boot/vmlinuz26
        label=ArchRescue
        root=/dev/disk/by-label
        read-only

before trying this if you have a floppy drive write lilo to floppy & test it if it works write it to hard drive

Offline

Board footer

Powered by FluxBB