From: Geoffrey <li...@se...> - 2010-04-21 14:27:40
|
Justin P. mattock wrote: > On 04/16/2010 07:34 AM, Geoffrey Myers wrote: >> I was attempting to upgrade my kernel and now when I boot, I get: >> >> grub >> >> >> That's it. I don't understand this as I don't know what the kernel update would do that would cause this to happen. My steps: >> >> 1. download kernel from kernel.org >> 2. unpack >> 3. configure >> 4. make modules >> 5. make >> 6. make modules_install >> 7. make install >> 8. reboot >> >> Any suggestions would be greatly appreciated. >> >> -- >> until later, Geof >> >> > > if you just get the grub screen and no movement > likely tell's me you need to do and update-grub > or if using lilo /sbin/lilo which updates the kernel's > etc.. > > as for the building of the kernel > you should > make menuconfig > make > make modules(although you probably don't because its already done) > make modules_install > make install(if using lilo, the update automatically happens) > grub you need to update-grub So when I run 'make install' I see this: WARNING: No module ehci-hcd found for kernel 2.6.33.2, continuing anyway WARNING: No module ohci-hcd found for kernel 2.6.33.2, continuing anyway WARNING: No module uhci-hcd found for kernel 2.6.33.2, continuing anyway WARNING: No module ata_piix found for kernel 2.6.33.2, continuing anyway WARNING: No module ata_piix found for kernel 2.6.33.2, continuing anyway WARNING: No module ata_piix found for kernel 2.6.33.2, continuing anyway But in my kernel config I have: CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_UHCI_HCD=y CONFIG_ATA_PIIX=y Is this an issue? > > hope this helps > > Justin P. Mattock > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Mactel-linux-users mailing list > Mac...@li... > https://lists.sourceforge.net/lists/listinfo/mactel-linux-users > -- Until later, Geoffrey "I predict future happiness for America if they can prevent the government from wasting the labors of the people under the pretense of taking care of them." - Thomas Jefferson |