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 10/05/2014, à 10:36

lepine76610

problème de dual boot (résolu)

Bonjour, mon pc boot directement sur ubuntu. Aucune trace de windows xp. URL bootinfo paste.ubuntu.com/7432571/
Que faire étant novice avec linux ?

Dernière modification par lepine76610 (Le 13/05/2014, à 19:18)

Hors ligne

#2 Le 10/05/2014, à 15:02

Caribou22

Re : problème de dual boot (résolu)

Bonjour,

Avez-vous tenté la réparattion recommandée de boot-repair ?

Hors ligne

#3 Le 12/05/2014, à 11:55

malbo

Re : problème de dual boot (résolu)

Ton Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Dec2013]


============================= 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 (,msdos7)/boot/grub on this drive.

sda1: __________________________________________________________________________

    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

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

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

sda7: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 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   195,350,431   195,350,369   7 NTFS / exFAT / HPFS
/dev/sda2         195,350,526   390,721,535   195,371,010   5 Extended
/dev/sda5         388,761,600   390,721,535     1,959,936  82 Linux swap / Solaris
/dev/sda6         195,350,528   293,006,777    97,656,250   b W95 FAT32
/dev/sda7         293,007,360   388,757,503    95,750,144  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        9254B3E254B3C6EF                       ntfs       
/dev/sda5        c6d48962-6c01-403c-af1e-630e642ce99e   swap       
/dev/sda6        B877-05D8                              vfat       
/dev/sda7        1f9902e0-6f12-4591-9e0e-784eb6bc4c1b   ext4       

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

Device           Mount_Point              Type       Options

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


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

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

