RE: compiling latest kernel on amd64 -- initrd?
"Bryan J. Smith" <[email protected]> Thu, 12 Jan 2006 14:04:01 -0800 (PST)
| Newsgroups | gmane.linux.redhat.amd64 |
|---|---|
| Message-ID | <[email protected]> |
chris <[email protected]> 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 [email protected] http://thebs413.blogspot.com ---------------------------------------------------- *** Speed doesn't kill, difference in speed does *** -- amd64-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/amd64-list