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 05/09/2013, à 17:18

yoyopi

Problèmes de démarrage

Bonjour à tous,

J'ai un soucis de boot, j'ai utilisé boot-repair plusieurs fois mais rien n'y fais voici le lien du log boot-repair

J'espère que vous pourrez m'aider, car c'est pas la première fois que ça m'arrive. Les dernières fois j'avais réussi grace à boot-repair mais la je suis dépassé smile

Je pense que je vais arrêter les mises a jour!

PS : Je suis en dual-boot vista/ubuntu

Merci d'avance

Hors ligne

#2 Le 14/09/2013, à 06:17

malbo

Re : Problèmes de démarrage

Ton Boot-Info est là :

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


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

 => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.
 => FreeDOS (eXtended FDisk) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows Vista
    Boot files:        /boot.ini /bootmgr /boot/bcd /ntldr /NTDETECT.COM 
                       /wubildr /ubuntu/winboot/wubildr /wubildr.mbr 
                       /ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk 
                       /ubuntu/disks/swap.disk

sda1/Wubi: _____________________________________________________________________

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

sda2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /bootmgr /boot/BCD

sdb1: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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    *             63   472,744,754   472,744,692   7 NTFS / exFAT / HPFS
/dev/sda2         472,744,755   488,392,064    15,647,310   7 NTFS / exFAT / HPFS


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 8179 MB, 8179941376 bytes
125 heads, 26 sectors/track, 4915 cylinders, total 15976448 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               1,840    15,976,447    15,974,608   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        84F0E60AF0E60272                       ntfs       
/dev/sda2        2C88743C8874071C                       ntfs       HP_RECOVERY
/dev/sdb1        D4AA-0EB3                              vfat       
/dev/sr0                                                iso9660    Boot-Repair-Disk 32bit

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdb1        /media/lubuntu/D4AA-0EB3 vfat       (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


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

--------------------------------------------------------------------------------
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------

======================== sda1/Wubi/boot/grub/grub.cfg: =========================

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

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

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

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

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ntfs
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
  loopback loop0 /ubuntu/disks/root.disk
  set root=(loop0)
  set locale_dir=($root)/boot/grub/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/10_lupin ###
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
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, avec Linux 3.2.0-52-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-52-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-52-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-52-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-52-generic…'
	linux	/boot/vmlinuz-3.2.0-52-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-52-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, avec Linux 3.2.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-51-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-51-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-51-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-51-generic…'
	linux	/boot/vmlinuz-3.2.0-51-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-51-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-49-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-49-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-49-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-49-generic…'
	linux	/boot/vmlinuz-3.2.0-49-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-49-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-48-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-48-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-48-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-48-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-48-generic…'
	linux	/boot/vmlinuz-3.2.0-48-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-48-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-45-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-45-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-45-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-45-generic…'
	linux	/boot/vmlinuz-3.2.0-45-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-45-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-44-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-44-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-44-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-44-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-44-generic…'
	linux	/boot/vmlinuz-3.2.0-44-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-44-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-43-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-43-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-43-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-43-generic…'
	linux	/boot/vmlinuz-3.2.0-43-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-43-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-41-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-41-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-41-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-41-generic…'
	linux	/boot/vmlinuz-3.2.0-41-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-41-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-40-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-40-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-40-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-40-generic…'
	linux	/boot/vmlinuz-3.2.0-40-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-40-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-39-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-39-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-39-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-39-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-39-generic…'
	linux	/boot/vmlinuz-3.2.0-39-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-39-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-38-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-38-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-38-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-38-generic…'
	linux	/boot/vmlinuz-3.2.0-38-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-38-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-37-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-37-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-37-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-37-generic…'
	linux	/boot/vmlinuz-3.2.0-37-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-37-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-36-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-36-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-36-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-36-generic…'
	linux	/boot/vmlinuz-3.2.0-36-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-36-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-35-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-35-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-35-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-35-generic…'
	linux	/boot/vmlinuz-3.2.0-35-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-35-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-34-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-34-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-34-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-34-generic…'
	linux	/boot/vmlinuz-3.2.0-34-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-34-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-33-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-33-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-33-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-33-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-33-generic…'
	linux	/boot/vmlinuz-3.2.0-33-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-33-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-3.2.0-32-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-3.2.0-32-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-32-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 3.2.0-32-generic…'
	linux	/boot/vmlinuz-3.2.0-32-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-3.2.0-32-generic
}
menuentry 'Ubuntu, avec Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	set gfxpayload=$linux_gfx_mode
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux	/boot/vmlinuz-2.6.32-21-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro   quiet splash vt.handoff=7
	initrd	/boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, avec Linux 2.6.32-21-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 84F0E60AF0E60272
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	echo	'Chargement de Linux 2.6.32-21-generic…'
	linux	/boot/vmlinuz-2.6.32-21-generic root=UUID=84F0E60AF0E60272 loop=/ubuntu/disks/root.disk ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial…'
	initrd	/boot/initrd.img-2.6.32-21-generic
}
}
### END /etc/grub.d/10_lupin ###

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

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
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  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
/host/ubuntu/disks/root.disk /               ext4    loop,errors=remount-ro 0       1
/host/ubuntu/disks/swap.disk none            swap    loop,sw         0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

   0.642261505 = 0.689623040    boot/grub/grub.cfg                             1
   4.228408813 = 4.540219392    boot/vmlinuz-2.6.32-21-generic                 1
   3.277965546 = 3.519688704    boot/vmlinuz-3.2.0-32-generic                  1
   1.027965546 = 1.103769600    boot/vmlinuz-3.2.0-33-generic                  1
   3.492813110 = 3.750379520    boot/vmlinuz-3.2.0-34-generic                  1
   9.301406860 = 9.987309568    boot/vmlinuz-3.2.0-35-generic                  2
   6.500000000 = 6.979321856    boot/vmlinuz-3.2.0-36-generic                  2
   6.375625610 = 6.845775872    boot/vmlinuz-3.2.0-37-generic                  2
   1.324844360 = 1.422540800    boot/vmlinuz-3.2.0-38-generic                  2
  11.176406860 = 12.000575488   boot/vmlinuz-3.2.0-39-generic                  1
   7.035785675 = 7.554617344    boot/vmlinuz-3.2.0-40-generic                  1
   7.457660675 = 8.007602176    boot/vmlinuz-3.2.0-41-generic                  2
   1.742816925 = 1.871335424    boot/vmlinuz-3.2.0-43-generic                  2
  13.871726990 = 14.894653440   boot/vmlinuz-3.2.0-44-generic                  2
   6.699851990 = 7.193911296    boot/vmlinuz-3.2.0-45-generic                  1
   5.668601990 = 6.086615040    boot/vmlinuz-3.2.0-48-generic                  2
  13.668601990 = 14.676549632   boot/vmlinuz-3.2.0-49-generic                  2
  15.160789490 = 16.278773760   boot/vmlinuz-3.2.0-51-generic                  1
  16.508445740 = 17.725808640   boot/vmlinuz-3.2.0-52-generic                  2
  16.508445740 = 17.725808640   vmlinuz                                        2
  15.160789490 = 16.278773760   vmlinuz.old                                    1
   5.523418427 = 5.930725376    boot/initrd.img-2.6.32-21-generic              1
   0.828125000 = 0.889192448    boot/initrd.img-3.2.0-32-generic               3
   4.061214447 = 4.360695808    boot/initrd.img-3.2.0-33-generic               3
   4.101287842 = 4.403724288    boot/initrd.img-3.2.0-34-generic               4
   5.527854919 = 5.935489024    boot/initrd.img-3.2.0-35-generic               2
   4.055938721 = 4.355031040    boot/initrd.img-3.2.0-36-generic               2
   2.071731567 = 2.224504832    boot/initrd.img-3.2.0-37-generic               3
   8.968059540 = 9.629380608    boot/initrd.img-3.2.0-38-generic               3
   7.898437500 = 8.480882688    boot/initrd.img-3.2.0-39-generic               2
   9.033756256 = 9.699921920    boot/initrd.img-3.2.0-40-generic               3
  10.054267883 = 10.795687936   boot/initrd.img-3.2.0-41-generic               3
   5.920478821 = 6.357065728    boot/initrd.img-3.2.0-43-generic               4
   5.369697571 = 5.765668864    boot/initrd.img-3.2.0-44-generic               3
  10.069896698 = 10.812469248   boot/initrd.img-3.2.0-45-generic               3
  10.403976440 = 11.171184640   boot/initrd.img-3.2.0-48-generic               3
  11.679557800 = 12.540829696   boot/initrd.img-3.2.0-49-generic               2
  17.242187500 = 18.513657856   boot/initrd.img-3.2.0-51-generic               3
  17.389236450 = 18.671550464   boot/initrd.img-3.2.0-52-generic               2

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

