Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 11/06/2014, à 14:20

Fereflo

error : out of disk. grub rescue>

Bonjour,
Je ne sais pas ce qui c'est passé, mon PC reste bloqué sur le message ci-dessus.
J'ai 2 disques durs (120 Go & 1 To) et ça marchait bien depuis plusieurs années
Je suis passé de 12.04 LTS à 14.04 LTS croyant que tout re-fonctionnerait
Rien à faire
J'ai essayé " Boot-repair " :
http://paste.ubuntu.com/7602630/
mais j'y comprends rien

Merci d'avances pour la personne qui m'aidera.
Cordialement

Hors ligne

#2 Le 11/06/2014, à 18:58

malbo

Re : error : out of disk. grub rescue>

Ton Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 31Jan2013]


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

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for (,msdos1)/boot/grub on this drive.
 => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    in partition 112 for .

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 2000/XP: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows XP
    Boot files:        /boot.ini /ntldr /NTDETECT.COM /ubuntu/winboot/wubildr 
                       /ubuntu/winboot/wubildr.mbr

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   228,300,799   228,298,752  83 Linux
/dev/sda2         228,302,846   234,440,703     6,137,858   5 Extended
/dev/sda5         228,302,848   234,440,703     6,137,856  82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *             63 1,953,503,999 1,953,503,937   7 NTFS / exFAT / HPFS


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        027671ab-466f-4f42-bb16-36884b66938f   ext4       
/dev/sda5        1ceffac6-c657-43c1-a2f2-0d140116029b   swap       
/dev/sdb1        948457128456F668                       ntfs       
/dev/sr0                                                iso9660    Boot-Repair-Disk 32bit

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


