Setting up a multi-boot system and after installing OpenSUSE I can get into Windows XP (sda2), a Puppy Linux partition (sdb5), and OpenSuse (sdb6, sdb7).
Swap is set at sdb4 and Ubuntu lives on sdb3, but when I choose the Grub selection for Ubuntu, I get “error 15: file not found.”
From within OpenSUSE, fstab reads as follows:
van@linux-zcgq:/etc> cat fstab
/dev/disk/by-id/ata-WDC_WD6400AACS-00G8B1_WD-WCAUF3094719-part4 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD6400AACS-00G8B1_WD-WCAUF3094719-part6 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD6400AACS-00G8B1_WD-WCAUF3094719-part7 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/ata-SAMSUNG_HD080HJP_S0DEJ10YB71185-part2 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD6400AACS-00G8B1_WD-WCAUF3094719-part1 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
fdisk -l gives back the following:
linux-zcgq:/etc # fdisk -l
Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe686f016
Device Boot Start End Blocks Id System
/dev/sda1 1 6 48163+ de Dell Utility
/dev/sda2 * 7 9118 73192140 7 HPFS/NTFS
/dev/sda3 9120 9725 4867695 db CP/M / CTOS / …
Disk /dev/sdb: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000984a0
Device Boot Start End Blocks Id System
/dev/sdb1 1 12919 103771836 7 HPFS/NTFS
/dev/sdb2 39587 77825 307154767+ 5 Extended
/dev/sdb3 13557 39586 209085975 83 Linux
/dev/sdb4 12920 13556 5116702+ 82 Linux swap / Solaris
/dev/sdb5 58783 77825 152962897+ 83 Linux
/dev/sdb6 39587 42197 20972794+ 83 Linux
/dev/sdb7 42198 58782 133218981 83 Linux
On boot, the OpenSUSE installed Grub, when selected for Ubuntu, goes to the Ubuntu Grub (I think) and from there gives back the error, but Ubuntu loaded fine prior to installing Grub with the OpenSUSE install.
Any help on getting my Ubuntu partition back?
Danke!