Here is the output from my computer below. I get an Error 15 message when I pick Ubuntu from the suse GRUB on booting; thus, I cannot boot into Ubuntu. I can see the files fine via SUSE. My question is: How do I get the suse GRUB to let me boot into ubuntu? Thanks!
miahlon@linux-2mch:~> fdisk -l
Absolute path to ‘fdisk’ is ‘/sbin/fdisk’, so running it may require superuser privileges (eg. root).
miahlon@linux-2mch:~> su
Password:
linux-2mch:/home/miahlon # fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000168d7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 27167 218218896 83 Linux
/dev/sda3 27168 60801 270165105 5 Extended
/dev/sda5 60641 60801 1293201 82 Linux swap / Solaris
/dev/sda6 60315 60618 2441817 83 Linux
/dev/sda7 60619 60640 176683+ 82 Linux swap / Solaris
/dev/sda8 27168 60152 264951949+ 83 Linux
/dev/sda9 60153 60314 1301233+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000499e3
Device Boot Start End Blocks Id System
/dev/sdb1 1 2611 20972826 83 Linux
/dev/sdb2 2612 14099 92277360 83 Linux
/dev/sdb3 14100 14593 3968055 82 Linux swap / Solaris
linux-2mch:/home/miahlon # cat /boot/grub/menu.lst
Modified by YaST2. Last modification on Fri Nov 13 19:56:26 CST 2009
THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 8
gfxmenu (hd1,0)/boot/message
###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.2
root (hd1,0)
kernel /boot/vmlinuz-2.6.31.5-0.1-default root=/dev/disk/by-id/ata-ST3120213AS_5LS82D1J-part1 resume=/dev/disk/by-id/ata-ST3120213AS_5LS82D1J-part3 splash=silent quiet showopts vga=0x31a
initrd /boot/initrd-2.6.31.5-0.1-default
###Don’t change this comment - YaST2 identifier: Original name: Ubuntu 9.10, kernel 2.6.31-14-generic (/dev/sda1)###
title Ubuntu 9.10, kernel 2.6.31-14-generic (/dev/sda1)
root (hd0,0)
configfile /boot/grub/menu.lst
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – openSUSE 11.2
root (hd1,0)
kernel /boot/vmlinuz-2.6.31.5-0.1-default root=/dev/disk/by-id/ata-ST3120213AS_5LS82D1J-part1 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x31a
initrd /boot/initrd-2.6.31.5-0.1-default
linux-2mch:/home/miahlon #