=========================== sda1/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
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

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 {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
else
  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
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
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-027671ab-466f-4f42-bb16-36884b66938f' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
	else
	  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
	fi
	linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-24-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.13.0-24-generic ...'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.13.0-24-generic ...'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-63-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-63-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-63-generic ...'
		linux	/boot/vmlinuz-3.2.0-63-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-63-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-63-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-63-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-63-generic ...'
		linux	/boot/vmlinuz-3.2.0-63-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-63-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-61-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-61-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-61-generic ...'
		linux	/boot/vmlinuz-3.2.0-61-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-61-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-61-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-61-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-61-generic ...'
		linux	/boot/vmlinuz-3.2.0-61-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-61-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-60-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-60-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-60-generic ...'
		linux	/boot/vmlinuz-3.2.0-60-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-60-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-60-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-60-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-60-generic ...'
		linux	/boot/vmlinuz-3.2.0-60-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-60-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-59-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-59-generic ...'
		linux	/boot/vmlinuz-3.2.0-59-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-59-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-59-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-59-generic ...'
		linux	/boot/vmlinuz-3.2.0-59-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-59-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-58-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-58-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-58-generic ...'
		linux	/boot/vmlinuz-3.2.0-58-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-58-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-58-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-58-generic ...'
		linux	/boot/vmlinuz-3.2.0-58-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-57-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-57-generic ...'
		linux	/boot/vmlinuz-3.2.0-57-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-57-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-57-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-57-generic ...'
		linux	/boot/vmlinuz-3.2.0-57-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-57-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-56-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-56-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-56-generic ...'
		linux	/boot/vmlinuz-3.2.0-56-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-56-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-56-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-56-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-56-generic ...'
		linux	/boot/vmlinuz-3.2.0-56-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-56-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-55-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-55-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-55-generic ...'
		linux	/boot/vmlinuz-3.2.0-55-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-55-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-55-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-55-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-55-generic ...'
		linux	/boot/vmlinuz-3.2.0-55-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-55-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-54-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-54-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-54-generic ...'
		linux	/boot/vmlinuz-3.2.0-54-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-54-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-54-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-54-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-54-generic ...'
		linux	/boot/vmlinuz-3.2.0-54-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-54-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-53-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-53-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-53-generic ...'
		linux	/boot/vmlinuz-3.2.0-53-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-53-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-53-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-53-generic ...'
		linux	/boot/vmlinuz-3.2.0-53-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-53-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-52-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-52-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-52-generic ...'
		linux	/boot/vmlinuz-3.2.0-52-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-52-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-52-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-52-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-52-generic ...'
		linux	/boot/vmlinuz-3.2.0-52-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-52-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-51-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-51-generic ...'
		linux	/boot/vmlinuz-3.2.0-51-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-51-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-51-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-51-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-51-generic ...'
		linux	/boot/vmlinuz-3.2.0-51-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-51-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-49-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-49-generic ...'
		linux	/boot/vmlinuz-3.2.0-49-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-49-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-49-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-49-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-49-generic ...'
		linux	/boot/vmlinuz-3.2.0-49-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-49-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-48-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-48-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-48-generic ...'
		linux	/boot/vmlinuz-3.2.0-48-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-48-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-48-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-48-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-48-generic ...'
		linux	/boot/vmlinuz-3.2.0-48-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-48-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-45-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-45-generic ...'
		linux	/boot/vmlinuz-3.2.0-45-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-45-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-45-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-45-generic ...'
		linux	/boot/vmlinuz-3.2.0-45-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-45-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-44-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-44-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-44-generic ...'
		linux	/boot/vmlinuz-3.2.0-44-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-44-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-44-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-44-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-44-generic ...'
		linux	/boot/vmlinuz-3.2.0-44-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-44-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-43-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-43-generic ...'
		linux	/boot/vmlinuz-3.2.0-43-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-43-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-43-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-43-generic ...'
		linux	/boot/vmlinuz-3.2.0-43-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-43-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-41-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-41-generic ...'
		linux	/boot/vmlinuz-3.2.0-41-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-41-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-41-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-41-generic ...'
		linux	/boot/vmlinuz-3.2.0-41-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-41-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-40-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-40-generic ...'
		linux	/boot/vmlinuz-3.2.0-40-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-40-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-40-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-40-generic ...'
		linux	/boot/vmlinuz-3.2.0-40-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-40-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-39-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-39-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-39-generic ...'
		linux	/boot/vmlinuz-3.2.0-39-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-39-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-39-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-39-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-39-generic ...'
		linux	/boot/vmlinuz-3.2.0-39-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-39-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-38-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-38-generic ...'
		linux	/boot/vmlinuz-3.2.0-38-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-38-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-38-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-38-generic ...'
		linux	/boot/vmlinuz-3.2.0-38-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-38-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-37-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-37-generic ...'
		linux	/boot/vmlinuz-3.2.0-37-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-37-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-37-generic ...'
		linux	/boot/vmlinuz-3.2.0-37-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-36-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-36-generic ...'
		linux	/boot/vmlinuz-3.2.0-36-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-36-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-36-generic ...'
		linux	/boot/vmlinuz-3.2.0-36-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-35-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-35-generic ...'
		linux	/boot/vmlinuz-3.2.0-35-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-35-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-35-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-35-generic ...'
		linux	/boot/vmlinuz-3.2.0-35-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-35-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-34-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-34-generic ...'
		linux	/boot/vmlinuz-3.2.0-34-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-34-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-34-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-34-generic ...'
		linux	/boot/vmlinuz-3.2.0-34-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-34-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-33-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-33-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-33-generic ...'
		linux	/boot/vmlinuz-3.2.0-33-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-33-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-33-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-33-generic ...'
		linux	/boot/vmlinuz-3.2.0-33-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-33-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-32-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-32-generic ...'
		linux	/boot/vmlinuz-3.2.0-32-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-32-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.2.0-32-generic ...'
		linux	/boot/vmlinuz-3.2.0-32-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 3.0.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-26-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.0.0-26-generic ...'
		linux	/boot/vmlinuz-3.0.0-26-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.0.0-26-generic
	}
	menuentry 'Ubuntu, with Linux 3.0.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-26-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 3.0.0-26-generic ...'
		linux	/boot/vmlinuz-3.0.0-26-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.0.0-26-generic
	}
	menuentry 'Ubuntu, with Linux 2.6.38-16-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-16-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 2.6.38-16-generic ...'
		linux	/boot/vmlinuz-2.6.38-16-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-2.6.38-16-generic
	}
	menuentry 'Ubuntu, with Linux 2.6.38-16-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-16-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 2.6.38-16-generic ...'
		linux	/boot/vmlinuz-2.6.38-16-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-2.6.38-16-generic
	}
	menuentry 'Ubuntu, with Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-8-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 2.6.38-8-generic ...'
		linux	/boot/vmlinuz-2.6.38-8-generic root=/dev/sda1 ro  quiet splash $vt_handoff
	}
	menuentry 'Ubuntu, with Linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-8-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 2.6.38-8-generic ...'
		linux	/boot/vmlinuz-2.6.38-8-generic root=/dev/sda1 ro recovery nomodeset 
	}
	menuentry 'Ubuntu, with Linux 2.6.35-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.35-27-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 2.6.35-27-generic ...'
		linux	/boot/vmlinuz-2.6.35-27-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-2.6.35-27-generic
	}
	menuentry 'Ubuntu, with Linux 2.6.35-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.35-27-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 2.6.35-27-generic ...'
		linux	/boot/vmlinuz-2.6.35-27-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-2.6.35-27-generic
	}
	menuentry 'Ubuntu, with Linux 2.6.35-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.35-25-generic-advanced-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 2.6.35-25-generic ...'
		linux	/boot/vmlinuz-2.6.35-25-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-2.6.35-25-generic
	}
	menuentry 'Ubuntu, with Linux 2.6.35-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.35-25-generic-recovery-027671ab-466f-4f42-bb16-36884b66938f' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
		else
		  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
		fi
		echo	'Loading Linux 2.6.35-25-generic ...'
		linux	/boot/vmlinuz-2.6.35-25-generic root=UUID=027671ab-466f-4f42-bb16-36884b66938f ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-2.6.35-25-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,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
	else
	  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  027671ab-466f-4f42-bb16-36884b66938f
	else
	  search --no-floppy --fs-uuid --set=root 027671ab-466f-4f42-bb16-36884b66938f
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Microsoft Windows XP Professionnel (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-948457128456F668' {
	insmod part_msdos
	insmod ntfs
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  948457128456F668
	else
	  search --no-floppy --fs-uuid --set=root 948457128456F668
	fi
	parttool ${root} hidden-
	drivemap -s (hd0) ${root}
	chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sdb1 during installation
UUID=027671ab-466f-4f42-bb16-36884b66938f /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb5 during installation
UUID=1ceffac6-c657-43c1-a2f2-0d140116029b none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  70.139160156 = 75.311349760   boot/grub/grub.cfg                             1
  70.174114227 = 75.348881408   boot/grub/i386-pc/core.img                     1
  66.132854462 = 71.009611776   boot/vmlinuz-2.6.35-25-generic                 1
  66.286231995 = 71.174299648   boot/vmlinuz-2.6.35-27-generic                 1
  91.223941803 = 97.950961664   boot/vmlinuz-2.6.38-16-generic                 1
  70.294250488 = 75.477876736   boot/vmlinuz-2.6.38-8-generic                  2
  96.977970123 = 104.129302528  boot/vmlinuz-3.0.0-26-generic                  1
  66.303256989 = 71.192580096   boot/vmlinuz-3.13.0-24-generic                 1
 104.501598358 = 112.207736832  boot/vmlinuz-3.2.0-32-generic                  1
  90.372070312 = 97.036271616   boot/vmlinuz-3.2.0-33-generic                  2
  99.568008423 = 106.910334976  boot/vmlinuz-3.2.0-34-generic                  1
   2.325820923 = 2.497331200    boot/vmlinuz-3.2.0-35-generic                  2
   9.364883423 = 10.055467008   boot/vmlinuz-3.2.0-36-generic                  1
  35.775039673 = 38.413156352   boot/vmlinuz-3.2.0-37-generic                  1
  37.103164673 = 39.839219712   boot/vmlinuz-3.2.0-38-generic                  1
  35.396133423 = 38.006308864   boot/vmlinuz-3.2.0-39-generic                  2
  29.196918488 = 31.349952512   boot/vmlinuz-3.2.0-40-generic                  1
  93.185199738 = 100.056846336  boot/vmlinuz-3.2.0-41-generic                  2
  35.497699738 = 38.115364864   boot/vmlinuz-3.2.0-43-generic                  1
  90.465820312 = 97.136934912   boot/vmlinuz-3.2.0-44-generic                  2
  93.470359802 = 100.363034624  boot/vmlinuz-3.2.0-45-generic                  1
  31.114891052 = 33.409359872   boot/vmlinuz-3.2.0-48-generic                  1
   9.716453552 = 10.432962560   boot/vmlinuz-3.2.0-49-generic                  1
  31.810203552 = 34.155945984   boot/vmlinuz-3.2.0-51-generic                  1
  68.235984802 = 73.267830784   boot/vmlinuz-3.2.0-52-generic                  1
  43.650047302 = 46.868881408   boot/vmlinuz-3.2.0-53-generic                  1
  13.028953552 = 13.989732352   boot/vmlinuz-3.2.0-54-generic                  1
   3.681297302 = 3.952762880    boot/vmlinuz-3.2.0-55-generic                  2
  76.497703552 = 82.138783744   boot/vmlinuz-3.2.0-56-generic                  1
  65.794582367 = 70.646394880   boot/vmlinuz-3.2.0-57-generic                  2
  39.950832367 = 42.896879616   boot/vmlinuz-3.2.0-58-generic                  2
  35.107086182 = 37.695946752   boot/vmlinuz-3.2.0-59-generic                  2
  15.153957367 = 16.271437824   boot/vmlinuz-3.2.0-60-generic                  2
  82.657863617 = 88.753205248   boot/vmlinuz-3.2.0-61-generic                  2
   1.021148682 = 1.096450048    boot/vmlinuz-3.2.0-63-generic                  2
  66.303256989 = 71.192580096   vmlinuz                                        1
   1.668891907 = 1.791959040    boot/initrd.img-2.6.35-25-generic              2
  70.946289062 = 76.177997824   boot/initrd.img-2.6.35-27-generic              2
  97.004901886 = 104.158220288  boot/initrd.img-2.6.38-16-generic              2
 105.130977631 = 112.883527680  boot/initrd.img-3.0.0-26-generic               2
  53.987056732 = 57.968160768   boot/initrd.img-3.13.0-24-generic              3
  90.406925201 = 97.073696768   boot/initrd.img-3.2.0-32-generic               3
  90.957576752 = 97.664954368   boot/initrd.img-3.2.0-33-generic               2
  99.754032135 = 107.110076416  boot/initrd.img-3.2.0-34-generic               2
 100.754032135 = 108.183818240  boot/initrd.img-3.2.0-35-generic               3
   9.808734894 = 10.532048896   boot/initrd.img-3.2.0-36-generic               2
  37.170619965 = 39.911649280   boot/initrd.img-3.2.0-37-generic               2
  30.077125549 = 32.295067648   boot/initrd.img-3.2.0-38-generic               2
  30.773540497 = 33.042837504   boot/initrd.img-3.2.0-39-generic               3
  30.802619934 = 33.074061312   boot/initrd.img-3.2.0-40-generic               2
  93.597827911 = 100.499902464  boot/initrd.img-3.2.0-41-generic               2
  37.472831726 = 40.236146688   boot/initrd.img-3.2.0-43-generic               2
  30.090019226 = 32.308912128   boot/initrd.img-3.2.0-44-generic               3
  30.805725098 = 33.077395456   boot/initrd.img-3.2.0-45-generic               2
  37.363456726 = 40.118706176   boot/initrd.img-3.2.0-48-generic               2
  10.515800476 = 11.291254784   boot/initrd.img-3.2.0-49-generic               2
  39.879470825 = 42.820255744   boot/initrd.img-3.2.0-51-generic               2
  43.629871368 = 46.847217664   boot/initrd.img-3.2.0-52-generic               2
  43.785339355 = 47.014150144   boot/initrd.img-3.2.0-53-generic               1
  13.215023041 = 14.189522944   boot/initrd.img-3.2.0-54-generic               2
  13.888305664 = 14.912454656   boot/initrd.img-3.2.0-55-generic               3
  15.160339355 = 16.278290432   boot/initrd.img-3.2.0-56-generic               2
  66.082214355 = 70.955237376   boot/initrd.img-3.2.0-57-generic               2
  17.308792114 = 18.585174016   boot/initrd.img-3.2.0-58-generic               2
  39.226764679 = 42.119417856   boot/initrd.img-3.2.0-59-generic               3
  16.086631775 = 17.272889344   boot/initrd.img-3.2.0-60-generic               2
  83.079101562 = 89.205506048   boot/initrd.img-3.2.0-61-generic               3
  56.696289062 = 60.877176832   boot/initrd.img-3.2.0-63-generic               2
  53.987056732 = 57.968160768   initrd.img                                     3

================================ sdb1/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 Professionnel" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda2

00000000  e3 68 1b 79 32 03 72 04  09 00 76 04 77 a4 2e 43  |.h.y2.r...v.w..C|
00000010  70 72 63 33 32 c1 47 30  00 f3 18 0f 91 f2 0a 48  |prc32.G0.......H|
00000020  9b 4c 74 42 c5 01 f0 59  c0 4c 4b 47 53 79 73 83  |.LtB...Y.LKGSys.|
00000030  11 f4 05 c4 1c 00 a0 44  00 70 92 73 5f 7a 0a 01  |.......D.p.s_z..|
00000040  f9 05 68 69 70 54 79 70  65 1f 00 a9 7a 48 b1 7a  |..hipType...zH.z|
00000050  73 09 70 88 41 4c 4c 91  e0 74 53 65 6c 50 55 65  |s.p.ALL..tSelPUe|
00000060  64 72 92 68 4d 00 45 56  92 6e 63 0f f2 1d 50 d5  |dr.hM.EV.nc...P.|
00000070  70 68 72 30 a4 20 12 9d  20 d0 9d 71 69 6a 6d d0  |phr0. .. ..qijm.|
00000080  20 6e f0 8e 63 50 ac 71  a6 6f e7 b0 28 f5 20 f3  | n..cP.q.o..(. .|
00000090  b4 90 15 7f 86 fd b4 71  26 82 54 52 07 00 00 90  |.......q&.TR....|
000000a0  e1 0e 76 b3 29 71 1f 98  2d 75 83 08 f3 71 d0 08  |..v.)q..-u...q..|
000000b0  91 f4 0c 0a 00 36 f0 09  e8 ed 77 34 e7 7d 95 73  |.....6....w4.}.s|
000000c0  15 f3 36 40 76 75 76 90  3b f1 b7 31 74 76 40 e5  |..6@vuv.;..1tv@.|
000000d0  5c f6 06 f1 32 d0 a1 45  f5 7c 2e f3 06 50 61 74  |\...2..E.|...Pat|
000000e0  71 2f 4e 15 32 36 77 52  10 6b 70 07 58 7f 0d 77  |q/N.26wR.kp.X..w|
000000f0  f2 12 7f 9f 75 91 04 72  20 f1 19 f3 35 79 7e 4e  |....u..r ...5y~N|
00000100  f1 18 91 7c f9 4e a0 04  71 02 30 3a 29 00 00 44  |...|.N..q.0:)..D|
00000110  69 73 70 6c 61 79 a6 5f  66 6e e1 29 d0 29 f2 17  |isplay._fn.).)..|
00000120  53 f0 07 8a 63 d0 07 6e  f0 17 61 00 72 d0 be a0  |S...c..n..a.r...|
00000130  20 00 41 00 54 30 00 20  50 47 6a 68 f0 17 6e 72  | .A.T0. PGjh..nr|
00000140  40 6c 00 05 f3 05 16 47  f2 07 f9 05 f2 38 5f 54  |@l.....G.....8_T|
00000150  56 0b 06 29 8c 00 a8 30  28 71 98 44 00 33 30 15  |V..)...0(q.D.30.|
00000160  a8 45 00 39 50 00 39 70  bc 45 f0 00 88 32 00 35  |.E.9P.9p.E...2.5|
00000170  90 00 31 00 31 50 06 2a  45 90 00 42 30 b6 43 d0  |..1.1P.*E..B0.C.|
00000180  00 2d 00 a8 30 00 38 30  00 30 b0 c5 42 30 23 8a  |.-..0.80.0..B0#.|
00000190  31 b0 00 33 70 01 38 00  7d 21 07 37 32 00 f3 17  |1..3p.8.}!.72...|
000001a0  73 46 50 10 01 7f 46 65  73 6c ff ff 7f da 73 02  |sFP...Fesl....s.|
000001b0  6e f0 9f 77 da 63 0c 00  68 f2 16 7b ce 03 00 fe  |n..w.c..h..{....|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 a8 5d 00 00 00  |............]...|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200