=========================== sda7/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 ext2
set root='(hd0,msdos7)'
search --no-floppy --fs-uuid --set=root 1f9902e0-6f12-4591-9e0e-784eb6bc4c1b
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos7)'
  search --no-floppy --fs-uuid --set=root 1f9902e0-6f12-4591-9e0e-784eb6bc4c1b
  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 ###
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
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu, avec Linux 3.2.0-61-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos7)'
	search --no-floppy --fs-uuid --set=root 1f9902e0-6f12-4591-9e0e-784eb6bc4c1b
	linux	/boot/vmlinuz-3.2.0-61-generic-pae root=UUID=1f9902e0-6f12-4591-9e0e-784eb6bc4c1b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-61-generic-pae
}
menuentry 'Ubuntu, with Linux 3.2.0-61-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos7)'
	search --no-floppy --fs-uuid --set=root 1f9902e0-6f12-4591-9e0e-784eb6bc4c1b
	echo	'Chargement de Linux 3.2.0-61-generic-pae ...'
	linux	/boot/vmlinuz-3.2.0-61-generic-pae root=UUID=1f9902e0-6f12-4591-9e0e-784eb6bc4c1b ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.2.0-61-generic-pae
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, avec Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos7)'
	search --no-floppy --fs-uuid --set=root 1f9902e0-6f12-4591-9e0e-784eb6bc4c1b
	linux	/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=1f9902e0-6f12-4591-9e0e-784eb6bc4c1b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-23-generic-pae
}
menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos7)'
	search --no-floppy --fs-uuid --set=root 1f9902e0-6f12-4591-9e0e-784eb6bc4c1b
	echo	'Chargement de Linux 3.2.0-23-generic-pae ...'
	linux	/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=1f9902e0-6f12-4591-9e0e-784eb6bc4c1b ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.2.0-23-generic-pae
}
}
### 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,msdos7)'
	search --no-floppy --fs-uuid --set=root 1f9902e0-6f12-4591-9e0e-784eb6bc4c1b
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos7)'
	search --no-floppy --fs-uuid --set=root 1f9902e0-6f12-4591-9e0e-784eb6bc4c1b
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (on /dev/sda1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 9254B3E254B3C6EF
	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  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda7/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>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda7 during installation
UUID=1f9902e0-6f12-4591-9e0e-784eb6bc4c1b /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=c6d48962-6c01-403c-af1e-630e642ce99e none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 158.002567291 = 169.653964800  boot/grub/grub.cfg                             1
 158.002555847 = 169.653952512  boot/grub/core.img                             1
 149.912014008 = 160.966799360  boot/vmlinuz-3.2.0-23-generic-pae              1
 141.866016388 = 152.327475200  boot/vmlinuz-3.2.0-61-generic-pae              1
 141.866016388 = 152.327475200  vmlinuz                                        1
 149.912014008 = 160.966799360  vmlinuz.old                                    1
 141.972148895 = 152.441434112  boot/initrd.img-3.2.0-23-generic-pae           2
 141.753829956 = 152.207015936  boot/initrd.img-3.2.0-61-generic-pae           2
 141.753829956 = 152.207015936  initrd.img                                     2
 141.972148895 = 152.441434112  initrd.img.old                                 2

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

Unknown BootLoader on sda2

00000000  00 e9 91 7c 40 00 92 7c  ff ff ff ff 3d 00 92 7c  |...|@..|....=..||
00000010  78 01 07 00 00 00 07 00  00 00 00 00 90 70 09 00  |x............p..|
00000020  a0 e9 06 00 01 68 09 00  f0 d8 ff ff ff ff ff ff  |.....h..........|
00000030  18 ea 06 00 b8 7c 09 00  5c 49 03 01 41 00 00 00  |.....|..\I..A...|
00000040  07 ad 02 01 00 00 00 00  28 eb 06 00 00 00 00 00  |........(.......|
00000050  fc 14 00 01 0b 00 00 00  b0 7c 09 00 68 01 07 00  |.........|..h...|
00000060  00 00 00 00 00 00 00 00  b0 7c 09 00 08 02 00 00  |.........|......|
00000070  b8 7c 09 00 98 00 92 7c  78 01 07 00 08 02 00 00  |.|.....|x.......|
00000080  21 00 00 00 00 00 07 00  78 e7 06 00 a8 f8 06 00  |!.......x.......|
00000090  ff ff ff ff 00 e9 91 7c  c0 01 92 7c ff ff ff ff  |.......|...|....|
000000a0  bb 01 92 7c 24 31 01 01  00 00 07 00 00 00 00 00  |...|$1..........|
000000b0  00 02 00 00 00 02 00 00  38 70 09 00 00 00 00 00  |........8p......|
000000c0  00 00 07 00 00 00 00 00  50 00 00 00 01 00 00 00  |........P.......|
000000d0  c8 00 06 01 70 30 07 00  fc 14 00 01 b0 24 07 00  |....p0.......$..|
000000e0  00 00 00 00 00 00 00 00  c8 03 00 00 00 00 00 00  |................|
000000f0  fc 14 00 01 f0 29 07 00  00 00 00 00 00 00 00 00  |.....)..........|
00000100  00 00 00 00 0c ea 06 00  10 ea 06 00 00 00 00 00  |................|
00000110  98 00 92 7c 20 70 09 00  dc ea 06 00 21 00 92 7c  |...| p......!..||
00000120  e8 06 07 00 3d 00 92 7c  4a 00 00 00 f8 00 06 01  |....=..|J.......|
00000130  02 00 00 00 00 00 00 00  ff ff ff ff 00 e9 91 7c  |...............||
00000140  40 00 92 7c ff ff ff ff  3d 00 92 7c cd 31 01 01  |@..|....=..|.1..|
00000150  00 00 07 00 00 00 00 00  0c eb 06 00 4f c2 02 01  |............O...|
00000160  00 00 00 00 e4 ea 06 00  01 00 00 00 5c 49 03 01  |............\I..|
00000170  28 eb 06 00 5a 1e 02 01  4a 00 00 00 a8 f8 06 00  |(...Z...J.......|
00000180  58 00 00 00 10 00 00 00  50 2a 07 00 00 00 00 00  |X.......P*......|
00000190  00 e9 91 7c 00 00 00 00  00 00 00 00 00 00 00 00  |...|............|
000001a0  00 00 00 00 00 00 07 00  00 00 07 00 00 00 07 00  |................|
000001b0  50 2a 07 00 00 00 00 00  00 ff ff ff 00 00 00 fe  |P*..............|
000001c0  ff ff 82 fe ff ff 02 38  87 0b 00 e8 1d 00 00 fe  |.......8........|
000001d0  ff ff 05 fe ff ff 01 00  00 00 bb 1d d2 05 00 00  |................|
000001e0  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


========= Devices which don't seem to have a corresponding hard drive: =========

sdb sdc sdd sde 


ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-05-10__10h15 ===================
boot-repair version : 3.199~ppa40~precise
boot-sav version : 3.199~ppa40~precise
glade2script version : 3.2.2~ppa45~precise
boot-sav-extra version : 3.199~ppa40~precise
boot-repair is executed in installed-session (Ubuntu 12.04.4 LTS, precise, Ubuntu, i686)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.2.0-61-generic-pae root=UUID=1f9902e0-6f12-4591-9e0e-784eb6bc4c1b ro quiet splash vt.handoff=7

=================== os-prober:
/dev/sda7:L'OS actuellement utilisé - Ubuntu 12.04.4 LTS CurrentSession:linux
/dev/sda1:Windows NT/2000/XP:Windows:chain

=================== blkid:
/dev/sda1: UUID="9254B3E254B3C6EF" TYPE="ntfs"
/dev/sda5: UUID="c6d48962-6c01-403c-af1e-630e642ce99e" TYPE="swap"
/dev/sda6: UUID="B877-05D8" TYPE="vfat"
/dev/sda7: UUID="1f9902e0-6f12-4591-9e0e-784eb6bc4c1b" TYPE="ext4"


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

Avertissement : la partition étendue ne commence pas sur une frontière de
cylindres. DOS et Linux interpréteront les contenus différemment.

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 mai   10 09:34 grub.d
total 60
-rwxr-xr-x 1 root root 7806 déc.   6 11:07 00_header
-rwxr-xr-x 1 root root 5522 avril 17  2012 05_debian_theme
-rwxr-xr-x 1 root root 7877 déc.   6 11:07 10_linux
-rwxr-xr-x 1 root root 6449 déc.   6 11:07 20_linux_xen
-rwxr-xr-x 1 root root 1588 nov.  27  2011 20_memtest86+
-rwxr-xr-x 1 root root 6675 déc.   6 11:07 30_os-prober
-rwxr-xr-x 1 root root 1388 déc.   6 11:07 30_uefi-firmware
-rwxr-xr-x 1 root root  214 avril 17  2012 40_custom
-rwxr-xr-x 1 root root   95 avril 17  2012 41_custom
-rw-r--r-- 1 root root  483 avril 17  2012 README




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



=================== UEFI/Legacy mode:
This installed-session is not EFI-compatible.
SecureBoot disabled.


=================== PARTITIONS & DISKS:
sda7	: 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,	.
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,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda1.
sda6	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	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/sda6.

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


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

Model: ATA ST3200826AS (scsi)
Disk /dev/sda: 200GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size    Type      File system     Flags
1      32.3kB  100GB  100GB   primary   ntfs            boot
2      100GB   200GB  100GB   extended
6      100GB   150GB  50.0GB  logical   fat32
7      150GB   199GB  49.0GB  logical   ext4
5      199GB   200GB  1003MB  logical   linux-swap(v1)

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

BYT;
/dev/sda:200GB:scsi:512:512:msdos:ATA ST3200826AS;
1:32.3kB:100GB:100GB:ntfs::boot;
2:100GB:200GB:100GB:::;
6:100GB:150GB:50.0GB:fat32::;
7:150GB:199GB:49.0GB:ext4::;
5:199GB:200GB:1003MB:linux-swap(v1)::;


=================== mount:
/dev/sda7 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
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)
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)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
gvfs-fuse-daemon on /home/lepine/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=lepine)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda6 on /mnt/boot-sav/sda6 type vfat (rw)


