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.

#26 Le 21/09/2017, à 09:19

??

Re : Dual Boot Windows 10 Ubuntu

Bonjour


et cette commande toute bête

grub-install

Nota, je vais ajouter la ligne  pour /dev/pts


Voila ce que cela donne en exécution.

ubuntu@ubuntu:~$ sudo -i
root@ubuntu:~# mount -v /dev/sda7 /mnt
mount: /dev/sda7 mounted on /mnt.
root@ubuntu:~# mount --bind /dev /mnt/dev
root@ubuntu:~# mount -t proc /proc /mnt/proc
root@ubuntu:~# mount --bind /run /mnt/run
root@ubuntu:~# mount --bind /sys /mnt/sys
root@ubuntu:~# modprobe efivars
root@ubuntu:~# mount --bind /run/resolvconf /mnt/run/resolvconf
root@ubuntu:~# chroot /mnt
root@ubuntu:/# mount -t devpts devpts /dev/pts
root@ubuntu:/# mkdir -p /boot/efi
root@ubuntu:/# mount -v /dev/sda2 /boot/efi
mount: /dev/sda2 mounted on /boot/efi.
root@ubuntu:/# grub-install
Installing for x86_64-efi platform.
Installation finished. No error reported.
root@ubuntu:/# 

Il ne reste plus que la commande update-grub  àexecuter.

Dernière modification par ?? (Le 21/09/2017, à 09:43)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#27 Le 21/09/2017, à 10:40

Peter Broquin

Re : Dual Boot Windows 10 Ubuntu

C est mieux

root@kubuntu:/# grub-install
Installing for x86_64-efi platform.
Installation finished. No error reported.
root@kubuntu:/# update-grub
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.10.0-28-generic
Found initrd image: /boot/initrd.img-4.10.0-28-generic
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done
root@kubuntu:/#

Hors ligne

#28 Le 21/09/2017, à 10:54

??

Re : Dual Boot Windows 10 Ubuntu

Est-ce que cela boote bien en  dual-boot maintenant?


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#29 Le 21/09/2017, à 11:15

Peter Broquin

Re : Dual Boot Windows 10 Ubuntu

Est-ce que je n'ai pas a lancer l'installation?

Hors ligne

#30 Le 21/09/2017, à 11:37

??

Re : Dual Boot Windows 10 Ubuntu

J'avais le sentiment que c'était déjà installé. Mais, peux-tu refaire un boot-info afin qu'on voir le résultat final.

 add-apt-repository -y ppa:yannubuntu/boot-repair

apt update

 apt install -y boot-repair boot-info

 sed -i 's#-b http://#-b #' /usr/share/boot-sav/gui-actions.sh

 boot-info

Dernière modification par ?? (Le 21/09/2017, à 11:40)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#31 Le 21/09/2017, à 11:55

Peter Broquin

Re : Dual Boot Windows 10 Ubuntu

Le boot-info ne fonctionne pas;

root@kubuntu:/# sed -i 's#-b http://#-b #' /usr/share/boot-sav/gui-actions.sh
root@kubuntu:/# boot-info
No protocol specified
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
No protocol specified
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
/usr/bin/glade2script:49: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk

(glade2script:28061): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
/usr/bin/glade2script:1919: Warning: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
  self.widgets.add_from_file(f_glade)
/usr/share/boot-sav/gui-g2slaunch.sh: line 29: 28061 Segmentation fault      (core dumped) $G2S $1 -g ./$PACK_NAME.glade -s ./$APPNAME.sh --combobox="@@_combobox_format_partition@@col" --combobox="@@_combobox_bootflag@@col" --combobox="@@_combobox_ostoboot_bydefault@@col" --combobox="@@_combobox_purge_grub@@col" --combobox="@@_combobox_separateboot@@col" --combobox="@@_combobox_efi@@col" --combobox="@@_combobox_sepusr@@col" --combobox="@@_combobox_place_grub@@col" --combobox="@@_combobox_add_kernel_option@@col" --combobox="@@_combobox_restore_mbrof@@col" --combobox="@@_combobox_partition_booted_bymbr@@col"
root@kubuntu:/# 

