Good time, dear forum users. I had a problem in solving which I ask for your help. The problem is the following: on the motherboard the SATA controller died, I put the RAID card SiI 3114, connected a hard disk to it, reconfigured the fstab using the LiveCD (replaced the UUID with the device names), changed the hard disk name to / dev / sda6 ( this is my root), but the system still does not start, gives the following:
I suspect that the problem is that the system does not know which drivers to use for this controller.
I attach the screen breakdown HDD
Here I am attaching fstab and lilo.conf:
fstab
proc /proc proc nosuid,noexec,gid=proc 0 0 devpts /dev/pts devpts nosuid,noexec,gid=tty,mode=620 0 0 tmpfs /tmp tmpfs nosuid 0 0 /dev/sda6 / ext3 relatime 1 1 /dev/sda8 /home ext3 nosuid,relatime 1 2 /dev/sda7 swap swap defaults 0 0 /dev/sr0 /media/cdrom udf,iso9660 ro,noauto,user,utf8 0 0 /dev/sda9 /opt ext3 relatime 1 1
lilo.conf
map="/boot/map" lba32 prompt compact vga="0x314" boot="/dev/sda" timeout="50" install="menu" message="/boot/splash/message" append="resume=/dev/sda7 panic=30 splash=silent"
default = "Windows1"
default = "ALTLinux"
image = "/ boot / vmlinuz" label = "ALTLinux" initrd = "/ boot / initrd.img" root = "/ dev / sda6" read-only
image = "/ boot / vmlinuz" label = "failsafe" initrd = "/ boot / initrd.img" root = "/ dev / sda6" addappend = "failsafe" vga = "normal" read-only
other="/dev/disk/by-id/ata-WDC_WD3200AAKS-00V1A0_WD-WMAWF0600635-part1" label="Windows1" image="/boot/memtest-4.00.bin" label="memtest" image="/boot/vmlinuz-2.6.30-std-def-alt14" initrd="/boot/initrd-2.6.30-std-def-alt14.img" label="2630-std-def-14" root="/dev/sda6" read-only optional image="/boot/vmlinuz-2.6.32-std-def-alt20.M50P.1" initrd="/boot/initrd-2.6.32-std-def-alt20.M50P.1.img" label="2632-std-def-20M50P1" root="/dev/sda6" read-only optional
If you turn off swap in fstab, then the same error occurs.