=================== 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 sda5 sda6 sda7 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 size slaves stat subsystem trace uevent
/sys/block/sdc (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/sdd (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/sde (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/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):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sda7 sdb sdc sdd sde sg0 sg1 sg2 sg3 sg4 sg5 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 vga_arbiter 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 f0 00 3f 00 00 00  |........?...?...|
00000020  00 00 00 00 80 00 80 00  58 cf a4 0b 00 00 00 00  |........X.......|
00000030  00 00 0c 00 00 00 00 00  23 91 c0 00 00 00 00 00  |........#.......|
00000040  f6 00 00 00 01 00 00 00  ef c6 b3 54 e2 b3 54 92  |...........T..T.|
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

=================== hexdump -n512 -C /dev/sda6
00000000  eb 58 90 4d 53 57 49 4e  34 2e 31 00 02 80 48 00  |.X.MSWIN4.1...H.|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 d0 a4 0b  |........?.......|
00000020  ba 1d d2 05 49 17 00 00  00 00 00 00 02 00 00 00  |....I...........|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 00 29 d8 05 77 b8 4e  4f 20 4e 41 4d 45 20 20  |..)..w.NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 0e 1f be 74 7e ac  |  FAT32   ...t~.|
00000060  22 c0 74 06 b4 0e cd 10  eb f5 b4 00 cd 16 b4 00  |".t.............|
00000070  cd 19 eb fe 54 68 69 73  20 70 61 72 74 69 74 69  |....This partiti|
00000080  6f 6e 20 64 6f 65 73 20  6e 6f 74 20 68 61 76 65  |on does not have|
00000090  20 61 6e 20 6f 70 65 72  61 74 69 6e 67 20 73 79  | an operating sy|
000000a0  73 74 65 6d 20 6c 6f 61  64 65 72 20 69 6e 73 74  |stem loader inst|
000000b0  61 6c 6c 65 64 20 6f 6e  20 69 74 2e 0a 0d 50 72  |alled on it...Pr|
000000c0  65 73 73 20 61 20 6b 65  79 20 74 6f 20 72 65 62  |ess a key to reb|
000000d0  6f 6f 74 2e 2e 2e 00 66  61 74 00 00 00 00 00 00  |oot....fat......|
000000e0  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

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

Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sda7      ext4       45G  3.3G   40G   8% /
udev           devtmpfs  462M   12K  462M   1% /dev
tmpfs          tmpfs      94M  776K   93M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     469M  152K  469M   1% /run/shm
/dev/sda1      fuseblk    94G   53G   41G  57% /mnt/boot-sav/sda1
/dev/sda6      vfat       47G   64K   47G   1% /mnt/boot-sav/sda6

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

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 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: 0x1549f232

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   195350431    97675184+   7  HPFS/NTFS/exFAT
/dev/sda2       195350526   390721535    97685505    5  Extended
/dev/sda5       388761600   390721535      979968   82  Linux swap / Solaris
/dev/sda6       195350528   293006777    48828125    b  W95 FAT32
/dev/sda7       293007360   388757503    47875072   83  Linux

Partition table entries are not in disk order


=================== Final advice in case of recommended repair


Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 12.04.4 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)

