From: Justin P. m. <jus...@gm...> - 2010-04-16 14:48:28
|
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 hope this helps Justin P. Mattock |