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 18/12/2016, à 06:05

poz_saw

[Résolu] Écran noir lors du boot

Bonjour à tous,
je vais vous exposer mon problème;
après un bug important de la part de Windows 10, je suis passer assez aisément à Ubuntu 16.04 LTS grâce à une clé USB bootable. Classique.
Ainsi, mon ordinateur portable, récent, est totalement sur Ubuntu, c'est son seul OS.
Depuis peu j'essaie d'installer Linux Mint, pour pouvoir le tester, ainsi comme la fois précédente, je créer une clé bootable. Lorsque je choisi le priorité au démarrage de la clé, l'ordinateur se redémarre, j'arrive sur le menu avec les choix et là, peut importe ce que je choisi, l'écran de l'ordinateur devient noir et plus rien.
Je ne sais pas pourquoi il se produit celà mais j'espère que vous pouvez m'aider. Sachant que le système est en UEFI mais que j'ai activé le mode LEGACY.
Merci d'avance.

Dernière modification par poz_saw (Le 20/12/2016, à 22:25)

Hors ligne

#2 Le 18/12/2016, à 08:31

malbo

Re : [Résolu] Écran noir lors du boot

Bonjour,
Je te prie de donner le nom complet du modèle de l'ordi et son fabricant.
De plus, je te prie de faire un Boot-Info depuis une session de ton Ubuntu installé et de donner l'URL de ce Boot-Info dans ta réponse.

Hors ligne

#3 Le 18/12/2016, à 08:44

poz_saw

Re : [Résolu] Écran noir lors du boot

malbo a écrit :

Je te prie de donner le nom complet du modèle de l'ordi et son fabricant.

Alors, mon ordinateur est un Acer Swift SF314-51-74FW 14''

malbo a écrit :

je te prie de faire un Boot-Info depuis une session de ton Ubuntu installé et de donner l'URL de ce Boot-Info dans ta réponse

Voici l'URL : http://paste2.org/U5pNK50Z

Merci d'avance smile

Hors ligne

#4 Le 18/12/2016, à 09:58

malbo

Re : [Résolu] Écran noir lors du boot

Les caractéristiques de ton modèle sont visibles sur cette page : http://www.laptopspirit.fr/180133/acer- … 6-8go.html
On y voit qu'il est équipé d'un processeur Intel Core i7-6500U et que la partie graphique "Intel HD Graphics 520" est intégrée sur la même puce que le processeur. C'est la config la plus favorable à mon avis pour installer n'importe quelle distribution puisqu'il n'y a pas de carte graphique dédiée.
Ton Boot-Info est là :

 Boot Info Script cfd9efe + Boot-Repair extra info      [Boot-Info 26Apr2016]


============================= 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 (,msdos1)/boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk
    ---------------------------------------------------------------------------

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   483,616,767   483,614,720  83 Linux
/dev/sda2         483,618,814   500,117,503    16,498,690   5 Extended
/dev/sda5         483,618,816   500,117,503    16,498,688  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        a5ee7fd8-ccff-4c7f-a880-7416e25674a5   ext4       
/dev/sda5        59fe6e06-fcb0-4394-9279-ce2f214ef91c   swap       

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

total 0
lrwxrwxrwx 1 root root  9 Dec 18 07:43 ata-HFS256G39TND-N210A_FI68N005710508J0P -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 18 07:43 ata-HFS256G39TND-N210A_FI68N005710508J0P-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 18 07:43 ata-HFS256G39TND-N210A_FI68N005710508J0P-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 18 07:43 ata-HFS256G39TND-N210A_FI68N005710508J0P-part5 -> ../../sda5

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

Device           Mount_Point              Type       Options

/dev/sda1        /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)


=========================== sda1/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='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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
else
  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
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=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
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=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-a5ee7fd8-ccff-4c7f-a880-7416e25674a5' {
	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='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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
	else
	  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
	fi
	linux	/boot/vmlinuz-4.4.0-57-generic root=UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.4.0-57-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-a5ee7fd8-ccff-4c7f-a880-7416e25674a5' {
	menuentry 'Ubuntu, avec Linux 4.4.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-advanced-a5ee7fd8-ccff-4c7f-a880-7416e25674a5' {
		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='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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		else
		  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		fi
		echo	'Chargement de Linux 4.4.0-57-generic…'
		linux	/boot/vmlinuz-4.4.0-57-generic root=UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-57-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-57-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-init-upstart-a5ee7fd8-ccff-4c7f-a880-7416e25674a5' {
		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='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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		else
		  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		fi
		echo	'Chargement de Linux 4.4.0-57-generic…'
		linux	/boot/vmlinuz-4.4.0-57-generic root=UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-57-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-recovery-a5ee7fd8-ccff-4c7f-a880-7416e25674a5' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		else
		  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		fi
		echo	'Chargement de Linux 4.4.0-57-generic…'
		linux	/boot/vmlinuz-4.4.0-57-generic root=UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-57-generic
	}
	menuentry 'Ubuntu, avec Linux 4.4.0-53-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-advanced-a5ee7fd8-ccff-4c7f-a880-7416e25674a5' {
		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='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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		else
		  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		fi
		echo	'Chargement de Linux 4.4.0-53-generic…'
		linux	/boot/vmlinuz-4.4.0-53-generic root=UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-53-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-53-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-init-upstart-a5ee7fd8-ccff-4c7f-a880-7416e25674a5' {
		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='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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		else
		  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		fi
		echo	'Chargement de Linux 4.4.0-53-generic…'
		linux	/boot/vmlinuz-4.4.0-53-generic root=UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-53-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-recovery-a5ee7fd8-ccff-4c7f-a880-7416e25674a5' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		else
		  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
		fi
		echo	'Chargement de Linux 4.4.0-53-generic…'
		linux	/boot/vmlinuz-4.4.0-53-generic root=UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-53-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='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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
	else
	  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	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  a5ee7fd8-ccff-4c7f-a880-7416e25674a5
	else
	  search --no-floppy --fs-uuid --set=root a5ee7fd8-ccff-4c7f-a880-7416e25674a5
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### 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 ###
--------------------------------------------------------------------------------

=============================== sda1/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/sda1 during installation
UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=59fe6e06-fcb0-4394-9279-ce2f214ef91c none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 188.427165985 = 202.322128896  boot/grub/grub.cfg                             1
 100.184852600 = 107.572666368  boot/grub/i386-pc/core.img                     1
 189.146469116 = 203.094474752  boot/vmlinuz-4.4.0-53-generic                  1
  15.268413544 = 16.394334208   boot/vmlinuz-4.4.0-57-generic                  1
  15.268413544 = 16.394334208   vmlinuz                                        1
 189.146469116 = 203.094474752  vmlinuz.old                                    1
  14.465145111 = 15.531831296   boot/initrd.img-4.4.0-53-generic               1
  15.800197601 = 16.965332992   boot/initrd.img-4.4.0-57-generic               2
  15.800197601 = 16.965332992   initrd.img                                     2
  14.465145111 = 15.531831296   initrd.img.old                                 1


ADDITIONAL INFORMATION :
=================== log of boot-info 2016-12-18__07h43 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, i686)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-57-generic root=UUID=a5ee7fd8-ccff-4c7f-a880-7416e25674a5 ro quiet splash vt.handoff=7
Partition 2 does not start on physical sector boundary.

