Okay...I've done this before. I've screwed my grub menu up in the past and , with the help of this forum, was able to repair it. So, feeling Gutsy (no pun intended), I decided to install PCLinuxOS on a second, unused hard drive in my desktop.
All went well, PCLOS works fine and I can still boot to WinXP. But, booting to Kubuntu gives me a kernel error. I have a feeling it has something to do with an entry in my grub menu as taken from PCLOS and shown below. I believe my grub menu is telling Kubuntu to use an older kernel. How do I resolve this?
I'm running Kubuntu 7.10
Latest Kernel
WinXP and Kubuntu installed on main hard drive (dev0)
PCLOS installed on second hard drive.
All help is appreciated.
timeout 10
color black/cyan yellow/cyan
default 0
title linux
kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/hdb1 acpi=on resume=/dev/hdb5 splash=silent vga=788
initrd (hd1,0)/boot/initrd.img
title linux-nonfb
kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/hdb1 acpi=on resume=/dev/hdb5
initrd (hd1,0)/boot/initrd.img
title failsafe
kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/hdb1 failsafe acpi=on resume=/dev/hdb5
initrd (hd1,0)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title Kubuntu
kernel (hd1,0)/boot/vmlinuz-2.6.18.8.tex5 BOOT_IMAGE=Kubuntu root=/dev/hda2
initrd (hd1,0)/boot/initrd.img
All went well, PCLOS works fine and I can still boot to WinXP. But, booting to Kubuntu gives me a kernel error. I have a feeling it has something to do with an entry in my grub menu as taken from PCLOS and shown below. I believe my grub menu is telling Kubuntu to use an older kernel. How do I resolve this?
I'm running Kubuntu 7.10
Latest Kernel
WinXP and Kubuntu installed on main hard drive (dev0)
PCLOS installed on second hard drive.
All help is appreciated.
timeout 10
color black/cyan yellow/cyan
default 0
title linux
kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/hdb1 acpi=on resume=/dev/hdb5 splash=silent vga=788
initrd (hd1,0)/boot/initrd.img
title linux-nonfb
kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/hdb1 acpi=on resume=/dev/hdb5
initrd (hd1,0)/boot/initrd.img
title failsafe
kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/hdb1 failsafe acpi=on resume=/dev/hdb5
initrd (hd1,0)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title Kubuntu
kernel (hd1,0)/boot/vmlinuz-2.6.18.8.tex5 BOOT_IMAGE=Kubuntu root=/dev/hda2
initrd (hd1,0)/boot/initrd.img
Comment