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/09/2016, à 21:26

madrabbit05

Installation / ubuntu 16.04 dual boot windows 10 / Asus G752VT GC040T

Salut à tous,

Premier post sur ce magnifique site sur lequel j'ai passé des heures pour résoudre mes problèmes (non, linux, c'est très simple en fait smile ).
Ne vous inquiétez pas, j'ai encore un problème pour finir mon installation qui suivra la procédure pour installer en dual boot linux ubuntu 16.04 avec windows 10 sur un asus G752VT.

J'écris pour le post car :
1) c'est l'installation la plus compliqué que j'ai eu à faire depuis 6 ans (due surement à la modernité de l'ordi)
2) différents posts présentent des solutions pour l'installation sur un asus récent (mais certaines sont inutiles dans mon cas donc je regroupe et vous présente tout)

PROCEDURE POUR L'INSTALLATION

1. Préparation de windows

1.a Mise-à-jour du système
Dans le cas où l'ordianteur est neuf, je préfère finir l'installation de windows (i.e. avoir un système complètement opérationnel) avant d'installer linux.
Mettre à jour le système, la carte graphique, installer firefox, un anti virus, un anti malware, ...

1.b Démarrage rapide de windows
Cette option (si je comprends bien) permet a windows de se lancer plus vite et de shunter certaines étapes de démarrage (en gros, le système ne s'arrète pas et se met en hibernation / veille prolongée)
Pour l'enlever, suivre la procédure ci-dessous :
désactiver le démarrage rapide
Attention dans certaines mises-à-jours de windows, win10 réactives l'option et il devient impossible de booter sur linux (manipulation à refaire et le problème est réglé).

1.c Préparation des disques durs SSD HDD
Faire une vérification de tous les disques, défragmenter tous les disques (redémarrage souvent nécessaire).
Réduisez vos partitions windows et data pour faire de la place pour ubuntu et cela sur les deux disques durs (SSD et HDD).
Perso : j'ai ma partition / (40 Go) sur le ssd, une partition vieux jeux windows émulée sur linux sur le ssd (80 Go), une partition /tmp sur le hdd (5 Go), une partition /var sur le hdd (5 Go), ma partition home (400 Go) sur le hdd.
Donc j'ai dû libérer 120 Go sur le ssd et 400 Go sur le hdd.
Ne pas créer les partitions linux à partir de windows ("laissons à linux ce qui ai à linux"), on s'en occupera à partir du liveUsb plus tard. 


2 Préparation du BIOS

Afin que le SSD soit reconnu par le live cd/usb, quelques options sont à modifier dans le bios.

2.a Mise-à-jour du bios
La mise à jour du bios est nécessaire pour changer une option du SSD (option AHCI) qui permet à ubuntu de voir le SSD.
Télécharger la version la plus récente du bios sur le site d'asus à partir de votre session windows, copier le fichier sur une clé usb vierge, insérer la clé usb, arrêter l'ordi et le démarrer en tapotant la touche F2 pour accéder au bios.
Dans le bios, naviguer jusqu'à l'onglet "Advanced", sélectionner "Start Easy Flash", chercher la clé usb et le fichier précédemment copié, se laisser guider pour la suite (l'ordi redémarre seul normalement).

2.b Modification des options du bios
Après la mise-à-jour du bios, retourner dans celui-ci pour modifier quelques options.
Onglet "Boot", l'option "launch CSM" doit être sur "disable".
Onglet "Boot", l'option "Fast boot" doit être sur "disable".
Le réglage AHCI se trouve généralement dans un menu "Storage configuration", ou "Integrated peripherals", et une ligne qui s'appelle "OnChip SATA Type", ou "SATA AHCI Mode", ou "SATA Mode". C'est variable selon les différents BIOS.
l'option AHCI doit être activé pour le SSD (sinon le liveUSB ne voie pas le SSD et donc l'installation en dual boot est compromise).
Normalement le bios est préparé (j'ai fait la manip il y a quelques jours donc ma mémoire peut me jouer des tours).

3 Installation de linux

3.a Préparer un liveUSB

3.b Booter sur la clé usb
Aller dans le bios avec la liveUSB branché sur l'ordi.
Dans l'onglet "boot", augmenter la priorité de votre clé, sauvegarder et sortir du bios (dernier onglet)

3.c Installation à proprement parlé
Une fois que l'ordi a booté sur la clé, sélectionner l'option "install ubuntu" (le liveUSB ne fonctionne pas sur le mode "try ubuntu witout installing" à cause de la carte graphique (on réglera ça plus tard smile )
Connectez vous à internet pour installer les mises-à-jours et les pilotes propriétaires / applications en même temps.
Préparer les partitions linux (voir section 1.c pour mon install (qui n'est peut-être pas la meilleure)).
Installer le système.

3.d finir l'installation linux
L'ordinateur devrait maintenant pouvoir démarrer sur linux ou sur windows à partir de grub (mais l'installation n'est pas finis smile ).
Ouvrir une session linux à partir de l'écran de connexion.
Normalement le système "plante" (pas d’icône, de barre de taches, message d'erreur clignotant...).
Ouvrir une session en ligne de commande (ctrl+alt+F1 ou F2 ou F3 ou ....).
Logger vous avec vos identifiant/mot de passe ou alors login:ubuntu password:rien.
Connectez vous à internet (perso je me connectais avec l’éthernet, la connexion en wifi est faisable aussi).
Exécuter les commandes sudo apt-get update puis sudo apt-get upgrade
Redémarrer (perso j'ai redémarrer avec les touches magiques (Fn+system+S puis Fn+system+U puis Fn+system+B).

C'est enfin finis !! smile Ou pas ! 

Voila le fichier /boot/grub/grub.cfg :

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

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

export menuentry_id_option

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

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

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root  606d23d8-9b4c-4c1c-80db-21096f8df58a
else
  search --no-floppy --fs-uuid --set=root 606d23d8-9b4c-4c1c-80db-21096f8df58a
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=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,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-606d23d8-9b4c-4c1c-80db-21096f8df58a' {
	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
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root  606d23d8-9b4c-4c1c-80db-21096f8df58a
	else
	  search --no-floppy --fs-uuid --set=root 606d23d8-9b4c-4c1c-80db-21096f8df58a
	fi
	linux	/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro  quiet splash i915.preliminary_hw_support=1 $vt_handoff
	initrd	/boot/initrd.img-4.4.0-38-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-606d23d8-9b4c-4c1c-80db-21096f8df58a' {
	menuentry 'Ubuntu, avec Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-606d23d8-9b4c-4c1c-80db-21096f8df58a' {
		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
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  606d23d8-9b4c-4c1c-80db-21096f8df58a
		else
		  search --no-floppy --fs-uuid --set=root 606d23d8-9b4c-4c1c-80db-21096f8df58a
		fi
		echo	'Chargement de Linux 4.4.0-38-generic…'
		linux	/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro  quiet splash i915.preliminary_hw_support=1 $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-38-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-init-upstart-606d23d8-9b4c-4c1c-80db-21096f8df58a' {
		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
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  606d23d8-9b4c-4c1c-80db-21096f8df58a
		else
		  search --no-floppy --fs-uuid --set=root 606d23d8-9b4c-4c1c-80db-21096f8df58a
		fi
		echo	'Chargement de Linux 4.4.0-38-generic…'
		linux	/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro  quiet splash i915.preliminary_hw_support=1 $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-38-generic
	}
	menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-606d23d8-9b4c-4c1c-80db-21096f8df58a' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  606d23d8-9b4c-4c1c-80db-21096f8df58a
		else
		  search --no-floppy --fs-uuid --set=root 606d23d8-9b4c-4c1c-80db-21096f8df58a
		fi
		echo	'Chargement de Linux 4.4.0-38-generic…'
		linux	/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-4.4.0-38-generic
	}
	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-606d23d8-9b4c-4c1c-80db-21096f8df58a' {
		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
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  606d23d8-9b4c-4c1c-80db-21096f8df58a
		else
		  search --no-floppy --fs-uuid --set=root 606d23d8-9b4c-4c1c-80db-21096f8df58a
		fi
		echo	'Chargement de Linux 4.4.0-31-generic…'
		linux	/boot/vmlinuz-4.4.0-31-generic root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro  quiet splash i915.preliminary_hw_support=1 $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/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-606d23d8-9b4c-4c1c-80db-21096f8df58a' {
		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
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  606d23d8-9b4c-4c1c-80db-21096f8df58a
		else
		  search --no-floppy --fs-uuid --set=root 606d23d8-9b4c-4c1c-80db-21096f8df58a
		fi
		echo	'Chargement de Linux 4.4.0-31-generic…'
		linux	/boot/vmlinuz-4.4.0-31-generic root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro  quiet splash i915.preliminary_hw_support=1 $vt_handoff init=/sbin/upstart
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/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-606d23d8-9b4c-4c1c-80db-21096f8df58a' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  606d23d8-9b4c-4c1c-80db-21096f8df58a
		else
		  search --no-floppy --fs-uuid --set=root 606d23d8-9b4c-4c1c-80db-21096f8df58a
		fi
		echo	'Chargement de Linux 4.4.0-31-generic…'
		linux	/boot/vmlinuz-4.4.0-31-generic root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/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 ###
menuentry 'Windows Boot Manager (sur /dev/nvme0n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-E276-2AC8' {
	insmod part_gpt
	insmod fat
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root  E276-2AC8
	else
	  search --no-floppy --fs-uuid --set=root E276-2AC8
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

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

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

et le fichier /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/nvme0n1p5 during installation
UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a /               ext4    noatime,errors=remount-ro 0       1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=E276-2AC8  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda4 during installation
UUID=e2d7771e-4eb0-4966-9a36-babc8f8c0807 /home           ext4    defaults        0       2
# /mnt/donnees_windows was on /dev/sda1 during installation
UUID=BAB2E6E6B2E6A65B /mnt/donnees_windows ntfs    defaults,umask=007,gid=46 0       0
# /mnt/musique was on /dev/sda2 during installation
UUID=EEB67171B6713AE3 /mnt/musique    ntfs    defaults,umask=007,gid=46 0       0
# /mnt/photo was on /dev/sda3 during installation
UUID=7E46851C4684D5F5 /mnt/photo      ntfs    defaults,umask=007,gid=46 0       0
# /mnt/programme was on /dev/nvme0n1p6 during installation
UUID=3695e822-05ec-4282-a80f-20a706b47507 /mnt/programme  ext4    noatime,defaults        0       2
# /tmp was on /dev/sda6 during installation
UUID=10f74783-bc98-45cf-8a26-7c701c2da49c /tmp            ext4    defaults        0       2
# /var was on /dev/sda7 during installation
UUID=e91aa03b-2c0d-4bc3-a9ad-30630a3ab9d9 /var            ext4    defaults        0       2
# swap was on /dev/sda5 during installation
UUID=57525e53-3a14-49a1-904f-0acc7b81bd0c none            swap    sw              0       0

Voila maintenant le seul problème que je rencontre : la carte son
Je vais créer une nouvelle discussion la dessus, demain

Si vous avez des remarques concernant ce tuto, n'hésitez pas !

Dernière modification par madrabbit05 (Le 22/09/2016, à 11:33)

Hors ligne

#2 Le 20/09/2016, à 09:08

malbo

Re : Installation / ubuntu 16.04 dual boot windows 10 / Asus G752VT GC040T

madrabbit05 a écrit :

2.b Modification des options du bios
Après la mise-à-jour du bios, retourner dans celui-ci pour modifier quelques options.
Onglet "Boot", l'option "LCM launch" doit être sur "disable".
Onglet "Boot", l'option "Fast boot" doit être sur "disable".
Le réglage AHCI se trouve généralement dans un menu "Storage configuration", ou "Integrated peripherals", et une ligne qui s'appelle "OnChip SATA Type", ou "SATA AHCI Mode", ou "SATA Mode".

Peux-tu confirmer qu'il s'agit bien de "LCM launch" ? Je crois que c'est la première fois que je vois ce paramètre.... Si c'est bien ça, qu'est-ce que c'est que ce paramètre ?
Quant au réglage AHCI, ce n'est pas clair pour moi et je doute que ce le soit pour les autres. Décris ce qui concerne TON modèle ( G752VT-GC040T ) et ce qu'il convient de faire au sujet de AHCI. Là on ne sait même pas quel est le réglage par défaut, s'il s'agit seulement de vérifier qu'il est correctement positionné ou bien s'il faut le changer.

D'autre part, je te prie de démarrer une session de ton Ubuntu installé et depuis cette session faire un Boot-Info. Tu donnera l'URL de ce Boot-Info dans ta réponse. Cela donnera un exemple d'installation réussie à ceux qui voudrait se lancer.

Dernière modification par malbo (Le 20/09/2016, à 09:10)

Hors ligne

#3 Le 21/09/2016, à 16:05

madrabbit05

Re : Installation / ubuntu 16.04 dual boot windows 10 / Asus G752VT GC040T

Salut Malbo,

Changements faits et boot-info ajouté.
Est-ce que tu peux regarder le boot-info (erreurs présentes en bas du fichier, mais pas de problème pour booter sur windows ou linux)?

J'ai aussi trouvé quatre erreurs dans le dmesg :

[    1.130142] nouveau 0000:01:00.0: NVIDIA GM204 (124180a1)
[    1.227725] nouveau 0000:01:00.0: bios: version 84.04.7b.00.0b
[    1.230689] nouveau 0000:01:00.0: gr: using external firmware
[    1.230699] nouveau 0000:01:00.0: Direct firmware load for nvidia/gm204/fecs_inst.bin failed with error -2
[    1.230701] nouveau 0000:01:00.0: gr: failed to load fecs_inst
[    1.230742] nouveau 0000:01:00.0: disp: dcb 6 type 8 unknown
[    1.232965] nouveau 0000:01:00.0: fb: 3072 MiB GDDR5
[    2.502761] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[    2.502768] tpm_crb: probe of MSFT0101:00 failed with error -16
[    2.591940] Intel(R) Wireless WiFi driver for Linux
[    2.591942] Copyright(c) 2003- 2015 Intel Corporation
[    2.594866] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-19.ucode failed with error -2
[    2.594886] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-18.ucode failed with error -2
[    2.595215] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-17.ucode failed with error -2
[    2.596428] iwlwifi 0000:02:00.0: Unsupported splx structure
[    2.597277] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[    2.645762] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.645769] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.667394] EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Opts: (null)
[    2.683540] hid-generic 0003:0B05:1822.0004: input,hidraw3: USB HID v1.11 Keyboard [Sunrex/JME Ghost Key Elimiantion Keyboard] on usb-0000:00:14.0-10/input0
[    2.684829] input: Sunrex/JME Ghost Key Elimiantion Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1822.0005/input/input9
[    2.702794] intel_rapl: Found RAPL domain package
[    2.702802] intel_rapl: Found RAPL domain core
[    2.702805] intel_rapl: Found RAPL domain dram
[    2.708270] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    2.715132] snd_hda_intel 0000:00:1f.3: failed to add i915_bpo component master (-19)

Réponse totale dmesg :

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-38-generic (buildd@lgw01-58) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) ) #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 (Ubuntu 4.4.0-38.57-generic 4.4.19)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  960, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x08: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR'
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000029743fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000029744000-0x0000000029744fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000029745000-0x000000002978efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000002978f000-0x00000000297e1fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000297e2000-0x0000000029c22fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000029c23000-0x0000000035d0dfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000035d0e000-0x00000000367b2fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000367b3000-0x0000000036a18fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000036a19000-0x000000003738cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003738d000-0x0000000037f87fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000037f88000-0x0000000037ffdfff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000037ffe000-0x0000000037ffefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000038000000-0x00000000380fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004c67fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x37ec6e18  ACPI=0x36d23000  ACPI 2.0=0x36d23000  SMBIOS=0x378e0000 
[    0.000000] esrt: Reserving ESRT space from 0x0000000037ec6e18 to 0x0000000037ec6e50.
[    0.000000] SMBIOS 3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. G752VT/G752VT, BIOS G752VT.216 03/30/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x4c6800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0040000000 mask 7FC0000000 uncachable
[    0.000000]   2 base 003C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 003A000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 0039000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 0038800000 mask 7FFF800000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x37fff max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x03201000, 0x03201fff] PGTABLE
[    0.000000] BRK [0x03202000, 0x03202fff] PGTABLE
[    0.000000] BRK [0x03203000, 0x03203fff] PGTABLE
[    0.000000] BRK [0x03204000, 0x03204fff] PGTABLE
[    0.000000] BRK [0x03205000, 0x03205fff] PGTABLE
[    0.000000] BRK [0x03206000, 0x03206fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x26274000-0x284b1fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000036D23000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x0000000036D230A0 0000C4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000036D4C588 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000036D231F8 02938B (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000003738BF80 000040
[    0.000000] ACPI: APIC 0x0000000036D4C698 0000BC (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000036D4C758 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000036D4C7A0 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000036D4C840 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000036D4C880 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x0000000036D4C8B8 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: ECDT 0x0000000036D4CBD0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: LPIT 0x0000000036D4CC98 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000036D4CD30 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x0000000036D4CF78 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x0000000036D4CFB0 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000036D4D008 00337E (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x0000000036D50388 005741 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x0000000036D55AD0 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x0000000036D55B18 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: BGRT 0x0000000036D56970 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DMAR 0x0000000036D569A8 0000B8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: TPM2 0x0000000036D56A60 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: MSDM 0x000000003653CF18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004c67fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4c67f7000-0x4c67fbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000004c67fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000029743fff]
[    0.000000]   node   0: [mem 0x000000002978f000-0x00000000297e1fff]
[    0.000000]   node   0: [mem 0x0000000029c23000-0x0000000035d0dfff]
[    0.000000]   node   0: [mem 0x00000000367b3000-0x0000000036a18fff]
[    0.000000]   node   0: [mem 0x0000000037ffe000-0x0000000037ffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000004c67fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004c67fffff]
[    0.000000] On node 0 totalpages: 4178565
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3372 pages used for memmap
[    0.000000]   DMA32 zone: 215785 pages, LIFO batch:31
[    0.000000]   Normal zone: 61856 pages used for memmap
[    0.000000]   Normal zone: 3958784 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x29744000-0x29744fff]
[    0.000000] PM: Registered nosave memory: [mem 0x29745000-0x2978efff]
[    0.000000] PM: Registered nosave memory: [mem 0x297e2000-0x29c22fff]
[    0.000000] PM: Registered nosave memory: [mem 0x35d0e000-0x367b2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x36a19000-0x3738cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3738d000-0x37f87fff]
[    0.000000] PM: Registered nosave memory: [mem 0x37f88000-0x37ffdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x37fff000-0x37ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x38000000-0x380fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x38100000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x38100000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff8804c6400000 s98008 r8192 d28968 u262144
[    0.000000] pcpu-alloc: s98008 r8192 d28968 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4113251
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16120592K/16714260K available (8404K kernel code, 1283K rwdata, 3944K rodata, 1480K init, 1292K bss, 593668K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:16640 nr_irqs:2048 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: PIT calibration matches HPET. 1 loops
[    0.000000] tsc: Detected 2591.968 MHz processor
[    0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 5183.93 BogoMIPS (lpj=10367872)
[    0.000025] pid_max: default: 32768 minimum: 301
[    0.000029] ACPI: Core revision 20150930
[    0.032988] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.035288] Security Framework initialized
[    0.035289] Yama: becoming mindful.
[    0.035300] AppArmor: AppArmor initialized
[    0.036004] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.038260] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.039198] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.039210] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.039374] Initializing cgroup subsys io
[    0.039376] Initializing cgroup subsys memory
[    0.039380] Initializing cgroup subsys devices
[    0.039381] Initializing cgroup subsys freezer
[    0.039383] Initializing cgroup subsys net_cls
[    0.039384] Initializing cgroup subsys perf_event
[    0.039385] Initializing cgroup subsys net_prio
[    0.039387] Initializing cgroup subsys hugetlb
[    0.039389] Initializing cgroup subsys pids
[    0.039409] CPU: Physical Processor ID: 0
[    0.039410] CPU: Processor Core ID: 0
[    0.039413] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.039414] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.040416] mce: CPU supports 10 MCE banks
[    0.040430] CPU0: Thermal monitoring enabled (TM1)
[    0.040438] process: using mwait in idle threads
[    0.040440] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.040440] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.040708] Freeing SMP alternatives memory: 32K (ffffffff820b4000 - ffffffff820bc000)
[    0.048356] ftrace: allocating 32006 entries in 126 pages
[    0.058400] smpboot: Max logical packages: 2
[    0.058402] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.058405] DMAR: Host address width 39
[    0.058406] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.058412] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.058413] DMAR: RMRR base: 0x0000003651c000 end: 0x0000003653bfff
[    0.058414] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.058415] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.058416] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    0.058417] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.058418] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.058418] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.059729] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.059729] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.063680] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.103369] TSC deadline timer enabled
[    0.103374] smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.103387] Performance Events: PEBS fmt3+, 32-deep LBR, Skylake events, full-width counters, Intel PMU driver.
[    0.103408] ... version:                4
[    0.103409] ... bit width:              48
[    0.103409] ... generic registers:      4
[    0.103410] ... value mask:             0000ffffffffffff
[    0.103410] ... max period:             0000ffffffffffff
[    0.103411] ... fixed-purpose events:   3
[    0.103411] ... event mask:             000000070000000f
[    0.104003] x86: Booting SMP configuration:
[    0.104004] .... node  #0, CPUs:      #1
[    0.107558] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.107618]  #2 #3 #4 #5 #6 #7
[    0.128556] x86: Booted up 1 node, 8 CPUs
[    0.128558] smpboot: Total of 8 processors activated (41471.48 BogoMIPS)
[    0.134635] devtmpfs: initialized
[    0.136724] evm: security.selinux
[    0.136725] evm: security.SMACK64
[    0.136725] evm: security.SMACK64EXEC
[    0.136726] evm: security.SMACK64TRANSMUTE
[    0.136726] evm: security.SMACK64MMAP
[    0.136727] evm: security.ima
[    0.136727] evm: security.capability
[    0.136771] PM: Registering ACPI NVS region [mem 0x29744000-0x29744fff] (4096 bytes)
[    0.136772] PM: Registering ACPI NVS region [mem 0x36a19000-0x3738cfff] (9912320 bytes)
[    0.136900] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.136970] pinctrl core: initialized pinctrl subsystem
[    0.137118] RTC time: 12:09:13, date: 09/21/16
[    0.137968] NET: Registered protocol family 16
[    0.146440] cpuidle: using governor ladder
[    0.162442] cpuidle: using governor menu
[    0.162468] PCCT header not found.
[    0.162543] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.162544] ACPI: bus type PCI registered
[    0.162545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.162611] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.162613] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.162624] PCI: Using configuration type 1 for base access
[    0.178745] ACPI: Added _OSI(Module Device)
[    0.178747] ACPI: Added _OSI(Processor Device)
[    0.178748] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.178749] ACPI: Added _OSI(Processor Aggregator Device)
[    0.182112] ACPI : EC: EC description table is found, configuring boot EC
[    0.182128] ACPI : EC: EC started
[    0.186016] ACPI: Executed 22 blocks of module-level executable AML code
[    0.192127] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.198304] ACPI: Dynamic OEM Table Load:
[    0.198315] ACPI: SSDT 0xFFFF8804B3BB8800 0005DC (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.199186] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.200246] ACPI: Dynamic OEM Table Load:
[    0.200250] ACPI: SSDT 0xFFFF8804B3680C00 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.201617] ACPI: Dynamic OEM Table Load:
[    0.201621] ACPI: SSDT 0xFFFF8804B3BB9000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.202584] ACPI: Dynamic OEM Table Load:
[    0.202587] ACPI: SSDT 0xFFFF8804B367C200 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.207277] ACPI: Interpreter enabled
[    0.207285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
[    0.207292] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[    0.207308] ACPI: (supports S0 S3 S4 S5)
[    0.207309] ACPI: Using IOAPIC for interrupt routing
[    0.207335] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.209796] ACPI: Power Resource [WRST] (off)
[    0.210027] ACPI: Power Resource [WRST] (off)
[    0.210256] ACPI: Power Resource [WRST] (off)
[    0.210483] ACPI: Power Resource [WRST] (off)
[    0.210710] ACPI: Power Resource [WRST] (off)
[    0.210936] ACPI: Power Resource [WRST] (off)
[    0.211167] ACPI: Power Resource [WRST] (off)
[    0.211629] ACPI: Power Resource [WRST] (off)
[    0.211877] ACPI: Power Resource [WRST] (off)
[    0.212243] ACPI: Power Resource [WRST] (off)
[    0.212471] ACPI: Power Resource [WRST] (off)
[    0.212698] ACPI: Power Resource [WRST] (off)
[    0.212924] ACPI: Power Resource [WRST] (off)
[    0.213152] ACPI: Power Resource [WRST] (off)
[    0.213379] ACPI: Power Resource [WRST] (off)
[    0.213610] ACPI: Power Resource [WRST] (off)
[    0.213842] ACPI: Power Resource [WRST] (off)
[    0.214071] ACPI: Power Resource [WRST] (off)
[    0.214297] ACPI: Power Resource [WRST] (off)
[    0.214525] ACPI: Power Resource [WRST] (off)
[    0.219962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.219966] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.219990] \_SB_.PCI0:_OSC invalid UUID
[    0.219991] _OSC request data:1 1f 0 
[    0.219993] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.220383] PCI host bridge to bus 0000:00
[    0.220385] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.220387] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.220388] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.220389] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.220390] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.220391] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.220391] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.220392] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.220393] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.220394] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.220395] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.220396] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.220397] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.220398] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.220399] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.220400] pci_bus 0000:00: root bus resource [mem 0x38800000-0xdfffffff window]
[    0.220401] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.220402] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.220407] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    0.220485] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.220514] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.220595] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.220649] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.220662] pci 0000:00:04.0: reg 0x10: [mem 0xda120000-0xda127fff 64bit]
[    0.220809] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.220833] pci 0000:00:14.0: reg 0x10: [mem 0xda110000-0xda11ffff 64bit]
[    0.220881] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.220946] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.220973] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.220996] pci 0000:00:14.2: reg 0x10: [mem 0xda138000-0xda138fff 64bit]
[    0.221146] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    0.221204] pci 0000:00:15.0: reg 0x10: [mem 0xda137000-0xda137fff 64bit]
[    0.221455] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[    0.221514] pci 0000:00:15.1: reg 0x10: [mem 0xda136000-0xda136fff 64bit]
[    0.221712] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.221742] pci 0000:00:16.0: reg 0x10: [mem 0xda135000-0xda135fff 64bit]
[    0.221796] pci 0000:00:16.0: PME# supported from D3hot
[    0.221899] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.221918] pci 0000:00:17.0: reg 0x10: [mem 0xda130000-0xda131fff]
[    0.221924] pci 0000:00:17.0: reg 0x14: [mem 0xda134000-0xda1340ff]
[    0.221930] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    0.221936] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    0.221942] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    0.221948] pci 0000:00:17.0: reg 0x24: [mem 0xda133000-0xda1337ff]
[    0.221974] pci 0000:00:17.0: PME# supported from D3hot
[    0.222070] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[    0.222120] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.222199] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.222228] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
[    0.222278] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.222355] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.222381] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.222437] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.222514] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.222550] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.222605] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.222682] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.222737] pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
[    0.222909] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.222921] pci 0000:00:1f.2: reg 0x10: [mem 0xda12c000-0xda12ffff]
[    0.223045] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.223077] pci 0000:00:1f.3: reg 0x10: [mem 0xda128000-0xda12bfff 64bit]
[    0.223106] pci 0000:00:1f.3: reg 0x20: [mem 0xda100000-0xda10ffff 64bit]
[    0.223138] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.223247] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.223279] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.223334] pci 0000:00:1f.4: reg 0x10: [mem 0xda132000-0xda1320ff 64bit]
[    0.223404] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    0.223578] pci 0000:01:00.0: [10de:1618] type 00 class 0x030000
[    0.223596] pci 0000:01:00.0: reg 0x10: [mem 0xdb000000-0xdbffffff]
[    0.223605] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.223614] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.223620] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.223627] pci 0000:01:00.0: reg 0x30: [mem 0xdc000000-0xdc07ffff pref]
[    0.223687] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.223714] pci 0000:01:00.1: [10de:0fbb] type 00 class 0x040300
[    0.223732] pci 0000:01:00.1: reg 0x10: [mem 0xdc080000-0xdc083fff]
[    0.231280] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.231282] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.231284] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.231288] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.231599] pci 0000:02:00.0: [8086:095a] type 00 class 0x028000
[    0.231703] pci 0000:02:00.0: reg 0x10: [mem 0xdc400000-0xdc401fff 64bit]
[    0.231947] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.232128] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.239450] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.239454] pci 0000:00:1c.0:   bridge window [mem 0xdc400000-0xdc4fffff]
[    0.239551] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.239586] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.239611] pci 0000:03:00.0: reg 0x18: [mem 0xdc304000-0xdc304fff 64bit]
[    0.239626] pci 0000:03:00.0: reg 0x20: [mem 0xdc300000-0xdc303fff 64bit]
[    0.239693] pci 0000:03:00.0: supports D1 D2
[    0.239694] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.239770] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.247292] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.247294] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.247297] pci 0000:00:1c.3:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.247393] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
[    0.247397] pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.247402] pci 0000:00:1c.4:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.247582] pci 0000:3d:00.0: [144d:a802] type 00 class 0x010802
[    0.247612] pci 0000:3d:00.0: reg 0x10: [mem 0xdc200000-0xdc203fff 64bit]
[    0.247620] pci 0000:3d:00.0: reg 0x18: [io  0xc000-0xc0ff]
[    0.247753] pci 0000:3d:00.0: System wakeup disabled by ACPI
[    0.255389] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[    0.255391] pci 0000:00:1d.0:   bridge window [io  0xc000-0xcfff]
[    0.255394] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.257101] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.257143] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.257184] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.257224] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.257264] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.257304] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.257343] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.257382] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.257792] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.258029] ACPI : EC: GPE = 0x23, I/O: command/status = 0x66, data = 0x62
[    0.258110] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.258112] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.258113] vgaarb: loaded
[    0.258114] vgaarb: bridge control possible 0000:01:00.0
[    0.258286] SCSI subsystem initialized
[    0.258313] libata version 3.00 loaded.
[    0.258328] ACPI: bus type USB registered
[    0.258340] usbcore: registered new interface driver usbfs
[    0.258346] usbcore: registered new interface driver hub
[    0.258362] usbcore: registered new device driver usb
[    0.258500] PCI: Using ACPI for IRQ routing
[    0.298023] PCI: pci_cache_line_size set to 64 bytes
[    0.298576] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.298577] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.298577] e820: reserve RAM buffer [mem 0x29744000-0x2bffffff]
[    0.298578] e820: reserve RAM buffer [mem 0x297e2000-0x2bffffff]
[    0.298579] e820: reserve RAM buffer [mem 0x35d0e000-0x37ffffff]
[    0.298580] e820: reserve RAM buffer [mem 0x36a19000-0x37ffffff]
[    0.298581] e820: reserve RAM buffer [mem 0x37fff000-0x37ffffff]
[    0.298582] e820: reserve RAM buffer [mem 0x4c6800000-0x4c7ffffff]
[    0.298652] NetLabel: Initializing
[    0.298653] NetLabel:  domain hash size = 128
[    0.298653] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.298661] NetLabel:  unlabeled traffic allowed by default
[    0.298767] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.298770] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.302853] amd_nb: Cannot enumerate AMD northbridges
[    0.302882] clocksource: Switched to clocksource hpet
[    0.307067] AppArmor: AppArmor Filesystem Enabled
[    0.307099] pnp: PnP ACPI init
[    0.308664] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.308665] system 00:00: [io  0xffff] has been reserved
[    0.308667] system 00:00: [io  0xffff] has been reserved
[    0.308668] system 00:00: [io  0xffff] has been reserved
[    0.308669] system 00:00: [io  0x1800-0x18fe] could not be reserved
[    0.308670] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.308672] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.309589] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.309591] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.309606] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.310077] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.310079] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.310104] system 00:04: [io  0x0240-0x0259] has been reserved
[    0.310105] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.310559] pnp 00:05: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.310688] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.310689] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.310690] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.310691] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.310692] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.310694] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.310695] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.310696] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.310697] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.310698] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.310700] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.311161] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.311162] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.311163] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.311164] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.311166] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.311167] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.311168] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.311169] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.311806] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.311808] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.313384] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319847] pnp: PnP ACPI: found 10 devices
[    0.329942] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.329966] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 04-3c] add_size 1000
[    0.329978] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.329979] pci 0000:00:1c.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.329981] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    0.329982] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.329984] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.329992] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.329994] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.330011] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.330021] pci 0000:00:1c.0:   bridge window [mem 0xdc400000-0xdc4fffff]
[    0.330030] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.330032] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.330036] pci 0000:00:1c.3:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.330042] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
[    0.330045] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.330048] pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.330051] pci 0000:00:1c.4:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.330057] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[    0.330060] pci 0000:00:1d.0:   bridge window [io  0xc000-0xcfff]
[    0.330063] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.330079] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.330080] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.330081] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.330082] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.330083] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.330084] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.330085] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.330086] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.330087] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.330087] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.330088] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.330089] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.330090] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.330091] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.330092] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.330093] pci_bus 0000:00: resource 19 [mem 0x38800000-0xdfffffff window]
[    0.330094] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    0.330095] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.330096] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
[    0.330097] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.330098] pci_bus 0000:02: resource 1 [mem 0xdc400000-0xdc4fffff]
[    0.330099] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.330100] pci_bus 0000:03: resource 1 [mem 0xdc300000-0xdc3fffff]
[    0.330101] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.330102] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.330103] pci_bus 0000:04: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.330104] pci_bus 0000:3d: resource 0 [io  0xc000-0xcfff]
[    0.330105] pci_bus 0000:3d: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.330125] NET: Registered protocol family 2
[    0.330256] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.330408] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.330505] TCP: Hash tables configured (established 131072 bind 65536)
[    0.330524] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.330556] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.330605] NET: Registered protocol family 1
[    0.332012] pci 0000:01:00.0: Video device with shadowed ROM
[    0.332277] PCI: CLS 0 bytes, default 64
[    0.332306] Trying to unpack rootfs image as initramfs...
[    0.750358] Freeing initrd memory: 35064K (ffff880026274000 - ffff8800284b2000)
[    0.750374] DMAR: ACPI device "device:7f" under DMAR at fed90000 as 00:15.0
[    0.750376] DMAR: ACPI device "device:80" under DMAR at fed90000 as 00:15.1
[    0.750383] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.750385] software IO TLB [mem 0x22274000-0x26274000] (64MB) mapped at [ffff880022274000-ffff880026273fff]
[    0.750581] Scanning for low memory corruption every 60 seconds
[    0.751122] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.751147] audit: initializing netlink subsys (disabled)
[    0.751158] audit: type=2000 audit(1474459753.744:1): initialized
[    0.751451] Initialise system trusted keyring
[    0.751819] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.751820] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.752854] zbud: loaded
[    0.753076] VFS: Disk quotas dquot_6.6.0
[    0.753097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.753290] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.753622] fuse init (API version 7.23)
[    0.753746] Key type big_key registered
[    0.753777] Allocating IMA MOK and blacklist keyrings.
[    0.755832] Key type asymmetric registered
[    0.755833] Asymmetric key parser 'x509' registered
[    0.755855] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.755982] io scheduler noop registered
[    0.756009] io scheduler deadline registered (default)
[    0.756027] io scheduler cfq registered
[    0.758417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.758421] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.758444] efifb: probing for efifb
[    0.758453] efifb: framebuffer at 0xb0000000, mapped to 0xffffc90001c00000, using 2432k, total 2432k
[    0.758454] efifb: mode is 800x600x32, linelength=4096, pages=1
[    0.758454] efifb: scrolling: redraw
[    0.758455] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.758543] Console: switching to colour frame buffer device 100x37
[    0.758549] fb0: EFI VGA frame buffer device
[    0.758555] intel_idle: MWAIT substates: 0x11142120
[    0.758556] intel_idle: v0.4.1 model 0x5E
[    0.758556] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.759165] ACPI: AC Adapter [AC0] (on-line)
[    0.759210] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.761144] ACPI: Lid Switch [LID]
[    0.761168] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.761171] ACPI: Sleep Button [SLPB]
[    0.761192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.761193] ACPI: Power Button [PWRF]
[    0.764591] thermal LNXTHERM:00: registered as thermal_zone0
[    0.764593] ACPI: Thermal Zone [THRM] (64 C)
[    0.764644] GHES: HEST is not enabled!
[    0.764864] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.776399] Linux agpgart interface v0.103
[    0.778380] ACPI: Battery Slot [BAT0] (battery present)
[    0.784199] brd: module loaded
[    0.788009] loop: module loaded
[    0.788287] libphy: Fixed MDIO Bus: probed
[    0.788289] tun: Universal TUN/TAP device driver, 1.6
[    0.788290] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.788380] PPP generic driver version 2.4.2
[    0.788470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.788473] ehci-pci: EHCI PCI platform driver
[    0.788493] ehci-platform: EHCI generic platform driver
[    0.788499] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.788501] ohci-pci: OHCI PCI platform driver
[    0.788508] ohci-platform: OHCI generic platform driver
[    0.788513] uhci_hcd: USB Universal Host Controller Interface driver
[    0.789061] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.789065] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.790248] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.790254] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.790348] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.790349] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.790350] usb usb1: Product: xHCI Host Controller
[    0.790351] usb usb1: Manufacturer: Linux 4.4.0-38-generic xhci-hcd
[    0.790352] usb usb1: SerialNumber: 0000:00:14.0
[    0.790513] hub 1-0:1.0: USB hub found
[    0.790531] hub 1-0:1.0: 16 ports detected
[    0.801625] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.801628] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.801650] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.801651] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.801652] usb usb2: Product: xHCI Host Controller
[    0.801653] usb usb2: Manufacturer: Linux 4.4.0-38-generic xhci-hcd
[    0.801653] usb usb2: SerialNumber: 0000:00:14.0
[    0.802130] hub 2-0:1.0: USB hub found
[    0.802144] hub 2-0:1.0: 10 ports detected
[    0.812213] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    0.812214] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.813813] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.814166] mousedev: PS/2 mouse device common for all mice
[    0.814856] rtc_cmos 00:02: RTC can wake from S4
[    0.815502] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.815638] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.815644] i2c /dev entries driver
[    0.815675] device-mapper: uevent: version 1.0.3
[    0.815850] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    0.815865] Intel P-state driver initializing.
[    0.815881] intel_pstate: HWP enabled
[    0.819645] ledtrig-cpu: registered to indicate activity on CPUs
[    0.819648] EFI Variables Facility v0.08 2004-May-17
[    0.829217] NET: Registered protocol family 10
[    0.829777] NET: Registered protocol family 17
[    0.829790] Key type dns_resolver registered
[    0.830170] microcode: CPU0 sig=0x506e3, pf=0x20, revision=0x74
[    0.830176] microcode: CPU1 sig=0x506e3, pf=0x20, revision=0x74
[    0.830220] microcode: CPU2 sig=0x506e3, pf=0x20, revision=0x74
[    0.830282] microcode: CPU3 sig=0x506e3, pf=0x20, revision=0x74
[    0.830325] microcode: CPU4 sig=0x506e3, pf=0x20, revision=0x74
[    0.830358] microcode: CPU5 sig=0x506e3, pf=0x20, revision=0x74
[    0.830424] microcode: CPU6 sig=0x506e3, pf=0x20, revision=0x74
[    0.830479] microcode: CPU7 sig=0x506e3, pf=0x20, revision=0x74
[    0.830563] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.831219] registered taskstats version 1
[    0.831229] Loading compiled-in X.509 certificates
[    0.831736] Loaded X.509 cert 'Build time autogenerated kernel key: 8b9fe5db9540517005e475afed63f7a6645227d6'
[    0.831750] zswap: loaded using pool lzo/zbud
[    0.834132] Key type trusted registered
[    0.837982] Key type encrypted registered
[    0.837988] AppArmor: AppArmor sha1 policy hashing enabled
[    0.837991] ima: No TPM chip found, activating TPM-bypass!
[    0.838021] evm: HMAC attrs: 0x1
[    0.847740]   Magic number: 0:485:178
[    0.847780] acpi device:0e: hash matches
[    0.847793]  platform: hash matches
[    0.848207] rtc_cmos 00:02: setting system clock to 2016-09-21 12:09:14 UTC (1474459754)
[    0.848521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.848522] EDD information not available.
[    0.848604] PM: Hibernation image not present or could not be loaded.
[    0.849661] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)
[    0.849662] Write protecting the kernel read-only data: 14336k
[    0.850711] Freeing unused kernel memory: 1824K (ffff880002838000 - ffff880002a00000)
[    0.851278] Freeing unused kernel memory: 152K (ffff880002dda000 - ffff880002e00000)
[    0.858755] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.860774] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.860818] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.860827] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.861182] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.861225] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.861500] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.861534] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.861566] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.861594] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.861621] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    0.880658] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    0.891669] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[    0.912133] hidraw: raw HID events driver (C) Jiri Kosina
[    0.915758] wmi: Mapper loaded
[    0.920348] ahci 0000:00:17.0: version 3.0
[    0.921234] [drm] Initialized drm 1.1.0 20060810
[    0.921375] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.921378] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    0.922085] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.922090] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    0.929941] scsi host0: ahci
[    0.930340] scsi host1: ahci
[    0.930418] ata1: SATA max UDMA/133 abar m2048@0xda133000 port 0xda133100 irq 315
[    0.930422] ata2: SATA max UDMA/133 abar m2048@0xda133000 port 0xda133180 irq 315
[    0.932190] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc900018f4000, 2c:56:dc:24:9f:09, XID 10900800 IRQ 317
[    0.932193] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.989691] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    1.008604] acpi device:15: registered as cooling_device8
[    1.033076]  nvme0n1: p1 p2 p3 p4 p5 p6
[    1.111761] acpi device:17: registered as cooling_device9
[    1.112437] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input4
[    1.115081] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    1.128240] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    1.128252] ACPI: \_SB_.PCI0.PEG0.GFX0: failed to evaluate _DSM
[    1.129306] checking generic (b0000000 260000) vs hw (b0000000 10000000)
[    1.129307] fb: switching to nouveaufb from EFI VGA
[    1.129322] Console: switching to colour dummy device 80x25
[    1.130142] nouveau 0000:01:00.0: NVIDIA GM204 (124180a1)
[    1.227725] nouveau 0000:01:00.0: bios: version 84.04.7b.00.0b
[    1.230689] nouveau 0000:01:00.0: gr: using external firmware
[    1.230699] nouveau 0000:01:00.0: Direct firmware load for nvidia/gm204/fecs_inst.bin failed with error -2
[    1.230701] nouveau 0000:01:00.0: gr: failed to load fecs_inst
[    1.230742] nouveau 0000:01:00.0: disp: dcb 6 type 8 unknown
[    1.232965] nouveau 0000:01:00.0: fb: 3072 MiB GDDR5
[    1.235260] [TTM] Zone  kernel: Available graphics memory: 8184830 kiB
[    1.235261] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    1.235262] [TTM] Initializing pool allocator
[    1.235265] [TTM] Initializing DMA pool allocator
[    1.235271] nouveau 0000:01:00.0: DRM: VRAM: 3072 MiB
[    1.235288] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[    1.235290] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    1.235291] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    1.235292] nouveau 0000:01:00.0: DRM: DCB outp 00: 02800f76 04410020
[    1.235293] nouveau 0000:01:00.0: DRM: DCB outp 01: 04011f96 04400020
[    1.235294] nouveau 0000:01:00.0: DRM: DCB outp 02: 04011f92 00020020
[    1.235295] nouveau 0000:01:00.0: DRM: DCB outp 03: 04022f82 00020010
[    1.235296] nouveau 0000:01:00.0: DRM: DCB outp 04: 02033f66 04400010
[    1.235297] nouveau 0000:01:00.0: DRM: DCB outp 05: 02033f62 00020010
[    1.235298] nouveau 0000:01:00.0: DRM: DCB outp 06: 01d44ff8 00000000
[    1.235299] nouveau 0000:01:00.0: DRM: DCB conn 00: 08020047
[    1.235299] nouveau 0000:01:00.0: DRM: DCB conn 01: 02000146
[    1.235300] nouveau 0000:01:00.0: DRM: DCB conn 02: 01000261
[    1.235301] nouveau 0000:01:00.0: DRM: DCB conn 03: 00010346
[    1.235302] nouveau 0000:01:00.0: DRM: DCB conn 04: 00000470
[    1.235303] nouveau 0000:01:00.0: DRM: Pointer to flat panel table invalid
[    1.247191] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.247243] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.248405] ata1.00: ATA-8: HGST HTS721010A9E630, JB0OA3J0, max UDMA/133
[    1.248407] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.248875] ata2.00: ATAPI: MATSHITABD-CMB UJ172 S, 1.00, max UDMA/133
[    1.249766] ata1.00: configured for UDMA/133
[    1.250199] ata2.00: configured for UDMA/133
[    1.250316] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS721010A9 A3J0 PQ: 0 ANSI: 5
[    1.251013] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.251048] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.251050] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.251722] sd 0:0:0:0: [sda] Write Protect is off
[    1.251725] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.251917] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.252790] scsi 1:0:0:0: CD-ROM            MATSHITA BD-CMB UJ172 S   1.00 PQ: 0 ANSI: 5
[    1.263564] usb 1-1: New USB device found, idVendor=0461, idProduct=4d99
[    1.263566] usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    1.263567] usb 1-1: Product: Asus gaming Mouse (G112)
[    1.263701] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    1.264299] nouveau 0000:01:00.0: DRM: unknown connector type 70
[    1.264363] nouveau 0000:01:00.0: DRM: failed to create encoder 1/8/0: -19
[    1.264364] nouveau 0000:01:00.0: DRM: Unknown-1 has no encoders, removing
[    1.264381] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.264382] [drm] Driver supports precise vblank timestamp query.
[    1.268038] usbcore: registered new interface driver usbhid
[    1.268039] usbhid: USB HID core driver
[    1.269995] input: Asus gaming Mouse (G112) as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4D99.0001/input/input5
[    1.270475] hid-generic 0003:0461:4D99.0001: input,hidraw0: USB HID v1.11 Mouse [Asus gaming Mouse (G112)] on usb-0000:00:14.0-1/input0
[    1.273163] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.273165] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.273436] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.273664] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.314542]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    1.316237] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.431150] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[    1.514327] random: nonblocking pool is initialized
[    1.549007] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    1.678142] usb 1-4: New USB device found, idVendor=04f2, idProduct=b414
[    1.678144] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.678146] usb 1-4: Product: USB2.0 HD UVC WebCam
[    1.678147] usb 1-4: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.678148] usb 1-4: SerialNumber: 0x0001
[    1.747321] nouveau 0000:01:00.0: DRM: allocated 1920x1080 fb: 0x60000, bo ffff8804ad365000
[    1.747336] tsc: Refined TSC clocksource calibration: 2591.997 MHz
[    1.747337] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb41266b, max_idle_ns: 440795324830 ns
[    1.747545] fbcon: nouveaufb (fb0) is primary device
[    1.747604] Console: switching to colour frame buffer device 240x67
[    1.747621] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[    1.763176] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[    1.794964] usb 1-8: new full-speed USB device number 4 using xhci_hcd
[    2.002733] usb 1-8: New USB device found, idVendor=0b05, idProduct=1819
[    2.002735] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.002737] usb 1-8: Product: ASUS HID Device 
[    2.002738] usb 1-8: Manufacturer: ASUS Tech Inc.
[    2.011342] input: ASUS Tech Inc. ASUS HID Device  as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1819.0002/input/input6
[    2.067524] hid-generic 0003:0B05:1819.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [ASUS Tech Inc. ASUS HID Device ] on usb-0000:00:14.0-8/input0
[    2.075100] input: ASUS Tech Inc. ASUS HID Device  as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1819.0003/input/input7
[    2.075604] hid-generic 0003:0B05:1819.0003: input,hidraw2: USB HID v1.10 Mouse [ASUS Tech Inc. ASUS HID Device ] on usb-0000:00:14.0-8/input1
[    2.187130] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[    2.197890] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[    2.270351] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    2.270479] systemd[1]: Detected architecture x86-64.
[    2.270592] systemd[1]: Set hostname to <benoit-asusG752>.
[    2.320760] usb 1-9: New USB device found, idVendor=8087, idProduct=0a2a
[    2.320763] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.338071] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.338155] systemd[1]: Reached target User and Group Name Lookups.
[    2.338291] systemd[1]: Created slice System Slice.
[    2.338387] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.338452] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.338522] systemd[1]: Listening on Syslog Socket.
[    2.338588] systemd[1]: Listening on udev Control Socket.
[    2.338687] systemd[1]: Created slice User and Session Slice.
[    2.338727] systemd[1]: Reached target Slices.
[    2.338876] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.339213] systemd[1]: Reached target Remote File Systems (Pre).
[    2.339395] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.339502] systemd[1]: Listening on udev Kernel Socket.
[    2.339560] systemd[1]: Listening on Journal Socket.
[    2.363085] systemd[1]: Mounting Debug File System...
[    2.363640] systemd[1]: Mounting POSIX Message Queue File System...
[    2.364699] systemd[1]: Starting Load Kernel Modules...
[    2.365172] systemd[1]: Mounting Huge Pages File System...
[    2.365650] systemd[1]: Starting Uncomplicated firewall...
[    2.366193] systemd[1]: Starting Set console keymap...
[    2.366333] systemd[1]: Reached target Encrypted Volumes.
[    2.367244] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.367368] systemd[1]: Listening on Journal Audit Socket.
[    2.367547] systemd[1]: Reached target Remote File Systems.
[    2.367672] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.368157] systemd[1]: Starting Journal Service...
[    2.369477] systemd[1]: Mounted Debug File System.
[    2.369550] systemd[1]: Mounted Huge Pages File System.
[    2.369597] systemd[1]: Mounted POSIX Message Queue File System.
[    2.370256] systemd[1]: Started Uncomplicated firewall.
[    2.370681] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    2.374602] lp: driver loaded but no devices found
[    2.378247] ppdev: user-space parallel port driver
[    2.384411] systemd[1]: Started Load Kernel Modules.
[    2.391646] systemd[1]: Started Set console keymap.
[    2.398580] systemd[1]: Starting Apply Kernel Variables...
[    2.399385] systemd[1]: Mounting FUSE Control File System...
[    2.399890] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.400988] systemd[1]: Mounted FUSE Control File System.
[    2.402552] systemd[1]: Started Apply Kernel Variables.
[    2.409077] systemd[1]: Started Create Static Device Nodes in /dev.
[    2.411479] systemd[1]: Starting udev Kernel Device Manager...
[    2.434197] systemd[1]: Started udev Kernel Device Manager.
[    2.435317] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.443734] EXT4-fs (nvme0n1p5): re-mounted. Opts: errors=remount-ro
[    2.444499] systemd[1]: Started Remount Root and Kernel File Systems.
[    2.445364] systemd[1]: Starting udev Coldplug all Devices...
[    2.445484] systemd[1]: Reached target Local File Systems (Pre).
[    2.447406] systemd[1]: Started Journal Service.
[    2.491035] usb 1-10: new full-speed USB device number 6 using xhci_hcd
[    2.502761] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[    2.502768] tpm_crb: probe of MSFT0101:00 failed with error -16
[    2.515496] Bluetooth: Core ver 2.21
[    2.515507] NET: Registered protocol family 31
[    2.515508] Bluetooth: HCI device and connection manager initialized
[    2.515511] Bluetooth: HCI socket layer initialized
[    2.515513] Bluetooth: L2CAP socket layer initialized
[    2.515517] Bluetooth: SCO socket layer initialized
[    2.522069] Bluetooth: HCI UART driver ver 2.3
[    2.522071] Bluetooth: HCI UART protocol H4 registered
[    2.522072] Bluetooth: HCI UART protocol BCSP registered
[    2.522072] Bluetooth: HCI UART protocol LL registered
[    2.522073] Bluetooth: HCI UART protocol ATH3K registered
[    2.522074] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.522091] Bluetooth: HCI UART protocol Intel registered
[    2.522099] Bluetooth: HCI UART protocol BCM registered
[    2.522099] Bluetooth: HCI UART protocol QCA registered
[    2.541895] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.575188] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    2.583313] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    2.591940] Intel(R) Wireless WiFi driver for Linux
[    2.591942] Copyright(c) 2003- 2015 Intel Corporation
[    2.594866] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-19.ucode failed with error -2
[    2.594886] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-18.ucode failed with error -2
[    2.595215] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-17.ucode failed with error -2
[    2.596428] iwlwifi 0000:02:00.0: Unsupported splx structure
[    2.597277] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[    2.615284] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    2.616844] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    2.620839] AVX2 version of gcm_enc/dec engaged.
[    2.620841] AES CTR mode by8 optimization enabled
[    2.623874] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[    2.624615] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    2.625727] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    2.625796] usb 1-10: New USB device found, idVendor=0b05, idProduct=1822
[    2.625799] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.625800] usb 1-10: Product: Ghost Key Elimiantion Keyboard
[    2.625802] usb 1-10: Manufacturer: Sunrex/JME
[    2.627118] input: Sunrex/JME Ghost Key Elimiantion Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:0B05:1822.0004/input/input8
[    2.638628] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.645762] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.645769] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.667394] EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Opts: (null)
[    2.683540] hid-generic 0003:0B05:1822.0004: input,hidraw3: USB HID v1.11 Keyboard [Sunrex/JME Ghost Key Elimiantion Keyboard] on usb-0000:00:14.0-10/input0
[    2.684829] input: Sunrex/JME Ghost Key Elimiantion Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1822.0005/input/input9
[    2.702794] intel_rapl: Found RAPL domain package
[    2.702802] intel_rapl: Found RAPL domain core
[    2.702805] intel_rapl: Found RAPL domain dram
[    2.708270] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    2.715132] snd_hda_intel 0000:00:1f.3: failed to add i915_bpo component master (-19)
[    2.719915] asus_wmi: ASUS WMI generic driver loaded
[    2.722865] asus_wmi: Initialization: 0x1
[    2.724304] asus_wmi: BIOS WMI version: 7.9
[    2.724351] asus_wmi: SFUN value: 0xa0077
[    2.730526] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
[    2.735429] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC668: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:line
[    2.735432] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=2 (0x14/0x1a/0x0/0x0/0x0)
[    2.735433] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.735434] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.735435] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    2.735436] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.735437] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    2.735438] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    2.741198] hid-generic 0003:0B05:1822.0005: input,hiddev0,hidraw4: USB HID v1.11 Device [Sunrex/JME Ghost Key Elimiantion Keyboard] on usb-0000:00:14.0-10/input1
[    2.747168] clocksource: Switched to clocksource tsc
[    2.749412] asus_wmi: Number of fans: 1
[    2.752546] usbcore: registered new interface driver btusb
[    2.754598] media: Linux media interface: v0.10
[    2.758879] Linux video capture interface: v2.00
[    2.761595] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    2.766772] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b414)
[    2.769424] Bluetooth: hci0: read Intel version: 370810011003110e23
[    2.769427] Bluetooth: hci0: Intel device is already patched. patch num: 23
[    2.772666] input: USB2.0 HD UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input11
[    2.772732] usbcore: registered new interface driver uvcvideo
[    2.772733] USB Video Class driver (1.1.1)
[    2.795169] cfg80211: World regulatory domain updated:
[    2.795171] cfg80211:  DFS Master region: unset
[    2.795172] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    2.795173] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    2.795175] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    2.795175] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    2.795177] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    2.795178] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    2.795179] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    2.795180] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    2.795180] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    2.839043] i2c-ELAN1000:00 supply vcc not found, using dummy regulator
[    3.115560] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    3.115612] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[    3.115669] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    3.153106] input: Elan Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-21/i2c-ELAN1000:00/input/input15
[    3.715962] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    3.744132] systemd-journald[275]: Received request to flush runtime journal from PID 1
[    3.754424] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    3.754486] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    4.020952] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.914001] Adding 10242044k swap on /dev/sda5.  Priority:-1 extents:1 across:10242044k FS
[    5.250394] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    5.448015] audit: type=1400 audit(1474459759.095:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=782 comm="apparmor_parser"
[    5.448072] audit: type=1400 audit(1474459759.095:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=780 comm="apparmor_parser"
[    5.448787] audit: type=1400 audit(1474459759.095:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=774 comm="apparmor_parser"
[    5.448793] audit: type=1400 audit(1474459759.095:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=774 comm="apparmor_parser"
[    5.449150] audit: type=1400 audit(1474459759.095:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=781 comm="apparmor_parser"
[    5.449157] audit: type=1400 audit(1474459759.095:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=781 comm="apparmor_parser"
[    5.449161] audit: type=1400 audit(1474459759.095:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=781 comm="apparmor_parser"
[    5.449321] audit: type=1400 audit(1474459759.095:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=779 comm="apparmor_parser"
[    5.449580] audit: type=1400 audit(1474459759.095:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=775 comm="apparmor_parser"
[    5.499566] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.499568] Bluetooth: BNEP filters: protocol multicast
[    5.499571] Bluetooth: BNEP socket layer initialized
[    5.660726] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    5.661140] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    5.661697] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    5.724965] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    5.726269] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    5.756390] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    5.770836] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    5.789150] r8169 0000:03:00.0 enp3s0: link down
[    5.789152] r8169 0000:03:00.0 enp3s0: link down
[    5.789233] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    5.946570] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    6.445205] nouveau 0000:01:00.0: disp: 0x637a[0]: unknown dp condition 0x07
[    8.754611] r8169 0000:03:00.0 enp3s0: link up
[    8.754618] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   10.874139] Bluetooth: RFCOMM TTY layer initialized
[   10.874145] Bluetooth: RFCOMM socket layer initialized
[   10.874148] Bluetooth: RFCOMM ver 1.11