File descriptor 8 (/proc/2570/mounts) leaked on lvscan invocation. Parent PID 9993: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-08-28__20h19 ===================
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/2570/mounts) leaked on lvs invocation. Parent PID 4173: /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:Windows Vista (loader):Windows:chain
/dev/sda2:Windows Vista (loader):Windows1:chain

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sr0: LABEL="Boot-Repair-Disk 32bit" TYPE="iso9660"
/dev/sda1: UUID="84F0E60AF0E60272" TYPE="ntfs"
/dev/sda2: LABEL="HP_RECOVERY" UUID="2C88743C8874071C" TYPE="ntfs"


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

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


=================== PARTITIONS & DISKS:
sda1	: sda,	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,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda1.
sda2	: sda,	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,	no-nt,	no-winload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda2.

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


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

Model: ATA WDC WD2500BEVS-6 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size    Type     File system  Flags
1      32.3kB  242GB  242GB   primary  ntfs         boot
2      242GB   250GB  8011MB  primary  ntfs



                                                                          
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:250GB:scsi:512:512:msdos:ATA WDC WD2500BEVS-6;
1:32.3kB:242GB:242GB:ntfs::boot;
2:242GB:250GB:8011MB:ntfs::;


                                                                          
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 fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)


=================== ls:
/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 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 full fuse fw0 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sda1
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  f3 82 2d 1c 00 00 00 00  |..........-.....|
00000030  00 00 0c 00 00 00 00 00  2f d8 c2 01 00 00 00 00  |......../.......|
00000040  f6 00 00 00 01 00 00 00  72 02 e6 f0 0a e6 f0 84  |........r.......|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 d2 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  40 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |@.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a e9 6a 01  |U...h..fa.....j.|
00000110  90 90 66 60 1e 06 66 a1  11 00 66 03 06 1c 00 1e  |..f`..f...f.....|
00000120  66 68 00 00 00 00 66 50  06 53 68 01 00 68 10 00  |fh....fP.Sh..h..|
00000130  b4 42 8a 16 0e 00 16 1f  8b f4 cd 13 66 59 5b 5a  |.B..........fY[Z|
00000140  66 59 66 59 1f 0f 82 16  00 66 ff 06 11 00 03 16  |fYfY.....f......|
00000150  0f 00 8e c2 ff 0e 16 00  75 bc 07 1f 66 61 c3 a0  |........u...fa..|
00000160  f8 01 e8 08 00 a0 fb 01  e8 02 00 eb fe b4 01 8b  |................|
00000170  f0 ac 3c 00 74 09 b4 0e  bb 07 00 cd 10 eb f2 c3  |..<.t...........|
00000180  0d 0a 45 72 72 65 75 72  20 6c 65 63 74 75 72 65  |..Erreur lecture|
00000190  20 64 69 73 71 75 65 00  0d 0a 42 4f 4f 54 4d 47  | disque...BOOTMG|
000001a0  52 20 61 62 73 65 6e 74  00 0d 0a 42 4f 4f 54 4d  |R absent...BOOTM|
000001b0  47 52 20 63 6f 6d 70 72  65 73 73 82 00 0d 0a 43  |GR compress....C|
000001c0  74 72 6c 2b 41 6c 74 2b  53 75 70 70 72 20 70 6f  |trl+Alt+Suppr po|
000001d0  75 72 20 72 65 64 82 6d  61 72 72 65 72 0d 0a 00  |ur red.marrer...|
000001e0  6f 20 72 65 73 74 61 72  74 0d 0a 00 00 00 00 00  |o restart.......|
000001f0  00 00 00 00 00 00 00 00  80 98 a9 bd 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda2
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 33 83 2d 1c  |........?...3.-.|
00000020  00 00 00 00 80 00 80 00  4c c2 ee 00 00 00 00 00  |........L.......|
00000030  a8 98 02 00 00 00 00 00  fd e4 03 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  1c 07 74 88 3c 74 88 2c  |..........t.<t.,|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 d2 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  40 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |@.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a e9 6a 01  |U...h..fa.....j.|
00000110  90 90 66 60 1e 06 66 a1  11 00 66 03 06 1c 00 1e  |..f`..f...f.....|
00000120  66 68 00 00 00 00 66 50  06 53 68 01 00 68 10 00  |fh....fP.Sh..h..|
00000130  b4 42 8a 16 0e 00 16 1f  8b f4 cd 13 66 59 5b 5a  |.B..........fY[Z|
00000140  66 59 66 59 1f 0f 82 16  00 66 ff 06 11 00 03 16  |fYfY.....f......|
00000150  0f 00 8e c2 ff 0e 16 00  75 bc 07 1f 66 61 c3 a0  |........u...fa..|
00000160  f8 01 e8 08 00 a0 fb 01  e8 02 00 eb fe b4 01 8b  |................|
00000170  f0 ac 3c 00 74 09 b4 0e  bb 07 00 cd 10 eb f2 c3  |..<.t...........|
00000180  0d 0a 41 20 64 69 73 6b  20 72 65 61 64 20 65 72  |..A disk read er|
00000190  72 6f 72 20 6f 63 63 75  72 72 65 64 00 0d 0a 4e  |ror occurred...N|
000001a0  54 4c 44 52 20 69 73 20  6d 69 73 73 69 6e 67 00  |TLDR is missing.|
000001b0  0d 0a 4e 54 4c 44 52 20  69 73 20 63 6f 6d 70 72  |..NTLDR is compr|
000001c0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001d0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001e0  73 74 61 72 74 0d 0a 00  74 0d 0a 00 00 00 00 00  |start...t.......|
000001f0  52 45 43 4f 56 45 52 59  80 9d b0 c6 00 00 55 aa  |RECOVERY......U.|
00000200

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs 1008M   19M  990M   2% /
udev           devtmpfs   993M   12K  993M   1% /dev
tmpfs          tmpfs      202M  784K  201M   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     1008M  8.0K 1008M   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs     1008M     0 1008M   0% /run/shm
none           tmpfs      100M   12K  100M   1% /run/user
/dev/sda1      fuseblk    226G  167G   60G  74% /mnt/boot-sav/sda1
/dev/sda2      fuseblk    7.5G  5.2G  2.4G  70% /mnt/boot-sav/sda2

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

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x40aa40aa

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   472744754   236372346    7  HPFS/NTFS/exFAT
/dev/sda2       472744755   488392064     7823655    7  HPFS/NTFS/exFAT



=================== Recommended repair
Recommended-Repair
This setting will restore the [(generic mbr)] MBR in sda, and make it boot on sda1.
Additional repair will be performed: unhide-bootmenu-10s  repair-wubi fix-windows-boot


Quantity of real Windows: 1
mount -o loop /mnt/boot-sav/sda1/ubuntu/disks/root.disk /mnt/boot-sav/wubi1
Le gestionnaire de fichiers qui vient d'ouvrir vous permettra d'accéder à vos fichiers Wubi (Linux installé dans Windows). (/mnt/boot-sav/wubi1/home) Sauvez vos données maintenant ! Puis fermez cette fenêtre.
Warning: unknown mime-type for "/mnt/boot-sav/wubi1/home" -- using "application/octet-stream"
Error: no "view" mailcap rules found for type "application/octet-stream"
umount /mnt/boot-sav/wubi1
fsck -f -y /mnt/boot-sav/sda1/ubuntu/disks/root.disk
fsck from util-linux 2.20.1
e2fsck 1.42.5 (29-Jul-2012)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/mnt/boot-sav/sda1/ubuntu/disks/root.disk: 818579/1264800 files (0.2% non-contiguous), 3473035/5054464 blocks
Will restore the MBR_TO_RESTORE : sda (generic mbr) into sda
dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda
0+1 records in
0+1 records out

Le démarrage de l'ordinateur a été correctement réparé.

Vous pouvez maintenant redémarrer votre ordinateur.

Est-ce que tu arrives à démarrer Windows ? Si oui, je suppose que c'est le choix de ubuntu dans le menu de bootmgr qui ne permet pas de démarrer Ubuntu. Peux-tu confirmer et décrire ce qui se passe (que vois-tu à l'écran, quel message ?)