Hors ligne

#32 Le 21/09/2017, à 11:59

??

Re : Dual Boot Windows 10 Ubuntu

Pas trop grave
Arrêtes l'ordinateur,  Relances-le, tu verras bien ce qu'il propose.   Si cela ne marche pas, fais un boot-info classique depuis la live-usb.


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#33 Le 21/09/2017, à 12:13

Peter Broquin

Re : Dual Boot Windows 10 Ubuntu

J'ai eu le menu de choix, bravo ! J'ai booté sur kubuntu, retrouvé mon clavier AZERTY (super!) et lancé un boot-info:

 Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 17Sep2017]


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

 => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 
    497666048 of the same hard drive for core.img. core.img is at this 
    location and looks for (,gpt7)/boot/grub. It also embeds following 
    components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_gpt biosdisk
    ---------------------------------------------------------------------------

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bootx64.efi /EFI/ubuntu/grubx64.efi 
                       /EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi 
                       /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi 
                       /EFI/dell/SOS/bootmgfw.efi /EFI/dell/SOS/bootmgr.efi 
                       /EFI/dell/SOS/bootx64.efi /EFI/dell/SOS/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 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /Windows/System32/winload.exe

sda4: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    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 16.04.3 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sda8: __________________________________________________________________________

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

sda9: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sda10: _________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                   1   500,118,191   500,118,191  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1                 2,048     1,026,047     1,024,000 EFI System partition
/dev/sda2             1,026,048     1,288,191       262,144 Microsoft Reserved Partition (Windows)
/dev/sda3             1,288,192   142,399,487   141,111,296 Data partition (Windows/Linux)
/dev/sda4      R    470,079,488   471,070,719       991,232 Windows Recovery Environment (Windows)
/dev/sda5      R    471,070,720   497,666,047    26,595,328 Windows Recovery Environment (Windows)
/dev/sda6      R    497,668,096   500,117,503     2,449,408 Windows Recovery Environment (Windows)
/dev/sda7           142,399,488   181,460,991    39,061,504 Data partition (Linux)
/dev/sda8           181,460,992   197,085,183    15,624,192 Swap partition (Linux)
/dev/sda9           197,085,184   470,079,487   272,994,304 Data partition (Linux)
/dev/sda10          497,666,048   497,668,095         2,048 BIOS Boot partition

Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        2252-6C54                              vfat       ESP
/dev/sda10                                                         
/dev/sda2                                                          
/dev/sda3        6ECCC35ECCC31F69                       ntfs       OS
/dev/sda4        6088CF8288CF54E6                       ntfs       WINRETOOLS
/dev/sda5        684AD04A4AD016A2                       ntfs       Image
/dev/sda6        2E02CF5C02CF2823                       ntfs       DELLSUPPORT
/dev/sda7        d3fea30a-6e32-447b-8ff4-fb6d3df5990d   ext4       
/dev/sda8        a694e6cf-8ef4-4f94-acca-edaff15a64cf   swap       
/dev/sda9        d2bbe6a6-e224-44a5-afb5-a6a54cb24204   ext4       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root  9 Sep 21 12:02 ata-HL-DT-ST_DVD+_-RW_GU90N_KZGH4P82512 -> ../../sr0
lrwxrwxrwx 1 root root  9 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295 -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part1 -> ../../sda1
lrwxrwxrwx 1 root root 11 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part10 -> ../../sda10
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Sep 21 12:05 ata-SanDisk_X400_2.5_7MM_256GB_172413800295-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Sep 21 12:02 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Sep 21 12:05 wwn-0x5001b448b478bfa6 -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part1 -> ../../sda1
lrwxrwxrwx 1 root root 11 Sep 21 12:05 wwn-0x5001b448b478bfa6-part10 -> ../../sda10
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Sep 21 12:05 wwn-0x5001b448b478bfa6-part9 -> ../../sda9

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