=================== os-prober:
/dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux

=================== blkid:
/dev/sda1: UUID="a5ee7fd8-ccff-4c7f-a880-7416e25674a5" TYPE="ext4" PARTUUID="4178b3da-01"
/dev/sda5: UUID="59fe6e06-fcb0-4394-9279-ce2f214ef91c" TYPE="swap" PARTUUID="4178b3da-05"


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

Partition 2 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root    4096 déc.   4 04:43 grub.d
total 76
-rwxr-xr-x 1 root root  9791 juin  17  2016 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12261 juin  17  2016 10_linux
-rwxr-xr-x 1 root root 11082 juin  17  2016 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 juin  17  2016 30_os-prober
-rwxr-xr-x 1 root root  1418 juin  17  2016 30_uefi-firmware
-rwxr-xr-x 1 root root   214 juin  17  2016 40_custom
-rwxr-xr-x 1 root root   216 juin  17  2016 41_custom
-rw-r--r-- 1 root root   483 juin  17  2016 README




=================== /etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

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

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

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

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

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

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




=================== UEFI/Legacy mode:
This installed-session is not EFI-compatible.
EFI in dmesg.
[    0.000000] ACPI: UEFI 0x000000008AEFA000 000042 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.000000] ACPI: UEFI 0x000000008AEFB000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
SecureBoot disabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	grubenv-ok	grub2,	signed grub-pc ,	update-grub,	32,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	.

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


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

Model: ATA HFS256G39TND-N21 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:

Number  Start   End    Size    Type      File system     Flags
1      1049kB  248GB  248GB   primary   ext4            boot
2      248GB   256GB  8447MB  extended
5      248GB   256GB  8447MB  logical   linux-swap(v1)

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

BYT;
/dev/sda:256GB:scsi:512:4096:msdos:ATA HFS256G39TND-N21:;
1:1049kB:248GB:248GB:ext4::boot;
2:248GB:256GB:8447MB:::;
5:248GB:256GB:8447MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE   SIZE LABEL
sda   disk        238,5G
sda1  part ext4   230,6G
sda2  part            1K
sda5  part swap     7,9G

KNAME ROTA RO RM STATE   MOUNTPOINT
sda      0  0  0 running
sda1     0  0  0         /
sda2     0  0  0
sda5     0  0  0         [SWAP]


=================== 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=4055936k,nr_inodes=193625,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=814900k,mode=755)
/dev/sda1 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)
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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=814900k,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)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input 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 sda2 sda5 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 watchdog watchdog0 zero
ls /dev/mapper:  control
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
Partition 2 does not start on physical sector boundary.

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.9G     0  3.9G   0% /dev
tmpfs          tmpfs     796M  9.6M  787M   2% /run
/dev/sda1      ext4      227G   20G  197G   9% /
tmpfs          tmpfs     3.9G  1.1M  3.9G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs          tmpfs     796M   96K  796M   1% /run/user/1000

=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x4178b3da

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048 483616767 483614720 230.6G 83 Linux
/dev/sda2       483618814 500117503  16498690   7.9G  5 Extended
/dev/sda5       483618816 500117503  16498688   7.9G 82 Linux swap / Solaris




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


=================== Final advice in case of suggested repair


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


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




paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2

