So I've been following this howto, trying to get software raid installed.
For some reason I've had a problem booting to the root directory. During boot I get these errors:
Code: Select all
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
ReiserFS: md3: warning: sh-2006: read_super_block: bread failed (dev md3, block 2, size 4096)
ReiserFS: md3: warning: sh-2006: read_super_block: bread failed (dev md3, block 16, size 4096)
EXT3-fs: unable to read superblock
EXT2-fs: unable to read superblock
SQUASHFS error: sb_bread failed reading block 0x0
FAT: unable to read boot sector
VFS: Cannot open root device "903" or unknown-block(9,3)
Please append a correct "root=" boot option
Kernel panic - not sysncing: VFS: Unable to mount root fs on unknown-block(9,3)This is my lilo.conf:
Code: Select all
boot=/dev/md1
raid-extra-boot=/dev/sda,/dev/sdb
map=/boot/map
install=/boot/boot.b
prompt
timeout=30
image=/boot/kernel-genkernel-x86-2.6.15-gentoo-r5
root=/dev/md3
read-only
label=GentooI set the partition type to fd. I was also sure to compile support for the raid devices & xfs, as well as emerge raidtools & mdadm. Not sure what's going on because the raid arrays seem to work find when I boot from the live CD, configure & mount them manually.