Hors ligne

#3 Le 16/09/2013, à 19:11

yoyopi

Re : Problèmes de démarrage

Bonjour,

Oui je peux démarrer sur windows. Lorsque je démarre sur ubuntu je n'ai pas d'interface graphique qui s'affiche mais une fenêtre de commande donc je ne sais pas trop quoi faire!

Merci en tout cas de m'aider malbo

Hors ligne

#4 Le 16/09/2013, à 19:32

malbo

Re : Problèmes de démarrage

As-tu des documents qui sont dans ton Ubuntu que tu doives récupérer ? Si oui, tu peux utiliser cette partie de la doc Wubi : http://doc.ubuntu-fr.org/wubi#comment_p … emarre_pas
Je veux parler de cette partie seulement (pas des autres commandes proposées ensuite) :

 Démarrer avec le LiveCD d'Ubuntu, puis monter la partition contenant le dossier nommé "ubuntu":

sudo mkdir /win
sudo mount /dev/sda1 /win

Par défaut, Ubuntu est installé dans sda1 (disque repéré C: dans Windows) mais si vous avez choisi une autre partition au moment de l'installation de Ubuntu, il faut remplacer sda1 par l'identifiant de la partition choisie (c'est la partition qui contient le dossier nommé "ubuntu"). Puis monter le disque virtuel :

sudo mkdir /vdisk
sudo mount -o loop /win/ubuntu/disks/root.disk /vdisk

Maintenant le contenu du disque virtuel sera visible sous /vdisk. Faites-en une sauvegarde sur un disque externe (ou DVD..). 

Il ne s'agit pas de sauvegarder l'ensemble du contenu de /vdisk mais seulement les doc précieux qui sont là-dedans.

Dernière modification par malbo (Le 16/09/2013, à 19:34)

Hors ligne

#5 Le 17/09/2013, à 16:11

yoyopi

Re : Problèmes de démarrage

Ah nickel merci pour ce lien, j'arrivais pas à récupérer mes doc!

Donc maintenant c'est bon j'ai tout récupérer qu'est ce que je dois faire, désinstaller ubuntu à partir de windows et créer une partition dédié pour ubuntu?

Hors ligne

#6 Le 17/09/2013, à 16:50

malbo

Re : Problèmes de démarrage

yoyopi a écrit :

qu'est ce que je dois faire, désinstaller ubuntu à partir de windows et créer une partition dédié pour ubuntu?

Tu peux tenter de réparer ton Ubuntu malade en mettant en œuvre cette procédure : http://forum.ubuntu-fr.org/viewtopic.ph … 1#p7583571
Cette procédure marche bien normalement. Pour le "nouvel Ubuntu" à installer, tu n'es pas obligé de prendre la même taille que l'ancien Ubuntu (tu peux te contenter de 7 Go). La raison étant que ce "nouvel Ubuntu" n'est pas destiné à durer : après réparation, si tu arrives bien à retrouver l'ancien Ubuntu, la procédure propose de supprimer le "nouvel Ubuntu", renommé en "ubuntu_back".
Si cette procédure de réparation échoue, là il serait plus raisonnable d'abandonner Wubi pour passer à une véritable installation de Ubuntu sur partitions Linux.

Hors ligne

#7 Le 17/09/2013, à 17:21

yoyopi

Re : Problèmes de démarrage

Est-ce que le problème que j'ai (et que j'ai déjà eu au moins 2 fois suite à une MAJ de la version d'ubuntu) serait lié au fait que j'utilise Wubi au lieu d'une partition dédié?

Hors ligne

#8 Le 17/09/2013, à 17:40

malbo

Re : Problèmes de démarrage

D'expérience, une installation de Ubuntu faite par Wubi est plus sensible aux mises à jour qu'une installation classique de Ubuntu sur partitions Linux. Donc si vraiment tu en as marre de serrer les fesses à chaque mise à jour du noyau*, abandonne Wubi et fais une installation classique sur partitions Linux.

* attention à ne pas caricaturer cependant : j'en ai fait des tonnes de mises à jour du noyau sur des install faites par Wubi et je n'ai pas pété mon Ubuntu à chaque fois quand même...

Dernière modification par malbo (Le 17/09/2013, à 17:40)

Hors ligne

#9 Le 17/09/2013, à 18:37

yoyopi

Re : Problèmes de démarrage

Ok merci pour l'info je pense que c'est ce que je vais faire. Par contre j'ai essayé d'utiliser GParted pour créer une partition mais je n'y arrive pas car le seule partition présente sur le pc est la principale utilisée par vista et GParted ne me propose pas de la redimensionner

Hors ligne

#10 Le 18/09/2013, à 05:33

malbo

Re : Problèmes de démarrage

C'est beau la candeur. La procédure à suivre par toi est ici : http://doc.ubuntu-fr.org/cohabitation_ubuntu_windows
Tu verras qu'à aucun moment il est proposé de réduire la taille de ta partition Windows en utilisant Gparted. Si tu suis bien cette doc, tu verras qu'il t'est proposé fort justement de réduire la taille de ta partition depuis Windows Vista lui-même : http://doc.ubuntu-fr.org/repartitionner … _windows_8
Il faut juste réduire la taille de cette partition pour laisse une zone non allouée de 20 Go au moins afin de pouvoir utiliser cette place libre pour installer Ubuntu. La création des partitions pour Ubuntu sera faite par l'installateur de Ubuntu si tu choisis "Installer Ubuntu à côté des autres" à l'étape 3 de l'installation
Mais tu peux lire qu'il est dit dans la doc : "Il est vivement recommandé de faire une sauvegarde du système d'exploitation existant au préalable avant de faire ce genre d'installation pour plus de sécurité en cas de mauvaise manipulation". Au minimum, il faut que tu sauvegardes sur disque dur externe (ou sur un autre ordi provisoirement) les doc précieux que tu peux avoir dans ta partition Vista et il faut que tu aies des DVD de restauration en configuration usine de Vista au cas où ça se passerait vraiment très mal.

Dernière modification par malbo (Le 18/09/2013, à 05:35)

Hors ligne