C'est bien Ubuntu 16.04.1 64 bits ben non, c'est une version 32 bits (voir EDIT2) qui est installé en mode non-EFI (Legacy mode) seul dans l'ordi. Tout me parait nickel là-dedans.
Comme tu as réglé le mode de démarrage de ton système UEFI sur non-EFI (Legacy mode), cela implique que ton ordi ne peut démarrer que sur une clé USB bootable en mode non-EFI. Il est possible que la LiveUSB que tu utilises actuellement pour tenter d'installer Linux Mint ne soit pas bootable. Pour le savoir, ce n'est pas trop dur à mon avis : tu vas sur un autre ordi qui fonctionne en non-EFI (un ordi équipé d'un bon vieux Bios) et tu essaies de faire booter cet ordi sur la LiveUSB Linux Mint. Si tu peux faire une session live sur cet autre ordi, c'est que la LiveUSB est bonne et que tu t'y prends comme un manche pour faire booter ton Acer Swift sur cette LiveUSB. Par contre, si aucun ordi ne peut booter sur ta liveUSB en mode non-EFI, c'est qu'elle est nase. Il faut prendre une autre clé USB et tout recommencer.

EDIT1 : en principe dans l'UEFI d'un ordi Acer, il est possible d'autoriser l'utilisation de la touche F12 pour accéder au menu de démarrage (c'est expliqué ICI). Est-ce que c'est le cas pour toi ? Est-ce qu'actuellement tu peux déjà accéder directement au Boot Menu en pressant la touche F12 (ou en tapotant cette touche, ça dépend des modèles) au démarrage de l'ordi ?

EDIT2 : Dans la partie "ADDITIONAL INFORMATION" du Boot-Info que j'ai collé dans le post #4, on peut trouver cette ligne :

boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, i686)

La mention "i686" indique qu'il s'agit de la version 32 bits

Dernière modification par malbo (Le 19/12/2016, à 07:00)

Hors ligne

#5 Le 18/12/2016, à 11:25

poz_saw

Re : [Résolu] Écran noir lors du boot

Tout d'abord merci à toi de t'être penché sur ma question, c'est très appréciable.

malbo a écrit :

tu vas sur un autre ordi qui fonctionne en non-EFI (un ordi équipé d'un bon vieux Bios) et tu essaies de faire booter cet ordi sur la LiveUSB Linux Mint

Je vais essaie de faire celà dans la journée, je te tiendrai au courant

malbo a écrit :

ton ordi ne peut démarrer que sur une clé USB bootable en mode non-EFI

Comment changer le mode de ma clé USB s'il s'avère que c'est la raison de l'écran noir ?

malbo a écrit :

Est-ce que c'est le cas pour toi ? Est-ce qu'actuellement tu peux déjà accéder directement au Boot Menu en pressant la touche F12 (ou en tapotant cette touche, ça dépend des modèles) au démarrage de l'ordi ?

En effet, j'ai cette option activée et lorsque je tapote cette touche, j'ai un menu de boot appelé "Boot Manager" qui apparaît.

Merci d'avance.

Dernière modification par poz_saw (Le 18/12/2016, à 11:28)

Hors ligne

#6 Le 18/12/2016, à 11:39

malbo

Re : [Résolu] Écran noir lors du boot

poz_saw a écrit :

En effet, j'ai cette option activée et lorsque je tapote cette touche, j'ai un menu de boot appelé "Boot Manager" qui apparaît.

Qu'est-ce qu'on y voit (quelles entrées) ? Note ce qui apparaît dans ce menu ou alors prends une photo et insère-la dans ta réponse en suivant les indications de 4.4 Insérer une image
Et qu'est-ce qui se passe si tu sélectionnes chacune des entrées de ce menu ?

Dernière modification par malbo (Le 18/12/2016, à 11:40)

Hors ligne

#7 Le 18/12/2016, à 12:17

poz_saw

Re : [Résolu] Écran noir lors du boot

Alors
Voici l'image de l'écran sans la clé :
http://img4.hostingpics.net/pics/652828bootsans.jpg

Et la voici avec la clé :
http://www.hostingpics.net/viewer.php?i … otavec.jpg

malbo a écrit :

Et qu'est-ce qui se passe si tu sélectionnes chacune des entrées de ce menu ?

Lorsque j'appuie sur la clé, l'écran devient noir et plus rien. Lorsque j'appuie sur le "HDD:blablabla" la session Ubuntu se lance sans problème.

Hors ligne

#8 Le 18/12/2016, à 12:51

poz_saw

Re : [Résolu] Écran noir lors du boot

Je viens de lancer la clé sur un autre ordinateur, qui lui, est en UEFI et en effet j'ai pu démarrer une session Linux Mint sans problème.
Qu'en conclure ? Que faire ?

Hors ligne

#9 Le 18/12/2016, à 13:55

malbo

Re : [Résolu] Écran noir lors du boot

Refais quand même la LiveUSB en utilisant une autre clé USB.

Hors ligne

#10 Le 18/12/2016, à 14:21

poz_saw

Re : [Résolu] Écran noir lors du boot

malbo a écrit :

en utilisant une autre clé USB

J'ai refait le processus avec une autre clé USB et ... toujours le même scénario.

Hors ligne

#11 Le 18/12/2016, à 16:22

malbo

Re : [Résolu] Écran noir lors du boot

Force est de constater que ton ordi n'aime pas Linux Mint. Je peux comprendre ça parce que moi c'est pareil, je déteste tout ce qui est mentholé.

Dernière modification par malbo (Le 18/12/2016, à 16:23)

Hors ligne

#12 Le 19/12/2016, à 05:49

poz_saw

Re : [Résolu] Écran noir lors du boot

Le problème s'agrave car croyant que j'avais réussi, j'ai reussi à perdre tout Ubuntu, j'ai maintenant un ordinateur sans OS... et toujours ce problème d'écran noir qui est la peut importe que ce soit Ubuntu, Mint... Aidez moi...

Hors ligne

#13 Le 19/12/2016, à 06:49

malbo

Re : [Résolu] Écran noir lors du boot

Refais une LiveUSB Ubuntu 16.04.1 (*) et démarre ton ordi dessus en session live (c'est à dire avec le choix "Essayer Ubuntu"). Depuis cette session live, fais un Boot-Info et donne l'URL de ce Boot-Info dans ta réponse.

(*) j'ai vu dans ton Boot-Info plus haut que tu avais installé la version 32 bits. Avec 8 Go de RAM, c'est la version 64 bits qui convient. Aussi je te suggère de refaire ta LiveUSB en suivant cette recette qui est pour une 64 bits : https://forum.ubuntu-fr.org/viewtopic.p … #p21556450

Dernière modification par malbo (Le 19/12/2016, à 06:53)

Hors ligne

#14 Le 19/12/2016, à 06:53

poz_saw

Re : [Résolu] Écran noir lors du boot

Re malbo, j'ai réussi à réinstaller Ubuntu, et pour l'instant je vais arrêter de trafiquer l'ordi.
Comment j'ai fais ? J'ai retrouvé tes vieux posts et j'ai modifier le GRUB avec acpi=off et nomodeset
Merci encore, et je pense merci de la part de toute la communauté pour ce que tu fais pour elle

Hors ligne

#15 Le 19/12/2016, à 06:59

poz_saw

Re : [Résolu] Écran noir lors du boot

Modification, l'installation vient de se terminer et : pas de boot repérer

Hors ligne

#16 Le 19/12/2016, à 07:04

malbo

Re : [Résolu] Écran noir lors du boot

Fais un Boot-Info depuis une session live comme je demande dans le post #13. Il faut que je puisse voir où tu en es et c'est pour ça que je te demande un Boot-Info.

Hors ligne

#17 Le 19/12/2016, à 07:26

poz_saw

Re : [Résolu] Écran noir lors du boot

Voici : http://paste2.org/fyMGvcG3
Il faut bien comprendre que j'ai installé Ubuntu 16.04.1 LTS mais que l'ordinateur ne le reconnaît pas comme boot ...

Hors ligne

#18 Le 19/12/2016, à 09:37

malbo

Re : [Résolu] Écran noir lors du boot

Le boot-Info dont tu as donné le lien dans le post #17 est là :

     

 Boot Info Script cfd9efe + Boot-Repair extra info      [Boot-Info 26Apr2016]


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

 => No boot loader is installed in the MBR of /dev/sda.
 => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi 
                       /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi

sda2: __________________________________________________________________________

    File system:       ext2
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        /grub/grub.cfg

sda3: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 6.03
    Boot sector info:  Syslinux looks at sector 32816 of /dev/sdb1 for its 
                       second stage. The integrity check of Syslinux failed. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi 
                       /EFI/BOOT/grubx64.efi /ldlinux.sys

ubuntu-vg-root: ________________________________________________________________

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

ubuntu-vg-swap_1: ______________________________________________________________

    File system:       swap
    Boot sector type:  -
    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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 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,050,623     1,048,576 EFI System partition
/dev/sda2             1,050,624     2,050,047       999,424 Data partition (Linux)
/dev/sda3             2,050,048   500,117,503   498,067,456 Logical Volume Manager (LVM) partition (Linux)

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

Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 14.4 GiB, 15500083200 bytes, 30273600 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    30,273,599    30,271,552   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/mapper/ubuntu--vg-root 195a9a82-64e3-4b30-a3da-3735c73f2d3f   ext4       
/dev/mapper/ubuntu--vg-swap_1 f53b5270-e3f0-4d51-83fb-aab4b4e13dc5   swap       
/dev/sda1        13A8-6428                              vfat       
/dev/sda2        a455a962-9f7c-46eb-b284-363f1b83abf7   ext2       
/dev/sda3        Sek6TY-VwO0-cFhV-YBdX-ldqa-xh0A-pzleOA LVM2_member 
/dev/sdb1        9E75-192D                              vfat       UBUNTU 16_0

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

total 0
lrwxrwxrwx 1 root root  9 Dec 19 05:24 ata-HFS256G39TND-N210A_FI68N005710508J0P -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 19 05:24 ata-HFS256G39TND-N210A_FI68N005710508J0P-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 19 05:24 ata-HFS256G39TND-N210A_FI68N005710508J0P-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 19 05:24 ata-HFS256G39TND-N210A_FI68N005710508J0P-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 19 05:24 dm-name-ubuntu--vg-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Dec 19 05:24 dm-name-ubuntu--vg-swap_1 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Dec 19 05:24 dm-uuid-LVM-R1twEx8f5qwKq0LyxW4C9rjJ4HjEaEav7x7d3RfxWzu0W46zpjWcIBk4OTwQvq19 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Dec 19 05:24 dm-uuid-LVM-R1twEx8f5qwKq0LyxW4C9rjJ4HjEaEavKk1OKUuvRpHmfkiCFpHO1zrueD8GNAHF -> ../../dm-1
lrwxrwxrwx 1 root root 10 Dec 19 05:24 lvm-pv-uuid-Sek6TY-VwO0-cFhV-YBdX-ldqa-xh0A-pzleOA -> ../../sda3
lrwxrwxrwx 1 root root  9 Dec 19 05:24 usb-Kingston_DataTraveler_2.0_001BFC3653C61FC0C97C6E54-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 19 05:24 usb-Kingston_DataTraveler_2.0_001BFC3653C61FC0C97C6E54-0:0-part1 -> ../../sdb1

========================= "ls -R /dev/mapper/" output: =========================

/dev/mapper:
control
ubuntu--vg-root
ubuntu--vg-swap_1

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdb1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


============================= sda2/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 lvm
insmod ext2
set root='lvmid/R1twEx-8f5q-wKq0-LyxW-4C9r-jJ4H-jEaEav/7x7d3R-fxWz-u0W4-6zpj-WcIB-k4OT-wQvq19'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/R1twEx-8f5q-wKq0-LyxW-4C9r-jJ4H-jEaEav/7x7d3R-fxWz-u0W4-6zpj-WcIB-k4OT-wQvq19'  195a9a82-64e3-4b30-a3da-3735c73f2d3f
else
  search --no-floppy --fs-uuid --set=root 195a9a82-64e3-4b30-a3da-3735c73f2d3f
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=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
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=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-195a9a82-64e3-4b30-a3da-3735c73f2d3f' {
	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,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  a455a962-9f7c-46eb-b284-363f1b83abf7
	else
	  search --no-floppy --fs-uuid --set=root a455a962-9f7c-46eb-b284-363f1b83abf7
	fi
	linux	/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro  quiet splash $vt_handoff
	initrd	/initrd.img-4.4.0-31-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-195a9a82-64e3-4b30-a3da-3735c73f2d3f' {
	menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-195a9a82-64e3-4b30-a3da-3735c73f2d3f' {
		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,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  a455a962-9f7c-46eb-b284-363f1b83abf7
		else
		  search --no-floppy --fs-uuid --set=root a455a962-9f7c-46eb-b284-363f1b83abf7
		fi
		echo	'Chargement de Linux 4.4.0-31-generic…'
		linux	/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/initrd.img-4.4.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-195a9a82-64e3-4b30-a3da-3735c73f2d3f' {
		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,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  a455a962-9f7c-46eb-b284-363f1b83abf7
		else
		  search --no-floppy --fs-uuid --set=root a455a962-9f7c-46eb-b284-363f1b83abf7
		fi
		echo	'Chargement de Linux 4.4.0-31-generic…'
		linux	/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro  quiet splash $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/initrd.img-4.4.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-195a9a82-64e3-4b30-a3da-3735c73f2d3f' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  a455a962-9f7c-46eb-b284-363f1b83abf7
		else
		  search --no-floppy --fs-uuid --set=root a455a962-9f7c-46eb-b284-363f1b83abf7
		fi
		echo	'Chargement de Linux 4.4.0-31-generic…'
		linux	/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/initrd.img-4.4.0-31-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 ###
### 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 ###
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

   0.706045151 = 0.758110208    grub/grub.cfg                                  1
   0.566134453 = 0.607882240    vmlinuz-4.4.0-31-generic                      12
   0.550511360 = 0.591107072    vmlinuz-4.4.0-31-generic.efi.signed           12
   0.781655312 = 0.839296000    initrd.img-4.4.0-31-generic                   17

=========================== sdb1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------

if loadfont /boot/grub/font.pf2 ; then
	set gfxmode=auto
	insmod efi_gop
	insmod efi_uga
	insmod gfxterm
	terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "Try Ubuntu without installing" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
	initrd	/casper/initrd.lz
}
menuentry "Install Ubuntu" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
	initrd	/casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
	initrd	/casper/initrd.lz
}
menuentry "Check disc for defects" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  boot=casper integrity-check quiet splash ---
	initrd	/casper/initrd.lz
}
--------------------------------------------------------------------------------