Hors ligne

#4 Le 22/09/2016, à 07:27

malbo

Re : Installation / ubuntu 16.04 dual boot windows 10 / Asus G752VT GC040T

malbo a écrit :

Peux-tu confirmer qu'il s'agit bien de "LCM launch" ? Je crois que c'est la première fois que je vois ce paramètre.... Si c'est bien ça, qu'est-ce que c'est que ce paramètre ?

Tu n'as pas répondu à cette question. J'ai repris mes recherches mais je ne trouve toujours pas. Je suppose que tu voulais écrire "Launch CSM".

Par ailleurs, ton Boot-Info dont tu as indiqué le lien dans le post #1 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.
 => Windows 2000/XP/2003 is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

sda3: __________________________________________________________________________

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

sda4: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

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

sda7: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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 1,953,525,167 1,953,525,167  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1                 2,048   409,602,047   409,600,000 Data partition (Windows/Linux)
/dev/sda2           409,602,048   819,202,047   409,600,000 Data partition (Windows/Linux)
/dev/sda3           819,202,048 1,072,713,727   253,511,680 Data partition (Windows/Linux)
/dev/sda4         1,093,195,776 1,933,039,615   839,843,840 Data partition (Linux)
/dev/sda5         1,933,039,616 1,953,523,711    20,484,096 Swap partition (Linux)
/dev/sda6         1,072,713,728 1,082,478,591     9,764,864 Data partition (Linux)
/dev/sda7         1,082,478,592 1,093,195,775    10,717,184 Data partition (Linux)

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

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                  63   976,768,064   976,768,002   7 NTFS / exFAT / HPFS


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/nvme0n1                                                       
/dev/nvme0n1p1   E276-2AC8                              vfat       SYSTEM
/dev/nvme0n1p2                                                     
/dev/nvme0n1p3   70AC7819AC77D7D4                       ntfs       OS
/dev/nvme0n1p4   66CEDB23CEDAE9F7                       ntfs       RECOVERY
/dev/nvme0n1p5   606d23d8-9b4c-4c1c-80db-21096f8df58a   ext4       
/dev/nvme0n1p6   3695e822-05ec-4282-a80f-20a706b47507   ext4       
/dev/sda1        BAB2E6E6B2E6A65B                       ntfs       Donnees_windows
/dev/sda2        EEB67171B6713AE3                       ntfs       Musique
/dev/sda3        7E46851C4684D5F5                       ntfs       Photo
/dev/sda4        e2d7771e-4eb0-4966-9a36-babc8f8c0807   ext4       
/dev/sda5        57525e53-3a14-49a1-904f-0acc7b81bd0c   swap       
/dev/sda6        10f74783-bc98-45cf-8a26-7c701c2da49c   ext4       
/dev/sda7        e91aa03b-2c0d-4bc3-a9ad-30630a3ab9d9   ext4       
/dev/sdb1        3624819C2481602B                       ntfs       WD_500

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

