From: Justin P. M. <jus...@gm...> - 2010-04-21 15:33:18
|
On 04/21/2010 07:27 AM, Geoffrey wrote: > 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? > yeah it's just grub not realizing that the module is there it's just built-in the kernel. you should be o.k. Justin P. Mattock |