=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda7 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot

=================== Settings chosen by the user
Boot-Info
This setting will not act on the MBR.



Aucun changement n'a été effectué sur cet ordinateur.

D'après ce Boot-Info, tu as bien une entrée du menu Grub qui permet de démarrer XP (elle apparaît sous la désignation "Windows NT/2000/XP (on /dev/sda1)").
Est-ce que tu vois le menu Grub au démarrage ?
Ce menu doit te proposer cela :

Ubuntu, avec Linux 3.2.0-61-generic-pae
Ubuntu, with Linux 3.2.0-61-generic-pae (recovery mode)
Previous Linux versions
Memory test (memtest86+)
Memory test (memtest86+, serial console 115200)
Windows NT/2000/XP (on /dev/sda1)

C'est la dernière ligne de ce menu qui devrait te permettre de démarrer XP

Dernière modification par malbo (Le 12/05/2014, à 11:56)

Hors ligne

#4 Le 12/05/2014, à 14:17

lepine76610

Re : problème de dual boot (résolu)

Bonjour et merci pour vos réponses.
Bien essayé réparation boot-repair, mais sans résultat.
Autre solution, avec les CD windows XP, impossible car
illisible !!!
Après réinstallation windows version 7, je me prépare ce soir à
faire un nouvel essai d’installation Ubuntu en dual boot.
Je me baserai sur le tuto video du présent site en le visualisant
au fur et à mesure sur un pc portable. Reprendrai contact
demain si problème.
Bien à vous.

Hors ligne

#5 Le 12/05/2014, à 14:35

malbo

Re : problème de dual boot (résolu)

lepine76610 a écrit :

Je me baserai sur le tuto video du présent site

Pourrais-tu donner le lien vers le tuto en question ?

Hors ligne

#6 Le 12/05/2014, à 20:08

lepine76610

Re : problème de dual boot (résolu)

Bonsoir
voici le lien : http://www.tutoriels-video.fr/installer … dual-boot/
Contrairement à ce que j'annonçais, il ne s'agit pas d'un tuto figurant sur le site ubuntu-fr.org
Qu'en pensez vous avant que je commence ma manip ?
Bien cordialement