total 0
lrwxrwxrwx 1 root root  9 Sep 21 15:49 ata-HGST_HTS721010A9E630_JS10006206TB2T -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 21 15:49 ata-HGST_HTS721010A9E630_JS10006206TB2T-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Sep 21 15:49 ata-HGST_HTS721010A9E630_JS10006206TB2T-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 21 15:49 ata-HGST_HTS721010A9E630_JS10006206TB2T-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Sep 21 15:49 ata-HGST_HTS721010A9E630_JS10006206TB2T-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Sep 21 15:49 ata-HGST_HTS721010A9E630_JS10006206TB2T-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Sep 21 15:49 ata-HGST_HTS721010A9E630_JS10006206TB2T-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 21 15:49 ata-HGST_HTS721010A9E630_JS10006206TB2T-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Sep 21 15:22 ata-MATSHITABD-CMB_UJ172_S_WQ96_162157 -> ../../sr0
lrwxrwxrwx 1 root root  9 Sep 21 15:49 ata-WDC_WD5000BEVT-11ZAT0_WD-WXNY08KVN290 -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 21 15:49 ata-WDC_WD5000BEVT-11ZAT0_WD-WXNY08KVN290-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Sep 21 15:49 wwn-0x5000cca836c315a9 -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 21 15:49 wwn-0x5000cca836c315a9-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Sep 21 15:49 wwn-0x5000cca836c315a9-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 21 15:49 wwn-0x5000cca836c315a9-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Sep 21 15:49 wwn-0x5000cca836c315a9-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Sep 21 15:49 wwn-0x5000cca836c315a9-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Sep 21 15:49 wwn-0x5000cca836c315a9-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 21 15:49 wwn-0x5000cca836c315a9-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Sep 21 15:49 wwn-0x50014ee202547cfb -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 21 15:49 wwn-0x50014ee202547cfb-part1 -> ../../sdb1

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

