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 15/10/2014, à 22:50

Alcyone

[Résolu] Installation dual-boot windows 7-Ubuntu 14.04

Bonjour à tous,

J'ai installé il y a environ un mois Ubuntu 14.04 en dual-boot sur mon pc fraîchement acquis. Windows 7 se lançait automatiquement au démarrage, sans possibilité d'accéder au GRUB. J'ai manqué de temps pour me pencher sur le problème (je me contentais de Windows 7 jusque là), je poste maintenant pour trouver une solution.

Après parcours du site, je n'ai pas trouvé de solution.

Boot-repair, lancé depuis mon live-cd n'a rien donné, sinon un rapport boot-info sans URL à la fin de la manoeuvre (un message d'erreur s'affichait disant qu'il n'arrivait pas à afficher correctement le rapport dans le document texte)

Je joins ici le rapport, avec mes excuse pour l'absence d'url...

 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 
    225273856 of the same hard drive for core.img. core.img is at this 
    location and looks in partition 112 for .

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 7/2008: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi

sda2: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type ''

sda3: __________________________________________________________________________

    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

sda4: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

    File system:       BIOS Boot partition
    Boot sector type:  Grub2's core.img
    Boot sector info: 

sda7: __________________________________________________________________________

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

sda8: __________________________________________________________________________

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

============================ 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 / 4096 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                   1   976,773,167   976,773,167  ee GPT


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sda1           2,048       411,647       409,600 EFI System partition
/dev/sda2         411,648       673,791       262,144 Microsoft Reserved Partition (Windows)
/dev/sda3         673,792   225,273,855   224,600,064 Data partition (Windows/Linux)
/dev/sda4     391,383,040   924,343,977   532,960,938 Data partition (Windows/Linux)
/dev/sda5     924,344,320   976,773,119    52,428,800 Windows Recovery Environment (Windows)
/dev/sda6     225,273,856   225,275,903         2,048 BIOS Boot partition
/dev/sda7     225,275,904   383,270,911   157,995,008 Data partition (Linux)
/dev/sda8     383,270,912   391,383,039     8,112,128 Swap partition (Linux)

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        C443-563D                              vfat       SYSTEM
/dev/sda3        86F0AADAF0AAD02B                       ntfs       OS
/dev/sda4        CE7A10637A104B1B                       ntfs       DATA
/dev/sda5        6CC8A548C8A5117E                       ntfs       Recovery
/dev/sda7        ae7b0efe-a25f-4f78-a430-e3dea42cff90   ext4       
/dev/sda8        914af50e-61dc-4eb3-82ec-ac9a4460165d   swap       
/dev/sr0                                                iso9660    Ubuntu 14.04 LTS amd64

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

Device           Mount_Point              Type       Options

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


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

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

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt7'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  ae7b0efe-a25f-4f78-a430-e3dea42cff90
else
  search --no-floppy --fs-uuid --set=root ae7b0efe-a25f-4f78-a430-e3dea42cff90
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

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

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ae7b0efe-a25f-4f78-a430-e3dea42cff90' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt7'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  ae7b0efe-a25f-4f78-a430-e3dea42cff90
	else
	  search --no-floppy --fs-uuid --set=root ae7b0efe-a25f-4f78-a430-e3dea42cff90
	fi
	linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=ae7b0efe-a25f-4f78-a430-e3dea42cff90 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-37-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-ae7b0efe-a25f-4f78-a430-e3dea42cff90' {
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-advanced-ae7b0efe-a25f-4f78-a430-e3dea42cff90' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  ae7b0efe-a25f-4f78-a430-e3dea42cff90
		else
		  search --no-floppy --fs-uuid --set=root ae7b0efe-a25f-4f78-a430-e3dea42cff90
		fi
		echo	'Loading Linux 3.13.0-37-generic ...'
		linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=ae7b0efe-a25f-4f78-a430-e3dea42cff90 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-recovery-ae7b0efe-a25f-4f78-a430-e3dea42cff90' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  ae7b0efe-a25f-4f78-a430-e3dea42cff90
		else
		  search --no-floppy --fs-uuid --set=root ae7b0efe-a25f-4f78-a430-e3dea42cff90
		fi
		echo	'Loading Linux 3.13.0-37-generic ...'
		linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=ae7b0efe-a25f-4f78-a430-e3dea42cff90 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-ae7b0efe-a25f-4f78-a430-e3dea42cff90' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  ae7b0efe-a25f-4f78-a430-e3dea42cff90
		else
		  search --no-floppy --fs-uuid --set=root ae7b0efe-a25f-4f78-a430-e3dea42cff90
		fi
		echo	'Loading Linux 3.13.0-24-generic ...'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=ae7b0efe-a25f-4f78-a430-e3dea42cff90 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-ae7b0efe-a25f-4f78-a430-e3dea42cff90' {
		recordfail
		load_video
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  ae7b0efe-a25f-4f78-a430-e3dea42cff90
		else
		  search --no-floppy --fs-uuid --set=root ae7b0efe-a25f-4f78-a430-e3dea42cff90
		fi
		echo	'Loading Linux 3.13.0-24-generic ...'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=ae7b0efe-a25f-4f78-a430-e3dea42cff90 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
}

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

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

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

### BEGIN /etc/grub.d/25_custom ###