Hors ligne

#7 Le 13/05/2014, à 08:07

malbo

Re : problème de dual boot (résolu)

Ce tuto Vidéo date de 2009. Je pense qu'il est convenable mais ce que tu verras à l'écran ne ressemblera pas à ce que tu verras dans la vidéo parce que l'installateur de Ubuntu a changé depuis 2009. Je te conseille plutôt la doc de notre site : http://doc.ubuntu-fr.org/cohabitation_ubuntu_windows

Hors ligne

#8 Le 13/05/2014, à 16:50

lepine76610

Re : problème de dual boot (résolu)

Bonjour,
Nouvel URL bootinfo paste.ubuntu.com/7457769/
Toujours même problème, càd :
installation ubuntu en dual boat avec windows 7
réparation avec boot repair
toujours pas de menu grub au démarrage du système
Le pc boot directement sur ubuntu.
Merci d'avance pour vos réponses.
Bon début de soirée

Hors ligne

#9 Le 13/05/2014, à 17:09

erresse

Re : problème de dual boot (résolu)

Bonsoir lepine,
... et si tu répondais aux questions de malbo et détaillais un peu tes diverses manipulations, au lieu de re-re-installer Windows + Linux à chaque plantage ? Une fois l'installation faite, quelqu'un pourra sans doute t'aider à réparer ce qui ne va pas, mais aide-nous à t'aider, dis-nous ce qui cloche, les messages d'erreurs que tu rencontres, s'il y en a, et fais les manipulations qui te sont conseillées et donne les réponses aux questions / commandes qui te sont posées / proposées.

Bonne continuation d'installation.


Plus de 50 ans d'informatique, ça en fait des lignes de commandes en console, mais on n'avait pas le choix...
Excellente raison pour, aujourd'hui qu'on le peut, utiliser au maximum les INTERFACES GRAPHIQUES !
Important : Une fois résolu, pensez à clore votre sujet en ajoutant [Résolu] devant le titre du 1er message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.

Hors ligne

#10 Le 13/05/2014, à 17:13

malbo

Re : problème de dual boot (résolu)

Ton dernier Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Dec2013]


============================= 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 (,msdos5)/grub on this drive.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 7/2008: 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 
                       /ntldr /NTDETECT.COM

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        /grub/grub.cfg /grub/core.img

sda6: __________________________________________________________________________

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

sda7: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 12.04 LTS 
    Boot files:        /etc/fstab

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 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   195,352,479   195,352,417   7 NTFS / exFAT / HPFS
/dev/sda2         195,352,574   390,721,535   195,368,962   5 Extended
/dev/sda5         195,352,576   197,306,367     1,953,792  83 Linux
/dev/sda6         197,308,416   201,211,903     3,903,488  82 Linux swap / Solaris
/dev/sda7         201,213,952   390,721,535   189,507,584  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        9254B3E254B3C6EF                       ntfs       
/dev/sda5        f95d9b39-9d12-4a95-98fd-46f0a36b3660   ext4       
/dev/sda6        3e25ba27-29c5-4cb1-b3ca-ba2b3dd88198   swap       
/dev/sda7        c4927bc9-750e-4b2f-a67a-6d1b4aa2f030   ext4       

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

Device           Mount_Point              Type       Options

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


============================= sda5/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 ext2
set root='(hd0,msdos7)'
search --no-floppy --fs-uuid --set=root c4927bc9-750e-4b2f-a67a-6d1b4aa2f030
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos5)'
  search --no-floppy --fs-uuid --set=root f95d9b39-9d12-4a95-98fd-46f0a36b3660
  set locale_dir=($root)/grub/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=10
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 ###
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
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set=root f95d9b39-9d12-4a95-98fd-46f0a36b3660
	linux	/vmlinuz-3.2.0-23-generic-pae root=UUID=c4927bc9-750e-4b2f-a67a-6d1b4aa2f030 ro   quiet splash $vt_handoff
	initrd	/initrd.img-3.2.0-23-generic-pae
}
menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set=root f95d9b39-9d12-4a95-98fd-46f0a36b3660
	echo	'Loading Linux 3.2.0-23-generic-pae ...'
	linux	/vmlinuz-3.2.0-23-generic-pae root=UUID=c4927bc9-750e-4b2f-a67a-6d1b4aa2f030 ro recovery nomodeset 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-23-generic-pae
}
### 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,msdos5)'
	search --no-floppy --fs-uuid --set=root f95d9b39-9d12-4a95-98fd-46f0a36b3660
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos5)'
	search --no-floppy --fs-uuid --set=root f95d9b39-9d12-4a95-98fd-46f0a36b3660
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 9254B3E254B3C6EF
	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: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             grub/grub.cfg                                  1
  93.288265228 = 100.167512064  grub/core.img                                  1
  93.284652710 = 100.163633152  vmlinuz-3.2.0-23-generic-pae                   1
  93.305149078 = 100.185640960  initrd.img-3.2.0-23-generic-pae                1

