|
Do you have a separate /boot partition? If so just leave it alone for now, and don't erase it when you install the new distro...
When you do install the new distro, do not install a boot loader (grub). The install will have created a directory '/boot' with your new kernel. Run 'mv /boot /boot.new' .Now you just need to mount your _old_ /boot partition, update fstab, and update grub.conf to boot the new kernel (don't forget to move the new kernel from /boot.new to /boot).
If you don't have a separate /boot partition then you will have to reinstall grub...no choice, however, if you back up your grub.conf it will be easy to get your old settings back....
|