menuentry "Windows UEFI bootmgfw.efi" {
search --fs-uuid --no-floppy --set=root C443-563D
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

menuentry "Windows Boot UEFI loader" {
search --fs-uuid --no-floppy --set=root C443-563D
chainloader (${root})/EFI/Boot/bootx64.efi
}
### END /etc/grub.d/25_custom ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-86F0AADAF0AAD02B' {
	insmod part_gpt
	insmod ntfs
	set root='hd0,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  86F0AADAF0AAD02B
	else
	  search --no-floppy --fs-uuid --set=root 86F0AADAF0AAD02B
	fi
	chainloader +1
}
menuentry 'Windows Recovery Environment (loader) (on /dev/sda5)' --class windows --class os $menuentry_id_option 'osprober-chain-6CC8A548C8A5117E' {
	insmod part_gpt
	insmod ntfs
	set root='hd0,gpt5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  6CC8A548C8A5117E
	else
	  search --no-floppy --fs-uuid --set=root 6CC8A548C8A5117E
	fi
	drivemap -s (hd0) ${root}
	chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

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

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

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== 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>
# / was on /dev/sda7 during installation
UUID=ae7b0efe-a25f-4f78-a430-e3dea42cff90 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda8 during installation
UUID=914af50e-61dc-4eb3-82ec-ac9a4460165d none            swap    sw              0       0
UUID=C443-563D	/boot/efi	vfat	defaults	0	1
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

cat: /tmp/BootInfo-AukIbAR6/Tmp_Log: No such file or directory
File descriptor 9 (/proc/15997/mounts) leaked on lvscan invocation. Parent PID 6461: bash
File descriptor 63 (pipe:[99807]) leaked on lvscan invocation. Parent PID 6461: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-10-15__18h39 ===================
boot-repair version : 3.199~ppa40~saucy
boot-sav version : 3.199~ppa40~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa40~saucy
boot-repair is executed in live-session (Ubuntu 14.04 LTS, trusty, Ubuntu, x86_64)
ls: impossible d'accéder à /home/usr/.config: Aucun fichier ou dossier de ce type
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


=================== os-prober:
/dev/sda3:Windows 7 (loader):Windows:chain
/dev/sda5:Windows Recovery Environment (loader):Windows1:chain
/dev/sda7:Ubuntu 14.04 LTS (14.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="SYSTEM" UUID="C443-563D" TYPE="vfat"
/dev/sda3: LABEL="OS" UUID="86F0AADAF0AAD02B" TYPE="ntfs"
/dev/sda4: LABEL="DATA" UUID="CE7A10637A104B1B" TYPE="ntfs"
/dev/sda5: LABEL="Recovery" UUID="6CC8A548C8A5117E" TYPE="ntfs"
/dev/sda7: UUID="ae7b0efe-a25f-4f78-a430-e3dea42cff90" TYPE="ext4"
/dev/sda8: UUID="914af50e-61dc-4eb3-82ec-ac9a4460165d" TYPE="swap"
/dev/sr0: LABEL="Ubuntu 14.04 LTS amd64" TYPE="iso9660"


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


Attention : identifiant de table de partitions GPT (GUID) détecté sur « /dev/sda ». L'utilitaire sfdisk ne prend pas GPT en charge. Utilisez GNU Parted.


WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.

Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda1/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/bootx64.efi

=================== sda7/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 oct.  15 18:15 grub.d
drwxr-xr-x  2 root root    4096 oct.  15 18:12 grub.d.bak
total 76
-rwxr-xr-x 1 root root  9424 mai   15 19:02 00_header
-rwxr-xr-x 1 root root  6058 mai    8 12:08 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15 19:02 10_linux
-rwxr-xr-x 1 root root 10412 mai   15 19:02 20_linux_xen
-rwxr-xr-x 1 root root   311 oct.  15 18:15 25_custom
-rwxr-xr-x 1 root root 11692 mai   15 19:02 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15 19:02 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mai   15 19:02 40_custom
-rwxr-xr-x 1 root root   216 mai   15 19:02 41_custom
-rw-r--r-- 1 root root   483 mai   15 19:02 README




=================== sda7/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/efi detected in the fstab of sda7: UUID=C443-563D	 (sda1)
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, but it is not setup in EFI-mode for this live-session.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	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,	not-far,	/mnt/boot-sav/sda1.
sda3	: 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,	haswinload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda3.
sda4	: 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/sda4.
sda5	: 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,	recovery-or-hidden,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda5.
sda7	: sda,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda7.

sda	: GPT,	BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes


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

Model: ATA HGST HTS725050A7 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End    Size    File system     Name                          Flags
1      1049kB  211MB  210MB   fat32           EFI system partition          boot
2      211MB   345MB  134MB                   Microsoft reserved partition  msftres
3      345MB   115GB  115GB   ntfs            Basic data partition          msftdata
6      115GB   115GB  1049kB                                                bios_grub
7      115GB   196GB  80.9GB  ext4
8      196GB   200GB  4153MB  linux-swap(v1)
4      200GB   473GB  273GB   ntfs            Basic data partition          msftdata
5      473GB   500GB  26.8GB  ntfs            Basic data partition          hidden, diag



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

                                                                          
Error: Can't have a partition outside the disk!

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

BYT;
/dev/sda:500GB:scsi:512:4096:gpt:ATA HGST HTS725050A7;
1:1049kB:211MB:210MB:fat32:EFI system partition:boot;
2:211MB:345MB:134MB::Microsoft reserved partition:msftres;
3:345MB:115GB:115GB:ntfs:Basic data partition:msftdata;
6:115GB:115GB:1049kB:::bios_grub;
7:115GB:196GB:80.9GB:ext4::;
8:196GB:200GB:4153MB:linux-swap(v1)::;
4:200GB:473GB:273GB:ntfs:Basic data partition:msftdata;
5:473GB:500GB:26.8GB:ntfs:Basic data partition:hidden, diag;


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

                                                                          
Error: Can't have a partition outside the disk!


=================== 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)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda7 on /mnt/boot-sav/sda7 type ext4 (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 sda3 sda4 sda5 sda6 sda7 sda8 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 char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 watchdog watchdog0 zero
ls /dev/mapper:  control
ls /mnt/boot-sav/sda1/1:

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 04 de 19  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 40 06 00 11 03 00 00  00 00 00 00 02 00 00 00  |.@..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 3d 56 43 c4 4e  4f 20 4e 41 4d 45 20 20  |..)=VC.NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 4e 02 8a 56 40 b4 41  |{......|.N..V@.A|
00000070  bb aa 55 cd 13 72 10 81  fb 55 aa 75 0a f6 c1 01  |..U..r...U.u....|
00000080  74 05 fe 46 02 eb 2d 8a  56 40 b4 08 cd 13 73 05  |t..F..-.V@....s.|
00000090  b9 ff ff 8a f1 66 0f b6  c6 40 66 0f b6 d1 80 e2  |.....f...@f.....|
000000a0  3f f7 e2 86 cd c0 ed 06  41 66 0f b7 c9 66 f7 e1  |?.......Af...f..|
000000b0  66 89 46 f8 83 7e 16 00  75 38 83 7e 2a 00 77 32  |f.F..~..u8.~*.w2|
000000c0  66 8b 46 1c 66 83 c0 0c  bb 00 80 b9 01 00 e8 2b  |f.F.f..........+|
000000d0  00 e9 2c 03 a0 fa 7d b4  7d 8b f0 ac 84 c0 74 17  |..,...}.}.....t.|
000000e0  3c ff 74 09 b4 0e bb 07  00 cd 10 eb ee a0 fb 7d  |<.t............}|
000000f0  eb e5 a0 f9 7d eb e0 98  cd 16 cd 19 66 60 80 7e  |....}.......f`.~|
00000100  02 00 0f 84 20 00 66 6a  00 66 50 06 53 66 68 10  |.... .fj.fP.Sfh.|
00000110  00 01 00 b4 42 8a 56 40  8b f4 cd 13 66 58 66 58  |....B.V@....fXfX|
00000120  66 58 66 58 eb 33 66 3b  46 f8 72 03 f9 eb 2a 66  |fXfX.3f;F.r...*f|
00000130  33 d2 66 0f b7 4e 18 66  f7 f1 fe c2 8a ca 66 8b  |3.f..N.f......f.|
00000140  d0 66 c1 ea 10 f7 76 1a  86 d6 8a 56 40 8a e8 c0  |.f....v....V@...|
00000150  e4 06 0a cc b8 01 02 cd  13 66 61 0f 82 75 ff 81  |.........fa..u..|
00000160  c3 00 02 66 40 49 75 94  c3 42 4f 4f 54 4d 47 52  |...f@Iu..BOOTMGR|
00000170  20 20 20 20 00 00 00 00  00 00 00 00 00 00 00 00  |    ............|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 52 65  |..............Re|
000001b0  6d 6f 76 65 20 64 69 73  6b 73 20 6f 72 20 6f 74  |move disks or ot|
000001c0  68 65 72 20 6d 65 64 69  61 2e ff 0d 0a 44 69 73  |her media....Dis|
000001d0  6b 20 65 72 72 6f 72 ff  0d 0a 50 72 65 73 73 20  |k error...Press |
000001e0  61 6e 79 20 6b 65 79 20  74 6f 20 72 65 73 74 61  |any key to resta|
000001f0  72 74 0d 0a 00 00 00 00  00 ac cb d8 00 00 55 aa  |rt............U.|
00000200

=================== hexdump -n512 -C /dev/sda3
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 00 48 0a 00  |........?....H..|
00000020  00 00 00 00 80 00 80 00  ff 1f 63 0d 00 00 00 00  |..........c.....|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  2b d0 aa f0 da aa f0 86  |........+.......|
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

=================== hexdump -n512 -C /dev/sda4
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 00 08 54 17  |........?.....T.|
00000020  00 00 00 00 80 00 80 00  a0 56 c4 1f 00 00 00 00  |.........V......|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  1b 4b 10 7a 63 10 7a ce  |.........K.zc.z.|
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

=================== hexdump -n512 -C /dev/sda5
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 00 60 18 37  |........?....`.7|
00000020  00 00 00 00 80 00 80 00  ff ff 1f 03 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  7e 11 a5 c8 48 a5 c8 6c  |........~...H..l|
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

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  1.9G  199M  1.7G  11% /
udev           devtmpfs   1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs      382M  1.2M  381M   1% /run
/dev/sr0       iso9660    964M  964M     0 100% /cdrom
/dev/loop0     squashfs   923M  923M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      1.9G  1.2M  1.9G   1% /tmp
none           tmpfs      5.0M  4.0K  5.0M   1% /run/lock
none           tmpfs      1.9G   76K  1.9G   1% /run/shm
none           tmpfs      100M   60K  100M   1% /run/user
/dev/sda1      vfat       196M   19M  178M  10% /mnt/boot-sav/sda1
/dev/sda3      fuseblk    108G   59G   49G  55% /mnt/boot-sav/sda3
/dev/sda4      fuseblk    255G   32G  223G  13% /mnt/boot-sav/sda4
/dev/sda5      fuseblk     25G   14G   12G  53% /mnt/boot-sav/sda5
/dev/sda7      ext4        75G  4.2G   67G   6% /mnt/boot-sav/sda7

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

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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xbc4851cb

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1   976773167   488386583+  ee  GPT
Partition 1 does not start on physical sector boundary.