=============================== StdErr Messages: ===============================

cat: write error: Broken pipe
File descriptor 8 (/proc/2759/mounts) leaked on lvscan invocation. Parent PID 20151: bash
File descriptor 11 (/usr/share/icons/lubuntu/places/16/folder.svg) leaked on lvscan invocation. Parent PID 20151: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-06-06__18h07 ===================
boot-repair version : 3.198~ppa16~raring
boot-sav version : 3.198~ppa16~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.198~ppa16~raring
File descriptor 8 (/proc/2759/mounts) leaked on lvs invocation. Parent PID 4349: /bin/sh
File descriptor 11 (/usr/share/icons/lubuntu/places/16/folder.svg) leaked on lvs invocation. Parent PID 4349: /bin/sh
No volume groups found
boot-repair is executed in live-session (Boot-Repair-Disk 32bit 24avr2013, raring, Ubuntu, i686)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss

=================== os-prober:
/dev/sda1:Ubuntu 14.04 LTS (14.04):Ubuntu:linux
/dev/sdb1:Microsoft Windows XP Professionnel:Windows:chain

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="027671ab-466f-4f42-bb16-36884b66938f" TYPE="ext4"
/dev/sda5: UUID="1ceffac6-c657-43c1-a2f2-0d140116029b" TYPE="swap"
/dev/sr0: LABEL="Boot-Repair-Disk 32bit" TYPE="iso9660"
/dev/sdb1: UUID="948457128456F668" TYPE="ntfs"


