Re: Kernel Panic with RAID

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

 



Somebody in the thread at some point said:
>>> I notice that my IDE HDD shows up as a SCSI drive (sda)
>>> Also, when I try to boot from my Adaptec 1200A RAID controller, I get a
>>> kernel panic error.
> 
>> This can be because a necessary driver module for the Adaptec device was
>> not placed into the initrd... what does it say around the panic message?
> 
> Thanks Andy, I'll have a look at my .config file I must have overlooked it.

Well that would kill it, but also mkinitrd can do the wrong thing and
miss out copying critical modules.  You can regenerate the initrd fairly
easily using mkinitrd by hand.

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

-Andy

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux