|
|
|
RE: compiling latest kernel on amd64 -- initrd? | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
chris <dfxinfx123@xxxxxxxxxxx> wrote: > I get successful compiles but when I make install it > complains that it is missing the sata_nv driver. My hd's > are sata so obviously kernel panic on boot. I have sata > enabled in my .config, (under scsi settings not the > deprecated version). Anyone else experiencing this > problem? You need an initial root disk (initrd) with sata_nv (which has dependencies on scsi_mod and sd). Anything that uses SCSI is a module so it must be put in an initrd if it's the boot device. If you have a scsi_hostadapter alias in /etc/modprobe.conf (e.g., alias scsi_hostadapter sata_nv), when you run "mkinitrd", it should automatically generate it (and all dependencies). So literally all you need to do is run: mkinitrd /boot/initrd-(your_ver/label) (your_ver/label) And add that initrd to GRUB. -- Bryan J. Smith Professional, Technical Annoyance b.j.smith@xxxxxxxx http://thebs413.blogspot.com ---------------------------------------------------- *** Speed doesn't kill, difference in speed does *** -- amd64-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/amd64-list
[Search] [Home] [Kernel List] [Linux ia64] [Linux X86_64] [Red Hat Install] [Red Hat Migration] [Red Hat Development] [Red Hat 9 Bible] [Red Hat 9 Mailing List] [Fedora Legacy] [Yosemite News]