============================== sdb1/syslinux.cfg: ==============================

--------------------------------------------------------------------------------
DEFAULT loadconfig

LABEL loadconfig
  CONFIG /isolinux/isolinux.cfg
  APPEND /isolinux/
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

            ?? = ??             boot/grub/grub.cfg                             1

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

           GiB - GB             File                                 Fragment(s)

            ?? = ??             syslinux.cfg                                   1
            ?? = ??             ldlinux.sys                                    1

========================== ubuntu-vg-root/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>
/dev/mapper/ubuntu--vg-root /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda2 during installation
UUID=a455a962-9f7c-46eb-b284-363f1b83abf7 /boot           ext2    defaults        0       2
# /boot/efi was on /dev/sda1 during installation
UUID=13A8-6428  /boot/efi       vfat    umask=0077      0       1
/dev/mapper/ubuntu--vg-swap_1 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

File descriptor 9 (/proc/7057/mounts) leaked on lvs invocation. Parent PID 14660: bash
File descriptor 63 (pipe:[61195]) leaked on lvs invocation. Parent PID 14660: bash
File descriptor 9 (/proc/7057/mounts) leaked on lvchange invocation. Parent PID 15390: bash
File descriptor 63 (pipe:[61195]) leaked on lvchange invocation. Parent PID 15390: bash
File descriptor 9 (/proc/7057/mounts) leaked on lvchange invocation. Parent PID 15390: bash
File descriptor 63 (pipe:[61195]) leaked on lvchange invocation. Parent PID 15390: bash

