Ubuntu 10.10 winxp dual boot error 15

Asked by hemantkarandikar

I have a HP Mini 110.

I had dual boot win xp and ubuntu 9.04 working well.

I tested Ubuntu 10.10 desktop live cd. everything including wifi and mobile broadband worked well. (netbook version was confusing and i could get mobile broadband to work)

So I went installing Ubuntu 10.10 desktop over 9.04 keeping win xp in tact.

I chose the option specifying partitions since I could get guess effects of 'simpler' options. :-)

I chose to install bootloader in sda6. Perhaps that was big mistake though I thought about it.....

Installation proceeded smoothly.

When I was asked to reboot, it failed to boot -not even winxp could be booted.

Please help with the simplest method. I am business user.

I read various answers under error 15 and felt that they all dealt with somewhat different situations.

Regards
Hemant

Output of boot info script is copied below
---------------------------------------------

                Boot Info Script 0.55 dated February 15th, 2010

============================= Boot Info Summary: ==============================

 => Grub 0.97 is installed in the MBR of /dev/sda and looks on the same drive
    in partition #6 for /boot/grub/stage2 and /boot/grub/menu.lst.

sda1: _________________________________________________________________________

    File system: ntfs
    Boot sector type: Windows Vista/7
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System: Windows XP
    Boot files/dirs: /boot.ini /bootmgr /Boot/BCD /ntldr /ntdetect.com

sda2: _________________________________________________________________________

    File system: Extended Partition
    Boot sector type: -
    Boot sector info:

sda5: _________________________________________________________________________

    File system: ntfs
    Boot sector type: Windows XP
    Boot sector info: According to the info in the boot sector, sda5 starts
                       at sector 63.
    Operating System:
    Boot files/dirs:

sda6: _________________________________________________________________________

    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System: Ubuntu 10.10
    Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda7: _________________________________________________________________________

    File system: swap
    Boot sector type: -
    Boot sector info:

=========================== Drive/Partition Info: =============================

Drive: sda ___________________ _____________________________________________________

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition Boot Start End Size Id System

/dev/sda1 * 63 20,980,889 20,980,827 7 HPFS/NTFS
/dev/sda2 20,980,951 156,296,384 135,315,434 f W95 Ext d (LBA)
/dev/sda5 20,980,953 125,837,144 104,856,192 7 HPFS/NTFS
/dev/sda6 125,837,208 154,930,859 29,093,652 83 Linux
/dev/sda7 154,930,923 156,296,384 1,365,462 82 Linux swap / Solaris

blkid -c /dev/null: ____________________________________________________________

Device UUID TYPE LABEL

/dev/loop0 squashfs
/dev/sda1 152E87F73B46A78D ntfs
/dev/sda2: PTTYPE="dos"
/dev/sda5 BC64ED3964ECF754 ntfs New Volume
/dev/sda6 613fddcf-15ff-4878-9c22-bfd55bc84f3d ext4
/dev/sda7 41552315-cad4-4bd1-9d60-f72d678b5971 swap
/dev/sda: PTTYPE="dos"

============================ "mount | grep ^/dev output: ===========================

Device Mount_Point Type Options

aufs / aufs (rw)
/dev/sr0 /cdrom iso9660 (ro,noatime)
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sr0 /media/apt iso9660 (ro)
/dev/sda5 /media/New Volume fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)

================================ sda1/boot.ini: ================================

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect

=========================== sda6/boot/grub/grub.cfg: ===========================

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 613fddcf-15ff-4878-9c22-bfd55bc84f3d
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 613fddcf-15ff-4878-9c22-bfd55bc84f3d
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
 recordfail
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos6)'
 search --no-floppy --fs-uuid --set 613fddcf-15ff-4878-9c22-bfd55bc84f3d
 linux /boot/vmlinuz-2.6.35-22-generic root=UUID=613fddcf-15ff-4878-9c22-bfd55bc84f3d ro quiet splash
 initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
 recordfail
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos6)'
 search --no-floppy --fs-uuid --set 613fddcf-15ff-4878-9c22-bfd55bc84f3d
 echo 'Loading Linux 2.6.35-22-generic ...'
 linux /boot/vmlinuz-2.6.35-22-generic root=UUID=613fddcf-15ff-4878-9c22-bfd55bc84f3d ro single
 echo 'Loading initial ramdisk ...'
 initrd /boot/initrd.img-2.6.35-22-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos6)'
 search --no-floppy --fs-uuid --set 613fddcf-15ff-4878-9c22-bfd55bc84f3d
 linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
 insmod part_msdos
 insmod ext2
 set root='(hd0,msdos6)'
 search --no-floppy --fs-uuid --set 613fddcf-15ff-4878-9c22-bfd55bc84f3d
 linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Vista (loader) (on /dev/sda1)" {
 insmod part_msdos
 insmod ntfs
 set root='(hd0,msdos1)'
 search --no-floppy --fs-uuid --set 152e87f73b46a78d
 chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

=============================== sda6/etc/fstab: ===============================

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda6 during installation
UUID=613fddcf-15ff-4878-9c22-bfd55bc84f3d / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=41552315-cad4-4bd1-9d60-f72d678b5971 none swap sw 0 0

=================== sda6: Location of files loaded by Grub: ===================

  73.8GB: boot/grub/core.img
  73.8GB: boot/grub/grub.cfg
  64.9GB: boot/initrd.img-2.6.35-22-generic
  73.8GB: boot/vmlinuz-2.6.35-22-generic
  64.9GB: initrd.img
  73.8GB: vmlinuz

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

Boot to liveCD and reinstall grub2

Revision history for this message
hemantkarandikar (hemantkarandikar) said :
#2

Thanks actionparsnip, that solved my question.

Revision history for this message
hemantkarandikar (hemantkarandikar) said :
#3

Thanks my problem was solved.

Regards
Hemant

On Fri, Dec 10, 2010 at 4:17 AM, delance <
<email address hidden>> wrote:

> Your question #137183 on grub2 in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/grub2/+question/137183
>
> Project: Ubuntu => grub2 in ubuntu
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>