Have a triple boot system. First is Kubuntu 7.04, Second is Ubuntu 7.10 and final is XP. All set on seperate drives. When I go to boot into Ubuntu I get error "11 unrecognized device string".
Here is grub file:
## ## End Default Options ##
title Ubuntu, kernel 2.6.20-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=28227cd0-9e12-4b0f-b89d-7700dc15a503 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=28227cd0-9e12-4b0f-b89d-7700dc15a503 ro single
initrd /boot/initrd.img-2.6.20-16-generic
title Ubuntu, kernel 2.6.20-15-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=28227cd0-9e12-4b0f-b89d-7700dc15a503 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=28227cd0-9e12-4b0f-b89d-7700dc15a503 ro single
initrd /boot/initrd.img-2.6.20-15-generic
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e0f09388-71b3-42be-8b1c-4d8fe3c9fd19 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e0f09388-71b3-42be-8b1c-4d8fe3c9fd19 ro single
initrd /boot/initrd.img-2.6.22-14-generic
quiet
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu 7.10, kernel 2.6.20-16-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e0f09388-71b3-42be-8b1c-4d8fe3c9fd19 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu 7.10, kernel 2.6.20-16-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e0f09388-71b3-42be-8b1c-4d8fe3c9fd19 ro single
initrd /boot/initrd.img-2.6.20-16-generic
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu, memtest86+
root (hd1,0)
kernel /boot/memtest86+.bin
savedefault
boot
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1.
title Microsoft Windows XP Professional
root (hd2,0)
savedefault
makeactive
map (hd0) (hd2)
map (hd2) (hd0)
chainloader +1
My device map is:
(hd0) /dev/hda
(hd1) /dev/sda
(hd2) /dev/sdb
If I move down to load Ubuntu with the backup older kernel it will boot fine. What do I need to fix so I can boot into new kernel. Am trying to get everything working in Ubuntu before I upgrade Kubuntu to 7.10
Here is grub file:
## ## End Default Options ##
title Ubuntu, kernel 2.6.20-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=28227cd0-9e12-4b0f-b89d-7700dc15a503 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=28227cd0-9e12-4b0f-b89d-7700dc15a503 ro single
initrd /boot/initrd.img-2.6.20-16-generic
title Ubuntu, kernel 2.6.20-15-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=28227cd0-9e12-4b0f-b89d-7700dc15a503 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=28227cd0-9e12-4b0f-b89d-7700dc15a503 ro single
initrd /boot/initrd.img-2.6.20-15-generic
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e0f09388-71b3-42be-8b1c-4d8fe3c9fd19 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e0f09388-71b3-42be-8b1c-4d8fe3c9fd19 ro single
initrd /boot/initrd.img-2.6.22-14-generic
quiet
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu 7.10, kernel 2.6.20-16-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e0f09388-71b3-42be-8b1c-4d8fe3c9fd19 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu 7.10, kernel 2.6.20-16-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e0f09388-71b3-42be-8b1c-4d8fe3c9fd19 ro single
initrd /boot/initrd.img-2.6.20-16-generic
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Ubuntu, memtest86+
root (hd1,0)
kernel /boot/memtest86+.bin
savedefault
boot
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1.
title Microsoft Windows XP Professional
root (hd2,0)
savedefault
makeactive
map (hd0) (hd2)
map (hd2) (hd0)
chainloader +1
My device map is:
(hd0) /dev/hda
(hd1) /dev/sda
(hd2) /dev/sdb
If I move down to load Ubuntu with the backup older kernel it will boot fine. What do I need to fix so I can boot into new kernel. Am trying to get everything working in Ubuntu before I upgrade Kubuntu to 7.10
Comment