← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #76859]: Multi boot system will not load...

 

Question #76859 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76859

    Status: Answered => Open

mriniker is still having a problem:
Here is the info. you requested:

sudo fdisk -1
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5f85629a

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       19457   156288321    7  HPFS/NTFS

Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd805a8d5

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       18701   150215751   83  Linux
/dev/sdb2           18702       19457     6072570    5  Extended
/dev/sdb5           18702       19457     6072538+  82  Linux swap / Solaris

Disk /dev/sdc: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0101e450

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1       19458   156288000    7  HPFS/NTFS

cd /boot/grub
gedit menu.lst

title		Ubuntu 8.10, kernel 2.6.27-14-generic
uuid		9755d285-90d0-497a-9881-55269a356df0
kernel		/boot/vmlinuz-2.6.27-14-generic root=UUID=9755d285-90d0-497a-9881-55269a356df0 ro quiet splash 
initrd		/boot/initrd.img-2.6.27-14-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-14-generic (recovery mode)
uuid		9755d285-90d0-497a-9881-55269a356df0
kernel		/boot/vmlinuz-2.6.27-14-generic root=UUID=9755d285-90d0-497a-9881-55269a356df0 ro  single
initrd		/boot/initrd.img-2.6.27-14-generic

title		Ubuntu 8.10, kernel 2.6.27-11-generic
uuid		9755d285-90d0-497a-9881-55269a356df0
kernel		/boot/vmlinuz-2.6.27-11-generic root=UUID=9755d285-90d0-497a-9881-55269a356df0 ro quiet splash 
initrd		/boot/initrd.img-2.6.27-11-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
uuid		9755d285-90d0-497a-9881-55269a356df0
kernel		/boot/vmlinuz-2.6.27-11-generic root=UUID=9755d285-90d0-497a-9881-55269a356df0 ro  single
initrd		/boot/initrd.img-2.6.27-11-generic

title		Ubuntu 8.10, kernel 2.6.27-7-generic
uuid		9755d285-90d0-497a-9881-55269a356df0
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=9755d285-90d0-497a-9881-55269a356df0 ro quiet splash 
initrd		/boot/initrd.img-2.6.27-7-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid		9755d285-90d0-497a-9881-55269a356df0
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=9755d285-90d0-497a-9881-55269a356df0 ro  single
initrd		/boot/initrd.img-2.6.27-7-generic

title		Ubuntu 8.10, memtest86+
uuid		9755d285-90d0-497a-9881-55269a356df0
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 a non-linux OS
# on /dev/sda1
title		Microsoft Windows XP Professional
root		(hd0,0)
savedefault
chainloader	+1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdc1
title		Windows Vista/Longhorn (loader)
root		(hd2,0)
savedefault
map		(hd0) (hd2)
map		(hd2) (hd0)
chainloader	+1

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.