EFI détecté. Veuillez vérifier les options.
Partition outside the disk détecté.
=================== Advices
Le démarrage de votre ordinateur est en mode Legacy. Vous voudrez peut-être ré-essayer après l'avoir changé en mode EFI.
Voulez-vous continuer ?

=================== Recommended repair
Recommended-Repair
This setting will purge (in order to sign-grub upgrade version) and reinstall the grub-efi-amd64-signed of sda7, using the following options: upgrade-grub       sda1/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s    backup-and-rename-efi-files


Mount sda1 on /mnt/boot-sav/sda7/boot/efi
ls /mnt/boot-sav/sda7/boot/efi/1:
No sda7/boot/efi/efi/ ubuntu/mint folder
chroot /mnt/boot-sav/sda7 apt-get -y --force-yes update
Purge the GRUB of sda7
Install last GRUB version in /mnt/boot-sav/sda7/etc/apt/sources.list
chroot /mnt/boot-sav/sda7 apt-get -y --force-yes update
grub-efi-amd64-signed available
Lecture des listes de paquets…
Construction de l'arbre des dépendances…SET@_progressbar1.pulse()

Lecture des informations d'état…
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 402 non mis à jour.
Il est nécessaire de prendre 245 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main grub-efi-amd64-signed amd64 1.34.1+2.02~beta2-9ubuntu1 [245 kB]
245 ko réceptionnés en 0s (731 ko/s)
Téléchargement achevé et dans le mode téléchargement uniquement
DEBCHECK debOK, grub-efi-amd64-signed
DEBCHECK debOK
shim-signed available
linux-signed-generic available
Please type: sudo chroot "/mnt/boot-sav/sda7" dpkg --configure -ansudo chroot "/mnt/boot-sav/sda7" apt-get install -fynsudo chroot "/mnt/boot-sav/sda7" apt-get purge -y --force-yes grub* shim-signed linux-signed*
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda7/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda7/boot/efi/EFI/Boot/bootx64.efi