ADDITIONAL INFORMATION :
=================== log of boot-info 2016-12-19__05h23 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
BLKID BEFORE LVM ACTIVATION:
/dev/sda1: UUID="13A8-6428" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="0c67c25a-50e4-425d-ba41-87c311e6254d"
/dev/sda2: UUID="a455a962-9f7c-46eb-b284-363f1b83abf7" TYPE="ext2" PARTUUID="387d2cf8-a3c2-426d-8490-3fa8b22b18fe"
/dev/sdb1: LABEL="UBUNTU 16_0" UUID="9E75-192D" TYPE="vfat" PARTUUID="00504522-01"
/dev/loop0: TYPE="squashfs"
/dev/sda3: UUID="Sek6TY-VwO0-cFhV-YBdX-ldqa-xh0A-pzleOA" TYPE="LVM2_member" PARTUUID="38913d53-1a48-4dc8-b893-6e42cab17382"
/dev/mapper/ubuntu--vg-root: UUID="195a9a82-64e3-4b30-a3da-3735c73f2d3f" TYPE="ext4"
/dev/mapper/ubuntu--vg-swap_1: UUID="f53b5270-e3f0-4d51-83fb-aab4b4e13dc5" TYPE="swap"
MODPROBE
VGSCAN
File descriptor 9 (/proc/7057/mounts) leaked on vgscan invocation. Parent PID 7070: /bin/bash
Reading all physical volumes.  This may take a while...
Found volume group "ubuntu-vg" using metadata type lvm2
VGCHANGE
File descriptor 9 (/proc/7057/mounts) leaked on vgchange invocation. Parent PID 7070: /bin/bash
2 logical volume(s) in volume group "ubuntu-vg" now active
File descriptor 9 (/proc/7057/mounts) leaked on lvscan invocation. Parent PID 7070: /bin/bash
LVSCAN:
ACTIVE            '/dev/ubuntu-vg/root' [229.62 GiB] inherit
ACTIVE            '/dev/ubuntu-vg/swap_1' [7.87 GiB] inherit
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Is there RAID on this computer? no
File descriptor 9 (/proc/7057/mounts) leaked on vgs invocation. Parent PID 9052: grub-probe
File descriptor 9 (/proc/7057/mounts) leaked on vgs invocation. Parent PID 9052: grub-probe
boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper acpi=off
ls: cannot access '/home/usr/.config': No such file or directory
[dmraid -sa -c] no
[dmraid -sa -c] raid
[dmraid -sa -c] disks
Set sda as corresponding disk of mapper/ubuntu--vg-root

