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 19/10/2019, à 13:56

Guillaume60

Triple boot RESOLU

Bonjour

J'ai installé W7 sur sda et Ubuntu 18 sur sdb avec un dual boot, merci à ceux qui m'ont fait progresser dans l'apprentissage de linux !
Maintenant je voudrais faire apparaître dans le Grub de sdb une Mint 19.02 que j'ai installée dans la place libre qui restait sur le disque sdb.
ça fait donc un triple boot.

Il faut signaler à Grub qu'une autre distrib se trouve sur le même disque , comment fait on ? Mon ubuntu n'accepte pas la commande upgrade.
Merci

Dernière modification par Guillaume60 (Le 21/10/2019, à 14:07)

Hors ligne

#2 Le 19/10/2019, à 20:31

Qid

Re : Triple boot RESOLU

Guillaume60 a écrit :

comment fait on ? Mon ubuntu n'accepte pas la commande upgrade.
Merci

Heu ? Va falloir que tu sois plus explicite car si ton bazar est bancale... D'ailleurs comment tu as fait ton install de mint ? Parce-que par défaut il aurait dû passer maître... Ce serait pas mal que tu nous montre clairement ton partitionnement actuel...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#3 Le 21/10/2019, à 09:15

Guillaume60

Re : Triple boot RESOLU

Bonjour Qid
voici le rapport de boot:
En gros, sda contient tout W7 avec son MBR
sdb contient déjà UBUNTU avec son Grub, installés avec / ; /home et /swap le tout en 250 GO.
Il restait environ 250 GO de place libre sur laquelle j'aiinstallé Mint avec /, /home 220  GO et /swap 4 GO. Son Grub à lui est donc pas à la racine du disque sdb.
je pense qu'il faudrait indiquer au grub de la racine (celui d'ubuntu) qu'il y a une autre distrib en aval.
Merci

 Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 25oct2017]


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

 => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for /boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk search_fs_uuid
    ---------------------------------------------------------------------------
    
    config script
    ---------------------------------------------------------------------------
    search.fs_uuid bf44794b-6f94-4689-b7ae-6cb251eb9346 root hd1,msdos1 
    set prefix=($root)'/boot/grub'
    
    ---------------------------------------------------------------------------
 => Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for (,msdos1)/boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk
    ---------------------------------------------------------------------------

sda1: __________________________________________________________________________

    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 /Windows/System32/winload.exe

sdb1: __________________________________________________________________________

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

sdb2: __________________________________________________________________________

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

sdb5: __________________________________________________________________________

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

sdb6: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   488,397,167   488,395,120   7 NTFS / exFAT / HPFS


Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 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: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *          2,048    58,804,223    58,802,176  83 Linux
/dev/sdb2          58,806,270   564,664,319   505,858,050   5 Extended
/dev/sdb5          58,806,272   547,086,335   488,280,064  83 Linux
/dev/sdb6         547,088,384   564,664,319    17,575,936  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/loop1                                              squashfs   
/dev/loop2                                              squashfs   
/dev/loop3                                              squashfs   
/dev/loop4                                              squashfs   
/dev/loop5                                              squashfs   
/dev/loop6                                              squashfs   
/dev/loop7                                              squashfs   
/dev/loop8                                              squashfs   
/dev/loop9                                              squashfs   
/dev/sda1        D04EEAC44EEAA288                       ntfs       SYSTEME
/dev/sdb1        d03814a9-9974-458a-aa51-be2f9779a67f   ext4       
/dev/sdb5        0de1c3eb-6fcb-428b-aa7b-f19da977b367   ext4       
/dev/sdb6        bd4bdedc-5a9d-499f-a18d-82ee2f4f33b5   ext4       

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