=================== sda7/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 oct.  15 18:43 grub.d
drwxr-xr-x  2 root root    4096 oct.  15 18:12 grub.d.bak
total 4
-rwxr-xr-x 1 root root 311 oct.  15 18:15 25_custom


/boot/efi detected in the fstab of sda7: UUID=C443-563D	 (sda1)
shim-signed available
linux-signed-generic available
Then type: sudo chroot "/mnt/boot-sav/sda7" apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda7/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda7/boot/efi/EFI/Boot/bootx64.efi

=================== sda7/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 oct.  15 18:43 grub.d
drwxr-xr-x  2 root root    4096 oct.  15 18:12 grub.d.bak
total 72
-rwxr-xr-x 1 root root  9424 mai   15 19:02 00_header
-rwxr-xr-x 1 root root  6058 mai    8 12:08 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15 19:02 10_linux
-rwxr-xr-x 1 root root 10412 mai   15 19:02 20_linux_xen
-rwxr-xr-x 1 root root 11692 mai   15 19:02 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15 19:02 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mai   15 19:02 40_custom
-rwxr-xr-x 1 root root   216 mai   15 19:02 41_custom
-rw-r--r-- 1 root root   483 mai   15 19:02 README




=================== sda7/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/efi detected in the fstab of sda7: UUID=C443-563D	 (sda1)
Unhide GRUB boot menu in sda7/etc/default/grub
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda7/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda7/boot/efi/EFI/Boot/bootx64.efi

=================== sda7/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 oct.  15 18:43 grub.d
drwxr-xr-x  2 root root    4096 oct.  15 18:12 grub.d.bak
total 72
-rwxr-xr-x 1 root root  9424 mai   15 19:02 00_header
-rwxr-xr-x 1 root root  6058 mai    8 12:08 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15 19:02 10_linux
-rwxr-xr-x 1 root root 10412 mai   15 19:02 20_linux_xen
-rwxr-xr-x 1 root root 11692 mai   15 19:02 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15 19:02 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mai   15 19:02 40_custom
-rwxr-xr-x 1 root root   216 mai   15 19:02 41_custom
-rw-r--r-- 1 root root   483 mai   15 19:02 README




=================== sda7/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/efi detected in the fstab of sda7: UUID=C443-563D	 (sda1)

*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09)
Subsystem: ASUSTeK Computer Inc. Device [1043:152d]
Kernel driver in use: i915
00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09)
*******

grub-install : information : executing modprobe efivars 2>/dev/null.
grub-install : information : Looking for /sys/firmware/efi ...
grub-install : information : ... not found. Looking for /proc/device-tree ...
grub-install : information : ... not found.
grub-install : erreur : /usr/lib/grub/i386-pc/modinfo.sh n'existe pas. Veuillez utiliser --target ou --directory.
,.
GRUB too old for SecureBoot. Veuillez indiquer ce message à boot.repair@gmail.com

chroot /mnt/boot-sav/sda7 efibootmgr -v
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
Try 'modprobe efivars' as root.

chroot /mnt/boot-sav/sda7 uname -r
Kernel: 3.13.0-24-generic
WinEFI détecté. Voulez-vous activer [Sauvegarder et renommer les fichiers EFI Windows] ? no (si l'un des choix ne donne pas satisfaction, retentez avec l'autre)

Reinstall the grub-efi of sda7
grub-install: error: /usr/lib/grub/i386-pc/modinfo.sh doesn't exist. Please specify --target or --directory.
grub-install : exit code of grub-install :1
Error: no grub*.efi generated. Veuillez indiquer ce message à boot.repair@gmail.com

Add /mnt/boot-sav/sda7/boot/efi efi entries in /mnt/boot-sav/sda7/etc/grub.d/25_custom
Adding custom /mnt/boot-sav/sda7/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Adding custom /mnt/boot-sav/sda7/boot/efi/EFI/Boot/bootx64.efi
sda1/bootx64.efi already added
sda1/bootmgfw.efi already added