=============================== sda7/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>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda7 during installation
UUID=c4927bc9-750e-4b2f-a67a-6d1b4aa2f030 /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda5 during installation
UUID=f95d9b39-9d12-4a95-98fd-46f0a36b3660 /boot           ext4    defaults        0       2
# swap was on /dev/sda6 during installation
UUID=3e25ba27-29c5-4cb1-b3ca-ba2b3dd88198 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  96.079574585 = 103.164657664  vmlinuz                                        1
  96.100070953 = 103.186665472  initrd.img                                     1

========= Devices which don't seem to have a corresponding hard drive: =========

sdb sdc sdd sde 


ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-05-13__16h34 ===================
boot-repair version : 3.199~ppa40~precise
boot-sav version : 3.199~ppa40~precise
glade2script version : 3.2.2~ppa45~precise
boot-sav-extra version : 3.199~ppa40~precise
boot-repair is executed in installed-session (Ubuntu 12.04 LTS, precise, Ubuntu, i686)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/vmlinuz-3.2.0-23-generic-pae root=UUID=c4927bc9-750e-4b2f-a67a-6d1b4aa2f030 ro quiet splash vt.handoff=7

=================== os-prober:
/dev/sda7:L'OS actuellement utilisé - Ubuntu 12.04 LTS CurrentSession:linux
/dev/sda1:Windows 7 (loader):Windows:chain

=================== blkid:
/dev/sda1: UUID="9254B3E254B3C6EF" TYPE="ntfs"
/dev/sda5: UUID="f95d9b39-9d12-4a95-98fd-46f0a36b3660" TYPE="ext4"
/dev/sda6: UUID="3e25ba27-29c5-4cb1-b3ca-ba2b3dd88198" TYPE="swap"
/dev/sda7: UUID="c4927bc9-750e-4b2f-a67a-6d1b4aa2f030" TYPE="ext4"


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

Avertissement : la partition étendue ne commence pas sur une frontière de
cylindres. DOS et Linux interpréteront les contenus différemment.

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root    4096 avril 23  2012 grub.d
total 56
-rwxr-xr-x 1 root root 6715 avril 17  2012 00_header
-rwxr-xr-x 1 root root 5522 avril 17  2012 05_debian_theme
-rwxr-xr-x 1 root root 7399 avril 17  2012 10_linux
-rwxr-xr-x 1 root root 6335 avril 17  2012 20_linux_xen
-rwxr-xr-x 1 root root 1588 nov.  27  2011 20_memtest86+
-rwxr-xr-x 1 root root 7603 avril 17  2012 30_os-prober
-rwxr-xr-x 1 root root  214 avril 17  2012 40_custom
-rwxr-xr-x 1 root root   95 avril 17  2012 41_custom
-rw-r--r-- 1 root root  483 avril 17  2012 README




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



/boot detected in the fstab of sda7: UUID=f95d9b39-9d12-4a95-98fd-46f0a36b3660  (sda5)
=================== UEFI/Legacy mode:
This installed-session is not EFI-compatible.
SecureBoot disabled.


=================== PARTITIONS & DISKS:
sda7	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	32,	with-boot,	is-os,	not--efi--part,	fstab-has-goodBOOT,	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,	.
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,	haswinload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda1.
sda5	: sda,	is-sepboot,	grubenv-ok	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/boot.

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


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

Model: ATA ST3200826AS (scsi)
Disk /dev/sda: 200GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size    Type      File system     Flags
1      32.3kB  100GB  100GB   primary   ntfs            boot
2      100GB   200GB  100GB   extended
5      100GB   101GB  1000MB  logical   ext4
6      101GB   103GB  1999MB  logical   linux-swap(v1)
7      103GB   200GB  97.0GB  logical   ext4

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