total 0
lrwxrwxrwx 1 root root  9 Oct 18 10:11 ata-MATSHITABD-MLT_UJ-220S_HE32_001475 -> ../../sr0
lrwxrwxrwx 1 root root  9 Oct 18 10:22 ata-SAMSUNG_HM500JI_S1WFJDQSB08690 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 18 10:22 ata-SAMSUNG_HM500JI_S1WFJDQSB08690-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 18 10:22 ata-SAMSUNG_HM500JI_S1WFJDQSB08690-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 18 10:22 ata-SAMSUNG_HM500JI_S1WFJDQSB08690-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Oct 18 10:22 ata-SAMSUNG_HM500JI_S1WFJDQSB08690-part6 -> ../../sdb6
lrwxrwxrwx 1 root root  9 Oct 18 10:22 ata-Samsung_SSD_850_EVO_250GB_S21PNSAG149334A -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 18 10:23 ata-Samsung_SSD_850_EVO_250GB_S21PNSAG149334A-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 Oct 18 10:22 wwn-0x50024e90026550e5 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 18 10:22 wwn-0x50024e90026550e5-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 18 10:22 wwn-0x50024e90026550e5-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 18 10:22 wwn-0x50024e90026550e5-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Oct 18 10:22 wwn-0x50024e90026550e5-part6 -> ../../sdb6
lrwxrwxrwx 1 root root  9 Oct 18 10:22 wwn-0x5002538da0128ad8 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 18 10:23 wwn-0x5002538da0128ad8-part1 -> ../../sda1

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

Device           Mount_Point              Type       Options

/dev/sdb1        /                        ext4       (rw,relatime,errors=remount-ro)
/dev/sdb5        /home                    ext4       (rw,relatime)
/dev/sdb6        /swap                    ext4       (rw,relatime)


=========================== sdb1/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_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  d03814a9-9974-458a-aa51-be2f9779a67f
else
  search --no-floppy --fs-uuid --set=root d03814a9-9974-458a-aa51-be2f9779a67f
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=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=10
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 10 ; 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
if background_color 44,0,30,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=1
	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-d03814a9-9974-458a-aa51-be2f9779a67f' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  d03814a9-9974-458a-aa51-be2f9779a67f
	else
	  search --no-floppy --fs-uuid --set=root d03814a9-9974-458a-aa51-be2f9779a67f
	fi
        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=d03814a9-9974-458a-aa51-be2f9779a67f ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-5.0.0-31-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-d03814a9-9974-458a-aa51-be2f9779a67f' {
	menuentry 'Ubuntu, avec Linux 5.0.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-31-generic-advanced-d03814a9-9974-458a-aa51-be2f9779a67f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  d03814a9-9974-458a-aa51-be2f9779a67f
		else
		  search --no-floppy --fs-uuid --set=root d03814a9-9974-458a-aa51-be2f9779a67f
		fi
		echo	'Chargement de Linux 5.0.0-31-generic…'
	        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=d03814a9-9974-458a-aa51-be2f9779a67f ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-31-generic-recovery-d03814a9-9974-458a-aa51-be2f9779a67f' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  d03814a9-9974-458a-aa51-be2f9779a67f
		else
		  search --no-floppy --fs-uuid --set=root d03814a9-9974-458a-aa51-be2f9779a67f
		fi
		echo	'Chargement de Linux 5.0.0-31-generic…'
	        linux	/boot/vmlinuz-5.0.0-31-generic root=UUID=d03814a9-9974-458a-aa51-be2f9779a67f ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-31-generic
	}
	menuentry 'Ubuntu, avec Linux 5.0.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-advanced-d03814a9-9974-458a-aa51-be2f9779a67f' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  d03814a9-9974-458a-aa51-be2f9779a67f
		else
		  search --no-floppy --fs-uuid --set=root d03814a9-9974-458a-aa51-be2f9779a67f
		fi
		echo	'Chargement de Linux 5.0.0-23-generic…'
	        linux	/boot/vmlinuz-5.0.0-23-generic root=UUID=d03814a9-9974-458a-aa51-be2f9779a67f ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-23-generic
	}
	menuentry 'Ubuntu, with Linux 5.0.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-recovery-d03814a9-9974-458a-aa51-be2f9779a67f' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  d03814a9-9974-458a-aa51-be2f9779a67f
		else
		  search --no-floppy --fs-uuid --set=root d03814a9-9974-458a-aa51-be2f9779a67f
		fi
		echo	'Chargement de Linux 5.0.0-23-generic…'
	        linux	/boot/vmlinuz-5.0.0-23-generic root=UUID=d03814a9-9974-458a-aa51-be2f9779a67f ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.0.0-23-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+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  d03814a9-9974-458a-aa51-be2f9779a67f
	else
	  search --no-floppy --fs-uuid --set=root d03814a9-9974-458a-aa51-be2f9779a67f
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  d03814a9-9974-458a-aa51-be2f9779a67f
	else
	  search --no-floppy --fs-uuid --set=root d03814a9-9974-458a-aa51-be2f9779a67f
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-D04EEAC44EEAA288' {
	insmod part_msdos
	insmod ntfs
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  D04EEAC44EEAA288
	else
	  search --no-floppy --fs-uuid --set=root D04EEAC44EEAA288
	fi
	parttool ${root} hidden-
	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 ###