Device           Mount_Point              Type       Options

/dev/sda7        /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda9        /home                    ext4       (rw,relatime,data=ordered)


=========================== 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  d3fea30a-6e32-447b-8ff4-fb6d3df5990d
else
  search --no-floppy --fs-uuid --set=root d3fea30a-6e32-447b-8ff4-fb6d3df5990d
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=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  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
#set_background_image "images/tile.png";

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 0,0,0; 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-d3fea30a-6e32-447b-8ff4-fb6d3df5990d' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	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  d3fea30a-6e32-447b-8ff4-fb6d3df5990d
	else
	  search --no-floppy --fs-uuid --set=root d3fea30a-6e32-447b-8ff4-fb6d3df5990d
	fi
        linux	/boot/vmlinuz-4.10.0-28-generic root=UUID=d3fea30a-6e32-447b-8ff4-fb6d3df5990d ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.10.0-28-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-d3fea30a-6e32-447b-8ff4-fb6d3df5990d' {
	menuentry 'Ubuntu, with Linux 4.10.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-advanced-d3fea30a-6e32-447b-8ff4-fb6d3df5990d' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		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  d3fea30a-6e32-447b-8ff4-fb6d3df5990d
		else
		  search --no-floppy --fs-uuid --set=root d3fea30a-6e32-447b-8ff4-fb6d3df5990d
		fi
		echo	'Loading Linux 4.10.0-28-generic ...'
	        linux	/boot/vmlinuz-4.10.0-28-generic root=UUID=d3fea30a-6e32-447b-8ff4-fb6d3df5990d ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.10.0-28-generic
	}
	menuentry 'Ubuntu, with Linux 4.10.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-recovery-d3fea30a-6e32-447b-8ff4-fb6d3df5990d' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		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  d3fea30a-6e32-447b-8ff4-fb6d3df5990d
		else
		  search --no-floppy --fs-uuid --set=root d3fea30a-6e32-447b-8ff4-fb6d3df5990d
		fi
		echo	'Loading Linux 4.10.0-28-generic ...'
	        linux	/boot/vmlinuz-4.10.0-28-generic root=UUID=d3fea30a-6e32-447b-8ff4-fb6d3df5990d ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.10.0-28-generic
	}
}

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

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

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-2252-6C54' {
	insmod part_gpt
	insmod fat
	set root='hd0,gpt1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  2252-6C54
	else
	  search --no-floppy --fs-uuid --set=root 2252-6C54
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
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 ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### 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=d3fea30a-6e32-447b-8ff4-fb6d3df5990d /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda9 during installation
UUID=d2bbe6a6-e224-44a5-afb5-a6a54cb24204 /home           ext4    defaults        0       2
# swap was on /dev/sda8 during installation
UUID=a694e6cf-8ef4-4f94-acca-edaff15a64cf none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  72.369419098 = 77.706072064   boot/grub/grub.cfg                             1
  80.237625122 = 86.154493952   boot/grub/i386-pc/core.img                     1
  69.377006531 = 74.492993536   boot/vmlinuz-4.10.0-28-generic                 1
  69.377006531 = 74.492993536   vmlinuz                                        1
  70.776432037 = 75.995615232   boot/initrd.img-4.10.0-28-generic              2
  70.776432037 = 75.995615232   initrd.img                                     2