=================== os-prober:
/dev/mapper/ubuntu--vg-root:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux

=================== blkid:
/dev/sda1: UUID="13A8-6428" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="0c67c25a-50e4-425d-ba41-87c311e6254d"
/dev/sda2: UUID="a455a962-9f7c-46eb-b284-363f1b83abf7" TYPE="ext2" PARTUUID="387d2cf8-a3c2-426d-8490-3fa8b22b18fe"
/dev/sdb1: LABEL="UBUNTU 16_0" UUID="9E75-192D" TYPE="vfat" PARTUUID="00504522-01"
/dev/loop0: TYPE="squashfs"
/dev/sda3: UUID="Sek6TY-VwO0-cFhV-YBdX-ldqa-xh0A-pzleOA" TYPE="LVM2_member" PARTUUID="38913d53-1a48-4dc8-b893-6e42cab17382"
/dev/mapper/ubuntu--vg-root: UUID="195a9a82-64e3-4b30-a3da-3735c73f2d3f" TYPE="ext4"
/dev/mapper/ubuntu--vg-swap_1: UUID="f53b5270-e3f0-4d51-83fb-aab4b4e13dc5" TYPE="swap"

[dmraid -sa -c] no
[dmraid -sa -c] raid
[dmraid -sa -c] disks
Set sda as corresponding disk of mapper/ubuntu--vg-root

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


=================== mapper/ubuntu--vg-root/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 Jul 19 20:50 grub.d
total 76
-rwxr-xr-x 1 root root  9791 Jun 17  2016 00_header
-rwxr-xr-x 1 root root  6258 Mar 15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12261 Jun 17  2016 10_linux
-rwxr-xr-x 1 root root 11082 Jun 17  2016 20_linux_xen
-rwxr-xr-x 1 root root  1992 Jan 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 Jun 17  2016 30_os-prober
-rwxr-xr-x 1 root root  1418 Jun 17  2016 30_uefi-firmware
-rwxr-xr-x 1 root root   214 Jun 17  2016 40_custom
-rwxr-xr-x 1 root root   216 Jun 17  2016 41_custom
-rw-r--r-- 1 root root   483 Jun 17  2016 README




=================== mapper/ubuntu--vg-root/etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

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

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

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

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

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

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



/boot/efi detected in the fstab of mapper/ubuntu--vg-root: UUID=13A8-6428   (sda1)
/boot detected in the fstab of mapper/ubuntu--vg-root: UUID=a455a962-9f7c-46eb-b284-363f1b83abf7  (sda2)

