Re: Kernel Panic with RAID

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks Andy and Rick for all your help I now see light at the end of the tunnel.
I hope I have provided enough of the correct information for you.

As suggested by Rick I added to /etc/modprobe.conf

alias scsi_hostadapter aacraid

Then did:

mkinitrd -f -v initrd-2.6.22.img 2.6.22

Then as Andy suggested I did:

If you want to see what modules are in the initrd, you can use this plan

mkdir /tmp/initrd
cp /boot/initrd-blah.img /tmp/initrd
cd /tmp/initrd
gunzip -S .img initrd-blah.img
cpio -i <initrd-blah
ls -l lib

I still get the kernel panic even though I now see the aacraid.ko module is in the initrd
I *believe* this is the correct module.

Here's the panic message and my grub.conf:



root (hd0,0

Filesystem type is ext2fs, partition type 0x3a

kernel /vmlinuz-2.6.22 ro root=LABEL=/ quiet

   [Linux-bzImage, setup=0x1e00, size-0x1cb174]

initrd /initrd-2.6.22.img

   [Linux-initrd @ 0x37c7f000, 0x370e89 bytes]



Uncompressing Linux... Ok, booting the kernel.

Red Hat nash version 6.0.9 starting

usb 1-2: device not accepting address 2, error -71

Reading all physical volumes. This may take a while...

No volume groups found

Volume group "VolGroup00" not found

Unable to access resume device (/dev/VolGroup00/LogVol01)

mount: could not find filesystem '/dev/root'

setuproot: moving /dev failed: No such file or directory

setuproot: error mounting /proc: No such file or directory

setuproot: error mounting /sys: No such file or directory

switchroot: mount failed: No such file or directory

Kernel Panic - not syncing: Attempted to kill init!







# grub.conf generated by anaconda

#

# Note that you do not have to rerun grub after making changes to this file

# NOTICE:  You have a /boot partition.  This means that

#          all kernel and initrd paths are relative to /boot/, eg.

#          root (hd0,0)

#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00

#          initrd /initrd-version.img

#boot=/dev/sda

default=0

timeout=5

splashimage=(hd0,0)/grub/splash.xpm.gz

hiddenmenu

title Fedora (2.6.22)

       root (hd0,0)

       kernel /vmlinuz-2.6.22 ro root=LABEL=/ quiet

       initrd /initrd-2.6.22.img

title Fedora (2.6.21-1.3194.fc7)

     root (hd0,0)

     kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet

     initrd /initrd-2.6.21-1.3194.fc7.img

title Fedora (2.6.22.1-27.fc7)

       root (hd0,0)

       kernel /vmlinuz-2.6.22.1-27.fc7 ro root=LABEL=/ quiet

       initrd /initrd-2.6.22.1-27.fc7.img




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux