This is what I have for sw-raid for lilo:

disk=/dev/hda
bios=0x80
disk=/dev/hdc
bios=0x81
menu-scheme=Wb
boot = /dev/md0
prompt
map = /boot/System.map
raid-extra-boot=/dev/hda,/dev/hdc
lba32
timeout=150
delay = 50
default = 2.6.14
serial = 0,9600n8
vga = normal    # Normal VGA console
       image = /boot/vmlinuz-2.6.14-gentoo
       append= "console=ttyS0,9600 console=tty0"
       root = /dev/md1
       label = 2.6.14
       read-only # read-only for checking

My /etc/fstab:
/dev/md0                /boot           ext2            noatime         1 1
/dev/md1                /               ext3            noatime         0 0
/dev/md3 none swap sw 0 0
/dev/md2                /tmp            ext3            noatime 0 0
/dev/md4                /var            ext3            noatime         0 0
/dev/md5                /export/home    xfs             noatime         0 0
none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /export/home /home xfs bind 0 0


Stefan G. Weichinger wrote:
Mark Kirkwood schrieb:

I think you might need a root=/dev/md3 inside the specification for
'Gentoo':

 image=/boot/kernel-genkernel-x86-2.6.19-gentoo-r5
 label=Gentoo
 vga=0x314
 initrd=/boot/initramfs-genkernel-x86-2.6.19-gentoo-r5
 root=/dev/md3

Thanks for that, but it didn't work.
Same error as before.
S




--
gentoo-user@gentoo.org mailing list

Reply via email to