ADDITIONAL INFORMATION :
=================== log of boot-info 2017-09-21__12h05 ===================
boot-info version : 4ppa42
boot-sav version : 4ppa42
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa42
Warning: failed to translate partition name
Warning: failed to translate partition name
boot-info is executed in installed-session (Ubuntu 16.04.3 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.10.0-28-generic root=UUID=d3fea30a-6e32-447b-8ff4-fb6d3df5990d ro quiet splash vt.handoff=7
NTFS signature is missing.
Failed to mount '/dev/sda10': Argument invalide
The device '/dev/sda10' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda10 : Error code 12
mount -r /dev/sda10 /mnt/boot-sav/sda10
NTFS signature is missing.
Failed to mount '/dev/sda10': Argument invalide
The device '/dev/sda10' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda10 : Error code 12

=================== os-prober:
/dev/sda7:L'OS actuellement utilisé - Ubuntu 16.04.3 LTS CurrentSession:linux
/dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi

=================== blkid:
/dev/sda1: LABEL="ESP" UUID="2252-6C54" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="28ab6f20-667c-4ca4-8cc2-c9cf421687e1"
/dev/sda3: LABEL="OS" UUID="6ECCC35ECCC31F69" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="56484d12-8964-44da-bffd-fbea0ba01b0a"
/dev/sda7: UUID="d3fea30a-6e32-447b-8ff4-fb6d3df5990d" TYPE="ext4" PARTUUID="03fb8fb1-74de-43db-959a-a8dbed66b5a0"
/dev/sda8: UUID="a694e6cf-8ef4-4f94-acca-edaff15a64cf" TYPE="swap" PARTUUID="c682d797-9487-4dfb-8d1d-9df7fc651429"
/dev/sda9: UUID="d2bbe6a6-e224-44a5-afb5-a6a54cb24204" TYPE="ext4" PARTUUID="cdabf149-2115-4d2c-8eb3-a1b25e249dfd"
/dev/sda4: LABEL="WINRETOOLS" UUID="6088CF8288CF54E6" TYPE="ntfs" PARTUUID="5345a1c3-31d8-4c03-8b98-272c86f63a57"
/dev/sda5: LABEL="Image" UUID="684AD04A4AD016A2" TYPE="ntfs" PARTUUID="7002922b-8367-499e-8bbf-587200ee1d92"
/dev/sda6: LABEL="DELLSUPPORT" UUID="2E02CF5C02CF2823" TYPE="ntfs" PARTUUID="36864356-4030-4352-89e2-3a88c76c9cb8"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="53f8a178-f50a-4dc1-86f2-9e9ea88e2f9a"
/dev/sda10: PARTUUID="c087511d-62b5-49aa-b9a2-03fdb3cc50c6"


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

NTFS signature is missing.
Failed to mount '/dev/sda10': Argument invalide
The device '/dev/sda10' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda10 : Error code 12
mount -r /dev/sda10 /mnt/boot-sav/sda10
NTFS signature is missing.
Failed to mount '/dev/sda10': Argument invalide
The device '/dev/sda10' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda10 : Error code 12
Windows not detected by os-prober on sda3.

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 août   1 13:33 grub.d
total 80
-rwxr-xr-x 1 root root  9791 juin  21 06:11 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 juin  21 06:11 10_linux
-rwxr-xr-x 1 root root 11082 juin  21 06:11 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 juin  21 06:11 30_os-prober
-rwxr-xr-x 1 root root  1418 juin  21 06:11 30_uefi-firmware
-rwxr-xr-x 1 root root   214 juin  21 06:11 40_custom
-rwxr-xr-x 1 root root   216 juin  21 06:11 41_custom
-rw-r--r-- 1 root root   483 juin  21 06:11 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"



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

=================== efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,0000
Boot0000* Windows Boot Manager	HD(1,GPT,28ab6f20-667c-4ca4-8cc2-c9cf421687e1,0x800,0xfa000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0002* ubuntu	HD(1,GPT,28ab6f20-667c-4ca4-8cc2-c9cf421687e1,0x800,0xfa000)/File(EFIubuntushimx64.efi)

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sda7	: sda,	not-sepboot,	grubenv-ok	grub2,	signed grub-pc grub-efi ,	update-grub,	64,	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,	not-far,	.
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,	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,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda3.
sda9	: sda,	maybesepboot,	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,	/home.
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,	recovery-or-hidden,	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,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda5.
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,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda6.
sda10	: sda,	maybesepboot,	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/sda10.

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


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

Model: ATA SanDisk X400 2.5 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start   End     Size    File system     Name                          Flags
1      1049kB  525MB   524MB   fat32           EFI system partition          boot, esp
2      525MB   660MB   134MB                   Microsoft reserved partition  msftres
3      660MB   72.9GB  72.2GB  ntfs            Basic data partition          msftdata
7      72.9GB  92.9GB  20.0GB  ext4
8      92.9GB  101GB   8000MB  linux-swap(v1)
9      101GB   241GB   140GB   ext4
4      241GB   241GB   508MB   ntfs                                          hidden, diag
5      241GB   255GB   13.6GB  ntfs                                          hidden, diag
10      255GB   255GB   1049kB                                                bios_grub
6      255GB   256GB   1254MB  ntfs                                          hidden, diag

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

BYT;
/dev/sda:256GB:scsi:512:512:gpt:ATA SanDisk X400 2.5:;
1:1049kB:525MB:524MB:fat32:EFI system partition:boot, esp;
2:525MB:660MB:134MB::Microsoft reserved partition:msftres;
3:660MB:72.9GB:72.2GB:ntfs:Basic data partition:msftdata;
7:72.9GB:92.9GB:20.0GB:ext4::;
8:92.9GB:101GB:8000MB:linux-swap(v1)::;
9:101GB:241GB:140GB:ext4::;
4:241GB:241GB:508MB:ntfs::hidden, diag;
5:241GB:255GB:13.6GB:ntfs::hidden, diag;
10:255GB:255GB:1049kB:::bios_grub;
6:255GB:256GB:1254MB:ntfs::hidden, diag;

=================== lsblk:
KNAME TYPE FSTYPE   SIZE LABEL
sr0   rom          1024M
sda   disk        238,5G
sda4  part ntfs     484M WINRETOOLS
sda2  part          128M
sda9  part ext4   130,2G
sda7  part ext4    18,6G
sda10 part            1M
sda5  part ntfs    12,7G Image
sda3  part ntfs    67,3G OS
sda1  part vfat     500M ESP
sda8  part swap     7,5G
sda6  part ntfs     1,2G DELLSUPPORT

KNAME ROTA RO RM STATE   MOUNTPOINT
sr0      1  0  1 running
sda      0  0  0 running
sda4     0  0  0         /mnt/boot-sav/sda4
sda2     0  0  0
sda9     0  0  0         /home
sda7     0  0  0         /
sda10    0  0  0
sda5     0  0  0         /mnt/boot-sav/sda5
sda3     0  0  0         /mnt/boot-sav/sda3
sda1     0  0  0         /mnt/boot-sav/sda1
sda8     0  0  0         [SWAP]
sda6     0  0  0         /mnt/boot-sav/sda6


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=8141088k,nr_inodes=2035272,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1632688k,mode=755)
/dev/sda7 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14454)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda9 on /home type ext4 (rw,relatime,data=ordered)
tmpfs on /run/user/118 type tmpfs (rw,nosuid,nodev,relatime,size=1632688k,mode=700,uid=118,gid=126)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1632688k,mode=700,uid=1000,gid=1000)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda6 on /mnt/boot-sav/sda6 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda10 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  acpi_thermal_rel autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kfd kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda10 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 3e 18  |.X.MSDOS5.0...>.|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 a0 0f 00 e1 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 54 6c 52 22 4e  4f 20 4e 41 4d 45 20 20  |..)TlR"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 56 40 88 4e 02 8a 56  |{......|.V@.N..V|
00000070  40 b4 41 bb aa 55 cd 13  72 10 81 fb 55 aa 75 0a  |@.A..U..r...U.u.|
00000080  f6 c1 01 74 05 fe 46 02  eb 2d 8a 56 40 b4 08 cd  |...t..F..-.V@...|
00000090  13 73 05 b9 ff ff 8a f1  66 0f b6 c6 40 66 0f b6  |.s......f...@f..|
000000a0  d1 80 e2 3f f7 e2 86 cd  c0 ed 06 41 66 0f b7 c9  |...?.......Af...|
000000b0  66 f7 e1 66 89 46 f8 83  7e 16 00 75 39 83 7e 2a  |f..f.F..~..u9.~*|
000000c0  00 77 33 66 8b 46 1c 66  83 c0 0c bb 00 80 b9 01  |.w3f.F.f........|
000000d0  00 e8 2c 00 e9 a8 03 a1  f8 7d 80 c4 7c 8b f0 ac  |..,......}..|...|
000000e0  84 c0 74 17 3c ff 74 09  b4 0e bb 07 00 cd 10 eb  |..t.<.t.........|
000000f0  ee a1 fa 7d eb e4 a1 7d  80 eb df 98 cd 16 cd 19  |...}...}........|
00000100  66 60 80 7e 02 00 0f 84  20 00 66 6a 00 66 50 06  |f`.~.... .fj.fP.|
00000110  53 66 68 10 00 01 00 b4  42 8a 56 40 8b f4 cd 13  |Sfh.....B.V@....|
00000120  66 58 66 58 66 58 66 58  eb 33 66 3b 46 f8 72 03  |fXfXfXfX.3f;F.r.|
00000130  f9 eb 2a 66 33 d2 66 0f  b7 4e 18 66 f7 f1 fe c2  |..*f3.f..N.f....|
00000140  8a ca 66 8b d0 66 c1 ea  10 f7 76 1a 86 d6 8a 56  |..f..f....v....V|
00000150  40 8a e8 c0 e4 06 0a cc  b8 01 02 cd 13 66 61 0f  |@............fa.|
00000160  82 74 ff 81 c3 00 02 66  40 49 75 94 c3 42 4f 4f  |.t.....f@Iu..BOO|
00000170  54 4d 47 52 20 20 20 20  00 00 00 00 00 00 00 00  |TMGR    ........|
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 44 69  |..............Di|
000001b0  73 6b 20 65 72 72 6f 72  ff 0d 0a 50 72 65 73 73  |sk error...Press|
000001c0  20 61 6e 79 20 6b 65 79  20 74 6f 20 72 65 73 74  | any key to rest|
000001d0  61 72 74 0d 0a 00 00 00  00 00 00 00 00 00 00 00  |art.............|
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  ac 01 b9 01 00 00 55 aa  |..............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 a8 13 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 2f 69 08 00 00 00 00  |........./i.....|
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  69 1f c3 cc 5e c3 cc 6e  |........i...^..n|
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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............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 d8 04 1c  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 1f 0f 00 00 00 00 00  |................|
00000030  55 a1 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |U...............|
00000040  f6 00 00 00 01 00 00 00  e6 54 cf 88 82 cf 88 60  |.........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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............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 f8 13 1c  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff cf 95 01 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  a2 16 d0 4a 4a d0 4a 68  |...........JJ.Jh|
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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda6
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 d0 a9 1d  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 5f 25 00 00 00 00 00  |........._%.....|
00000030  aa 8e 01 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  23 28 cf 02 5c cf 02 2e  |........#(.....|
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 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 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 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  7.8G     0  7.8G   0% /dev
tmpfs          tmpfs     1.6G  9.5M  1.6G   1% /run
/dev/sda7      ext4       19G  4.9G   13G  29% /
tmpfs          tmpfs     7.8G  172K  7.8G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     7.8G     0  7.8G   0% /sys/fs/cgroup
/dev/sda9      ext4      129G  460M  122G   1% /home
tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/118
tmpfs          tmpfs     1.6G   12K  1.6G   1% /run/user/1000
/dev/sda1      vfat      496M   69M  428M  14% /mnt/boot-sav/sda1
/dev/sda3      fuseblk    68G   34G   35G  50% /mnt/boot-sav/sda3
/dev/sda4      fuseblk   484M  403M   82M  84% /mnt/boot-sav/sda4
/dev/sda5      fuseblk    13G   13G  170M  99% /mnt/boot-sav/sda5
/dev/sda6      fuseblk   1.2G  653M  544M  55% /mnt/boot-sav/sda6

=================== fdisk -l:
Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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
Disklabel type: gpt
Disk identifier: 2DDCE6B8-F1EC-4AF6-84A7-A06ABECF31BE

Device         Start       End   Sectors   Size Type
/dev/sda1       2048   1026047   1024000   500M EFI System
/dev/sda2    1026048   1288191    262144   128M Microsoft reserved
/dev/sda3    1288192 142399487 141111296  67.3G Microsoft basic data
/dev/sda4  470079488 471070719    991232   484M Windows recovery environment
/dev/sda5  471070720 497666047  26595328  12.7G Windows recovery environment
/dev/sda6  497668096 500117503   2449408   1.2G Windows recovery environment
/dev/sda7  142399488 181460991  39061504  18.6G Linux filesystem
/dev/sda8  181460992 197085183  15624192   7.5G Linux swap
/dev/sda9  197085184 470079487 272994304 130.2G Linux filesystem
/dev/sda10 497666048 497668095      2048     1M BIOS boot

Partition table entries are not in disk order.


=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda7 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot


=================== User settings
The settings chosen by the user will not act on the boot.

Hors ligne

#34 Le 21/09/2017, à 13:11

malbo

Re : Dual Boot Windows 10 Ubuntu

Il y a toujours une couille dans le potage. Le fichier fstab n'a pas de ligne de montage de la partition EFI :

=============================== 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=d3fea30a-6e32-447b-8ff4-fb6d3df5990d /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda9 during installation
UUID=d2bbe6a6-e224-44a5-afb5-a6a54cb24204 /home           ext4    defaults        0       2
# swap was on /dev/sda8 during installation
UUID=a694e6cf-8ef4-4f94-acca-edaff15a64cf none            swap    sw              0       0

Hors ligne

#35 Le 21/09/2017, à 13:36

??

Re : Dual Boot Windows 10 Ubuntu

Donc  il faut faire un ajout manuel dans ce fichier  par exemple

sudo   gedit    /etc/fstab

Des deux lignes suivantes

# /boot/efi est sur  on /dev/sda1 
UUID=2252-6C54     /boot/efi        vfat    umask=0077      0       1

Sauvegarder le fichier puis monter la partition afin que le prochain grub-install fonctionne.

sudo mount -v  /dev/sda1

Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#36 Le 21/09/2017, à 14:04

Peter Broquin

Re : Dual Boot Windows 10 Ubuntu

J'ai fait un vi du fstab, ajouté la ligne et fait le montage du /dev/sda1 mais quelle commande pour faire le grub-install ?

Hors ligne

#37 Le 21/09/2017, à 14:35

??

Re : Dual Boot Windows 10 Ubuntu

Il n'y a plus rien à faire, ce sont les futures mises à jour de logiciel qui le feront automatiquement en cas de besoin.
Cependant si tu souhaites vérifier que cela fonctionne bien

sudo grub-install

ou si tu est curieux

sudo grub-install -v

Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#38 Le 21/09/2017, à 16:48

Peter Broquin

Re : Dual Boot Windows 10 Ubuntu

J'ai fait le curieux et c'est correct me semble-t-il. Voici la fin du log

grub-install : information : Registering with EFI: distributor = `ubuntu', path = `\EFI\ubuntu\shimx64.efi', ESP at hostdisk//dev/sda,gpt1.
grub-install : information : executing efibootmgr --version </dev/null >/dev/null.
grub-install : information : executing modprobe -q efivars.
grub-install : information : executing efibootmgr -b 0002 -B.
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0000
Boot0000* Windows Boot Manager
grub-install : information : executing efibootmgr -c -d /dev/sda -p 1 -w -L ubuntu -l \EFI\ubuntu\shimx64.efi.
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0001,0000
Boot0000* Windows Boot Manager
Boot0001* ubuntu
Installation terminée, sans erreur.
casse@casse-Inspiron-5567:/etc$

Hors ligne