--------------------------------------------------------------------------------

=============================== sdb1/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/sdb1 during installation
UUID=d03814a9-9974-458a-aa51-be2f9779a67f /               ext4    errors=remount-ro 0       1
# /home was on /dev/sdb5 during installation
UUID=0de1c3eb-6fcb-428b-aa7b-f19da977b367 /home           ext4    defaults        0       2
# /swap was on /dev/sdb6 during installation
UUID=bd4bdedc-5a9d-499f-a18d-82ee2f4f33b5 /swap           ext4    defaults        0       2
/swapfile                                 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  20.331062317 = 21.830311936   boot/grub/grub.cfg                             3
  10.756362915 = 11.549556736   boot/grub/i386-pc/core.img                     1
   3.516597748 = 3.775918080    boot/vmlinuz-5.0.0-23-generic                  2
   5.806015015 = 6.234161152    boot/vmlinuz-5.0.0-31-generic                  1
   5.806015015 = 6.234161152    vmlinuz                                        1
   3.516597748 = 3.775918080    vmlinuz.old                                    2
   6.046852112 = 6.492758016    boot/initrd.img-5.0.0-23-generic               3
   6.686920166 = 7.180025856    boot/initrd.img-5.0.0-31-generic               3
   6.686920166 = 7.180025856    initrd.img                                     3
   6.046852112 = 6.492758016    initrd.img.old                                 3

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

Unknown BootLoader on sdb2