Device           Mount_Point              Type       Options

/dev/nvme0n1p1   /boot/efi                vfat       (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/nvme0n1p5   /                        ext4       (rw,noatime,errors=remount-ro,data=ordered)
/dev/nvme0n1p6   /mnt/programme           ext4       (rw,noatime,data=ordered)
/dev/sda1        /mnt/donnees_windows     fuseblk    (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sda2        /mnt/musique             fuseblk    (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sda3        /mnt/photo               fuseblk    (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sda4        /home                    ext4       (rw,relatime,data=ordered)
/dev/sda6        /tmp                     ext4       (rw,relatime,data=ordered)
/dev/sda7        /var                     ext4       (rw,relatime,data=ordered)
/dev/sdb1        /media/benoit/WD_500     fuseblk    (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)



ADDITIONAL INFORMATION :
=================== log of boot-info 2016-09-21__15h49 ===================
boot-info version : 4ppa38
boot-sav version : 4ppa38
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa38
boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=606d23d8-9b4c-4c1c-80db-21096f8df58a ro quiet splash vt.handoff=7
nvme0n1 (sda) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com
nvme0n1 (sda) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com
mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
mount /dev/nvme0n1 : Error code 32
mount -r /dev/nvme0n1 /mnt/boot-sav/nvme0n1
mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
mount -r /dev/nvme0n1 : Error code 32

=================== os-prober:
/dev/nvme0n1p5:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
/dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi

=================== blkid:
/dev/nvme0n1p1: LABEL="SYSTEM" UUID="E276-2AC8" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="6ca42cd7-6b12-4e96-b487-0c4998766e8c"
/dev/nvme0n1p3: LABEL="OS" UUID="70AC7819AC77D7D4" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="629ee2b7-e90f-4005-bbf7-e076e1874cd2"
/dev/nvme0n1p4: LABEL="RECOVERY" UUID="66CEDB23CEDAE9F7" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="937ea41f-ff6f-4a9e-9505-66590b62b8d7"
/dev/nvme0n1p5: UUID="606d23d8-9b4c-4c1c-80db-21096f8df58a" TYPE="ext4" PARTUUID="e0ee6913-e1b1-4ec9-9a61-0ac1646e7840"
/dev/nvme0n1p6: UUID="3695e822-05ec-4282-a80f-20a706b47507" TYPE="ext4" PARTUUID="baeae73d-45ca-4e6f-8438-ecbb11c69819"
/dev/sda1: LABEL="Donnees_windows" UUID="BAB2E6E6B2E6A65B" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="ad69fc05-486f-4fac-8853-82247f1ee58b"
/dev/sda2: LABEL="Musique" UUID="EEB67171B6713AE3" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="fbd78ee6-df0e-4f78-826b-387a606fb19a"
/dev/sda3: LABEL="Photo" UUID="7E46851C4684D5F5" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="183f9d58-e1ad-4b57-bf6d-d9da86284537"
/dev/sda4: UUID="e2d7771e-4eb0-4966-9a36-babc8f8c0807" TYPE="ext4" PARTUUID="ece62d09-e9c0-4754-8717-54119eab35d3"
/dev/sda5: UUID="57525e53-3a14-49a1-904f-0acc7b81bd0c" TYPE="swap" PARTUUID="9e4a2efa-85e5-4c81-af21-30a76a500d45"
/dev/sda6: UUID="10f74783-bc98-45cf-8a26-7c701c2da49c" TYPE="ext4" PARTUUID="33a7f6ff-c7ff-4434-a98a-4949e9134c11"
/dev/sda7: UUID="e91aa03b-2c0d-4bc3-a9ad-30630a3ab9d9" TYPE="ext4" PARTUUID="9c0e5e12-af2c-40aa-9176-888273fe4329"
/dev/sdb1: LABEL="WD_500" UUID="3624819C2481602B" TYPE="ntfs" PARTUUID="44fdfe06-01"
/dev/nvme0n1: PTUUID="310c19c1-f32f-4e7f-9ab6-34ceaed2a3e0" PTTYPE="gpt"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="dad17d6f-292d-4b77-b64f-4c202b831cf7"


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

mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
mount /dev/nvme0n1 : Error code 32
mount -r /dev/nvme0n1 /mnt/boot-sav/nvme0n1
mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
mount -r /dev/nvme0n1 : Error code 32
Windows not detected by os-prober on nvme0n1p3.

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




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

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

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

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

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

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

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

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

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



/boot/efi detected in the fstab of nvme0n1p5: UUID=E276-2AC8   (nvme0n1p1)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0002,0005,0000
Boot0000* Windows Boot Manager	VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0001* ubuntu	HD(1,GPT,6ca42cd7-6b12-4e96-b487-0c4998766e8c,0x800,0x82000)/File(EFIUBUNTUSHIMX64.EFI)
Boot0002* Windows Boot Manager	HD(1,GPT,6ca42cd7-6b12-4e96-b487-0c4998766e8c,0x800,0x82000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0005* ubuntu	HD(1,GPT,6ca42cd7-6b12-4e96-b487-0c4998766e8c,0x800,0x82000)/File(EFIUBUNTUGRUBX64.EFI)..BO

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


=================== PARTITIONS & DISKS:
nvme0n1p5	: nvme0n1,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	.
nvme0n1p1	: nvme0n1,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-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,	/boot/efi.
nvme0n1p3	: nvme0n1,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/nvme0n1p3.
nvme0n1p4	: nvme0n1,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/nvme0n1p4.
nvme0n1p6	: nvme0n1,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/programme.
sda1	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/donnees_windows.
sda2	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/musique.
sda3	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/photo.
sda4	: sda,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/home.
sda6	: sda,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/tmp.
sda7	: sda,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/var.
sdb1	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/media/benoit/WD_500.
nvme0n1	: sda,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/nvme0n1.

nvme0n1	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	has-os,	2048 sectors * 512 bytes
sda	: GPT,	no-BIOS_boot,	has-no-EFIpart, 	not-usb,	no-os,	2048 sectors * 512 bytes
sdb	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	no-os,	63 sectors * 512 bytes


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

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

Number  Start   End     Size    File system     Name                  Flags
1      1049kB  210GB   210GB   ntfs            Basic data partition  msftdata
2      210GB   419GB   210GB   ntfs            Basic data partition  msftdata
3      419GB   549GB   130GB   ntfs            Basic data partition  msftdata
6      549GB   554GB   5000MB  ext4
7      554GB   560GB   5487MB  ext4
4      560GB   990GB   430GB   ext4
5      990GB   1000GB  10.5GB  linux-swap(v1)


Model: WD 5000BEV External (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End    Size   Type     File system  Flags
1      32.3kB  500GB  500GB  primary  ntfs


Model: Unknown (unknown)
Disk /dev/nvme0n1: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start   End    Size    File system  Name                          Flags
1      1049kB  274MB  273MB   fat32        EFI system partition          boot, esp
2      274MB   290MB  16.8MB               Microsoft reserved partition  msftres
3      290MB   134GB  134GB   ntfs         Basic data partition          msftdata
5      134GB   174GB  40.0GB  ext4
6      174GB   256GB  81.6GB  ext4
4      256GB   256GB  523MB   ntfs         Basic data partition          hidden, diag

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

BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS721010A9:;
1:1049kB:210GB:210GB:ntfs:Basic data partition:msftdata;
2:210GB:419GB:210GB:ntfs:Basic data partition:msftdata;
3:419GB:549GB:130GB:ntfs:Basic data partition:msftdata;
6:549GB:554GB:5000MB:ext4::;
7:554GB:560GB:5487MB:ext4::;
4:560GB:990GB:430GB:ext4::;
5:990GB:1000GB:10.5GB:linux-swap(v1)::;

BYT;
/dev/sdb:500GB:scsi:512:512:msdos:WD 5000BEV External:;
1:32.3kB:500GB:500GB:ntfs::;

BYT;
/dev/nvme0n1:256GB:unknown:512:512:gpt:Unknown:;
1:1049kB:274MB:273MB:fat32:EFI system partition:boot, esp;
2:274MB:290MB:16.8MB::Microsoft reserved partition:msftres;
3:290MB:134GB:134GB:ntfs:Basic data partition:msftdata;
5:134GB:174GB:40.0GB:ext4::;
6:174GB:256GB:81.6GB:ext4: :;
4:256GB:256GB:523MB:ntfs:Basic data partition:hidden, diag;

=================== lsblk:
KNAME     TYPE FSTYPE   SIZE LABEL
sda       disk        931,5G
sda1      part ntfs   195,3G Donnees_windows
sda2      part ntfs   195,3G Musique
sda3      part ntfs   120,9G Photo
sda4      part ext4   400,5G
sda5      part swap     9,8G
sda6      part ext4     4,7G
sda7      part ext4     5,1G
sdb       disk        465,8G
sdb1      part ntfs   465,8G WD_500
sr0       rom          1024M
nvme0n1   disk        238,5G
nvme0n1p1 part vfat     260M SYSTEM
nvme0n1p2 part           16M
nvme0n1p3 part ntfs   124,5G OS
nvme0n1p4 part ntfs     499M RECOVERY
nvme0n1p5 part ext4    37,3G
nvme0n1p6 part ext4      76G

KNAME     ROTA RO RM STATE   MOUNTPOINT
sda          1  0  0 running
sda1         1  0  0         /mnt/donnees_windows
sda2         1  0  0         /mnt/musique
sda3         1  0  0         /mnt/photo
sda4         1  0  0         /home
sda5         1  0  0         [SWAP]
sda6         1  0  0         /tmp
sda7         1  0  0         /var
sdb          1  0  0 running
sdb1         1  0  0         /media/benoit/WD_500
sr0          1  0  1 running
nvme0n1      0  0  0
nvme0n1p1    0  0  0         /boot/efi
nvme0n1p2    0  0  0
nvme0n1p3    0  0  0         /mnt/boot-sav/nvme0n1p3
nvme0n1p4    0  0  0         /mnt/boot-sav/nvme0n1p4
nvme0n1p5    0  0  0         /
nvme0n1p6    0  0  0         /mnt/programme


=================== 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=8165568k,nr_inodes=2041392,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=1636968k,mode=755)
/dev/nvme0n1p5 on / type ext4 (rw,noatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/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=27,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)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/nvme0n1p6 on /mnt/programme type ext4 (rw,noatime,data=ordered)
/dev/sda7 on /var type ext4 (rw,relatime,data=ordered)
/dev/sda6 on /tmp type ext4 (rw,relatime,data=ordered)
/dev/sda2 on /mnt/musique type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sda1 on /mnt/donnees_windows type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sda4 on /home type ext4 (rw,relatime,data=ordered)
/dev/sda3 on /mnt/photo type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1636968k,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/sdb1 on /media/benoit/WD_500 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
/dev/nvme0n1p3 on /mnt/boot-sav/nvme0n1p3 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/nvme0n1p4 on /mnt/boot-sav/nvme0n1p4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/nvme0n1 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range holders inflight integrity mq nsid nvme0n1p1 nvme0n1p2 nvme0n1p3 nvme0n1p4 nvme0n1p5 nvme0n1p6 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 sda4 sda5 sda6 sda7 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  acpi_thermal_rel autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-19 i2c-2 i2c-20 i2c-21 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null nvme0 nvme0n1 nvme0n1p1 nvme0n1p2 nvme0n1p3 nvme0n1p4 nvme0n1p5 nvme0n1p6 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type

=================== hexdump -n512 -C /dev/nvme0n1p1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 fe 1b  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 20 08 00 01 02 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 c8 2a 76 e2 4e  4f 20 4e 41 4d 45 20 20  |..).*v.NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 56 40 88 4e 02 8a 56  |{......|.V@.N..V|
00000070  40 b4 41 bb aa 55 cd 13  72 10 81 fb 55 aa 75 0a  |@.A..U..r...U.u.|
00000080  f6 c1 01 74 05 fe 46 02  eb 2d 8a 56 40 b4 08 cd  |...t..F..-.V@...|
00000090  13 73 05 b9 ff ff 8a f1  66 0f b6 c6 40 66 0f b6  |.s......f...@f..|
000000a0  d1 80 e2 3f f7 e2 86 cd  c0 ed 06 41 66 0f b7 c9  |...?.......Af...|
000000b0  66 f7 e1 66 89 46 f8 83  7e 16 00 75 39 83 7e 2a  |f..f.F..~..u9.~*|
000000c0  00 77 33 66 8b 46 1c 66  83 c0 0c bb 00 80 b9 01  |.w3f.F.f........|
000000d0  00 e8 2c 00 e9 a8 03 a1  f8 7d 80 c4 7c 8b f0 ac  |..,......}..|...|
000000e0  84 c0 74 17 3c ff 74 09  b4 0e bb 07 00 cd 10 eb  |..t.<.t.........|
000000f0  ee a1 fa 7d eb e4 a1 7d  80 eb df 98 cd 16 cd 19  |...}...}........|
00000100  66 60 80 7e 02 00 0f 84  20 00 66 6a 00 66 50 06  |f`.~.... .fj.fP.|
00000110  53 66 68 10 00 01 00 b4  42 8a 56 40 8b f4 cd 13  |Sfh.....B.V@....|
00000120  66 58 66 58 66 58 66 58  eb 33 66 3b 46 f8 72 03  |fXfXfXfX.3f;F.r.|
00000130  f9 eb 2a 66 33 d2 66 0f  b7 4e 18 66 f7 f1 fe c2  |..*f3.f..N.f....|
00000140  8a ca 66 8b d0 66 c1 ea  10 f7 76 1a 86 d6 8a 56  |..f..f....v....V|
00000150  40 8a e8 c0 e4 06 0a cc  b8 01 02 cd 13 66 61 0f  |@............fa.|
00000160  82 74 ff 81 c3 00 02 66  40 49 75 94 c3 42 4f 4f  |.t.....f@Iu..BOO|
00000170  54 4d 47 52 20 20 20 20  00 00 00 00 00 00 00 00  |TMGR    ........|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 44 69  |..............Di|
000001b0  73 6b 20 65 72 72 6f 72  ff 0d 0a 50 72 65 73 73  |sk error...Press|
000001c0  20 61 6e 79 20 6b 65 79  20 74 6f 20 72 65 73 74  | any key to rest|
000001d0  61 72 74 0d 0a 00 00 00  00 00 00 00 00 00 00 00  |art.............|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  ac 01 b9 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/nvme0n1p3
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 a8 08 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 0f 90 0f 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  d4 d7 77 ac 19 78 ac 70  |..........w..x.p|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/nvme0n1p4
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 98 bf 1d  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 97 0f 00 00 00 00 00  |................|
00000030  55 a6 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |U...............|
00000040  f6 00 00 00 01 00 00 00  f7 e9 da ce 23 db ce 66  |............#..f|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/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  ff ff 69 18 00 00 00 00  |..........i.....|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  5b a6 e6 b2 e6 e6 b2 ba  |........[.......|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65  |............Erre|
00000190  75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75  |ur lecture disqu|
000001a0  65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70  |e...BOOTMGR comp|
000001b0  72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74  |ress....Ctrl+Alt|
000001c0  2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82  |+Suppr pour red.|
000001d0  6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a  |marrer...start..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda2
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 6a 18  |........?.....j.|
00000020  00 00 00 00 80 00 80 00  ff ff 69 18 00 00 00 00  |..........i.....|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  e3 3a 71 b6 71 71 b6 ee  |.........:q.qq..|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65  |............Erre|
00000190  75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75  |ur lecture disqu|
000001a0  65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70  |e...BOOTMGR comp|
000001b0  72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74  |ress....Ctrl+Alt|
000001c0  2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82  |+Suppr pour red.|
000001d0  6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a  |marrer...start..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda3
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 d4 30  |........?......0|
00000020  00 00 00 00 80 00 80 00  ff 47 1c 0f 00 00 00 00  |.........G......|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  f5 d5 84 46 1c 85 46 7e  |...........F..F~|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65  |............Erre|
00000190  75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75  |ur lecture disqu|
000001a0  65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70  |e...BOOTMGR comp|
000001b0  72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74  |ress....Ctrl+Alt|
000001c0  2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82  |+Suppr pour red.|
000001d0  6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a  |marrer...start..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sdb1
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 3f 00 00 00  |........?...?...|
00000020  00 00 00 00 80 00 80 00  01 4c 38 3a 00 00 00 00  |.........L8:....|
00000030  00 00 0c 00 00 00 00 00  c0 84 a3 03 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  2b 60 81 24 9c 81 24 36  |........+`.$..$6|
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 d2 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  40 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |@.+.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 e9 6a 01  |U...h..fa.....j.|
00000110  90 90 66 60 1e 06 66 a1  11 00 66 03 06 1c 00 1e  |..f`..f...f.....|
00000120  66 68 00 00 00 00 66 50  06 53 68 01 00 68 10 00  |fh....fP.Sh..h..|
00000130  b4 42 8a 16 0e 00 16 1f  8b f4 cd 13 66 59 5b 5a  |.B..........fY[Z|
00000140  66 59 66 59 1f 0f 82 16  00 66 ff 06 11 00 03 16  |fYfY.....f......|
00000150  0f 00 8e c2 ff 0e 16 00  75 bc 07 1f 66 61 c3 a0  |........u...fa..|
00000160  f8 01 e8 08 00 a0 fb 01  e8 02 00 eb fe b4 01 8b  |................|
00000170  f0 ac 3c 00 74 09 b4 0e  bb 07 00 cd 10 eb f2 c3  |..<.t...........|
00000180  0d 0a 45 72 72 65 75 72  20 6c 65 63 74 75 72 65  |..Erreur lecture|
00000190  20 64 69 73 71 75 65 00  0d 0a 42 4f 4f 54 4d 47  | disque...BOOTMG|
000001a0  52 20 61 62 73 65 6e 74  00 0d 0a 42 4f 4f 54 4d  |R absent...BOOTM|
000001b0  47 52 20 63 6f 6d 70 72  65 73 73 82 00 0d 0a 43  |GR compress....C|
000001c0  74 72 6c 2b 41 6c 74 2b  53 75 70 70 72 20 70 6f  |trl+Alt+Suppr po|
000001d0  75 72 20 72 65 64 82 6d  61 72 72 65 72 0d 0a 00  |ur red.marrer...|
000001e0  6f 20 72 65 73 74 61 72  74 0d 0a 00 00 00 00 00  |o restart.......|
000001f0  00 00 00 00 00 00 00 00  80 98 a9 bd 00 00 55 aa  |..............U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  7.8G     0  7.8G   0% /dev
tmpfs          tmpfs     1.6G  9.7M  1.6G   1% /run
/dev/nvme0n1p5 ext4       37G  5.5G   30G  16% /
tmpfs          tmpfs     7.9G  5.0M  7.9G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     7.9G     0  7.9G   0% /sys/fs/cgroup
/dev/nvme0n1p1 vfat      256M   30M  227M  12% /boot/efi
/dev/nvme0n1p6 ext4       75G   52M   71G   1% /mnt/programme
/dev/sda7      ext4      5.0G  1.5G  3.3G  31% /var
/dev/sda6      ext4      4.5G  299M  4.0G   7% /tmp
/dev/sda2      fuseblk   196G  128G   69G  66% /mnt/musique
/dev/sda1      fuseblk   196G  164G   32G  84% /mnt/donnees_windows
/dev/sda4      ext4      395G  105G  270G  28% /home
/dev/sda3      fuseblk   121G   48G   74G  40% /mnt/photo
tmpfs          tmpfs     1.6G   84K  1.6G   1% /run/user/1000
/dev/sdb1      fuseblk   466G  394G   72G  85% /media/benoit/WD_500
/dev/nvme0n1p3 fuseblk   125G   91G   34G  73% /mnt/boot-sav/nvme0n1p3
/dev/nvme0n1p4 fuseblk   499M  366M  134M  74% /mnt/boot-sav/nvme0n1p4

=================== 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/nvme0n1: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 310C19C1-F32F-4E7F-9AB6-34CEAED2A3E0

Device             Start       End   Sectors   Size Type
/dev/nvme0n1p1      2048    534527    532480   260M EFI System
/dev/nvme0n1p2    534528    567295     32768    16M Microsoft reserved
/dev/nvme0n1p3    567296 261666815 261099520 124.5G Microsoft basic data
/dev/nvme0n1p4 499095552 500117503   1021952   499M Windows recovery environment
/dev/nvme0n1p5 261666816 339791871  78125056  37.3G Linux filesystem
/dev/nvme0n1p6 339793920 499095551 159301632    76G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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: 5F69577E-925E-4016-B85E-CA2884B83478

Device          Start        End   Sectors   Size Type
/dev/sda1        2048  409602047 409600000 195.3G Microsoft basic data
/dev/sda2   409602048  819202047 409600000 195.3G Microsoft basic data
/dev/sda3   819202048 1072713727 253511680 120.9G Microsoft basic data
/dev/sda4  1093195776 1933039615 839843840 400.5G Linux filesystem
/dev/sda5  1933039616 1953523711  20484096   9.8G Linux swap
/dev/sda6  1072713728 1082478591   9764864   4.7G Linux filesystem
/dev/sda7  1082478592 1093195775  10717184   5.1G Linux filesystem

Partition table entries are not in disk order.




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: 0x44fdfe06

Device     Boot Start       End   Sectors   Size Id Type
/dev/sdb1          63 976768064 976768002 465.8G  7 HPFS/NTFS/exFAT




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of nvme0n1p5, using the following options:        nvme0n1p1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    use-standard-efi-file


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

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)

Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
Si votre BIOS ne permet pas de changer l'ordre de démarrage, changez l'entrée de démarrage par défaut de l'amorceur Windows.
Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
bcdedit /set {bootmgr} path \EFI\...\grub*.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

Comme on l'a déjà vu dans d'autres cas où la technologie SSD NVMe était utilisée (par exemple ici), le Boot-Info ne sait pas afficher grub.cfg (le fichier de configuration de Grub) ni le fichier fstab. Je te prie donc de passer la commande suivante :

gedit /boot/grub/grub.cfg

Le fichier grub.cfg doit s'ouvrir dans l'éditeur de texte gedit. Je te prie de copier tout le contenu et de le coller dans ta réponse en utilisant les balises (voir ici)
Ensuite, tu passes la commande :

gedit /etc/fstab

Et tu fais pareil pour coller ça dans ta réponse.

EDIT :
je pense que tu as été effrayé par cette remarque vers la fin du Boot-Info :

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)

Ceci concerne de vieux ordis : j'ai déjà demandé au concepteur de Boot-Info de virer cette foutue remarque qui fait peur à tout le monde pour alors qu'elle ne concerne qu'une minorité de cas mais il semblait y tenir. Ne t'inquiète pas de ça.

Et au sujet des "quatre erreurs dans le dmesg", je ne sais pas si ce sont de véritables erreurs et s'il y a lieu de s'inquiéter ou pas. Peut-être que des experts qui passent par là pourront donner leur avis.

Dernière modification par malbo (Le 22/09/2016, à 08:07)

Hors ligne

#5 Le 22/09/2016, à 11:50

madrabbit05

Re : Installation / ubuntu 16.04 dual boot windows 10 / Asus G752VT GC040T

Oui désolé, c'est bien "launch CSM" (j'ai édité le post principal)
Après l'installation, activer ou désactiver cette option ne change pas grand chose (accélère un peu le démarrage si activé).

J'ai aussi rajouté le grub et fstab (ok je ne savais pas que boot-info avait un pb avec les ssd).

Hors ligne

#6 Le 22/09/2016, à 12:49

malbo

Re : Installation / ubuntu 16.04 dual boot windows 10 / Asus G752VT GC040T

madrabbit05 a écrit :

Oui désolé, c'est bien "launch CSM" (j'ai édité le post principal)
Après l'installation, activer ou désactiver cette option ne change pas grand chose (accélère un peu le démarrage si activé).

Je te conseille de laisser "launch CSM" désactivé (ce qui veut dire que le mode de compatibilité Bios est désactivé, donc seul le mode UEFI est utilisable) pour la raison suivante : si un jour tu es amené à réinstaller ton Ubuntu, tu risquerais de faire des conneries en démarrant en mode Bios sur ton support live de Ubuntu.

madrabbit05 a écrit :

je ne savais pas que boot-info avait un pb avec les ssd

Ce n'est pas avec les SSD en général que Boot-Info avec un pb : il n'a aucun pb avec un SSD SATA. Il a seulement un pb avec la techno NVMe.

EDIT : tu avais noté dans le post #1 : "Voila maintenant le seul problème que je rencontre : la carte son. Je vais créer une nouvelle discussion la dessus, demain". As-tu résolu ce problème (si oui comment) ? Sinon, je ne vois pas où tu as ouvert la "nouvelle discussion" que tu as évoquée.

Dernière modification par malbo (Le 22/09/2016, à 13:44)

Hors ligne

#7 Le 26/09/2016, à 18:42

madrabbit05

Re : Installation / ubuntu 16.04 dual boot windows 10 / Asus G752VT GC040T

Salut Malbo,

Désolé, un peu busy ces derniers temps.
Merci pour ces précisions sur csm et le ssd.

Pour le son, je cherche encore en tâtonnant (modification du fichier alsa-conf, bidouille avec hdajackretask).
Je pense que je vais craqué d'ici peu donc je reviendrai vers la communauté smile
J'ai trouvé un autre problème concernant mon portable : probleme touche raccourci

Hors ligne