---- Grub-install verbose
+ è\C1\FF\D9k\A4\90\86\A8!%hhX\80\80 \C1\80 0I
/usr/sbin/grub-install: 1: /usr/sbin/grub-install: è\C1\FF\D9k\A4\90\86\A8!%hhX\80\80: not found
/usr/sbin/grub-install: 1: /usr/sbin/grub-install: cannot create n\F0\F0TT@T@DDP\E5td\CC\D2\CC\D2L\CC\D2Ll9l9Q\E5tdR\E5td\F0=\F0=n\F0=n/lib64/ld-linux-x86-64.so.2GNUGNU\D6dj?\92\B0\9E: Directory nonexistent
+ ELF @@@@@@\F8\F888@8@@@\A4:\A4: \F0=\F0=n\F0=n\9E{ \81 
/usr/sbin/grub-install: 1: /usr/sbin/grub-install: ELF: not found
/usr/sbin/grub-install: 2: /usr/sbin/grub-install: Syntax error: word unexpected (expecting ")")
--------
/usr/sbin/grub-install : exit code of grub-install :2
---- End of grub-install verbose


chroot /mnt/boot-sav/sda7 efibootmgr -v
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
Try 'modprobe efivars' as root.

chroot /mnt/boot-sav/sda7 update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Found Windows 7 (loader) on /dev/sda3
Found Windows Recovery Environment (loader) on /dev/sda5
Unhide GRUB boot menu in sda7/boot/grub/grub.cfg

Une erreur est survenue pendant la réparation.

Vous pouvez maintenant redémarrer votre ordinateur.


Vous souhaiterez peut-être ré-essayer après avoir activé l'option [Sauvegarder et renommer les fichiers EFI Windows].

Le démarrage de votre ordinateur est en mode Legacy. Vous voudrez peut-être ré-essayer après l'avoir changé en mode EFI.

Mon ordinateur est apparemment avec UEFI, ça a apparemment de l'importance, je ne sais pas l'exploiter.

J'ai récupéré ces info en fouillant dans le BIOS :

AsusTek Computer Inc. version 201
Vbios version 2170.I15PU301LA.010
Processeur : Intel (R) Core (TM) i3 401OU CPU 1.70GHz

Mon ordi est un ASUS pro, d'après l'étiquette au dessous : model PU320L notebook pc, je ne sais pas si c'est d'une quelconque utilité, je n'ai pas accès à l'emballage original pour savoir si c'est bien la bonne référence et si je ne suis pas à côté de la plaque.

Pour information, il me semble que j'avais voulu bien séparer mes documents personnels des fichiers système et installer Ubuntu sur la partition C: de mon disque dur, je n'avais pas choisi l'installation classique.

Je vous remercie,

Alcyone

Dernière modification par Alcyone (Le 22/10/2014, à 14:01)


Ordinateur : AsusPRO Notebook PU301LA-RO032G
Systèmes : Windows 7 64 bit et Ubuntu Studio 14.04.1 Trusty Tahr LTS
Processeur : Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz

Hors ligne

#2 Le 16/10/2014, à 07:12

ikewdu

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

Salut,

Ton installation ne peut pas fonctionner. Ton W7 installé en mode uefi (nouveau format  de bios, qui fonctionne avec un disque au format gpt), alors que tu as installé ton Ubuntu en mode legacy (ancien bios, et disque mbr).

=================== Advices
Le démarrage de votre ordinateur est en mode Legacy. Vous voudrez peut-être ré-essayer après l'avoir changé en mode EFI.
Voulez-vous continuer ?

Bref, il vaut mieux refaire l'installation d'ubuntu, version 64 bits, en t'assurant que tu bootes bien en uefi (menu noir et blanc au démarrage). Règle ton bios pour que le cd (ou usb) se lance obligatoirement en UEFI.

Là, les choses devraient mieux se passer.

Dernière modification par ikewdu (Le 16/10/2014, à 07:15)

Hors ligne

#3 Le 16/10/2014, à 08:14

malbo

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

Toutes les infos que tu donnes dans ton post #1, c'est de la daube : je n'arrive pas à trouver de quel modèle il s'agit à partir de ce foutoir. Je te prie de faire ce que je décris dans ce post : http://forum.ubuntu-fr.org/viewtopic.ph … #p11268521
Tu pourras voir dans le post de idragus à quoi ressemble le résultat attendu : tu colles le tout dans ta réponse et je pense que je saurai y trouver le modèle de ton ordi (au pire, j'aurai les éléments pour le trouver).

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

Hors ligne

#4 Le 16/10/2014, à 21:31

Alcyone

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

ikewdu : merci pour ton message, si il n`y a pas de recours, ca reste la derniere solution possible^^ j`avais pense a cela mais je ne savais pas le verifie. J`ai tente de demarre mon live CD en UEFI, je n`ai pas eu l`ecran voulu d`Ubuntu qui indique le demarrage en UEFI (ce poste : http://doc.ubuntu-fr.org/uefi#identifie … n_mode_efi), je ne sais pas si j`ai demarre en UEFI, ca ;`inquiete un peu pour une future reinstallation.

malbo : J`ai fait la manip demande, voici le resultat :

id:	
ubuntu
description: 	Notebook
product: 	PU301LA (ASUS-NotebookSKU)
vendor: 	ASUSTeK COMPUTER INC.
version: 	1.0
serial: 	E2NXBC002449099
width: 	64 bits
capabilities: 	smbios-2.7 dmi-2.7 vsyscall32
configuration:	
boot	=	normal
chassis	=	notebook
family	=	PU
sku	=	ASUS-NotebookSKU
uuid	=	5154434E-4A43-3031-4334-40167E380871
id:	
core
description: 	Motherboard
product: 	PU301LA
vendor: 	ASUSTeK COMPUTER INC.
physical id: 	
0
version: 	1.0
serial: 	BSN12345678901234567
slot: 	MIDDLE
id:	
firmware
description: 	BIOS
vendor: 	American Megatrends Inc.
physical id: 	
0
version: 	PU301LA.204
date: 	11/22/2013
size: 	64KiB
capacity: 	6080KiB
capabilities: 	pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification uefi
id:	
cpu
description: 	CPU
product: 	Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz
vendor: 	Intel Corp.
physical id: 	
9
bus info: 	
cpu@0
version: 	Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz
slot: 	SOCKET 0
size: 	782MHz
capacity: 	3800MHz
width: 	64 bits
clock: 	100MHz
capabilities: 	x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cpufreq
configuration:	
cores	=	2
enabledcores	=	2
threads	=	4
id:	
cache:0
description: 	L2 cache
physical id: 	
a
slot: 	CPU Internal L2
size: 	512KiB
capacity: 	512KiB
capabilities: 	internal write-back unified
id:	
cache:1
description: 	L1 cache
physical id: 	
b
slot: 	CPU Internal L1
size: 	128KiB
capacity: 	128KiB
capabilities: 	internal write-back
id:	
cache:2
description: 	L3 cache
physical id: 	
c
slot: 	CPU Internal L3
size: 	3MiB
capacity: 	3MiB
capabilities: 	internal write-back unified
id:	
memory
description: 	System Memory
physical id: 	
d
slot: 	System board or motherboard
size: 	4GiB
id:	
bank:0
description: 	DIMM [empty]
product: 	[Empty]
vendor: 	[Empty]
physical id: 	
0
serial: 	[Empty]
slot: 	ChannelA-DIMM0
id:	
bank:1
description: 	DIMM [empty]
product: 	[Empty]
vendor: 	[Empty]
physical id: 	
1
serial: 	[Empty]
slot: 	ChannelA-DIMM1
id:	
bank:2
description: 	DIMM DDR3 Synchronous 1600 MHz (0,6 ns)
product: 	ASU16D3LS1KFG/4G
vendor: 	Kingston
physical id: 	
2
serial: 	E41AB312
slot: 	ChannelB-DIMM0
size: 	4GiB
width: 	8 bits
clock: 	1600MHz (0.6ns)
id:	
bank:3
description: 	DIMM [empty]
product: 	[Empty]
vendor: 	[Empty]
physical id: 	
3
serial: 	[Empty]
slot: 	ChannelB-DIMM1
id:	
pci
description: 	Host bridge
product: 	Haswell-ULT DRAM Controller
vendor: 	Intel Corporation
physical id: 	
100
bus info: 	
pci@0000:00:00.0
version: 	09
width: 	32 bits
clock: 	33MHz
id:	
display
description: 	VGA compatible controller
product: 	Haswell-ULT Integrated Graphics Controller
vendor: 	Intel Corporation
physical id: 	
2
bus info: 	
pci@0000:00:02.0
version: 	09
width: 	64 bits
clock: 	33MHz
capabilities: 	msi pm vga_controller bus_master cap_list rom
configuration:	
driver	=	i915
latency	=	0
resources:	
irq	:	60
memory	:	f7800000-f7bfffff
memory	:	e0000000-efffffff
ioport	:	f000(size=64)
id:	
multimedia:0
description: 	Audio device
product: 	Haswell-ULT HD Audio Controller
vendor: 	Intel Corporation
physical id: 	
3
bus info: 	
pci@0000:00:03.0
version: 	09
width: 	64 bits
clock: 	33MHz
capabilities: 	pm msi pciexpress bus_master cap_list
configuration:	
driver	=	snd_hda_intel
latency	=	0
resources:	
irq	:	63
memory	:	f7e1c000-f7e1ffff
id:	
generic:0
description: 	Signal processing controller
product: 	Intel Corporation
vendor: 	Intel Corporation
physical id: 	
4
bus info: 	
pci@0000:00:04.0
version: 	09
width: 	64 bits
clock: 	33MHz
capabilities: 	msi pm bus_master cap_list
configuration:	
latency	=	0
resources:	
memory	:	f7e10000-f7e17fff
id:	
usb:0
description: 	USB controller
product: 	Lynx Point-LP USB xHCI HC
vendor: 	Intel Corporation
physical id: 	
14
bus info: 	
pci@0000:00:14.0
version: 	04
width: 	64 bits
clock: 	33MHz
capabilities: 	pm msi xhci bus_master cap_list
configuration:	
driver	=	xhci_hcd
latency	=	0
resources:	
irq	:	58
memory	:	f7e00000-f7e0ffff
id:	
communication
description: 	Communication controller
product: 	Lynx Point-LP HECI #0
vendor: 	Intel Corporation
physical id: 	
16
bus info: 	
pci@0000:00:16.0
version: 	04
width: 	64 bits
clock: 	33MHz
capabilities: 	pm msi bus_master cap_list
configuration:	
driver	=	mei_me
latency	=	0
resources:	
irq	:	61
memory	:	f7e26000-f7e2601f
id:	
multimedia:1
description: 	Audio device
product: 	Lynx Point-LP HD Audio Controller
vendor: 	Intel Corporation
physical id: 	
1b
bus info: 	
pci@0000:00:1b.0
version: 	04
width: 	64 bits
clock: 	33MHz
capabilities: 	pm msi pciexpress bus_master cap_list
configuration:	
driver	=	snd_hda_intel
latency	=	0
resources:	
irq	:	62
memory	:	f7e18000-f7e1bfff
id:	
pci:0
description: 	PCI bridge
product: 	Lynx Point-LP PCI Express Root Port 1
vendor: 	Intel Corporation
physical id: 	
1c
bus info: 	
pci@0000:00:1c.0
version: 	e4
width: 	32 bits
clock: 	33MHz
capabilities: 	pci pciexpress msi pm normal_decode bus_master cap_list
configuration:	
driver	=	pcieport
resources:	
irq	:	16
id:	
pci:1
description: 	PCI bridge
product: 	Lynx Point-LP PCI Express Root Port 3
vendor: 	Intel Corporation
physical id: 	
1c.2
bus info: 	
pci@0000:00:1c.2
version: 	e4
width: 	32 bits
clock: 	33MHz
capabilities: 	pci pciexpress msi pm normal_decode bus_master cap_list
configuration:	
driver	=	pcieport
resources:	
irq	:	18
ioport	:	e000(size=4096)
memory	:	f7d00000-f7dfffff
id:	
network
description: 	Ethernet interface
product: 	QCA8171 Gigabit Ethernet
vendor: 	Qualcomm Atheros
physical id: 	
0
bus info: 	
pci@0000:02:00.0
logical name: 	
eth0
version: 	10
serial: 	40:16:7e:38:08:71
capacity: 	1Gbit/s
width: 	64 bits
clock: 	33MHz
capabilities: 	pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration:	
autonegotiation	=	on
broadcast	=	yes
driver	=	alx
latency	=	0
link	=	no
multicast	=	yes
port	=	twisted pair
resources:	
irq	:	64
memory	:	f7d00000-f7d3ffff
ioport	:	e000(size=128)
id:	
pci:2
description: 	PCI bridge
product: 	Lynx Point-LP PCI Express Root Port 4
vendor: 	Intel Corporation
physical id: 	
1c.3
bus info: 	
pci@0000:00:1c.3
version: 	e4
width: 	32 bits
clock: 	33MHz
capabilities: 	pci pciexpress msi pm normal_decode bus_master cap_list
configuration:	
driver	=	pcieport
resources:	
irq	:	19
memory	:	f7c00000-f7cfffff
id:	
network
description: 	Wireless interface
product: 	AR9485 Wireless Network Adapter
vendor: 	Qualcomm Atheros
physical id: 	
0
bus info: 	
pci@0000:03:00.0
logical name: 	
wlan0
version: 	01
serial: 	54:27:1e:24:64:5d
width: 	64 bits
clock: 	33MHz
capabilities: 	pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration:	
broadcast	=	yes
driver	=	ath9k
driverversion	=	3.13.0-24-generic
firmware	=	N/A
ip	=	192.168.1.6
latency	=	0
link	=	yes
multicast	=	yes
wireless	=	IEEE 802.11bgn
resources:	
irq	:	19
memory	:	f7c00000-f7c7ffff
memory	:	f7c80000-f7c8ffff
id:	
usb:1
description: 	USB controller
product: 	Lynx Point-LP USB EHCI #1
vendor: 	Intel Corporation
physical id: 	
1d
bus info: 	
pci@0000:00:1d.0
version: 	04
width: 	32 bits
clock: 	33MHz
capabilities: 	pm debug ehci bus_master cap_list
configuration:	
driver	=	ehci-pci
latency	=	0
resources:	
irq	:	23
memory	:	f7e23000-f7e233ff
id:	
isa
description: 	ISA bridge
product: 	Lynx Point-LP LPC Controller
vendor: 	Intel Corporation
physical id: 	
1f
bus info: 	
pci@0000:00:1f.0
version: 	04
width: 	32 bits
clock: 	33MHz
capabilities: 	isa bus_master cap_list
configuration:	
driver	=	lpc_ich
latency	=	0
resources:	
irq	:	0
id:	
storage
description: 	SATA controller
product: 	Lynx Point-LP SATA Controller 1 [AHCI mode]
vendor: 	Intel Corporation
physical id: 	
1f.2
bus info: 	
pci@0000:00:1f.2
version: 	04
width: 	32 bits
clock: 	66MHz
capabilities: 	storage msi pm ahci_1.0 bus_master cap_list
configuration:	
driver	=	ahci
latency	=	0
resources:	
irq	:	59
ioport	:	f0b0(size=8)
ioport	:	f0a0(size=4)
ioport	:	f090(size=8)
ioport	:	f080(size=4)
ioport	:	f060(size=32)
memory	:	f7e22000-f7e227ff
id:	
serial
description: 	SMBus
product: 	Lynx Point-LP SMBus Controller
vendor: 	Intel Corporation
physical id: 	
1f.3
bus info: 	
pci@0000:00:1f.3
version: 	04
width: 	64 bits
clock: 	33MHz
configuration:	
latency	=	0
resources:	
memory	:	f7e21000-f7e210ff
ioport	:	f040(size=32)
id:	
generic:1
description: 	Signal processing controller
product: 	Lynx Point-LP Thermal
vendor: 	Intel Corporation
physical id: 	
1f.6
bus info: 	
pci@0000:00:1f.6
version: 	04
width: 	64 bits
clock: 	33MHz
capabilities: 	pm msi bus_master cap_list
configuration:	
latency	=	0
resources:	
memory	:	f7e20000-f7e20fff
id:	
scsi:0
physical id: 	
1
logical name: 	
scsi0
capabilities: 	emulated
id:	
disk
description: 	ATA Disk
product: 	HGST HTS725050A7
physical id: 	
0.0.0
bus info: 	
scsi@0:0.0.0
logical name: 	
/dev/sda
version: 	GH2O
serial: 	TF0501WH163D1R
size: 	465GiB (500GB)
capabilities: 	gpt-1.00 partitioned partitioned:gpt
configuration:	
ansiversion	=	5
guid	=	c86493c4-0812-4273-8221-f2d0f6351315
sectorsize	=	4096
id:	
volume:0
description: 	Windows FAT volume
vendor: 	MSDOS5.0
physical id: 	
1
bus info: 	
scsi@0:0.0.0,1
logical name: 	
/dev/sda1
version: 	FAT32
serial: 	c443-563d
size: 	195MiB
capacity: 	199MiB
capabilities: 	boot fat initialized
configuration:	
FATs	=	2
filesystem	=	fat
name	=	EFI system partition
id:	
volume:1
description: 	reserved partition
vendor: 	Windows
physical id: 	
2
bus info: 	
scsi@0:0.0.0,2
logical name: 	
/dev/sda2
serial: 	727f18a7-0cb5-4a44-8c90-2835a2cc0d11
capacity: 	127MiB
capabilities: 	nofs
configuration:	
name	=	Microsoft reserved partition
id:	
volume:2
description: 	Windows NTFS volume
vendor: 	Windows
physical id: 	
3
bus info: 	
scsi@0:0.0.0,3
logical name: 	
/dev/sda3
version: 	3.1
serial: 	b6b62137-77b8-5545-8e88-6f752688b60f
size: 	107GiB
capacity: 	107GiB
capabilities: 	ntfs initialized
configuration:	
clustersize	=	4096
created	=	2014-03-02 04:34:14
filesystem	=	ntfs
label	=	OS
name	=	Basic data partition
state	=	clean
id:	
volume:3
description: 	Windows NTFS volume
vendor: 	Windows
physical id: 	
4
bus info: 	
scsi@0:0.0.0,4
logical name: 	
/dev/sda4
version: 	3.1
serial: 	1ef29c63-f246-9346-b4b0-a8d7ba348240
size: 	254GiB
capacity: 	254GiB
capabilities: 	ntfs initialized
configuration:	
clustersize	=	4096
created	=	2014-03-02 04:37:04
filesystem	=	ntfs
label	=	DATA
name	=	Basic data partition
state	=	clean
id:	
volume:4
description: 	Windows NTFS volume
vendor: 	Windows
physical id: 	
5
bus info: 	
scsi@0:0.0.0,5
logical name: 	
/dev/sda5
version: 	3.1
serial: 	c8a5-117e
size: 	24GiB
capacity: 	24GiB
capabilities: 	boot precious readonly hidden nomount ntfs initialized
configuration:	
clustersize	=	4096
created	=	2013-11-26 02:03:02
filesystem	=	ntfs
label	=	Recovery
name	=	Basic data partition
state	=	clean
id:	
volume:5
description: 	BIOS Boot partition
vendor: 	EFI
physical id: 	
6
bus info: 	
scsi@0:0.0.0,6
logical name: 	
/dev/sda6
serial: 	a1e317df-9623-405f-9b24-773109ad227c
capacity: 	1023KiB
capabilities: 	nofs
id:	
volume:6
description: 	EXT4 volume
vendor: 	Linux
physical id: 	
7
bus info: 	
scsi@0:0.0.0,7
logical name: 	
/dev/sda7
version: 	1.0
serial: 	ae7b0efe-a25f-4f78-a430-e3dea42cff90
size: 	75GiB
capabilities: 	journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized
configuration:	
created	=	2014-09-01 09:55:38
filesystem	=	ext4
lastmountpoint	=	/mnt/boot-sav/sda7
modified	=	2014-10-15 18:45:52
mounted	=	2014-10-15 18:45:42
state	=	clean
id:	
volume:7
description: 	Linux swap volume
vendor: 	Linux
physical id: 	
8
bus info: 	
scsi@0:0.0.0,8
logical name: 	
/dev/sda8
version: 	1
serial: 	914af50e-61dc-4eb3-82ec-ac9a4460165d
size: 	3960MiB
capacity: 	3960MiB
capabilities: 	nofs swap initialized
configuration:	
filesystem	=	swap
pagesize	=	4095
id:	
scsi:1
physical id: 	
2
bus info: 	
usb@2:1
logical name: 	
scsi4
capabilities: 	emulated scsi-host
configuration:	
driver	=	usb-storage
id:	
cdrom
description: 	DVD-RAM writer
product: 	SDRW-08D2S-U
vendor: 	ASUS
physical id: 	
0.0.0
bus info: 	
scsi@4:0.0.0
logical name: 	
/dev/cdrom
logical name: 	
/dev/sr0
logical name: 	
/cdrom
version: 	F301
capabilities: 	removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration:	
mount.fstype	=	iso9660
mount.options	=	ro,noatime
state	=	mounted
status	=	ready
id:	
medium
physical id: 	
0
logical name: 	
/dev/cdrom
logical name: 	
/cdrom
capabilities: 	partitioned partitioned:dos
configuration:	
mount.fstype	=	iso9660
mount.options	=	ro,noatime
signature	=	094a46d6
state	=	mounted
id:	
volume
description: 	Windows FAT volume
vendor: 	mkfs.fat
physical id: 	
2
version: 	FAT12
serial: 	20e8-7ecd
size: 	15EiB
capabilities: 	primary boot fat initialized
configuration:	
FATs	=	2
filesystem	=	fat
id:	
battery
description: 	Nickel Cadmium Battery
product: 	Battery Name
vendor: 	Battery Manufacturer
physical id: 	
1
version: 	01/01/2007
serial: 	Serial Number
slot: 	Location of the battery

Merci pour ton aide.

Avec mes excuses pour le qwerty : j`ecris directement depuis le live CD.


Ordinateur : AsusPRO Notebook PU301LA-RO032G
Systèmes : Windows 7 64 bit et Ubuntu Studio 14.04.1 Trusty Tahr LTS
Processeur : Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz

Hors ligne

#5 Le 17/10/2014, à 07:24

malbo

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

Merci pour les infos sur ton matériel : c'est donc un modèle PU301LA. Avec Google, je trouve que sous ce préfixe PU301LA et avec le CPU i3-4010U, il y a deux modèles possibles :
PU301LA-RO032G (visible ici)
PU301LA-RO046G (visible ici ou )
Je ne suis pas assez futé pour déterminer lequel des deux modèles est le tien à partir des détails du post #4 ; je retiens donc que ton modèle est ASUS PU301LA-RO032G

Quand tu vas réinstaller Ubuntu, fais bien attention à sélectionner obligatoirement "Autre chose" à l'étape 3 de l'installation. Motif : l'installateur est bogué et il y a fort risque d'écrasement de Windows 7 si tu sélectionnes autre chose que "Autre chose". C'est le cas de Berserks qui s'est fait écraser son Windows 7 et toutes ses données : https://forum.ubuntu-fr.org/viewtopic.p … #p16082801 (il avait dû sélectionner "Supprimer Ubuntu XXXX et réinstaller" : il ne faut jamais choisir ça)

Dernière modification par malbo (Le 17/10/2014, à 07:44)

Hors ligne

#6 Le 17/10/2014, à 19:54

Alcyone

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

Merci à toi ! J'opte pour celui qui n'a pas d'écran tactile alors ! Soit le PU301LA-RO032G également.

J'en tiendrai compte, je réinstallerai demain normalement. Je suppose qu'il y a assez de tutoriel ici pour désinstaller proprement Ubuntu, je fouillerai bien.

Je me demande toujours le démarrage en UEFI du live-CD, j'avais vraiment l'impression que ça avait échoué.

Je repasse ici après smile

Dernière modification par Alcyone (Le 17/10/2014, à 20:09)


Ordinateur : AsusPRO Notebook PU301LA-RO032G
Systèmes : Windows 7 64 bit et Ubuntu Studio 14.04.1 Trusty Tahr LTS
Processeur : Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz

Hors ligne

#7 Le 18/10/2014, à 06:24

malbo

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

Il faut absolument que tu parviennes à démarrer une session live en mode EFI. Les indications pour identifier dans quel mode démarre la session sont ici : http://doc.ubuntu-fr.org/uefi#identifie … n_mode_efi
Si tu n'y parviens pas, fais des photos(*) de ton Bios (onglet "Security" et onglet "Boot") comme philipped94 en a fait là : http://forum.ubuntu-fr.org/viewtopic.ph … #p18299911
Ainsi on pourra voir tes réglages et te proposer des actions.

(*) pour poster une photo, voir les indications concernant Balise Image dans la doc : http://doc.ubuntu-fr.org/tutoriel/howto … un_message

Dernière modification par malbo (Le 18/10/2014, à 06:29)

Hors ligne

#8 Le 19/10/2014, à 22:45

Alcyone

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

C'est fait ! Tout a bien marché apparemment, il y aura pas besoin de photo finalement (ouf !), le GRUB prend le relais à chaque fois. Le souci devait bien être le démarrage en UEFI, j'ai dû opté la première fois pour l'option où le nom de mon lecteur CD externe apparaissait seul, ça devait être en legacy.

Merci encore à toi smile


Ordinateur : AsusPRO Notebook PU301LA-RO032G
Systèmes : Windows 7 64 bit et Ubuntu Studio 14.04.1 Trusty Tahr LTS
Processeur : Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz

Hors ligne

#9 Le 21/10/2014, à 09:36

malbo

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

J'ai ajouté ton modèle PU301LA-RO032G dans la Liste des portables « Asus ».
Je te prie de modifier le titre de ton PREMIER message afin qu'il devienne :

[Résolu] Installation dual-boot windows 7-Ubuntu 14.04

Dernière modification par malbo (Le 21/10/2014, à 09:39)

Hors ligne

#10 Le 22/10/2014, à 14:03

Alcyone

Re : [Résolu] Installation dual-boot windows 7-Ubuntu 14.04

J'irai voir, faut que je fouille un peu.

C'est fait !

Merci !


Ordinateur : AsusPRO Notebook PU301LA-RO032G
Systèmes : Windows 7 64 bit et Ubuntu Studio 14.04.1 Trusty Tahr LTS
Processeur : Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz

Hors ligne