00000000  0e 2a b7 21 4e 28 07 1b  2d a5 e3 9a 08 f9 14 af  |.*.!N(..-.......|
00000010  cb 0b 52 32 8f 12 c4 59  4a c6 15 8e e7 2d a9 1a  |..R2...YJ....-..|
00000020  6b af 4c 48 24 ef 4a 67  19 13 99 0f d4 85 72 12  |k.LH$.Jg......r.|
00000030  c1 5f e4 09 c4 49 55 e8  7d b5 89 62 e4 6c 4f ff  |._...IU.}..b.lO.|
00000040  00 91 b0 c6 0a 28 46 42  c9 26 a3 25 90 9d dd 87  |.....(FB.&.%....|
00000050  d7 a3 28 f9 3a d1 69 18  38 a9 c1 63 cb dc e5 ae  |..(.:.i.8..c....|
00000060  ce d7 1e 09 b0 40 86 0b  66 35 48 9e bd 37 2a d2  |.....@..f5H..7*.|
00000070  24 07 18 05 42 85 27 04  81 9e c7 a8 db 94 62 f1  |$...B.'.......b.|
00000080  02 8e 92 36 eb e6 52 f1  36 97 9e 8e 3a 16 e4 bb  |...6..R.6...:...|
00000090  2d 0e 3d 2c 59 81 d7 cc  c9 5d d8 12 e1 3b 9c 6f  |-.=,Y....]...;.o|
000000a0  ce a0 69 8c 1e fa d3 44  5f 56 f4 4d a8 c6 a8 27  |..i....D_V.M...'|
000000b0  1f 65 2c f8 eb 9a 7c 9c  f4 1e c4 d0 23 54 af 63  |.e,...|.....#T.c|
000000c0  dd 1e 32 d3 c7 3b 12 bb  43 02 1b 38 cf d3 1d 3b  |..2..;..C..8...;|
000000d0  07 ae 2a 8c d8 30 5b 1e  b7 c2 3e 69 cb f0 1c 87  |..*..0[...>i....|
000000e0  2f f0 de 03 90 e6 38 5e  0d 66 7e 72 c5 16 12 59  |/.....8^.f~r...Y|
000000f0  ae 51 3e e5 1d a9 64 4a  c1 93 2c cd 1a 68 03 64  |.Q>...dJ..,..h.d|
00000100  60 1e 80 90 76 3b 04 c2  e8 0c 24 ce 93 b8 be 4a  |`...v;....$....J|
00000110  bd 68 5a 4e 47 8d b3 c8  45 25 68 a4 31 2a c8 9e  |.hZNG...E%h.1*..|
00000120  27 d0 28 13 3e 4a c8 40  fc bb 46 0f e3 d2 dc 81  |'.(.>J.@..F.....|
00000130  21 e3 de 9a 52 71 a5 59  87 e6 3f 2d bd c2 df e0  |!...Rq.Y..?-....|
00000140  69 4f 3a f0 13 f2 d0 de  8d 2c d2 13 72 35 ad 57  |iO:......,..r5.W|
00000150  2b 1c 71 c7 cd 01 bf 61  da 01 8c 12 31 81 a0 27  |+.q....a....1..'|
00000160  a9 7e 3e 52 a6 d1 77 64  ce 79 4f 91 7c db 94 fe  |.~>R..wd.yO.|...|
00000170  93 ce fc 9b 8d f3 70 5c  74 15 e2 b7 cb 57 82 09  |......p\t....W..|
00000180  24 aa 20 2c 2a b5 98 55  5d cf b4 2a 89 54 80 46  |$. ,*..U]..*.T.F|
00000190  ba f7 78 41 80 98 7f 1f  aa 43 00 05 43 bf 4a 64  |..xA.....C..C.Jd|
000001a0  a7 f2 3f 91 f1 ff 00 09  b5 f0 fe 07 e4 7c 45 de  |..?..........|E.|
000001b0  03 e4 13 34 bf 27 e2 a4  a5 05 cb 15 e5 aa 00 fe  |...4.'..........|
000001c0  ff ff 83 fe ff ff 02 00  00 00 00 90 1a 1d 00 fe  |................|
000001d0  ff ff 05 fe ff ff 02 90  1a 1d 00 38 0c 01 00 00  |...........8....|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200



ADDITIONAL INFORMATION :
=================== log of boot-info 20191018_1022 ===================
boot-info version : 4ppa66
boot-sav version : 4ppa66
boot-sav-extra version : 4ppa66
glade2script version : 3.2.3~ppa4
boot-info is executed in installed-session (Ubuntu 18.04.3 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-5.0.0-31-generic root=UUID=d03814a9-9974-458a-aa51-be2f9779a67f ro quiet splash vt.handoff=1

=================== os-prober:
/dev/sdb1:L'OS actuellement utilisé - Ubuntu 18.04.3 LTS CurrentSession:linux
/dev/sda1:Windows 7:Windows:chain

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda1: LABEL="SYSTEME" UUID="D04EEAC44EEAA288" TYPE="ntfs" PARTUUID="cd4aebce-01"
/dev/sdb1: UUID="d03814a9-9974-458a-aa51-be2f9779a67f" TYPE="ext4" PARTUUID="9a7763ff-01"
/dev/sdb5: UUID="0de1c3eb-6fcb-428b-aa7b-f19da977b367" TYPE="ext4" PARTUUID="9a7763ff-05"
/dev/sdb6: UUID="bd4bdedc-5a9d-499f-a18d-82ee2f4f33b5" TYPE="ext4" PARTUUID="9a7763ff-06"
/dev/loop8: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"


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


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root    4096 août   5 21:03 grub.d
total 80
-rwxr-xr-x 1 root root 10046 mars  18  2019 00_header
-rwxr-xr-x 1 root root  6258 mars  18  2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 mars  18  2019 10_linux
-rwxr-xr-x 1 root root 11298 mars  18  2019 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 mars  18  2019 30_os-prober
-rwxr-xr-x 1 root root  1418 mars  18  2019 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mars  18  2019 40_custom
-rwxr-xr-x 1 root root   216 mars  18  2019 41_custom
-rw-r--r-- 1 root root   483 mars  18  2019 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_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"




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


=================== PARTITIONS & DISKS:
sdb1	: sdb,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	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,	notbiosboot, .
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,	haswinload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sda1.
sdb5	: sdb,	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,	notbiosboot, /home.
sdb6	: sdb,	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,	notbiosboot, /swap.

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


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

BYT;
/dev/sda:250GB:scsi:512:512:msdos:ATA Samsung SSD 850:;
1:1049kB:250GB:250GB:ntfs::boot;

BYT;
/dev/sdb:500GB:scsi:512:512:msdos:ATA SAMSUNG HM500JI:;
1:1049kB:30.1GB:30.1GB:ext4::boot;
2:30.1GB:289GB:259GB:::;
5:30.1GB:280GB:250GB:ext4::;
6:280GB:289GB:8999MB:ext4::;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs     4M
loop1 loop squashfs 149,9M
loop2 loop squashfs  54,4M
loop3 loop squashfs   3,7M
loop4 loop squashfs  1008K
loop5 loop squashfs  88,5M
loop6 loop squashfs  14,8M
loop7 loop squashfs 151,4M
loop8 loop squashfs  42,8M
loop9 loop squashfs 421,7M
sda   disk          232,9G
sda1  part ntfs     232,9G SYSTEME
sdb   disk          465,8G
sdb1  part ext4        28G
sdb2  part              1K
sdb5  part ext4     232,9G
sdb6  part ext4       8,4G
sr0   rom            1024M

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /snap/gnome-calculator/406
loop1    1  1  0         /snap/gnome-3-28-1804/67
loop2    1  1  0         /snap/core18/1066
loop3    1  1  0         /snap/gnome-system-monitor/100
loop4    1  1  0         /snap/gnome-logs/61
loop5    1  1  0         /snap/core/7270
loop6    1  1  0         /snap/gnome-characters/296
loop7    1  1  0         /snap/arduino-mhall119/5
loop8    1  1  0         /snap/gtk-common-themes/1313
loop9    1  1  0         /snap/libreoffice/153
sda      0  0  0 running
sda1     0  0  0         /mnt/boot-sav/sda1
sdb      1  0  0 running
sdb1     1  0  0         /
sdb2     1  0  0
sdb5     1  0  0         /home
sdb6     1  0  0         /swap
sr0      1  0  1 running


=================== 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=1994564k,nr_inodes=498641,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=403688k,mode=755)
/dev/sdb1 on / type ext4 (rw,relatime,errors=remount-ro)
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/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
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/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13736)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/var/lib/snapd/snaps/gnome-calculator_406.snap on /snap/gnome-calculator/406 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_67.snap on /snap/gnome-3-28-1804/67 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_1066.snap on /snap/core18/1066 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_100.snap on /snap/gnome-system-monitor/100 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_61.snap on /snap/gnome-logs/61 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/arduino-mhall119_5.snap on /snap/arduino-mhall119/5 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_7270.snap on /snap/core/7270 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_296.snap on /snap/gnome-characters/296 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1313.snap on /snap/gtk-common-themes/1313 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/libreoffice_153.snap on /snap/libreoffice/153 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sdb5 on /home type ext4 (rw,relatime)
/dev/sdb6 on /swap type ext4 (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=403684k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sdb1 sdb2 sdb5 sdb6 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 hidden holders inflight integrity mq power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg kvm lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb5 sdb6 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout udmabuf uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 video1 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sda1
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  68 51 1c 1d 00 00 00 00  |........hQ......|
00000030  ab e8 09 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  88 a2 ea 4e c4 ea 4e d0  |...........N..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 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  2.0G     0  2.0G   0% /dev
tmpfs          tmpfs     395M  1.7M  393M   1% /run
/dev/sdb1      ext4       28G  7.3G   19G  28% /
tmpfs          tmpfs     2.0G   42M  1.9G   3% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     2.0G     0  2.0G   0% /sys/fs/cgroup
/dev/loop0     squashfs  4.2M  4.2M     0 100% /snap/gnome-calculator/406
/dev/loop1     squashfs  150M  150M     0 100% /snap/gnome-3-28-1804/67
/dev/loop2     squashfs   55M   55M     0 100% /snap/core18/1066
/dev/loop3     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/100
/dev/loop4     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/61
/dev/loop7     squashfs  152M  152M     0 100% /snap/arduino-mhall119/5
/dev/loop5     squashfs   89M   89M     0 100% /snap/core/7270
/dev/loop6     squashfs   15M   15M     0 100% /snap/gnome-characters/296
/dev/loop8     squashfs   43M   43M     0 100% /snap/gtk-common-themes/1313
/dev/loop9     squashfs  422M  422M     0 100% /snap/libreoffice/153
/dev/sdb5      ext4      229G   47G  171G  22% /home
/dev/sdb6      ext4      8.2G   37M  7.8G   1% /swap
tmpfs          tmpfs     395M   40K  395M   1% /run/user/1000
/dev/sda1      fuseblk   233G  155G   79G  67% /mnt/boot-sav/sda1

=================== fdisk -l:
Disk /dev/loop0: 4 MiB, 4218880 bytes, 8240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 149.9 MiB, 157184000 bytes, 307000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 54.4 MiB, 57069568 bytes, 111464 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 3.7 MiB, 3825664 bytes, 7472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop4: 1008 KiB, 1032192 bytes, 2016 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop5: 88.5 MiB, 92778496 bytes, 181208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop6: 14.8 MiB, 15462400 bytes, 30200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop7: 151.4 MiB, 158715904 bytes, 309992 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes




Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xcd4aebce

Device     Boot Start       End   Sectors   Size Id Type
/dev/sda1  *     2048 488397167 488395120 232.9G  7 HPFS/NTFS/exFAT


Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 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: dos
Disk identifier: 0x9a7763ff

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdb1  *         2048  58804223  58802176    28G 83 Linux
/dev/sdb2        58806270 564664319 505858050 241.2G  5 Extended
/dev/sdb5        58806272 547086335 488280064 232.9G 83 Linux
/dev/sdb6       547088384 564664319  17575936   8.4G 83 Linux


Disk /dev/loop8: 42.8 MiB, 44879872 bytes, 87656 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop9: 421.7 MiB, 442138624 bytes, 863552 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


Gtk-Message: 10:22:56.833: GtkDialog mapped without a transient parent. This is discouraged.
User choice: Est-ce que sdb (ATA SAMSUNG HM500JI) est un disque amovible ? no




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sdb1 into the MBRs of all disks (except live-disks and removable disks without OS).
Additional repair would be performed: unhide-bootmenu-10s


=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (ATA SAMSUNG HM500JI) !


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

Hors ligne

#4 Le 21/10/2019, à 09:27

Watts

Re : Triple boot RESOLU

Bonjour,

Mint n'est pas détecté. Où as tu placé son grub?


Acer Aspire X3990-Dual boot Windows 7 / Ubuntu 18.04

Hors ligne

#5 Le 21/10/2019, à 10:48

Guillaume60

Re : Triple boot RESOLU

Je te redonne une URL du dernier boot info, j'ai un doute quant à la fraîcheur du premeir:
http://paste.ubuntu.com/p/nVWn5PxrN9/

Merci
je peux si tu préfères te le mettre en fichier texte ?

Hors ligne

#6 Le 21/10/2019, à 10:50

Watts

Re : Triple boot RESOLU

Effectivement, on voit bien Mint. Depuis Ubuntu, donne le retour de:

sudo os-prober

Acer Aspire X3990-Dual boot Windows 7 / Ubuntu 18.04

Hors ligne

#7 Le 21/10/2019, à 11:04

Guillaume60

Re : Triple boot RESOLU

/dev/sda1:Windows 7:Windows:chain
/dev/sdb7:Linux Mint 19.2 Tina (19.2):LinuxMint:linux

Hors ligne

#8 Le 21/10/2019, à 11:08

Watts

Re : Triple boot RESOLU

Maintenant un:

sudo update-grub

Acer Aspire X3990-Dual boot Windows 7 / Ubuntu 18.04

Hors ligne

#9 Le 21/10/2019, à 11:23

Guillaume60

Re : Triple boot RESOLU

J'obtiens:

Sourcing file `/etc/default/grub'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.0.0-31-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.0.0-31-generic
Image Linux trouvée : /boot/vmlinuz-5.0.0-23-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.0.0-23-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Windows 7 trouvé sur /dev/sda1
Linux Mint 19.2 Tina (19.2) trouvé sur /dev/sdb7
fait

!! J'avais essayé d'utiliser upgrade au lieu de update !!
malédiction sur ma tête sotte !

Hors ligne

#10 Le 21/10/2019, à 11:35

Watts

Re : Triple boot RESOLU

Normalement c'est bon! big_smile


Acer Aspire X3990-Dual boot Windows 7 / Ubuntu 18.04

Hors ligne

#11 Le 21/10/2019, à 11:52

Babdu89

Re : Triple boot RESOLU

Bonjour.

!! J'avais essayé d'utiliser upgrade au lieu de update !!
malédiction sur ma tête sotte !

Déjà signalé ici;

https://forum.ubuntu-fr.org/viewtopic.p … #p22164950

en plus pour la Mint, on voit ceci.

sdb7: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v2.00) is installed in the boot sector of sdb7 
                       and looks at sector 582162512 of the same hard drive 
                       for core.img. core.img is at this location and looks 
                       for (,msdos7)/boot/grub. It also embeds following 
                       components:
                       
                       modules
                       -------------------------------------------------------
                       fshelp ext2 part_msdos biosdisk
                       -------------------------------------------------------
    Operating System:  Linux Mint 19.2
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img
  Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v2.00) is installed in the boot sector of sdb7 
                       and looks at sector 582162512 of the same hard drive 
                       for core.img. core.img is at this location and looks 
                       for (,msdos7)/boot/grub. It also embeds following 
                       components:
                       
                       modules
                       -------------------------------------------------------
                       fshelp ext2 part_msdos biosdisk

Çà veut dire que tu a installé le Grub de la Mint dans le secteur de boot de la partition d'installation, et non dans le secteur de boot du disque qui reçoit l'installation.
Pour démarrer la Mint tu devras chaîner du Grub de Ubuntu, mis à jour, vers le Grub de la Mint, pour la démarrer.
Avantage, si tu supprimes la Mint en formatant/supprimant sa partition, une mise à jour de Grub de Ubuntu

sudo update-grub

suffira à rétablir la situation.

@+.   Babdu89   .


J'ai découvert Ubuntu avec la 07.10.... Et alors?!...  Depuis je regarde de temps en temps si Windows marche toujours....

Hors ligne

#12 Le 21/10/2019, à 14:07

Guillaume60

Re : Triple boot RESOLU

Merci à tous !!!
ça marche parfaitement, avec le 'update'

immense merci encore. Vous êtes géniaux.
je mets 'resolu'.
Je vous souhaite une excellente journée

Hors ligne