BYT;
/dev/sda:200GB:scsi:512:512:msdos:ATA ST3200826AS;
1:32.3kB:100GB:100GB:ntfs::boot;
2:100GB:200GB:100GB:::;
5:100GB:101GB:1000MB:ext4::;
6:101GB:103GB:1999MB:linux-swap(v1)::;
7:103GB:200GB:97.0GB:ext4::;


=================== mount:
/dev/sda7 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
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)
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)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
/dev/sda5 on /boot type ext4 (rw)
gvfs-fuse-daemon on /home/lepine/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=lepine)
/dev/sda1 on /mnt/boot-sav/sda1 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 sda5 sda6 sda7 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 size slaves stat subsystem trace uevent
/sys/block/sdc (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/sdd (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/sde (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/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):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sda7 sdb sdc sdd sde sg0 sg1 sg2 sg3 sg4 sg5 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 vga_arbiter 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 f0 00 3f 00 00 00  |........?...?...|
00000020  00 00 00 00 80 00 80 00  60 d7 a4 0b 00 00 00 00  |........`.......|
00000030  00 00 0c 00 00 00 00 00  23 91 c0 00 00 00 00 00  |........#.......|
00000040  f6 00 00 00 01 00 00 00  ef c6 b3 54 e2 b3 54 92  |...........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 dd 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  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.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 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sda7      ext4       91G  4.2G   82G   5% /
udev           devtmpfs  462M   12K  462M   1% /dev
tmpfs          tmpfs     188M  780K  187M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     469M   76K  469M   1% /run/shm
/dev/sda5      ext4      952M   54M  851M   6% /boot
/dev/sda1      fuseblk    94G   29G   65G  31% /mnt/boot-sav/sda1

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

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 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: 0x1549f232

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   195352479    97676208+   7  HPFS/NTFS/exFAT
/dev/sda2       195352574   390721535    97684481    5  Extended
/dev/sda5       195352576   197306367      976896   83  Linux
/dev/sda6       197308416   201211903     1951744   82  Linux swap / Solaris
/dev/sda7       201213952   390721535    94753792   83  Linux



=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda7 into the MBR of sda, using the following options:        sda5/boot,
Additional repair would be performed: unhide-bootmenu-10s

=================== Settings chosen by the user
Custom-Repair
This setting will reinstall the grub2 of sda7 into the MBR of sda, using the following options:        sda5/boot,
Additional repair will be performed: unhide-bootmenu-10s



*******lspci -nnk | grep -iA3 vga
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RS480 [Radeon Xpress 200G Series] [1002:5954]
Subsystem: Hewlett-Packard Company Device [103c:2a24]
Kernel driver in use: radeon
Kernel modules: radeon
*******

grub-install (GRUB) 1.99-21ubuntu3,grub-install (GRUB) 1.

Reinstall the GRUB of sda7 into the MBR of sda
grub-install /dev/sda: Installation finished. No error reported.
exit code of grub-install /dev/sda:0

update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-23-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-23-generic-pae
Found memtest86+ image: /memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Unhide GRUB boot menu in sda7/boot/grub/grub.cfg

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

Vous pouvez maintenant redémarrer votre ordinateur.


Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 12.04 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)

Comme c'était le cas dans ton Boot-Info que j'ai collé dans le post #3, ton install est correcte et tu devrais pouvoir démarrer Windows depuis le menu Grub. Je crois comprendre que ton problème, c'est que le menu Grub n'est pas visible au démarrage (*) aussi je te propose d'essayer cette astuce : http://forum.ubuntu-fr.org/viewtopic.ph … #p11447371

(*) ça doit être un problème d'affichage qui se produit avec certaines cartes graphiques : au lieu de voir le menu Grub, tu as un écran noir pendant 10 secondes puis ça démarre par défaut sur la première ligne du menu (invisible)

Dernière modification par malbo (Le 13/05/2014, à 17:16)

Hors ligne

#11 Le 13/05/2014, à 19:17

lepine76610

Re : problème de dual boot (résolu)

Bonsoir,
Un grand merci à toi malbo pour m'avoir donné la solution à mon problème. Effectivement, impossible de lire un menu grub "fantôme".
Une excellente soirée à ttes et à ts.

Hors ligne