PDA

View Full Version : [ubuntu] Upgrade to Ubuntu 10.04 - XP missing from grub



kmmaneesh
June 3rd, 2010, 07:13 PM
Hi Guys,
After upgrading from Ubuntu 9.10 to 10.04, windows XP boot option is missing from the boot loader window. The laptop has two ntfs partitions - one for windows recovery and the other one for XP. The recovery option is available in the boot loader. But XP is missing. I tried several suggestions from different forums but to no vail. Can somebody help ? The output of boot_info-script follows:


Boot Info Script 0.55 dated February 15th, 2010

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

=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #5 for /boot/grub.

sda1: __________________________________________________ _______________________

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

sda2: __________________________________________________ _______________________

File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files/dirs:

sda3: __________________________________________________ _______________________

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

sda5: __________________________________________________ _______________________

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

sda6: __________________________________________________ _______________________

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

sda7: __________________________________________________ _______________________

File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs:

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

Drive: sda ___________________ __________________________________________________ ___

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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 16,611,209 16,611,147 12 Compaq diagnostics
/dev/sda2 * 16,611,210 142,480,484 125,869,275 7 HPFS/NTFS
/dev/sda3 142,480,546 312,576,704 170,096,159 5 Extended
/dev/sda5 142,480,548 167,316,974 24,836,427 83 Linux
/dev/sda6 309,492,288 312,576,704 3,084,417 82 Linux swap / Solaris
/dev/sda7 167,317,038 309,492,224 142,175,187 83 Linux


blkid -c /dev/null: __________________________________________________ __________

Device UUID TYPE LABEL

/dev/sda1 9ECCDDF0CCDDC327 ntfs Recovery Partition
/dev/sda2 4C54A5A254A58EF0 ntfs VAIO
/dev/sda3: PTTYPE="dos"
/dev/sda5 809503d2-4d3a-4ac8-96d4-4938e8a4471e ext4
/dev/sda6 a2eb141c-c63f-4a84-a2cd-912cbbc18122 swap
/dev/sda7 62a2c2ef-c6d8-4b92-9662-478178712761 ext4
/dev/sda: PTTYPE="dos"

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

Device Mount_Point Type Options

/dev/sda5 / ext4 (rw,errors=remount-ro)
/dev/sda7 /home ext4 (rw)


=========================== sda5/boot/grub/grub.cfg: ===========================

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/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
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
}
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 809503d2-4d3a-4ac8-96d4-4938e8a4471e
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 809503d2-4d3a-4ac8-96d4-4938e8a4471e
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.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 809503d2-4d3a-4ac8-96d4-4938e8a4471e
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=809503d2-4d3a-4ac8-96d4-4938e8a4471e ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 809503d2-4d3a-4ac8-96d4-4938e8a4471e
echo 'Loading Linux 2.6.32-22-generic ...'
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=809503d2-4d3a-4ac8-96d4-4938e8a4471e ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 809503d2-4d3a-4ac8-96d4-4938e8a4471e
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=809503d2-4d3a-4ac8-96d4-4938e8a4471e ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 809503d2-4d3a-4ac8-96d4-4938e8a4471e
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=809503d2-4d3a-4ac8-96d4-4938e8a4471e ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 809503d2-4d3a-4ac8-96d4-4938e8a4471e
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 809503d2-4d3a-4ac8-96d4-4938e8a4471e
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 9eccddf0ccddc327
drivemap -s (hd0) ${root}
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 ###

=============================== sda5/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/sda5 during installation
UUID=809503d2-4d3a-4ac8-96d4-4938e8a4471e / ext4 errors=remount-ro 0 1
# /home was on /dev/sda7 during installation
UUID=62a2c2ef-c6d8-4b92-9662-478178712761 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=a2eb141c-c63f-4a84-a2cd-912cbbc18122 none swap sw 0 0

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


83.8GB: boot/grub/core.img
74.3GB: boot/grub/grub.cfg
83.8GB: boot/initrd.img-2.6.32-21-generic
84.2GB: boot/initrd.img-2.6.32-22-generic
83.8GB: boot/vmlinuz-2.6.32-21-generic
84.3GB: boot/vmlinuz-2.6.32-22-generic
84.2GB: initrd.img
83.8GB: initrd.img.old
84.3GB: vmlinuz
83.8GB: vmlinuz.old

darkod
June 3rd, 2010, 07:23 PM
sda2: __________________________________________________ _______________________

File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files/dirs:

You are missing the boot files from your XP partition. Grub2 searches for boot files to identify other OSs.

Not sure what happened. If you have XP install cd, you could use it to fix the boot files. There are instructions from Recovery Console here:
http://ubuntuforums.org/showthread.php?t=1014708

Do only the /fixboot command, it should be enough. The /fixmbr will delete grub2 from the MBR so you will need to reinstall it there.

If you don't have the XP install cd, another way to get the boot files and install them is here:
http://ubuntuforums.org/showpost.php?p=5082723&postcount=1

Read the instructions too, you will need to change the boot.ini to partition(2) because XP is on the second partition on your hdd.

kmmaneesh
June 3rd, 2010, 07:58 PM
Thanks a lot friend. It worked.