Ok i have downloaded then new 2.6.10 kernel from kernel.org, i've done a bit of background reading into this but id appreciate it if you'd just confirm im doing things correctly.
First of all i will extract the new kernel in the /usr/src directory
i will then cd into the new linux-2.6.10 directory
i will then do the following
make xconfig (or maybe make oldconfig depending if i can find my old .config file)
make dep
make bzImage
make modules
make modules_install
then i'll copy the new image file from /arch/i386/boot/bzImage to /boot
and also copy the System.map file to /boot
Once i've done that i'll then edit my grub.conf file to boot the new kernel image instead of the old image.
1. Does this look correct up to here?
2. How do i remove my old kernel?
3. will grub require a new /boot/initrd.gz file to boot or can i use my old one?
Thanks for any help  |