=================== efibootmgr -v
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,2001,2002,2003
Boot0000* Linux	HD(1,MBR,0x34,0x800,0x1cde840)/File(EFIBootgrubx64.efi)RC
Boot0001* Unknown Device: 	HD(1,GPT,0c67c25a-50e4-425d-ba41-87c311e6254d,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot enabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda1.
sda2	: sda,	is-sepboot,	grubenv-ok	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda2.
mapper/ubuntu--vg-root	: sda,	not-sepboot,	no-grubenv	grub2,	signed grub-efi ,	update-grub,	64,	no-boot,	is-os,	not--efi--part,	fstab-has-goodBOOT,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/mapper/ubuntu--vg-root.

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


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

Model: ATA HFS256G39TND-N21 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number  Start   End     Size   File system  Name                  Flags
1      1049kB  538MB   537MB  fat32        EFI System Partition  boot, esp
2      538MB   1050MB  512MB  ext2
3      1050MB  256GB   255GB                                     lvm


Model: Kingston DataTraveler 2.0 (scsi)
Disk /dev/sdb: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
1      1049kB  15.5GB  15.5GB  primary  fat32        boot, lba


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-root: 247GB
Sector size (logical/physical): 512B/4096B
Partition Table: loop
Disk Flags:

Number  Start  End    Size   File system  Flags
1      0.00B  247GB  247GB  ext4


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-swap_1: 8447MB
Sector size (logical/physical): 512B/4096B
Partition Table: loop
Disk Flags:

Number  Start  End     Size    File system     Flags
1      0.00B  8447MB  8447MB  linux-swap(v1)

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

BYT;
/dev/sda:256GB:scsi:512:4096:gpt:ATA HFS256G39TND-N21:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:1050MB:512MB:ext2::;
3:1050MB:256GB:255GB:::lvm;

BYT;
/dev/sdb:15.5GB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
1:1049kB:15.5GB:15.5GB:fat32::boot, lba;

BYT;
/dev/mapper/ubuntu--vg-root:247GB:dm:512:4096:loop:Linux device-mapper (linear):;
1:0.00B:247GB:247GB:ext4::;

BYT;
/dev/mapper/ubuntu--vg-swap_1:8447MB:dm:512:4096:loop:Linux device-mapper (linear):;
1:0.00B:8447MB:8447MB:linux-swap(v1)::;

=================== lsblk:
KNAME TYPE FSTYPE        SIZE LABEL
sda   disk             238.5G
sda1  part vfat          512M
sda2  part ext2          488M
sda3  part LVM2_member 237.5G
dm-0  lvm  ext4        229.6G
dm-1  lvm  swap          7.9G
sdb   disk              14.4G
sdb1  part vfat         14.4G UBUNTU 16_0
loop0 loop squashfs      1.4G

KNAME ROTA RO RM STATE   MOUNTPOINT
sda      0  0  0 running
sda1     0  0  0         /mnt/boot-sav/sda1
sda2     0  0  0         /mnt/boot-sav/sda2
sda3     0  0  0
dm-0     0  0  0 running /mnt/boot-sav/mapper/ubuntu--vg-root
dm-1     0  0  0 running
sdb      1  0  1 running
sdb1     1  0  1         /cdrom
loop0    1  1  0         /rofs


=================== 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=4004152k,nr_inodes=1001038,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=803760k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
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/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
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/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=803760k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/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/sda2 on /mnt/boot-sav/sda2 type ext2 (rw,relatime,block_validity,barrier,user_xattr,acl,stripe=4)
/dev/mapper/ubuntu--vg-root on /mnt/boot-sav/mapper/ubuntu--vg-root type ext4 (rw,relatime,data=ordered)


=================== ls:
/sys/block/dm-0 (filtered):  alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/dm-1 (filtered):  alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dm-0 dm-1 dri ecryptfs fb0 fd full fuse hidraw0 hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input 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 sda2 sda3 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout ubuntu-vg uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 watchdog watchdog0 zero
ls /dev/mapper:  control ubuntu--vg-root ubuntu--vg-swap_1

=================== hexdump -n512 -C /dev/sda1
00000000  eb 58 90 6d 6b 66 73 2e  66 61 74 00 02 08 20 00  |.X.mkfs.fat... .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 00 10 00 fe 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 28 64 a8 13 4e  4f 20 4e 41 4d 45 20 20  |..)(d..NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 0e 1f be 77 7c ac  |  FAT32   ...w|.|
00000060  22 c0 74 0b 56 b4 0e bb  07 00 cd 10 5e eb f0 32  |".t.V.......^..2|
00000070  e4 cd 16 cd 19 eb fe 54  68 69 73 20 69 73 20 6e  |.......This is n|
00000080  6f 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 64 69  |ot a bootable di|
00000090  73 6b 2e 20 20 50 6c 65  61 73 65 20 69 6e 73 65  |sk.  Please inse|
000000a0  72 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 66 6c  |rt a bootable fl|
000000b0  6f 70 70 79 20 61 6e 64  0d 0a 70 72 65 73 73 20  |oppy and..press |
000000c0  61 6e 79 20 6b 65 79 20  74 6f 20 74 72 79 20 61  |any key to try a|
000000d0  67 61 69 6e 20 2e 2e 2e  20 0d 0a 00 00 00 00 00  |gain ... .......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

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

Filesystem                  Type      Size  Used Avail Use% Mounted on
udev                        devtmpfs  3.9G     0  3.9G   0% /dev
tmpfs                       tmpfs     785M  9.3M  776M   2% /run
/dev/sdb1                   vfat       15G  1.5G   14G  10% /cdrom
/dev/loop0                  squashfs  1.4G  1.4G     0 100% /rofs
/cow                        overlay   3.9G   69M  3.8G   2% /
tmpfs                       tmpfs     3.9G  316K  3.9G   1% /dev/shm
tmpfs                       tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs                       tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs                       tmpfs     3.9G  264K  3.9G   1% /tmp
tmpfs                       tmpfs     785M  112K  785M   1% /run/user/999
/dev/sda1                   vfat      511M  3.6M  508M   1% /mnt/boot-sav/sda1
/dev/sda2                   ext2      473M   65M  384M  15% /mnt/boot-sav/sda2
/dev/mapper/ubuntu--vg-root ext4      226G  3.4G  212G   2% /mnt/boot-sav/mapper/ubuntu--vg-root

=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 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: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 28DDA3BE-97E5-4469-B09E-3B6435531855

Device       Start       End   Sectors   Size Type
/dev/sda1     2048   1050623   1048576   512M EFI System
/dev/sda2  1050624   2050047    999424   488M Linux filesystem
/dev/sda3  2050048 500117503 498067456 237.5G Linux LVM


Disk /dev/sdb: 14.4 GiB, 15500083200 bytes, 30273600 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: 0x00504522

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdb1  *     2048 30273599 30271552 14.4G  c W95 FAT32 (LBA)


Disk /dev/mapper/ubuntu--vg-root: 229.6 GiB, 246549577728 bytes, 481542144 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/mapper/ubuntu--vg-swap_1: 7.9 GiB, 8447328256 bytes, 16498688 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes




=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to sign-grub enable-raid enable-lvm) and reinstall the grub-efi-amd64-signed of mapper/ubuntu--vg-root, using the following options:        sda2/boot, sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    use-standard-efi-file rename-ms-efi


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




paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2

On y voit cet extrait :

sda3: __________________________________________________________________________

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

La mention "LVM2_member" voudrait dire que tu as coché la case "Utiliser LVM pour la nouvelle installation de Ubuntu" lors de l'installation. Peux-tu confirmer ? Si tu as fait ça volontairement en sachant ce que ça implique, peux-tu expliquer la raison pour laquelle tu as choisi cette option ?

Hors ligne

#19 Le 19/12/2016, à 09:42

poz_saw

Re : [Résolu] Écran noir lors du boot

C'est possible, je n'ai pas du faire attention..
Moi ce que je vois en priorité c'est que

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

 => No boot loader is installed in the MBR of /dev/sda.
 => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.

Alors que avant le problème :

============================= 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 (,msdos1)/boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk
    ---------------------------------------------------------------------------

Dernière modification par poz_saw (Le 19/12/2016, à 09:43)

Hors ligne

#20 Le 19/12/2016, à 09:58

malbo

Re : [Résolu] Écran noir lors du boot

Et moi ce que je vois en priorité des priorités, c'est "SecureBoot enabled" dans le Boot-Info que j'ai collé dans le post #18 :

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot enabled.

Alors que dans le Boot-Info du post #4, c'est "SecureBoot disabled" :

=================== UEFI/Legacy mode:
This installed-session is not EFI-compatible.
EFI in dmesg.
[    0.000000] ACPI: UEFI 0x000000008AEFA000 000042 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.000000] ACPI: UEFI 0x000000008AEFB000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
SecureBoot disabled.

Peux-tu confirmer que tu as réactivé volontairement "Secure Boot" dans le paramétrage de ton "Bios" ?

Dernière modification par malbo (Le 19/12/2016, à 10:01)

Hors ligne

#21 Le 19/12/2016, à 10:00

poz_saw

Re : [Résolu] Écran noir lors du boot

malbo a écrit :

Peux-tu confirmer que tu as réactiver volontairement "Secure Boot" dans le paramétrage de ton "Bios" ?

J'ai essayé de remettre tout le BIOS par défaut oui
Qu'est-ce que je devrai faire du coup ? Devrai-je formater tout le disque dur, supprimer tout, remettre tous les paramètre BIOS par défaut. Et tout recommencer ? Si oui, comment faire

Dernière modification par poz_saw (Le 19/12/2016, à 10:07)

Hors ligne

#22 Le 19/12/2016, à 10:09

malbo

Re : [Résolu] Écran noir lors du boot

poz_saw a écrit :

J'ai essayé de remettre tout le BIOS par défaut oui

Heureusement qu'on a Boot-Info pour comprendre toutes les magouilles que vous faites les novices sinon on deviendrait dingue...
Remets "Secure Boot" sur "Disabled", ensuite il faut passer le paramètre "launch CSM" sur Always afin que seul le démarrage de l'ordi en mode Bios (mode non-EFI) soit autorisé. Seulement après ça, cherche à démarrer sur ta LiveUSB en session live (Essayer Ubuntu sans l'installer). Si ça baigne en session live, tu peux lancer l'install depuis la session live. L'icône de l'installateur est normalement sur le bureau de la session live. Et ne coche PAS la case "Utiliser LVM pour la nouvelle installation de Ubuntu" lors de l'installation. Et ne coche PAS non plus la case "Chiffrer la nouvelle installation de Ubuntu pour la sécurité" (une belle daube aussi à éviter)

Dernière modification par malbo (Le 19/12/2016, à 10:14)

Hors ligne

#23 Le 19/12/2016, à 10:15

poz_saw

Re : [Résolu] Écran noir lors du boot

malbo a écrit :

Remets "Secure Boot" sur "Disabled"

Donc je dois laisser le mode UEFI et enlever "Secure Boot" ou alors, mettre le mode LEGACY ?

malbo a écrit :

il faut passer le paramètre "launch CSM" sur Always

J'ai déjà vu des posts qui disaient de faire ça sauf que je n'ai pas ce paramètre

malbo a écrit :

cherche à démarrer sur ta LiveUSB en session live (Essayer Ubuntu sans l'installer)

Si je ne met pas "acpi=off" celà ne marche pas, je suppose que ça change rien ?

Hors ligne

#24 Le 19/12/2016, à 10:30

malbo

Re : [Résolu] Écran noir lors du boot

Il est possible que le système UEFI de ton modèle soit différent de celui que je crois connaître (puisque tu n'as pas de  "launch CSM"). Le but à atteindre est bien que le mode de démarrage de ton ordi soit le mode LEGACY. Donc je te prie de faire ce qu'il faut pour que ce soit comme ça et quand c'est fait, de démarrer une session live (Essayer Ubuntu sans l'installer) y compris en prenant l'option "acpi=off" ou une autre option si c'est nécessaire, de faire un Boot-Info depuis cette session live et de donner l'URL dans ta réponse.
Ce que je veux contrôler dans ce futur Boot-Info :
- tu as bien démarré la session en mode Legacy
- tu utilises bien la bonne version de Ubuntu (64 bits) 
- la ou les options que tu as dû utiliser pour démarrer la session live (oui, ça se voit dans le Boot-Info)

Dernière modification par malbo (Le 19/12/2016, à 10:31)

Hors ligne

#25 Le 19/12/2016, à 10:41

poz_saw

Re : [Résolu] Écran noir lors du boot

J'ai essayé de bien faire : http://paste2.org/xbZVzxIN

Hors ligne