2 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.

Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.


=================== sda1/etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"




=================== sda1/etc/grub.d/ :
drwxr-xr-x  2 root root        4096 avril 17 01:26 grub.d
total 76
-rwxr-xr-x 1 root root  9424 avril 11 10:48 00_header
-rwxr-xr-x 1 root root  6058 avril 10 15:58 05_debian_theme
-rwxr-xr-x 1 root root 11608 avril 11 10:48 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 10:48 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12 12:31 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril 11 10:48 30_os-prober
-rwxr-xr-x 1 root root  1416 avril 11 10:48 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 11 10:48 40_custom
-rwxr-xr-x 1 root root   216 avril 11 10:48 41_custom
-rw-r--r-- 1 root root   483 avril 11 10:48 README


=================== UEFI/Legacy mode:
This live-session is not EFI-compatible.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	32,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda1.
sdb1	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	ntldr,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sdb1.

sda	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	has-os,	2048 sectors * 512 bytes
sdb	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	has-os,	63 sectors * 512 bytes


=================== parted -l:

Model: ATA WDC WD1200JB-00G (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size    Type      File system     Flags
1      1049kB  117GB  117GB   primary   ext4            boot
2      117GB   120GB  3143MB  extended
5      117GB   120GB  3143MB  logical   linux-swap(v1)


Model: ATA SAMSUNG HD103SJ (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      32.3kB  1000GB  1000GB  primary  ntfs         boot



                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: /dev/sr0: unrecognised disk label

=================== parted -lm:

BYT;
/dev/sda:120GB:scsi:512:512:msdos:ATA WDC WD1200JB-00G;
1:1049kB:117GB:117GB:ext4::boot;
2:117GB:120GB:3143MB:::;
5:117GB:120GB:3143MB:linux-swap(v1)::;

BYT;
/dev/sdb:1000GB:scsi:512:512:msdos:ATA SAMSUNG HD103SJ;
1:32.3kB:1000GB:1000GB:ntfs::boot;


                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: /dev/sr0: unrecognised disk label


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
gvfsd-fuse on /run/user/lubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
/dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)


=================== ls:
/sys/block/fd0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd fd0 full fuse fw0 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sdb1
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 3f 00 00 00  |........?...?...|
00000020  00 00 00 00 80 00 80 00  c0 1a 70 74 00 00 00 00  |..........pt....|
00000030  00 00 0c 00 00 00 00 00  ac 01 47 07 00 00 00 00  |..........G.....|
00000040  f6 00 00 00 01 00 00 00  68 f6 56 84 12 57 84 94  |........h.V..W..|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb b8 c0 07  |.....3.....|....|
00000060  8e d8 e8 16 00 b8 00 0d  8e c0 33 db c6 06 0e 00  |..........3.....|
00000070  10 e8 53 00 68 00 0d 68  6a 02 cb 8a 16 24 00 b4  |..S.h..hj....$..|
00000080  08 cd 13 73 05 b9 ff ff  8a f1 66 0f b6 c6 40 66  |...s......f...@f|
00000090  0f b6 d1 80 e2 3f f7 e2  86 cd c0 ed 06 41 66 0f  |.....?.......Af.|
000000a0  b7 c9 66 f7 e1 66 a3 20  00 c3 b4 41 bb aa 55 8a  |..f..f. ...A..U.|
000000b0  16 24 00 cd 13 72 0f 81  fb 55 aa 75 09 f6 c1 01  |.$...r...U.u....|
000000c0  74 04 fe 06 14 00 c3 66  60 1e 06 66 a1 10 00 66  |t......f`..f...f|
000000d0  03 06 1c 00 66 3b 06 20  00 0f 82 3a 00 1e 66 6a  |....f;. ...:..fj|
000000e0  00 66 50 06 53 66 68 10  00 01 00 80 3e 14 00 00  |.fP.Sfh.....>...|
000000f0  0f 85 0c 00 e8 b3 ff 80  3e 14 00 00 0f 84 61 00  |........>.....a.|
00000100  b4 42 8a 16 24 00 16 1f  8b f4 cd 13 66 58 5b 07  |.B..$.......fX[.|
00000110  66 58 66 58 1f eb 2d 66  33 d2 66 0f b7 0e 18 00  |fXfX..-f3.f.....|
00000120  66 f7 f1 fe c2 8a ca 66  8b d0 66 c1 ea 10 f7 36  |f......f..f....6|
00000130  1a 00 86 d6 8a 16 24 00  8a e8 c0 e4 06 0a cc b8  |......$.........|
00000140  01 02 cd 13 0f 82 19 00  8c c0 05 20 00 8e c0 66  |........... ...f|
00000150  ff 06 10 00 ff 0e 0e 00  0f 85 6f ff 07 1f 66 61  |..........o...fa|
00000160  c3 a0 f8 01 e8 09 00 a0  fb 01 e8 03 00 fb eb fe  |................|
00000170  b4 01 8b f0 ac 3c 00 74  09 b4 0e bb 07 00 cd 10  |.....<.t........|
00000180  eb f2 c3 0d 0a 45 72 72  2e 20 6c 65 63 74 75 72  |.....Err. lectur|
00000190  65 20 64 69 73 71 75 65  00 0d 0a 4e 54 4c 44 52  |e disque...NTLDR|
000001a0  20 6d 61 6e 71 75 65 00  0d 0a 4e 54 4c 44 52 20  | manque...NTLDR |
000001b0  65 73 74 20 63 6f 6d 70  72 65 73 73 82 00 0d 0a  |est compress....|
000001c0  45 6e 74 72 65 7a 20 43  74 72 6c 2b 41 6c 74 2b  |Entrez Ctrl+Alt+|
000001d0  53 75 70 70 72 20 70 6f  75 72 20 72 65 64 82 6d  |Suppr pour red.m|
000001e0  61 72 72 65 72 0d 0a 00  0d 0a 00 00 00 00 00 00  |arrer...........|
000001f0  00 00 00 00 00 00 00 00  83 99 a8 be 00 00 55 aa  |..............U.|
00000200

=================== df -Th:

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  502M   20M  482M   4% /
udev           devtmpfs   486M   12K  486M   1% /dev
tmpfs          tmpfs      101M  752K  100M   1% /run
/dev/sr0       iso9660    496M  496M     0 100% /cdrom
/dev/loop0     squashfs   431M  431M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      502M  8.0K  502M   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs      502M     0  502M   0% /run/shm
none           tmpfs      100M   12K  100M   1% /run/user
/dev/sda1      ext4       108G   42G   60G  42% /mnt/boot-sav/sda1
/dev/sdb1      fuseblk    932G  203G  730G  22% /mnt/boot-sav/sdb1

=================== fdisk -l:

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d461b

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   228300799   114149376   83  Linux
/dev/sda2       228302846   234440703     3068929    5  Extended
/dev/sda5       228302848   234440703     3068928   82  Linux swap / Solaris

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000dcd

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63  1953503999   976751968+   7  HPFS/NTFS/exFAT


User choice: Est-ce que sda (120GB) est un disque amovible ? no

=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda1 into the MBRs of all disks (except USB without OS).
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot

=================== Settings chosen by the user
Custom-Repair
This setting will reinstall the grub2 of sda1 into the MBRs of all disks (except USB without OS), using the following options:     --disk-module=ata
Additional repair will be performed: unhide-bootmenu-10s   fix-windows-boot


Quantity of real Windows: 1

Reinstall the GRUB of sda1 into all MBRs of disks with OS or not-USB
grub-install : information : executing modprobe efivars 2>/dev/null.
grub-install : information : Looking for /sys/firmware/efi ...
grub-install : information : ... not found. Looking for /proc/device-tree ...
grub-install : information : ... not found.
Installing for i386-pc platform.
grub-install : erreur : le périphérique d'installation n'est pas indiqué.
,.

Reinstall the GRUB of sda1 into the MBR of sdb
grub-install: --disk-module: (PROGRAM ERROR) Option should have been recognized!?
Try 'grub-install --help' or 'grub-install --usage' for more information.
grub-install --disk-module=ata /dev/sdb: exit code of grub-install /dev/sdb:64
grub-install : information : executing modprobe efivars 2>/dev/null.
grub-install : information : Looking for /sys/firmware/efi ...
grub-install : information : ... not found. Looking for /proc/device-tree ...
grub-install : information : ... not found.
Installing for i386-pc platform.
grub-install : erreur : le périphérique d'installation n'est pas indiqué.
,.

Reinstall the GRUB of sda1 into the MBR of sda
grub-install: --disk-module: (PROGRAM ERROR) Option should have been recognized!?
Try 'grub-install --help' or 'grub-install --usage' for more information.
grub-install --disk-module=ata /dev/sda: exit code of grub-install /dev/sda:64

chroot /mnt/boot-sav/sda1 update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Found linux image: /boot/vmlinuz-3.2.0-63-generic
Found initrd image: /boot/initrd.img-3.2.0-63-generic
Found linux image: /boot/vmlinuz-3.2.0-61-generic
Found initrd image: /boot/initrd.img-3.2.0-61-generic
Found linux image: /boot/vmlinuz-3.2.0-60-generic
Found initrd image: /boot/initrd.img-3.2.0-60-generic
Found linux image: /boot/vmlinuz-3.2.0-59-generic
Found initrd image: /boot/initrd.img-3.2.0-59-generic
Found linux image: /boot/vmlinuz-3.2.0-58-generic
Found initrd image: /boot/initrd.img-3.2.0-58-generic
Found linux image: /boot/vmlinuz-3.2.0-57-generic
Found initrd image: /boot/initrd.img-3.2.0-57-generic
Found linux image: /boot/vmlinuz-3.2.0-56-generic
Found initrd image: /boot/initrd.img-3.2.0-56-generic
Found linux image: /boot/vmlinuz-3.2.0-55-generic
Found initrd image: /boot/initrd.img-3.2.0-55-generic
Found linux image: /boot/vmlinuz-3.2.0-54-generic
Found initrd image: /boot/initrd.img-3.2.0-54-generic
Found linux image: /boot/vmlinuz-3.2.0-53-generic
Found initrd image: /boot/initrd.img-3.2.0-53-generic
Found linux image: /boot/vmlinuz-3.2.0-52-generic
Found initrd image: /boot/initrd.img-3.2.0-52-generic
Found linux image: /boot/vmlinuz-3.2.0-51-generic
Found initrd image: /boot/initrd.img-3.2.0-51-generic
Found linux image: /boot/vmlinuz-3.2.0-49-generic
Found initrd image: /boot/initrd.img-3.2.0-49-generic
Found linux image: /boot/vmlinuz-3.2.0-48-generic
Found initrd image: /boot/initrd.img-3.2.0-48-generic
Found linux image: /boot/vmlinuz-3.2.0-45-generic
Found initrd image: /boot/initrd.img-3.2.0-45-generic
Found linux image: /boot/vmlinuz-3.2.0-44-generic
Found initrd image: /boot/initrd.img-3.2.0-44-generic
Found linux image: /boot/vmlinuz-3.2.0-43-generic
Found initrd image: /boot/initrd.img-3.2.0-43-generic
Found linux image: /boot/vmlinuz-3.2.0-41-generic
Found initrd image: /boot/initrd.img-3.2.0-41-generic
Found linux image: /boot/vmlinuz-3.2.0-40-generic
Found initrd image: /boot/initrd.img-3.2.0-40-generic
Found linux image: /boot/vmlinuz-3.2.0-39-generic
Found initrd image: /boot/initrd.img-3.2.0-39-generic
Found linux image: /boot/vmlinuz-3.2.0-38-generic
Found initrd image: /boot/initrd.img-3.2.0-38-generic
Found linux image: /boot/vmlinuz-3.2.0-37-generic
Found initrd image: /boot/initrd.img-3.2.0-37-generic
Found linux image: /boot/vmlinuz-3.2.0-36-generic
Found initrd image: /boot/initrd.img-3.2.0-36-generic
Found linux image: /boot/vmlinuz-3.2.0-35-generic
Found initrd image: /boot/initrd.img-3.2.0-35-generic
Found linux image: /boot/vmlinuz-3.2.0-34-generic
Found initrd image: /boot/initrd.img-3.2.0-34-generic
Found linux image: /boot/vmlinuz-3.2.0-33-generic
Found initrd image: /boot/initrd.img-3.2.0-33-generic
Found linux image: /boot/vmlinuz-3.2.0-32-generic
Found initrd image: /boot/initrd.img-3.2.0-32-generic
Found linux image: /boot/vmlinuz-3.0.0-26-generic
Found initrd image: /boot/initrd.img-3.0.0-26-generic
Found linux image: /boot/vmlinuz-2.6.38-16-generic
Found initrd image: /boot/initrd.img-2.6.38-16-generic
Found linux image: /boot/vmlinuz-2.6.38-8-generic
Found linux image: /boot/vmlinuz-2.6.35-27-generic
Found initrd image: /boot/initrd.img-2.6.35-27-generic
Found linux image: /boot/vmlinuz-2.6.35-25-generic
Found initrd image: /boot/initrd.img-2.6.35-25-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Microsoft Windows XP Professionnel on /dev/sdb1
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg

Une erreur est survenue pendant la réparation.

Vous pouvez maintenant redémarrer votre ordinateur.
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (120GB) !

Essaie d'aller dans le Bios au démarrage pour sélectionner l'autre disque dur en priorité de démarrage.

Hors ligne