<![CDATA[Forum Ubuntu-fr.org / Menu Grub]]> http://forum.ubuntu-fr.org/viewtopic.php?id=1040201 Sat, 20 Oct 2012 11:07:56 +0000 FluxBB <![CDATA[Réponse à : Menu Grub]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=11185881#p11185881 Regardes ici

Dans ton cas il vaut mieux que tu utilises un CD Boot-Repair
car il n'y a pas de version pour Ubuntu 10.10 (Maverick)

comme tu peux le voir ici

]]>
Sat, 20 Oct 2012 11:07:56 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=11185881#p11185881
<![CDATA[Réponse à : Menu Grub]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=11028691#p11028691 f.x0 a écrit :

Tu as installé la version 10.10 dans window$ avec wubi, c'est bien ça ???

oui j'ai utilisé wubi à l'époque

]]>
Sat, 06 Oct 2012 20:23:42 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=11028691#p11028691
<![CDATA[Réponse à : Menu Grub]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10788531#p10788531 Tu as installé la version 10.10 dans window$ avec wubi, c'est bien ça ???

]]>
Sun, 16 Sep 2012 21:09:31 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10788531#p10788531
<![CDATA[Réponse à : Menu Grub]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10785011#p10785011 Bonjour,

A l'execution de la commande

sudo apt-add-repository ppa:yannubuntu/boot-repair && sudo apt-get update; sudo apt-get install -y boot-repair && boot-repair

J'ai eu ça comme message :

E: Impossible de trouver le paquet boot-repair

Donc j'ai suivi la démarche sur le lien :lien
Et voilà le résultat de RESULTS.txt

                  Boot Info Script 0.61      [1 April 2012]


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

 => Windows is installed in the MBR of /dev/sda.

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

sda3: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  According to the info in the boot sector, sda5 starts 
                       at sector 2. But according to the info from fdisk, 
                       sda5 starts at sector 859766784.
    Operating System:  
    Boot files:        /ubuntu/winboot/wubildr /ubuntu/winboot/wubildr.mbr 
                       /ubuntu/disks/root.disk /ubuntu/disks/swap.disk

sda5/Wubi: _____________________________________________________________________

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

sda4: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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     3,074,047     3,072,000  27 Hidden NTFS (Recovery Environment)
/dev/sda2           3,074,048   859,765,454   856,691,407   7 NTFS / exFAT / HPFS
/dev/sda3         859,766,782   957,421,567    97,654,786   5 Extended
/dev/sda5         859,766,784   957,419,519    97,652,736   7 NTFS / exFAT / HPFS
/dev/sda4         957,423,616   976,773,119    19,349,504  17 Hidden NTFS / HPFS


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        2C9C75EE9C75B346                       ntfs       System
/dev/sda2        F0FAA656FAA6193C                       ntfs       TI30620900A
/dev/sda4        ECE43F95E43F614E                       ntfs       HDDRECOVERY
/dev/sda5        AADC7A03DC79C9D9                       ntfs       LINUX

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

Device           Mount_Point              Type       Options

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


======================== sda5/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 {
}

if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

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

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

### BEGIN /etc/grub.d/10_lupin ###
menuentry "Ubuntu, Linux 2.6.35-27-generic" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-27-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro   quiet splash
	initrd /boot/initrd.img-2.6.35-27-generic
}
menuentry "Ubuntu, Linux 2.6.35-27-generic (recovery mode)" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-27-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro single 
	initrd /boot/initrd.img-2.6.35-27-generic
}
menuentry "Ubuntu, Linux 2.6.35-25-generic" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-25-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro   quiet splash
	initrd /boot/initrd.img-2.6.35-25-generic
}
menuentry "Ubuntu, Linux 2.6.35-25-generic (recovery mode)" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-25-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro single 
	initrd /boot/initrd.img-2.6.35-25-generic
}
menuentry "Ubuntu, Linux 2.6.35-24-generic" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-24-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro   quiet splash
	initrd /boot/initrd.img-2.6.35-24-generic
}
menuentry "Ubuntu, Linux 2.6.35-24-generic (recovery mode)" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-24-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro single 
	initrd /boot/initrd.img-2.6.35-24-generic
}
menuentry "Ubuntu, Linux 2.6.35-23-generic" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-23-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro   quiet splash
	initrd /boot/initrd.img-2.6.35-23-generic
}
menuentry "Ubuntu, Linux 2.6.35-23-generic (recovery mode)" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-23-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro single 
	initrd /boot/initrd.img-2.6.35-23-generic
}
menuentry "Ubuntu, Linux 2.6.35-22-generic" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-22-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro   quiet splash
	initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry "Ubuntu, Linux 2.6.35-22-generic (recovery mode)" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set aadc7a03dc79c9d9
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.35-22-generic root=/dev/sda5 loop=/ubuntu/disks/root.disk ro single 
	initrd /boot/initrd.img-2.6.35-22-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 ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set d8e6f41fe6f3ff94
	chainloader +1
}
menuentry "Windows 7 (loader) (on /dev/sda2)" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set 942019b72019a0f2
	chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda4)" {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos4)'
	search --no-floppy --fs-uuid --set ece43f95e43f614e
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

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

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

============================= sda5/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
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

   6.257854462 = 6.719320064    boot/grub/grub.cfg                             1
   8.887889862 = 9.543299072    boot/initrd.img-2.6.35-22-generic              2
   2.713371277 = 2.913460224    boot/initrd.img-2.6.35-23-generic              1
   1.316219330 = 1.413279744    boot/initrd.img-2.6.35-24-generic              2
  13.510242462 = 14.506512384   boot/initrd.img-2.6.35-25-generic              2
  13.768066406 = 14.783348736   boot/initrd.img-2.6.35-27-generic              1
   8.694576263 = 9.335730176    boot/vmlinuz-2.6.35-22-generic                 1
   9.037548065 = 9.703993344    boot/vmlinuz-2.6.35-23-generic                 1
   9.130435944 = 9.803730944    boot/vmlinuz-2.6.35-24-generic                 1
   9.730468750 = 10.448011264   boot/vmlinuz-2.6.35-25-generic                 2
   9.806781769 = 10.529951744   boot/vmlinuz-2.6.35-27-generic                 1
  13.768066406 = 14.783348736   initrd.img                                     1
  13.510242462 = 14.506512384   initrd.img.old                                 2
   9.806781769 = 10.529951744   vmlinuz                                        1
   9.730468750 = 10.448011264   vmlinuz.old                                    2

Merci pour l'aide.

]]>
Sun, 16 Sep 2012 17:13:12 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10785011#p10785011
<![CDATA[Réponse à : Menu Grub]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10782821#p10782821 Bonjour inserm,

Tu devrais essayer avec boot-repair

]]>
Sun, 16 Sep 2012 14:09:03 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10782821#p10782821
<![CDATA[Menu Grub]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10780701#p10780701 Bonjour,
J'ai perdus le menu grub après une restauration système windows7, la partition existe toujours sur windows7, elle contient quelques dossiers :
disks, install, winboot, Ubuntu.ico, uninstall-wubi.exe.
Comment faire pour récupérer la partition ?
Merci pour l'aide.

]]>
Sun, 16 Sep 2012 10:50:36 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10780701#p10780701