Pages : 1
#1 Le 07/05/2017, à 14:53
- carabao
PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Bonjour
Les composants de ce PC étant assez récents, j'ai décidé d'installer la dernière version de (k)ubuntu: la 17.04, afin de pouvoir utiliser le nouveau kernel 4.10 et ses nouveautés.
Les caractéristiques du PC
+ Intel Core i5-7300HQ
+ 8gb
+ GPU Nvidia GTX 1050Ti GDDR5 + carte intel HD
+ SSD 256 Go + HDD 1 To
+ écran full HD 17"
+ Clavier retro-éclairé
+ Webcam
+ 2 usb3, 2 usb2, hdmi, RJ45 (Killer Ethernet E2500) , wifi AC
- Batterie non amovible
- Batterie 6 cellules (4400mah, msi est radin sur ce coup là)
- Longueur du câble allant de la prise 220v vers le chargeur, beaucoup trop courte (1m). Résolu en récupérant un câble d'un ancien chargeur (2m)
- Autonomie 2 heures MAX (carte nvidia) , Autonomie EN TEST heures MAX (carte intel HD)
bisnext (rapport à jour) : voir point 8°
1° Préambule
Il faut désactiver certaines options du bios afin d'éviter des freezes à répétition.
Configuration du BIOS
- Fast boot : Disable
- Boot mode select : Legacy, si pas d'autres systèmes d'exploitation
- Intel SpeedStep : enable
- ERP : enable
- Intel Virtualization : Enabled ou disable
- VT-d : Enabled ou disable
(si virtualisation enable pour les deux)
- Hyperthreading : pas d'importance
- CPU C-States : disable :
2° Installation d'Ubuntu
Comme indiqué plus haut, j'ai utilisé (k)ubuntu 17.04 , pour bénéficier des nouveautés du kernel 4.10.
A Téléchargement de l'ISO , sur http://www.kubuntu.org/getkubuntu/
B gravure de l'image sur un DVD, l'image à une taille de plus 1G
C démarrage sur le DVD (voir option du bios, ici il faut appuyer sur F11, pour voir les différents disques)
3° Premier démarrage
Une fois Ubuntu installé sur le disque dur, pressez la touche "SHIFT" (ou échap) pour afficher le menu grub au démarrage de la machine.
pour éviter les freezes ajouter à la ligne de commande du grub,
acpi_osi= après les commandes quiet splash
cette option enlève quelques erreurs au niveau du bios EC (constaté par un dmsg)
4° Mises à jour
Dès le lancement effectuer les mises à jour proposées par le système.
5° Ce qui est reconnu au niveau des touches du clavier
Clavier, je fus étonné beaucoup de touches de fonctions sont reconnues
- FN + Volume haut et bas
- FN + luminosité haut et bas
- FN + f2, écran externe
- FN + f6, active ou désactive la webcam. (Attention bug, il faut fermer l'application webcam (kamoso sur kde), puis réactiver la webcam, puis réouvrir l'application pour récupérer la webcam)
- FN + f12, mise en vielle
- FN + - (clavier numérique), augmente la luminosité du clavier
- FN + + (clavier numérique), diminue la luminosité du clavier
- FN + 0 (clavier numérique), coupe les hauts-parleurs
- touche "fenêtre", elle ouvre le menu
6° Vidéo: Optimus (nvidia + intel ) ou pas ?
La commande en ligne de commande lspci -vnn | grep '\''[030[02]\]' m'indique
0:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04) (prog-if 00 [VGA controller])
01:00.0 3D controller [0302]: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] [10de:1c8c] (rev a1)
donc optimus est bien présent dans le portable
Pour le moment, le tuto ( https://askubuntu.com/questions/862665/ … -not-found ) m'a permis d'installer et d'utiliser le pilote nvidia sans soucis. Je n'ai pas encore essayé la fonction prime
Mon message dans la rubrique carte: https://forum.kubuntu-fr.org/viewtopic.php?id=2009524
A redémarrer en mettant à la ligne de commande du grub : en fin de ligne nouveau.modeset=0
B désinstaller si nécessaire bumblebee
sudo apt purge nvidia* bumblebee
sudo apt install ppa-purge
sudo ppa-purge neon1ks/bumblebee
sudo reboot
C redémarrer en mettant à la ligne de commande du grub : en fin de ligne nouveau.modeset=0 intel_iommu=on
Cette commande ( nouveau.modeset=0 ) empêche que le pilote nouveau soit chargé et compromette l’installation du pilote nvidia
D Installer les pilotes NVIDIA (voir pour quelle version, ici c'est là 381.22.
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-381 nvidia-prime
sudo reboot
E Vérification
Et pour le moment le pilote nvidia est bien chargé
$ glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 381.22
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 381.22
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
et les module nvidia
(si dkms n'est pas installé, sudo apt install dkms)
dkms status
bbswitch, 0.8, 4.10.0-21-generic, x86_64: installed
nvidia-381, 381.22, 4.10.0-21-generic, x86_64: installed
Si après la mise à jour du kernel, dkms n'affiche pas le module nvidia pour ce kernel
sudo dpkg-reconfigure nvidia-381
Les deux cartes sont bien là:
lspci -vnn | grep '\''[030[02]\]'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04) (prog-if 00 [VGA controller])
01:00.0 3D controller [0302]: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] [10de:1c8c] (rev a1)
PS le paramètre nouveau.modeset=0 n'est utile que pour l'installation, après il n'est plus nécessaire. Bien que lors d'une mise à jour du pilote graphique, je ne suis pas sûr, que ce paramètre ne soit plus utile.
7° EDIT 1:
reconnaissance automatique du clavier numérique sous ssdm (gestionnaire de cession)
A installer le paquet numlock (pas nécessaire à partir de la 16.04)
B modifier ou créer le fichier sddm.conf (/etc/sddm.conf)
C écrire dans le fichier (sous root)
[General]
Numlock=on
le clavier numérique sera opérationnel dès le gestionnaire de cession.
REM: effectivement sur la 17.04, le paquet numlock n'est plus nécessaire.
EDIT 2:
La mise en vieille prolongée NE fonctionne PAS bien.
--> MAJ: remarque point 9°
Même problème qui se répète pour moi depuis quelques distributions (depuis kde4, si mes souvenirs sont bons), la perte de ma clef de cryptage de mon wifi. la gestionnaire de portefeuille me réclamant à chaque fois, le mot de passe pour l'ouvrir, sans succès. Je suis obligé de ré-introduire la clef de cryptage.
EDIT 3: Mise à jour du firmware EC, via un live CD de windows 10
1° création d'un live CD de win10: https://www.malekal.com/malekal-live-cd/
2° placement des fichiers du BIOS sur une clef usb fat32
3° démarrage du live CD
4° lancement de la commande ECWin.bat via la ligne de commande DOS de windows 10
5° Extinction du PC, retirer la batterie ou appuyer sur le bouton reset de celle-ci, si non amovible.
6° vérification dans le bios si la MAJ a été effectuée.
7° Et ça roule.
source: https://forum.kubuntu-fr.org/viewtopic.php?id=2009612
- Mise à jour du bios, directement à partir du bios
8° Rapport bisnext, mise à jour
May 15 2017, bisnext report id 62da3 also available at https://paste.debian.net/932530/
bisnext 0.02
============================ Hardware and System Summary ======================
System: Kernel: 4.10.0-20-generic x86_64 (64 bit gcc: 6.3.0)
Desktop: N/A dm: sddm,sddm Distro: Ubuntu 17.04
Machine: Device: laptop System: Micro-Star product: GP72 7RE v: REV:1.0
Mobo: Micro-Star model: MS-1799 v: REV:1.0
UEFI [Legacy]: American Megatrends v: E1799IMS.313 date: 03/28/2017
Chassis: type: 10
Battery BAT1: charge: 28.4 Wh 76.4% condition: 37.1/39.2 Wh (95%)
volts: 11.2/10.8
model: MSI BIF0_9 status: Discharging
CPU: Quad core Intel Core i5-7300HQ (-MCP-) cache: 6144 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 19968
clock speeds: min/max: 800/3500 MHz 1: 1524 MHz 2: 1568 MHz
3: 1496 MHz 4: 1504 MHz
Memory: Array-1 capacity: 32 GB devices: 2 EC: None
Device-1: ChannelA-DIMM0 size: 8 GB speed: 2400 MHz type: DDR4
manufacturer: Kingston part: MSI24D4S7D8MB-8
Device-2: ChannelB-DIMM0 size: No Module Installed type: N/A
Graphics: Card-1: Intel Device 591b bus-ID: 00:02.0 chip-ID: 8086:591b
Card-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile]
bus-ID: 01:00.0 chip-ID: 10de:1c8c
Display Server: X.Org 1.19.3 drivers: modesetting,nvidia
tty size: 1920x1080@60.00hz
GLX Renderer: GeForce GTX 1050 Ti/PCIe/SSE2
GLX Version: 4.5.0 NVIDIA 381.22 Direct Rendering: Yes
Audio: Card Intel Device a171
driver: snd_hda_intel bus-ID: 00:1f.3 chip-ID: 8086:a171
Sound: Advanced Linux Sound Architecture v: k4.10.0-20-generic
Network: Card-1: Intel Device 24fb
driver: iwlwifi bus-ID: 02:00.0 chip-ID: 8086:24fb
IF: wlp2s0 state: up speed: N/A duplex: N/A mac: <filter>
Card-2: Qualcomm Atheros Device e0b1
driver: alx port: d000 bus-ID: 03:00.0 chip-ID: 1969:e0b1
IF: enp3s0 state: down mac: <filter>
Drives: HDD Total Size: 1256.3GB (18.3% used)
ID-1: /dev/sda model: SAMSUNG_MZNLN256 size: 256.1GB
ID-2: /dev/sdb model: HGST_HTS721010A9 size: 1000.2GB
Optical: /dev/sr0 model: HL-DT-ST DVDRAM GUD0N
rev: 1.00 dev-links: cdrom,cdrw,dvd,dvdrw
Features: speed: 24x multisession: yes
audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition: ID-1: / size: 225G used: 15G (7%) fs: ext4 dev: /dev/sda2
label: N/A uuid: dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a
ID-2: /boot size: 453M used: 123M (29%) fs: ext4 dev: /dev/sda1
label: N/A uuid: 5627f8d0-4962-4582-ba59-4e4945b8ee7d
ID-3: /home size: 916G used: 191G (22%) fs: ext4 dev: /dev/sdb1
label: N/A uuid: db5ffb0b-0bc6-424d-ab5a-7201980a3388
ID-4: /home/michel size: 916G used: 191G (22%) fs: ecryptfs dev: /dev/.Private
label: N/A uuid: N/A
ID-5: swap-1 size: 9.56GB used: 0.00GB (0%) fs: swap dev: /dev/dm-0
label: N/A uuid: e10f9f63-8f3b-4139-8d97-b77212766377
RAID: System: supported: N/A
No RAID devices: /proc/mdstat, md_mod kernel module present
Unused Devices: none
Unmounted: ID-1: /dev/sda3 size: 9.56G
fs: swap label: N/A uuid: 78c4f221-db3d-4be9-9481-a117bb508d68
Sensors: System Temperatures: cpu: 48.0C mobo: 27.8C gpu: 0.0:39C
Fan Speeds (in rpm): cpu: N/A
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://be.archive.ubuntu.com/ubuntu/ zesty main restricted
deb http://be.archive.ubuntu.com/ubuntu/ zesty-updates main restricted
deb http://be.archive.ubuntu.com/ubuntu/ zesty universe
deb http://be.archive.ubuntu.com/ubuntu/ zesty-updates universe
deb http://be.archive.ubuntu.com/ubuntu/ zesty multiverse
deb http://be.archive.ubuntu.com/ubuntu/ zesty-updates multiverse
deb http://be.archive.ubuntu.com/ubuntu/ zesty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu zesty-security main restricted
deb http://security.ubuntu.com/ubuntu zesty-security universe
deb http://security.ubuntu.com/ubuntu zesty-security multiverse
Active apt sources in file: /etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-zesty.list
deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu zesty main
Active apt sources in file: /etc/apt/sources.list.d/eid.list
deb http://files.eid.belgium.be/debian zesty main
deb http://files2.eid.belgium.be/debian zesty main
Active apt sources in file: /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-zesty.list
deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu zesty main
Active apt sources in file: /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-zesty.list
deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu zesty main
Processes: CPU: % used - Memory: MB / % used - top 10 active
1: cpu: 8.2% command: firefox pid: 3705 mem: 420.66MB (5.3%)
2: cpu: 4.1% command: plasmashell pid: 1522 mem: 498.65MB (6.3%)
3: cpu: 3.8% command: Xorg pid: 1125 mem: 122.60MB (1.5%)
4: cpu: 1.8% command: kwin_x11 pid: 1515 mem: 107.59MB (1.3%)
5: cpu: 1.1% command: konsole pid: 12923 mem: 67.32MB (0.8%)
6: cpu: 0.9% daemon: ~irq/128-nvidia~ pid: 1136 mem: 0.00MB (0.0%)
7: cpu: 0.8% command: thunderbird pid: 1672 mem: 231.50MB (2.9%)
8: cpu: 0.3% command: packagekitd pid: 1771 mem: 33.52MB (0.4%)
9: cpu: 0.2% command: bash pid: 13490 mem: 4.55MB (0.0%)
10: cpu: 0.1% command: smartd pid: 13056 mem: 4.26MB (0.0%)
Memory: MB / % used - CPU: % used - top 10 active
1: mem: 498.65MB (6.3%) command: plasmashell pid: 1522 cpu: 4.1%
2: mem: 420.66MB (5.3%) command: firefox pid: 3705 cpu: 8.2%
3: mem: 231.50MB (2.9%) command: thunderbird pid: 1672 cpu: 0.8%
4: mem: 209.36MB (2.6%) command: kded5 pid: 1463 cpu: 0.1%
5: mem: 122.60MB (1.5%) command: Xorg pid: 1125 cpu: 3.8%
6: mem: 107.59MB (1.3%) command: kwin_x11 pid: 1515 cpu: 1.8%
7: mem: 82.26MB (1.0%) command: krunner pid: 1520 cpu: 0.0%
8: mem: 67.32MB (0.8%) command: konsole pid: 12923 cpu: 1.1%
9: mem: 64.59MB (0.8%) command: kleopatra pid: 1562 cpu: 0.0%
10: mem: 43.44MB (0.5%) command: kdeconnectd pid: 1519 cpu: 0.0%
Info: Processes: 224 Uptime: 21 min Memory: 1560.8/7899.9MB
Init: systemd v: 232 runlevel: 5 Gcc sys: 6.3.0
Client: Shell (bash 4.4.51 running in bash) inxi: 2.3.8
_______________________________ UEFI settings _________________________________
Computer booted in Legacy mode for this session.
UEFI currently not active or not available on this system.
__________________________________ Secure Boot ________________________________
Secure Boot disabled or not available on this system.
========================= Boot Information Details ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Windows 2000/XP/2003 is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg /grub/i386-pc/core.img
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 17.04
Boot files: /etc/fstab /etc/default/grub
sda3: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
_________________________=== Drive/Partition Info ===__________________________
Drive: sda _____________________________________________________________________
Disque /dev/sda : 238,5 GiB, 256060514304 octets, 500118192 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 976,657 974,610 83 Linux
/dev/sda2 976,896 481,445,887 480,468,992 83 Linux
/dev/sda3 481,445,888 500,117,503 18,671,616 82 Linux swap / Solaris
Drive: sdb _____________________________________________________________________
Disque /dev/sdb : 931,5 GiB, 1000204886016 octets, 1953525168 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 2,048 1,953,523,711 1,953,521,664 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/mapper/cryptswap1 e10f9f63-8f3b-4139-8d97-b77212766377 swap
/dev/sda1 5627f8d0-4962-4582-ba59-4e4945b8ee7d ext4
/dev/sda2 dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a ext4
/dev/sda3 78c4f221-db3d-4be9-9481-a117bb508d68 swap
/dev/sdb1 db5ffb0b-0bc6-424d-ab5a-7201980a3388 ext4
_________________________ "ls -l /dev/disk/by_id" output ______________________
total 0
lrwxrwxrwx 1 root root 9 mai 15 15:28 ata-HGST_HTS721010A9E630_JR100XD3231X6E -> ../../sdb
lrwxrwxrwx 1 root root 10 mai 15 15:28 ata-HGST_HTS721010A9E630_JR100XD3231X6E-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 mai 15 15:10 ata-HL-DT-ST_DVDRAM_GUD0N_KVJGC5A1828 -> ../../sr0
lrwxrwxrwx 1 root root 9 mai 15 15:28 ata-SAMSUNG_MZNLN256HMHQ-00000_S2SVNX0HA19079 -> ../../sda
lrwxrwxrwx 1 root root 10 mai 15 15:28 ata-SAMSUNG_MZNLN256HMHQ-00000_S2SVNX0HA19079-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 mai 15 15:28 ata-SAMSUNG_MZNLN256HMHQ-00000_S2SVNX0HA19079-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 mai 15 15:28 ata-SAMSUNG_MZNLN256HMHQ-00000_S2SVNX0HA19079-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 mai 15 15:28 dm-name-cryptswap1 -> ../../dm-0
lrwxrwxrwx 1 root root 10 mai 15 15:28 dm-uuid-CRYPT-PLAIN-cryptswap1 -> ../../dm-0
lrwxrwxrwx 1 root root 9 mai 15 15:28 wwn-0x5000cca8c8dd934a -> ../../sdb
lrwxrwxrwx 1 root root 10 mai 15 15:28 wwn-0x5000cca8c8dd934a-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 mai 15 15:10 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root 9 mai 15 15:28 wwn-0x5002538d4165b4fb -> ../../sda
lrwxrwxrwx 1 root root 10 mai 15 15:28 wwn-0x5002538d4165b4fb-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 mai 15 15:28 wwn-0x5002538d4165b4fb-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 mai 15 15:28 wwn-0x5002538d4165b4fb-part3 -> ../../sda3
_________________________ "ls -R /dev/mapper/" output _________________________
/dev/mapper:
control
cryptswap1
________________________________ Mount points _________________________________
Device Mount_Point Type Options
/dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda1 /boot ext4 (rw,relatime,data=ordered)
/dev/sdb1 /home ext4 (rw,relatime,data=ordered)
__________________________=== Boot Files Content ===___________________________
_____________________________ sda1/grub/grub.cfg: ______________________________
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a
else
search --no-floppy --fs-uuid --set=root dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a
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_BE
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
#set_background_image "images/tile.png";
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 0,0,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5627f8d0-4962-4582-ba59-4e4945b8ee7d
else
search --no-floppy --fs-uuid --set=root 5627f8d0-4962-4582-ba59-4e4945b8ee7d
fi
linux /vmlinuz-4.10.0-20-generic root=UUID=dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a ro quiet splash acpi_osi= $vt_handoff
initrd /initrd.img-4.10.0-20-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a' {
menuentry 'Ubuntu, avec Linux 4.10.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-20-generic-advanced-dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5627f8d0-4962-4582-ba59-4e4945b8ee7d
else
search --no-floppy --fs-uuid --set=root 5627f8d0-4962-4582-ba59-4e4945b8ee7d
fi
echo 'Chargement de Linux 4.10.0-20-generic…'
linux /vmlinuz-4.10.0-20-generic root=UUID=dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a ro quiet splash acpi_osi= $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.10.0-20-generic
}
menuentry 'Ubuntu, with Linux 4.10.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-20-generic-recovery-dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5627f8d0-4962-4582-ba59-4e4945b8ee7d
else
search --no-floppy --fs-uuid --set=root 5627f8d0-4962-4582-ba59-4e4945b8ee7d
fi
echo 'Chargement de Linux 4.10.0-20-generic…'
linux /vmlinuz-4.10.0-20-generic root=UUID=dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.10.0-20-generic
}
menuentry 'Ubuntu, avec Linux 4.10.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-advanced-dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5627f8d0-4962-4582-ba59-4e4945b8ee7d
else
search --no-floppy --fs-uuid --set=root 5627f8d0-4962-4582-ba59-4e4945b8ee7d
fi
echo 'Chargement de Linux 4.10.0-19-generic…'
linux /vmlinuz-4.10.0-19-generic root=UUID=dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a ro quiet splash acpi_osi= $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.10.0-19-generic
}
menuentry 'Ubuntu, with Linux 4.10.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-recovery-dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5627f8d0-4962-4582-ba59-4e4945b8ee7d
else
search --no-floppy --fs-uuid --set=root 5627f8d0-4962-4582-ba59-4e4945b8ee7d
fi
echo 'Chargement de Linux 4.10.0-19-generic…'
linux /vmlinuz-4.10.0-19-generic root=UUID=dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.10.0-19-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5627f8d0-4962-4582-ba59-4e4945b8ee7d
else
search --no-floppy --fs-uuid --set=root 5627f8d0-4962-4582-ba59-4e4945b8ee7d
fi
knetbsd /memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5627f8d0-4962-4582-ba59-4e4945b8ee7d
else
search --no-floppy --fs-uuid --set=root 5627f8d0-4962-4582-ba59-4e4945b8ee7d
fi
linux16 /memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
_______________________________ sda2/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/sda2 during installation
UUID=dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=5627f8d0-4962-4582-ba59-4e4945b8ee7d /boot ext4 defaults 0 2
# /home was on /dev/sdb1 during installation
UUID=db5ffb0b-0bc6-424d-ab5a-7201980a3388 /home ext4 defaults 0 2
# swap was on /dev/sda3 during installation
#UUID=78c4f221-db3d-4be9-9481-a117bb508d68 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
tmpfs /tmp tmpfs defaults,size=1g 0 0
____________________________ sda2/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 acpi_osi="
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"
===============================================================================
Running System Information
===============================================================================
______________________________ Kernel parameters ______________________________
BOOT_IMAGE=/vmlinuz-4.10.0-20-generic root=UUID=dff0bf9f-2c7b-4a26-80c5-2ee602c5d01a ro quiet splash acpi_osi= vt.handoff=7
______________________________ Boot-up Statistics ______________________________
Startup finished in 7.499s (kernel) + 8.603s (userspace) = 16.103s
blame, first 10:
NetworkManager-wait-online.service 5.813s
dev-sda2.device 2.046s
systemd-resolved.service 617ms
systemd-timesyncd.service 231ms
systemd-rfkill.service 209ms
apparmor.service 182ms
networking.service 167ms
systemd-cryptsetup@cryptswap1.service 159ms
systemd-udev-trigger.service 154ms
ModemManager.service 139ms
critical-chain:
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.
1 graphical.target @8.598s
2 multi-user.target @8.598s
3 teamviewerd.service @8.509s +88ms
4 network-online.target @8.507s
5 NetworkManager-wait-online.service @2.694s +5.813s
6 basic.target @2.573s
7 sockets.target @2.573s
8 snapd.socket @2.570s +2ms
9 sysinit.target @2.568s
10 systemd-timesyncd.service @2.335s +231ms
11 systemd-tmpfiles-setup.service @2.330s +3ms
12 local-fs.target @2.329s
13 home.mount @2.283s +45ms
14 systemd-fsck@dev-disk-by\x2duuid-db5ffb0b\x2d0bc6\x2d424d\x2dab5a\x2d7201980a3388.service @2.168s +103ms
15 dev-disk-by\x2duuid-db5ffb0b\x2d0bc6\x2d424d\x2dab5a\x2d7201980a3388.device @2.167s
_________________________ RAM usage & Free disk space _________________________
total used free shared buff/cache available
Mem: 7.7G 1.4G 4.7G 43M 1.6G 6.0G
Swap: 8.9G 0B 8.9G
Swappiness = 60
Filesystem Mounted on Type Size Used Avail Use% IUse%
/dev/sda1 /boot ext4 453M 123M 303M 29% 1%
/dev/sda2 / ext4 225G 15G 199G 7% 3%
/dev/sdb1 /home ext4 916G 191G 679G 22% 1%
/home/michel/.Private /home/michel ecryptfs 916G 191G 679G 22% 1%
_________________________________ USB devices __________________________________
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 1770:ff00
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 8087:0aa7 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 7: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 10: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 12: Dev 4, If 0, Class=Vendor Specific Class, Driver=rtsx_usb, 480M
_______________________________ Wireless Status _______________________________
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
___________________________________ Modules Loaded ____________________________
Module Size Used by
acpi_als 16384 0
acpi_pad 180224 0
aesni_intel 167936 3405
aes_x86_64 20480 1 aesni_intel
ahci 36864 4
alx 45056 0
arc4 16384 2
autofs4 40960 2
bbswitch 16384 0
bluetooth 557056 33 btrtl,hci_uart,btintel,btqca,bnep,btbcm,rfcomm,btusb
bnep 20480 2
btbcm 16384 2 hci_uart,btusb
btintel 16384 2 hci_uart,btusb
btqca 16384 1 hci_uart
btrfs 1093632 0
btrtl 16384 1 btusb
btusb 45056 0
ccm 20480 3
cfg80211 602112 3 iwlmvm,iwlwifi,mac80211
cmac 16384 1
coretemp 16384 0
crc32_pclmul 16384 0
crct10dif_pclmul 16384 0
cryptd 24576 1701 crypto_simd,ghash_clmulni_intel,aesni_intel
crypto_simd 16384 1 aesni_intel
dm_crypt 28672 1
drm 352256 6 i915,nvidia_drm,drm_kms_helper
drm_kms_helper 151552 2 i915,nvidia_drm
fb_sys_fops 16384 1 drm_kms_helper
fjes 73728 0
ghash_clmulni_intel 16384 0
glue_helper 16384 1 aesni_intel
hci_uart 98304 0
hfs 57344 0
hfsplus 106496 0
hid 114688 2 i2c_hid,usbhid
i2c_algo_bit 16384 1 i915
i2c_hid 20480 0
i915 1449984 3
industrialio 69632 2 acpi_als,kfifo_buf
input_leds 16384 0
intel_lpss 16384 1 intel_lpss_acpi
intel_lpss_acpi 16384 0
intel_pch_thermal 16384 0
intel_powerclamp 16384 0
intel_rapl 20480 0
ip_tables 24576 0
irqbypass 16384 1 kvm
iwlmvm 368640 0
iwlwifi 229376 1 iwlmvm
jfs 184320 0
joydev 20480 0
kfifo_buf 16384 1 acpi_als
kvm 593920 1 kvm_intel
kvm_intel 200704 0
libahci 32768 1 ahci
libcrc32c 16384 1 xfs
lp 20480 0
mac80211 782336 1 iwlmvm
mac_hid 16384 0
mdio 16384 1 alx
mei 102400 1 mei_me
mei_me 40960 0
memstick 16384 1 rtsx_usb_ms
minix 36864 0
msdos 20480 0
msi_wmi 16384 0
mxm_wmi 16384 0
ntfs 102400 0
nvidia 11546624 109 nvidia_modeset,nvidia_uvm
nvidia_drm 45056 2
nvidia_modeset 811008 5 nvidia_drm
nvidia_uvm 643072 0
parport 49152 3 lp,parport_pc,ppdev
parport_pc 32768 0
pcbc 16384 0
pci_stub 16384 1
pinctrl_intel 20480 1 pinctrl_sunrisepoint
pinctrl_sunrisepoint 28672 0
ppdev 20480 0
psmouse 139264 0
qnx4 16384 0
raid6_pq 114688 1 btrfs
rfcomm 77824 2
rtsx_usb 20480 2 rtsx_usb_sdmmc,rtsx_usb_ms
rtsx_usb_ms 20480 0
rtsx_usb_sdmmc 28672 0
serio_raw 16384 0
shpchp 36864 0
snd 77824 17 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 49152 1
snd_hda_codec_realtek 90112 1
snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_intel 36864 3
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 102400 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_timer 32768 2 snd_seq,snd_pcm
soundcore 16384 1 snd
sparse_keymap 16384 1 msi_wmi
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
tpm_crb 16384 0
ufs 73728 0
usbhid 53248 0
vboxdrv 462848 3 vboxnetadp,vboxnetflt,vboxpci
vboxnetadp 28672 0
vboxnetflt 28672 0
vboxpci 24576 0
video 40960 2 msi_wmi,i915
wmi 16384 2 msi_wmi,mxm_wmi
x86_pkg_temp_thermal 16384 0
xfs 1187840 0
xor 24576 1 btrfs
x_tables 36864 1 ip_tables
______________________________ Additional Drivers _____________________________
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv00001462sd000011C9bc03sc02i00
vendor : NVIDIA Corporation
driver : nvidia-378 - third-party free
driver : nvidia-381 - third-party free recommended
driver : nvidia-375 - third-party free
driver : xserver-xorg-video-nouveau - distro free builtin
== cpu-microcode.py ==
driver : intel-microcode - distro non-free
__________________________________ Locales ___________________________________
locale command output:
LANG=fr_BE.UTF-8
LANGUAGE=fr
LC_CTYPE="fr_BE.UTF-8"
LC_NUMERIC="fr_BE.UTF-8"
LC_TIME="fr_BE.UTF-8"
LC_COLLATE="fr_BE.UTF-8"
LC_MONETARY="fr_BE.UTF-8"
LC_MESSAGES="fr_BE.UTF-8"
LC_PAPER="fr_BE.UTF-8"
LC_NAME="fr_BE.UTF-8"
LC_ADDRESS="fr_BE.UTF-8"
LC_TELEPHONE="fr_BE.UTF-8"
LC_MEASUREMENT="fr_BE.UTF-8"
LC_IDENTIFICATION="fr_BE.UTF-8"
LC_ALL=
/etc/default/locale:
# File generated by update-locale
LANG="fr_BE.UTF-8"
LANGUAGE="fr_BE:fr"
Active keyboard layout:
rules: evdev
model: pc101
layout: fr
Default keyboard layout:
XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
_____________________________ Upgradable Packages _____________________________
None
________________________ Package Configuration Pending ________________________
None
__________________________ Package Installation Pending _______________________
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
__________________ Configuration files of uninstalled packages: ________________
Package Version
brmfcfaxlpd:i386 1.0.0-2
Use the following command to clean old configuration files:
sudo apt purge brmfcfaxlpd:i386
_________________________ Kernel Packages Installed __________________________
Package Version
linux-generic 4.10.0.20.22
linux-headers-4.10.0-19 4.10.0-19.21
linux-headers-4.10.0-19-generic 4.10.0-19.21
linux-headers-4.10.0-20 4.10.0-20.22
linux-headers-4.10.0-20-generic 4.10.0-20.22
linux-headers-generic 4.10.0.20.22
linux-image-4.10.0-19-generic 4.10.0-19.21
linux-image-4.10.0-20-generic 4.10.0-20.22
linux-image-extra-4.10.0-19-generic 4.10.0-19.21
linux-image-extra-4.10.0-20-generic 4.10.0-20.22
linux-image-generic 4.10.0.20.22
File list in /boot directory:
abi-4.10.0-19-generic
abi-4.10.0-20-generic
config-4.10.0-19-generic
config-4.10.0-20-generic
grub
initrd.img-4.10.0-19-generic
initrd.img-4.10.0-20-generic
lost+found
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
System.map-4.10.0-19-generic
System.map-4.10.0-20-generic
vmlinuz-4.10.0-19-generic
vmlinuz-4.10.0-20-generic
_________________________________ System Logs ________________________________
Failed services:
0 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Selection of relevent log entries:
[ 0.000000] ACPI: UEFI 0x000000007C903050 000042 (v01 INTEL EDK2 00000002 01000013)
[ 0.157125] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[ 0.157131] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC._REG] (Node ffff8b23360f93c0), AE_NOT_FOUND (20160930/psparse-543)
[ 0.157149] ACPI: \: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.370351] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[ 0.370356] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC._REG] (Node ffff8b23360f93c0), AE_NOT_FOUND (20160930/psparse-543)
[ 0.370365] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.370446] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.456716] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[ 0.456721] ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff8b23360d9410), AE_NOT_FOUND (20160930/psparse-543)
[ 0.456741] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[ 0.456744] ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff8b23360d9410), AE_NOT_FOUND (20160930/psparse-543)
[ 0.509542] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[ 0.509547] ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff8b23360d9410), AE_NOT_FOUND (20160930/psparse-543)
[ 0.510479] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.510691] SCSI subsystem initialized
[ 0.550488] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[ 0.550492] ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff8b23360d9410), AE_NOT_FOUND (20160930/psparse-543)
[ 1.255518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.552063] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 1.581769] scsi host0: ahci
[ 1.582031] scsi host1: ahci
[ 1.582281] scsi host2: ahci
[ 1.582527] scsi host3: ahci
[ 1.604196] [drm] GuC firmware load skipped
[ 1.897320] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.897337] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.900976] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.902219] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZNLN256 100Q PQ: 0 ANSI: 5
[ 1.933364] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 1.933412] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.934534] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.936895] scsi 2:0:0:0: CD-ROM HL-DT-ST DVDRAM GUD0N 1.00 PQ: 0 ANSI: 5
[ 1.964774] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.964987] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 1.965071] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 1.965602] scsi 3:0:0:0: Direct-Access ATA HGST HTS721010A9 A3U0 PQ: 0 ANSI: 5
[ 2.005357] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.005409] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 2.045444] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 7.642700] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 7.766259] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 7.766301] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 7.766323] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 7.766342] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 7.766361] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 7.766391] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 7.766411] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 7.828433] tpm_crb: probe of MSFT0101:00 failed with error -16
[ 7.916512] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-26.ucode failed with error -2
[ 7.916520] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-25.ucode failed with error -2
[ 7.916644] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-24.ucode failed with error -2
[ 7.916797] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-23.ucode failed with error -2
[ 7.920318] iwlwifi 0000:02:00.0: loaded firmware version 22.361476.0 op_mode iwlmvm
[ 7.953004] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
[ 8.241091] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[ 9.456240] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 9.966994] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.006148] audit: type=1400 audit(1494853806.073:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=896 comm="apparmor_parser"
[ 10.008111] audit: type=1400 audit(1494853806.073:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=897 comm="apparmor_parser"
[ 10.008113] audit: type=1400 audit(1494853806.073:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=897 comm="apparmor_parser"
[ 10.008114] audit: type=1400 audit(1494853806.073:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=897 comm="apparmor_parser"
[ 10.008172] audit: type=1400 audit(1494853806.073:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/mission-control-5" pid=895 comm="apparmor_parser"
[ 10.008173] audit: type=1400 audit(1494853806.073:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*" pid=895 comm="apparmor_parser"
[ 10.008176] audit: type=1400 audit(1494853806.073:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//pxgsettings" pid=895 comm="apparmor_parser"
[ 10.008177] audit: type=1400 audit(1494853806.073:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//sanitized_helper" pid=895 comm="apparmor_parser"
[ 10.008180] audit: type=1400 audit(1494853806.073:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-ofono" pid=895 comm="apparmor_parser"
[ 10.009208] audit: type=1400 audit(1494853806.077:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=898 comm="apparmor_parser"
[ 10.155587] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.321222] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.321264] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.321298] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.321318] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.321337] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.321382] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.321401] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.637227] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 31.160097] wlp2s0: RX AssocResp from 38:10:d5:bc:7c:31 (capab=0x411 status=0 aid=3)
_____________________________________ Xorg ____________________________________
xinput:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
↳ MSI WMI hotkeys id=13 [slave keyboard (3)]
xrandr:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP-1-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 382mm x 215mm
1920x1080 60.00*+ 59.93
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1360x768 59.80 59.96
1152x864 60.00
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 60.00 60.32 56.25
840x525 60.01 59.88
800x512 60.17
700x525 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
680x384 59.80 59.96
576x432 60.06
512x384 60.00
400x300 60.32 56.34
320x240 60.05
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
Selection of relevent log entries:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.235] (**) |-->Screen "nvidia" (0)
[ 10.235] (**) | |-->Monitor "<default monitor>"
[ 10.235] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 10.238] (--) PCI:*(0:0:2:0) 8086:591b:1462:11c9 rev 4, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 10.238] (--) PCI: (0:1:0:0) 10de:1c8c:1462:11c9 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 10.238] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 10.238] (II) LoadModule: "glx"
[ 10.238] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[ 10.262] (II) LoadModule: "nvidia"
[ 10.262] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 10.268] (II) LoadModule: "modesetting"
[ 10.268] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 10.269] (II) Loading sub module "fb"
[ 10.269] (II) LoadModule: "fb"
[ 10.270] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10.270] (II) Loading sub module "wfb"
[ 10.270] (II) LoadModule: "wfb"
[ 10.270] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 10.271] (II) Loading sub module "ramdac"
[ 10.271] (II) LoadModule: "ramdac"
[ 10.313] (II) NVIDIA(0): Creating default Display subsection in Screen section
[ 10.814] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 10.814] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 10.815] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 10.815] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 10.824] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 10.838] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 10.858] (II) Loading sub module "fb"
[ 10.858] (II) LoadModule: "fb"
[ 10.858] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10.858] (II) Loading sub module "shadow"
[ 10.858] (II) LoadModule: "shadow"
[ 10.858] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 10.859] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 10.859] (WW) modeset(G0): Option "IgnoreDisplayDevices" is not used
[ 10.894] (II) Loading sub module "dri2"
[ 10.894] (II) LoadModule: "dri2"
[ 11.191] (II) LoadModule: "libinput"
[ 11.191] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 11.328] (II) LoadModule: "synaptics"
[ 11.328] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
GPU Manager logs:
log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /run/u-d-c-fglrx-was-loaded file
Looking for fglrx modules in /lib/modules/4.10.0-20-generic/updates/dkms
Looking for nvidia modules in /lib/modules/4.10.0-20-generic/updates/dkms
Found nvidia module: nvidia_381_uvm.ko
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is fglrx kernel module available? no
Is nvidia kernel module available? yes
Vendor/Device Id: 8086:591b
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 10de:1c8c
BusID "PCI:1@0:0:0"
Is boot vga? no
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Found "/dev/dri/card1", driven by "i915"
output 0:
card1-eDP-1
Number of connected outputs for /dev/dri/card1: 1
Does it require offloading? yes
last cards number = 2
Has amd? no
Has intel? yes
Has nvidia? yes
How many cards? 2
Has the system changed? No
main_arch_path x86_64-linux-gnu, other_arch_path i386-linux-gnu
Current alternative: /usr/lib/nvidia-381/ld.so.conf
Current core alternative: (null)
Current egl alternative: /usr/lib/nvidia-381/ld.so.conf
Is nvidia enabled? yes
Is nvidia egl enabled? yes
Is fglrx enabled? no
Is mesa enabled? no
Is mesa egl enabled? no
Is pxpress enabled? no
Is prime enabled? no
Is prime egl enabled? no
Is nvidia available? yes
Is nvidia egl available? no
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is mesa egl available? yes
Is pxpress available? no
Is prime available? yes
Is prime egl available? no
Intel IGP detected
Intel hybrid system
Nvidia driver version 381.22 detected
/sys/class/dmi/id/product_version="REV:1.0"
/sys/class/dmi/id/product_name="GP72 7RE"
1st try: bbswitch without quirks
Loading bbswitch with "load_state=-1 unload_state=1" parameters
intel_matches: 1, nvidia_matches: 1, intel_set: 1, nvidia_set: 1 x_options_matches: 4, accel_method_matches: 1
No need to modify xorg.conf. Path: /etc/X11/xorg.conf
No need to change the current bbswitch status
============================ Disks SMART Attributes ===========================
### ATA disks: sda sdb
# Drive sda:
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.10.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: SAMSUNG MZNLN256HMHQ-00000
LU WWN Device Id: 5 002538 d4165b4fb
Firmware Version: MAV2100Q
User Capacity: 256.060.514.304 bytes [256 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Form Factor: M.2
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4c
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon May 15 15:31:15 2017 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
5 Reallocated_Sector_Ct PO--CK 100 100 010 - 0
9 Power_On_Hours -O--CK 099 099 000 - 122
12 Power_Cycle_Count -O--CK 099 099 000 - 193
170 Unknown_Attribute -O--CK 100 100 010 - 0
171 Unknown_Attribute -O--CK 100 100 010 - 0
172 Unknown_Attribute -O--CK 100 100 010 - 0
173 Unknown_Attribute PO--CK 099 099 005 - 1
174 Unknown_Attribute -O--CK 099 099 000 - 88
178 Used_Rsvd_Blk_Cnt_Chip PO--C- 100 100 010 - 0
180 Unused_Rsvd_Blk_Cnt_Tot PO--C- 100 100 010 - 816
184 End-to-End_Error PO--CK 100 100 097 - 0
187 Reported_Uncorrect -O--CK 100 100 000 - 0
194 Temperature_Celsius -O--CK 061 050 000 - 39
199 UDMA_CRC_Error_Count -OSRCK 100 100 000 - 0
233 Media_Wearout_Indicator PO--C- 099 099 000 - 16763233
241 Total_LBAs_Written -O--CK 099 099 000 - 479
242 Total_LBAs_Read -O--CK 099 099 000 - 702
249 Unknown_Attribute -O--CK 099 099 000 - 479
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
SMART Error Log Version: 1
No Errors Logged
# Drive sdb:
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.10.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: HGST Travelstar 7K1000
Device Model: HGST HTS721010A9E630
LU WWN Device Id: 5 000cca 8c8dd934a
Firmware Version: JB0OA3U0
User Capacity: 1.000.204.886.016 bytes [1,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 7200 rpm
Form Factor: 2.5 inches
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS T13/1699-D revision 6
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon May 15 15:31:15 2017 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
1 Raw_Read_Error_Rate PO-R-- 100 100 062 - 0
2 Throughput_Performance P-S--- 163 163 040 - 92
3 Spin_Up_Time POS--- 121 121 033 - 2
4 Start_Stop_Count -O--C- 100 100 000 - 197
5 Reallocated_Sector_Ct PO--CK 100 100 005 - 0
7 Seek_Error_Rate PO-R-- 100 100 067 - 0
8 Seek_Time_Performance P-S--- 138 138 040 - 34
9 Power_On_Hours -O--C- 100 100 000 - 124
10 Spin_Retry_Count PO--C- 100 100 060 - 0
12 Power_Cycle_Count -O--CK 100 100 000 - 191
191 G-Sense_Error_Rate -O-R-- 100 100 000 - 0
192 Power-Off_Retract_Count -O--CK 100 100 000 - 72
193 Load_Cycle_Count -O--C- 100 100 000 - 1530
194 Temperature_Celsius -O---- 176 176 000 - 34 (Min/Max 16/49)
196 Reallocated_Event_Count -O--CK 100 100 000 - 0
197 Current_Pending_Sector -O---K 100 100 000 - 0
198 Offline_Uncorrectable ---R-- 100 100 000 - 0
199 UDMA_CRC_Error_Count -O-R-- 200 200 000 - 0
223 Load_Retry_Count -O-R-- 100 100 000 - 0
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
SMART Error Log Version: 1
No Errors Logged
Si vous avez des commentaires à faire ce tuto, n'hésitez pas à me les communiquer.
9° Après l'installation
J'ai effectué deux ou trois mises à jour
- Activation du ppa:kde backport
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update
--> Installation de plasma 4.10.2
10° Problème de son avec KDE
/etc/pulse/default.pa and edited it using # to disable 3 lines:
#.ifexists module-switch-on-connect.so
#load-module module-switch-on-connect
#.endif
ensuite
sudo alsa force-reload
pulseaudio -k
start-pulseaudio-x11
*****************
- Activation du kernel 4.11.x, via le programme ukuu
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install ukuu
Vérifier lorsqu'on installe un nouveau kernel que les modules (nvidia, bbswitch, acpi_call) ont été recompilé pour celui-ci au moyen de dkms
dkms status
Paramètre passé au kernel au démarrage:
acpi_osi=Linux pci=nomsi nouveau.modeset=0 nvidia-drm.modeset=1 intel_iommu=on reboot=acpi reboot=pci
Depuis ces petites modifications, la mise en veille prolongée fonctionne à première vue.
Coup de gueule
Note sur MSI en général, hormis le faite de proposer un pc sans windows, c'est déjà un bon début, il serait intéressant que MSI propose de l'aide concernant linux.
- Sur la page de mise à jour du firmware, les tutos sont fait pour windows, on parle bien d'une mise à jour à partir du dos mais point d'utilitaire (ecall.bat) pour le faire.
- Support technique demande faire un boot-info sous windows avec leur utilitaire en .exe, bien sûr Ici on a des solutions linux mais sont-elles valables pour le support ?
- Support de préférence en anglais.
bios: https://fr.msi.com/Laptop/support/GP72- … #down-bios
firmware: https://fr.msi.com/Laptop/support/GP72- … n-firmware
manuel: https://fr.msi.com/Laptop/support/GP72- … own-manual
Dernière modification par carabao (Le 07/02/2018, à 16:00)
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#2 Le 08/05/2017, à 06:24
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Mises à jour
- 09/05/17: ligne de commande du kernel "" remplacé par acpi_osi= acpi_backlight=none acpi=ht pci=nomsi FREEZE
- 09/05/17: mise à jour, ligne de commande du kernel acpi_osi=Linux pci=nomsi" quiet splash remplacé par ""
--> Dans ces deux cas, blocage du pc si le pc est branché sur secteur. Sur Batterie, il démarre sans soucis.
- 09/05/17: installation lm-sensors
- 09/05/17: commande, pour basculer de la carte Nvidia à l'intel, utiliser l'utilitaire Nvidia (onglet prime), valider puis faire un ALT-F1, puis un ALT-F7.
- 09/05/17: mise à jour du tuto, mise à jour des pilotes nvidia via le PPA avant de redémarrer le PC directement après l’installation des pilotes nvidia sinon FREEZE
- 14/05/17: Mise à jour tuto carte graphique, installation possible si nouveau.modeset=0 est passé comme argument au lancement via le grub.
- 14/05/17: au grub acpi_osi= en fin de ligne
- 14/05/17: Mise à jour du firmware EC, Mise à jour du bios
- 15/05/17: mise à jour du rapport bisnext (voir point 8°)
- 16/05/17: mise en vieille prolongée Ok , voir remarque (voir point 7° EDIT2)
- 27/05/17: module nvidia, après mise à jour du kernel ((voir point 6°)
- 18/06/17: Mise à jour du kernel vers la version 4.11.x, ppa kde backport , la mise en vieille prolongée semble fonctionner.
- 07/02/2018: Problème de son avec kde, Voir point 10 (message #1)
Dernière modification par carabao (Le 07/02/2018, à 16:02)
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#3 Le 08/05/2017, à 07:43
- malbo
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Bonjour,
D'après ton descriptif du post #1, je pense que le nom complet de ton modèle est GP72 7RE-209XFR (visible sur cette page). Peux-tu confirmer ?
Hors ligne
#4 Le 08/05/2017, à 10:52
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Bonjour
Exacte, titre corrigé
Dernière modification par carabao (Le 08/05/2017, à 10:54)
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#5 Le 09/05/2017, à 21:46
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Soucis assez gênant, pour éviter le freeze lors du lancement de l'interface graphique, je suis obligé de démarrer prise débranchée.
- prise branchée , freeze
- prise débranchée , cela démarre normalement
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#6 Le 10/05/2017, à 07:51
- malbo
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Bonjour,
Je colle ci-dessous le rapport Bisnext dont tu as donné le lien dans le post #1 :
Posting 931597 from bn-39ac0 posted at 2017-05-09 13:32:25 expires: 2017-06-08 13:32:25
May 9 2017, bisnext report id 39ac0
bisnext 0.02
============================ Hardware and System Summary ======================
System: Kernel: 4.10.0-20-generic x86_64 (64 bit gcc: 6.3.0)
Desktop: N/A dm: sddm,sddm Distro: Ubuntu 17.04
Machine: Device: laptop System: Micro-Star product: GP72 7RE v: REV:1.0
Mobo: Micro-Star model: MS-1799 v: REV:1.0
UEFI [Legacy]: American Megatrends v: E1799IMS.313 date: 03/28/2017
Chassis: type: 10
Battery BAT1: charge: 15.1 Wh 39.3% condition: 38.3/39.2 Wh (98%)
volts: 10.5/10.8
model: MSI BIF0_9 status: Discharging
CPU: Quad core Intel Core i5-7300HQ (-MCP-) cache: 6144 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 19968
clock speeds: min/max: 800/3500 MHz 1: 3230 MHz 2: 3426 MHz
3: 3186 MHz 4: 3242 MHz
Memory: Array-1 capacity: 32 GB devices: 2 EC: None
Device-1: ChannelA-DIMM0 size: 8 GB speed: 2400 MHz type: DDR4
manufacturer: Kingston part: MSI24D4S7D8MB-8
Device-2: ChannelB-DIMM0 size: No Module Installed type: N/A
Graphics: Card-1: Intel Device 591b bus-ID: 00:02.0 chip-ID: 8086:591b
Card-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile]
bus-ID: 01:00.0 chip-ID: 10de:1c8c
Display Server: X.Org 1.19.3 drivers: modesetting (unloaded: fbdev,vesa)
tty size: 1920x1080@60.00hz
GLX Renderer: Mesa DRI Intel Kabylake GT2
GLX Version: 3.0 Mesa 17.0.3 Direct Rendering: Yes
Audio: Card Intel Device a171
driver: snd_hda_intel bus-ID: 00:1f.3 chip-ID: 8086:a171
Sound: Advanced Linux Sound Architecture v: k4.10.0-20-generic
Network: Card-1: Intel Device 24fb
driver: iwlwifi bus-ID: 02:00.0 chip-ID: 8086:24fb
IF: wlp2s0 state: up speed: N/A duplex: N/A mac: <filter>
Card-2: Qualcomm Atheros Device e0b1
driver: alx port: d000 bus-ID: 03:00.0 chip-ID: 1969:e0b1
IF: enp3s0 state: down mac: <filter>
Drives: HDD Total Size: 1256.3GB (16.5% used)
ID-1: /dev/sda model: SAMSUNG_MZNLN256 size: 256.1GB
ID-2: /dev/sdb model: HGST_HTS721010A9 size: 1000.2GB
Optical: /dev/sr0 model: HL-DT-ST DVDRAM GUD0N
rev: 1.00 dev-links: cdrom,cdrw,dvd,dvdrw
Features: speed: 62x multisession: yes
audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition: ID-1: / size: 225G used: 6.6G (4%) fs: ext4 dev: /dev/sda2
label: N/A uuid: 5a0abda3-a07e-47da-8973-af60ac57411c
ID-2: /boot size: 453M used: 123M (29%) fs: ext4 dev: /dev/sda1
label: N/A uuid: d6672d87-8ba3-4aa1-9750-ce58484635bc
ID-3: /home size: 916G used: 179G (21%) fs: ext4 dev: /dev/sdb1
label: N/A uuid: db5ffb0b-0bc6-424d-ab5a-7201980a3388
ID-4: /home/michel size: 916G used: 179G (21%) fs: ecryptfs dev: /dev/.Private
label: N/A uuid: N/A
ID-5: swap-1 size: 9.56GB used: 0.00GB (0%) fs: swap dev: /dev/dm-0
label: N/A uuid: f34aec94-9c1e-4f8a-a3c0-4d5c216733ed
RAID: System: supported: N/A
No RAID devices: /proc/mdstat, md_mod kernel module present
Unused Devices: none
Unmounted: ID-1: /dev/sda3 size: 9.56G
fs: swap label: N/A uuid: 78c4f221-db3d-4be9-9481-a117bb508d68
Sensors: System Temperatures: cpu: 36.0C mobo: 27.8C
Fan Speeds (in rpm): cpu: N/A
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://be.archive.ubuntu.com/ubuntu/ zesty main restricted
deb http://be.archive.ubuntu.com/ubuntu/ zesty-updates main restricted
deb http://be.archive.ubuntu.com/ubuntu/ zesty universe
deb http://be.archive.ubuntu.com/ubuntu/ zesty-updates universe
deb http://be.archive.ubuntu.com/ubuntu/ zesty multiverse
deb http://be.archive.ubuntu.com/ubuntu/ zesty-updates multiverse
deb http://be.archive.ubuntu.com/ubuntu/ zesty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu zesty-security main restricted
deb http://security.ubuntu.com/ubuntu zesty-security universe
deb http://security.ubuntu.com/ubuntu zesty-security multiverse
Active apt sources in file: /etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-zesty.list
deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu zesty main
Active apt sources in file: /etc/apt/sources.list.d/eid.list
deb http://files.eid.belgium.be/debian zesty main
deb http://files2.eid.belgium.be/debian zesty main
Active apt sources in file: /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-zesty.list
deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu zesty main
Active apt sources in file: /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-zesty.list
deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu zesty main
Processes: CPU: % used - Memory: MB / % used - top 10 active
1: cpu: 98.2% command: update-apt-xapian-index (started by: python3) pid: 5160 mem: 212.82MB (2.6%)
2: cpu: 11.8% command: firefox pid: 2120 mem: 379.52MB (4.8%)
3: cpu: 10.3% command: muon pid: 5147 mem: 147.75MB (1.8%)
4: cpu: 4.4% command: qaptworker3 pid: 5171 mem: 83.88MB (1.0%)
5: cpu: 2.3% command: kwin_x11 pid: 1743 mem: 90.71MB (1.1%)
6: cpu: 2.1% command: Xorg pid: 1469 mem: 105.84MB (1.3%)
7: cpu: 2.0% command: plasmashell pid: 1750 mem: 219.62MB (2.7%)
8: cpu: 1.3% command: packagekitd pid: 1882 mem: 33.44MB (0.4%)
9: cpu: 0.5% command: kate pid: 4523 mem: 101.42MB (1.2%)
10: cpu: 0.4% command: baloo_file pid: 1746 mem: 21.08MB (0.2%)
Memory: MB / % used - CPU: % used - top 10 active
1: mem: 379.52MB (4.8%) command: firefox pid: 2120 cpu: 11.8%
2: mem: 219.62MB (2.7%) command: plasmashell pid: 1750 cpu: 2.0%
3: mem: 212.82MB (2.6%) command: update-apt-xapian-index (started by: python3) pid: 5160 cpu: 98.3%
4: mem: 205.65MB (2.6%) command: kded5 pid: 1696 cpu: 0.3%
5: mem: 147.75MB (1.8%) command: muon pid: 5147 cpu: 10.3%
6: mem: 105.84MB (1.3%) command: Xorg pid: 1469 cpu: 2.1%
7: mem: 101.42MB (1.2%) command: kate pid: 4523 cpu: 0.5%
8: mem: 90.71MB (1.1%) command: kwin_x11 pid: 1743 cpu: 2.3%
9: mem: 83.88MB (1.0%) command: qaptworker3 pid: 5171 cpu: 4.4%
10: mem: 69.18MB (0.8%) command: krunner pid: 1748 cpu: 0.2%
Info: Processes: 219 Uptime: 7 min Memory: 1268.5/7899.9MB
Init: systemd v: 232 runlevel: 5 Gcc sys: 6.3.0
Client: Shell (bash 4.4.51 running in bash) inxi: 2.3.8
_______________________________ UEFI settings _________________________________
Computer booted in Legacy mode for this session.
UEFI currently not active or not available on this system.
__________________________________ Secure Boot ________________________________
Secure Boot disabled or not available on this system.
========================= Boot Information Details ============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location.
=> Windows 2000/XP/2003 is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg /grub/i386-pc/core.img
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 17.04
Boot files: /etc/fstab /etc/default/grub
sda3: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
_________________________=== Drive/Partition Info ===__________________________
Drive: sda _____________________________________________________________________
Disque /dev/sda : 238,5 GiB, 256060514304 octets, 500118192 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 976,895 974,848 83 Linux
/dev/sda2 976,896 481,445,887 480,468,992 83 Linux
/dev/sda3 481,445,888 500,117,503 18,671,616 82 Linux swap / Solaris
Drive: sdb _____________________________________________________________________
Disque /dev/sdb : 931,5 GiB, 1000204886016 octets, 1953525168 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 2,048 1,953,523,711 1,953,521,664 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/mapper/cryptswap1 f34aec94-9c1e-4f8a-a3c0-4d5c216733ed swap
/dev/sda1 d6672d87-8ba3-4aa1-9750-ce58484635bc ext4
/dev/sda2 5a0abda3-a07e-47da-8973-af60ac57411c ext4
/dev/sda3 78c4f221-db3d-4be9-9481-a117bb508d68 swap
/dev/sdb1 db5ffb0b-0bc6-424d-ab5a-7201980a3388 ext4
/dev/sr0 2016-12-13-12-57-11-00 iso9660 G71-NDM2182
_________________________ "ls -l /dev/disk/by_id" output ______________________
total 0
lrwxrwxrwx 1 root root 9 mai 9 15:25 ata-HGST_HTS721010A9E630_JR100XD3231X6E -> ../../sdb
lrwxrwxrwx 1 root root 10 mai 9 15:25 ata-HGST_HTS721010A9E630_JR100XD3231X6E-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 mai 9 15:25 ata-HL-DT-ST_DVDRAM_GUD0N_KVJGC5A1828 -> ../../sr0
lrwxrwxrwx 1 root root 9 mai 9 15:25 ata-SAMSUNG_MZNLN256HMHQ-00000_S2SVNX0HA19079 -> ../../sda
lrwxrwxrwx 1 root root 10 mai 9 15:25 ata-SAMSUNG_MZNLN256HMHQ-00000_S2SVNX0HA19079-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 mai 9 15:25 ata-SAMSUNG_MZNLN256HMHQ-00000_S2SVNX0HA19079-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 mai 9 15:25 ata-SAMSUNG_MZNLN256HMHQ-00000_S2SVNX0HA19079-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 mai 9 15:25 dm-name-cryptswap1 -> ../../dm-0
lrwxrwxrwx 1 root root 10 mai 9 15:25 dm-uuid-CRYPT-PLAIN-cryptswap1 -> ../../dm-0
lrwxrwxrwx 1 root root 9 mai 9 15:25 wwn-0x5000cca8c8dd934a -> ../../sdb
lrwxrwxrwx 1 root root 10 mai 9 15:25 wwn-0x5000cca8c8dd934a-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 mai 9 15:25 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root 9 mai 9 15:25 wwn-0x5002538d4165b4fb -> ../../sda
lrwxrwxrwx 1 root root 10 mai 9 15:25 wwn-0x5002538d4165b4fb-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 mai 9 15:25 wwn-0x5002538d4165b4fb-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 mai 9 15:25 wwn-0x5002538d4165b4fb-part3 -> ../../sda3
_________________________ "ls -R /dev/mapper/" output _________________________
/dev/mapper:
control
cryptswap1
________________________________ Mount points _________________________________
Device Mount_Point Type Options
/dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda1 /boot ext4 (rw,relatime,data=ordered)
/dev/sdb1 /home ext4 (rw,relatime,data=ordered)
_______________________________ Free disk space _______________________________
Filesystem Mounted on Type Size Used Avail Use% IUse%
/dev/sda1 /boot ext4 453M 123M 303M 29% 1%
/dev/sda2 / ext4 225G 6.6G 207G 4% 2%
/dev/sdb1 /home ext4 916G 179G 691G 21% 1%
/home/michel/.Private /home/michel ecryptfs 916G 179G 691G 21% 1%
__________________________=== Boot Files Content ===___________________________
_____________________________ sda1/grub/grub.cfg: ______________________________
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 5a0abda3-a07e-47da-8973-af60ac57411c
else
search --no-floppy --fs-uuid --set=root 5a0abda3-a07e-47da-8973-af60ac57411c
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_BE
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
#set_background_image "images/tile.png";
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 0,0,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5a0abda3-a07e-47da-8973-af60ac57411c' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d6672d87-8ba3-4aa1-9750-ce58484635bc
else
search --no-floppy --fs-uuid --set=root d6672d87-8ba3-4aa1-9750-ce58484635bc
fi
linux /vmlinuz-4.10.0-20-generic root=UUID=5a0abda3-a07e-47da-8973-af60ac57411c ro acpi_osi=Linux pci=nomsi quiet splash $vt_handoff
initrd /initrd.img-4.10.0-20-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-5a0abda3-a07e-47da-8973-af60ac57411c' {
menuentry 'Ubuntu, avec Linux 4.10.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-20-generic-advanced-5a0abda3-a07e-47da-8973-af60ac57411c' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d6672d87-8ba3-4aa1-9750-ce58484635bc
else
search --no-floppy --fs-uuid --set=root d6672d87-8ba3-4aa1-9750-ce58484635bc
fi
echo 'Chargement de Linux 4.10.0-20-generic…'
linux /vmlinuz-4.10.0-20-generic root=UUID=5a0abda3-a07e-47da-8973-af60ac57411c ro acpi_osi=Linux pci=nomsi quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.10.0-20-generic
}
menuentry 'Ubuntu, with Linux 4.10.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-20-generic-recovery-5a0abda3-a07e-47da-8973-af60ac57411c' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d6672d87-8ba3-4aa1-9750-ce58484635bc
else
search --no-floppy --fs-uuid --set=root d6672d87-8ba3-4aa1-9750-ce58484635bc
fi
echo 'Chargement de Linux 4.10.0-20-generic…'
linux /vmlinuz-4.10.0-20-generic root=UUID=5a0abda3-a07e-47da-8973-af60ac57411c ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.10.0-20-generic
}
menuentry 'Ubuntu, avec Linux 4.10.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-advanced-5a0abda3-a07e-47da-8973-af60ac57411c' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d6672d87-8ba3-4aa1-9750-ce58484635bc
else
search --no-floppy --fs-uuid --set=root d6672d87-8ba3-4aa1-9750-ce58484635bc
fi
echo 'Chargement de Linux 4.10.0-19-generic…'
linux /vmlinuz-4.10.0-19-generic root=UUID=5a0abda3-a07e-47da-8973-af60ac57411c ro acpi_osi=Linux pci=nomsi quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.10.0-19-generic
}
menuentry 'Ubuntu, with Linux 4.10.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-recovery-5a0abda3-a07e-47da-8973-af60ac57411c' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d6672d87-8ba3-4aa1-9750-ce58484635bc
else
search --no-floppy --fs-uuid --set=root d6672d87-8ba3-4aa1-9750-ce58484635bc
fi
echo 'Chargement de Linux 4.10.0-19-generic…'
linux /vmlinuz-4.10.0-19-generic root=UUID=5a0abda3-a07e-47da-8973-af60ac57411c ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.10.0-19-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d6672d87-8ba3-4aa1-9750-ce58484635bc
else
search --no-floppy --fs-uuid --set=root d6672d87-8ba3-4aa1-9750-ce58484635bc
fi
knetbsd /memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d6672d87-8ba3-4aa1-9750-ce58484635bc
else
search --no-floppy --fs-uuid --set=root d6672d87-8ba3-4aa1-9750-ce58484635bc
fi
linux16 /memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
_______________________________ sda2/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/sda2 during installation
UUID=5a0abda3-a07e-47da-8973-af60ac57411c / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=d6672d87-8ba3-4aa1-9750-ce58484635bc /boot ext4 defaults 0 2
# /home was on /dev/sdb1 during installation
UUID=db5ffb0b-0bc6-424d-ab5a-7201980a3388 /home ext4 defaults 0 2
# swap was on /dev/sda3 during installation
#UUID=78c4f221-db3d-4be9-9481-a117bb508d68 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
tmpfs /tmp tmpfs defaults,size=1g 0 0
____________________________ sda2/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="acpi_osi=Linux pci=nomsi 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"
===============================================================================
Running System Information
===============================================================================
______________________________ Kernel parameters ______________________________
BOOT_IMAGE=/vmlinuz-4.10.0-20-generic root=UUID=5a0abda3-a07e-47da-8973-af60ac57411c ro acpi_osi=Linux pci=nomsi quiet splash vt.handoff=7
_______________________________ Wireless Status _______________________________
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
_________________________________ USB devices __________________________________
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 1770:ff00
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 004: ID 5986:0683 Acer, Inc
Bus 001 Device 003: ID 8087:0aa7 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 7: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 10: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 11: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 11: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 12: Dev 5, If 0, Class=Vendor Specific Class, Driver=rtsx_usb, 480M
______________________________ Boot-up Statistics ______________________________
Startup finished in 7.682s (kernel) + 3.568s (userspace) = 11.250s
blame, first 10:
gpu-manager.service 2.468s
systemd-resolved.service 2.277s
dev-sda2.device 559ms
postfix@-.service 306ms
networking.service 221ms
ModemManager.service 191ms
accounts-daemon.service 186ms
upower.service 160ms
systemd-udev-trigger.service 145ms
grub-common.service 127ms
critical-chain:
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.
1 graphical.target @3.524s
2 sddm.service @3.523s +1ms
3 systemd-user-sessions.service @1.178s +6ms
4 network.target @1.176s
5 wpa_supplicant.service @3.405s +4ms
6 basic.target @999ms
7 sockets.target @999ms
8 snapd.socket @997ms +1ms
9 sysinit.target @996ms
10 systemd-timesyncd.service @868ms +127ms
11 systemd-tmpfiles-setup.service @849ms +9ms
12 local-fs.target @848ms
13 home.mount @828ms +20ms
14 systemd-fsck@dev-disk-by\x2duuid-db5ffb0b\x2d0bc6\x2d424d\x2dab5a\x2d7201980a3388.service @734ms +90ms
15 dev-disk-by\x2duuid-db5ffb0b\x2d0bc6\x2d424d\x2dab5a\x2d7201980a3388.device @734ms
___________________________________ Modules Loaded ____________________________
Module Size Used by
acpi_als 16384 0
acpi_pad 180224 0
aesni_intel 167936 785
aes_x86_64 20480 1 aesni_intel
ahci 36864 4
alx 45056 0
arc4 16384 2
autofs4 40960 2
bbswitch 16384 0
bluetooth 557056 33 btrtl,hci_uart,btintel,btqca,bnep,btbcm,rfcomm,btusb
bnep 20480 2
btbcm 16384 2 hci_uart,btusb
btintel 16384 2 hci_uart,btusb
btqca 16384 1 hci_uart
btrfs 1093632 0
btrtl 16384 1 btusb
btusb 45056 0
ccm 20480 3
cfg80211 602112 3 iwlmvm,iwlwifi,mac80211
cmac 16384 1
coretemp 16384 0
crc32_pclmul 16384 0
crct10dif_pclmul 16384 0
cryptd 24576 391 crypto_simd,ghash_clmulni_intel,aesni_intel
crypto_simd 16384 1 aesni_intel
dm_crypt 28672 1
drm 352256 11 i915,drm_kms_helper
drm_kms_helper 151552 1 i915
fb_sys_fops 16384 1 drm_kms_helper
fjes 73728 0
ghash_clmulni_intel 16384 0
glue_helper 16384 1 aesni_intel
hci_uart 98304 0
hfs 57344 0
hfsplus 106496 0
hid 114688 2 i2c_hid,usbhid
i2c_algo_bit 16384 1 i915
i2c_hid 20480 0
i915 1449984 23
industrialio 69632 2 acpi_als,kfifo_buf
input_leds 16384 0
intel_lpss 16384 1 intel_lpss_acpi
intel_lpss_acpi 16384 0
intel_pch_thermal 16384 0
intel_powerclamp 16384 0
intel_rapl 20480 0
ip_tables 24576 0
irqbypass 16384 1 kvm
iwlmvm 368640 0
iwlwifi 229376 1 iwlmvm
jfs 184320 0
joydev 20480 0
kfifo_buf 16384 1 acpi_als
kvm 593920 1 kvm_intel
kvm_intel 200704 0
libahci 32768 1 ahci
libcrc32c 16384 1 xfs
lp 20480 0
mac80211 782336 1 iwlmvm
mac_hid 16384 0
mdio 16384 1 alx
media 40960 2 uvcvideo,videodev
mei 102400 1 mei_me
mei_me 40960 0
memstick 16384 1 rtsx_usb_ms
minix 36864 0
msdos 20480 0
msi_wmi 16384 0
msr 16384 0
mxm_wmi 16384 0
ntfs 102400 0
parport 49152 3 lp,parport_pc,ppdev
parport_pc 32768 0
pcbc 16384 0
pinctrl_intel 20480 1 pinctrl_sunrisepoint
pinctrl_sunrisepoint 28672 0
ppdev 20480 0
psmouse 139264 0
qnx4 16384 0
raid6_pq 114688 1 btrfs
rfcomm 77824 2
rtsx_usb 20480 2 rtsx_usb_sdmmc,rtsx_usb_ms
rtsx_usb_ms 20480 0
rtsx_usb_sdmmc 28672 0
serio_raw 16384 0
shpchp 36864 0
snd 77824 17 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 49152 1
snd_hda_codec_realtek 90112 1
snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_intel 36864 3
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 102400 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_timer 32768 2 snd_seq,snd_pcm
soundcore 16384 1 snd
sparse_keymap 16384 1 msi_wmi
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
tpm_crb 16384 0
ufs 73728 0
usbhid 53248 0
uvcvideo 90112 0
video 40960 2 msi_wmi,i915
videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 24576 1 uvcvideo
videobuf2_vmalloc 16384 1 uvcvideo
videodev 172032 3 uvcvideo,videobuf2_core,videobuf2_v4l2
wmi 16384 2 msi_wmi,mxm_wmi
x86_pkg_temp_thermal 16384 0
xfs 1187840 0
xor 24576 1 btrfs
x_tables 36864 1 ip_tables
______________________________ Additional Drivers _____________________________
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv00001462sd000011C9bc03sc02i00
vendor : NVIDIA Corporation
driver : nvidia-375 - third-party free
driver : nvidia-381 - third-party free recommended
driver : nvidia-378 - third-party free
driver : xserver-xorg-video-nouveau - distro free builtin
== cpu-microcode.py ==
driver : intel-microcode - distro non-free
__________________________________ Locales ___________________________________
locale command output:
LANG=fr_BE.UTF-8
LANGUAGE=fr
LC_CTYPE="fr_BE.UTF-8"
LC_NUMERIC="fr_BE.UTF-8"
LC_TIME="fr_BE.UTF-8"
LC_COLLATE="fr_BE.UTF-8"
LC_MONETARY="fr_BE.UTF-8"
LC_MESSAGES="fr_BE.UTF-8"
LC_PAPER="fr_BE.UTF-8"
LC_NAME="fr_BE.UTF-8"
LC_ADDRESS="fr_BE.UTF-8"
LC_TELEPHONE="fr_BE.UTF-8"
LC_MEASUREMENT="fr_BE.UTF-8"
LC_IDENTIFICATION="fr_BE.UTF-8"
LC_ALL=
/etc/default/locale:
# File generated by update-locale
LANG="fr_BE.UTF-8"
LANGUAGE="fr_BE:fr"
Active keyboard layout:
rules: evdev
model: pc101
layout: fr
Default keyboard layout:
XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
_____________________________ Upgradable Packages _____________________________
None
________________________ Package Configuration Pending ________________________
None
__________________________ Package Installation Pending _______________________
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
_________________________ Kernel Packages Installed __________________________
Package Version
linux-generic 4.10.0.20.22
linux-headers-4.10.0-19 4.10.0-19.21
linux-headers-4.10.0-19-generic 4.10.0-19.21
linux-headers-4.10.0-20 4.10.0-20.22
linux-headers-4.10.0-20-generic 4.10.0-20.22
linux-headers-generic 4.10.0.20.22
linux-image-4.10.0-19-generic 4.10.0-19.21
linux-image-4.10.0-20-generic 4.10.0-20.22
linux-image-extra-4.10.0-19-generic 4.10.0-19.21
linux-image-extra-4.10.0-20-generic 4.10.0-20.22
linux-image-generic 4.10.0.20.22
linux-tools-4.10.0-20 4.10.0-20.22
linux-tools-4.10.0-20-generic 4.10.0-20.22
linux-tools-common 4.10.0-20.22
linux-tools-virtual 4.10.0.20.22
File list in /boot directory:
abi-4.10.0-19-generic
abi-4.10.0-20-generic
config-4.10.0-19-generic
config-4.10.0-20-generic
grub
initrd.img-4.10.0-19-generic
initrd.img-4.10.0-20-generic
lost+found
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
System.map-4.10.0-19-generic
System.map-4.10.0-20-generic
vmlinuz-4.10.0-19-generic
vmlinuz-4.10.0-20-generic
_________________________________ System Logs ________________________________
Failed services:
UNIT LOAD ACTIVE SUB DESCRIPTION
● nvidia-persistenced.service loaded failed failed NVIDIA Persistence Daemon
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Selection of relevent log entries:
[ 0.000000] ACPI: UEFI 0x000000007C903050 000042 (v01 INTEL EDK2 00000002 01000013)
[ 0.231509] ACPI Error: [^^^PEG0.PEGP.EASP] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[ 0.231514] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC._REG] (Node ffff99be760f90c8), AE_NOT_FOUND (20160930/psparse-543)
[ 0.231533] ACPI: \: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.525896] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query honored via cmdline
[ 0.604070] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.604149] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.746431] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.746655] SCSI subsystem initialized
[ 1.491529] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.796904] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 1.813704] scsi host0: ahci
[ 1.813997] scsi host1: ahci
[ 1.814170] scsi host2: ahci
[ 1.814247] scsi host3: ahci
[ 1.835132] [drm] GuC firmware load skipped
[ 2.129413] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.129433] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.133015] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.134274] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZNLN256 100Q PQ: 0 ANSI: 5
[ 2.165386] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 2.165686] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.166357] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.166937] scsi 2:0:0:0: CD-ROM HL-DT-ST DVDRAM GUD0N 1.00 PQ: 0 ANSI: 5
[ 2.181499] sr 2:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.181588] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 2.181632] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 2.182223] scsi 3:0:0:0: Direct-Access ATA HGST HTS721010A9 A3U0 PQ: 0 ANSI: 5
[ 2.229356] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.229532] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 2.268303] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 7.858275] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 8.017610] tpm_crb: probe of MSFT0101:00 failed with error -16
[ 8.083399] iwlwifi 0000:02:00.0: pci_enable_msi failed - -22
[ 8.121032] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-26.ucode failed with error -2
[ 8.121042] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-25.ucode failed with error -2
[ 8.121048] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-24.ucode failed with error -2
[ 8.121054] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3168-23.ucode failed with error -2
[ 8.124830] iwlwifi 0000:02:00.0: loaded firmware version 22.361476.0 op_mode iwlmvm
[ 8.626323] audit: type=1400 audit(1494336311.458:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=853 comm="apparmor_parser"
[ 8.626325] audit: type=1400 audit(1494336311.458:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=853 comm="apparmor_parser"
[ 8.626633] audit: type=1400 audit(1494336311.458:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=851 comm="apparmor_parser"
[ 8.626635] audit: type=1400 audit(1494336311.458:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=851 comm="apparmor_parser"
[ 8.626636] audit: type=1400 audit(1494336311.458:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=851 comm="apparmor_parser"
[ 8.626637] audit: type=1400 audit(1494336311.458:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=851 comm="apparmor_parser"
[ 8.627406] audit: type=1400 audit(1494336311.458:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=856 comm="apparmor_parser"
[ 8.629572] audit: type=1400 audit(1494336311.462:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=861 comm="apparmor_parser"
[ 8.629833] audit: type=1400 audit(1494336311.462:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld-akonadi" pid=863 comm="apparmor_parser"
[ 8.629835] audit: type=1400 audit(1494336311.462:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" pid=863 comm="apparmor_parser"
[ 8.775656] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 8.777553] NVRM: failed to enable MSI. Therefore, using PCIe virtual-wire interrupts.
[ 8.779607] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 8.779648] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 8.779671] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 8.779691] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 8.779710] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 8.779741] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 8.779761] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 9.108379] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
[ 9.468889] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[ 10.486940] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 10.786082] alx 0000:03:00.0 enp3s0: Enabling MSI-X interrupts failed!
[ 10.995046] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 11.082162] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[ 78.947600] wlp2s0: RX AssocResp from 38:10:d5:bc:7c:31 (capab=0x411 status=0 aid=3)
_____________________________________ Xorg ____________________________________
xinput:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ BisonCam, NB Pro id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
↳ MSI WMI hotkeys id=14 [slave keyboard (3)]
xrandr:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 382mm x 215mm
1920x1080 60.00*+ 59.93
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1360x768 59.80 59.96
1152x864 60.00
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
960x600 60.00
960x540 59.99
800x600 60.00 60.32 56.25
840x525 60.01 59.88
800x512 60.17
700x525 59.98
640x512 60.02
720x450 59.89
640x480 60.00 59.94
680x384 59.80 59.96
576x432 60.06
512x384 60.00
400x300 60.32 56.34
320x240 60.05
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
Selection of relevent log entries:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11.263] (==) No Layout section. Using the first Screen section.
[ 11.263] (==) No screen section available. Using defaults.
[ 11.263] (**) |-->Screen "Default Screen Section" (0)
[ 11.263] (**) | |-->Monitor "<default monitor>"
[ 11.263] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 11.521] (--) PCI:*(0:0:2:0) 8086:591b:1462:11c9 rev 4, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 11.521] (--) PCI: (0:1:0:0) 10de:1c8c:1462:11c9 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 11.521] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 11.521] (II) LoadModule: "glx"
[ 11.524] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11.529] (II) LoadModule: "modesetting"
[ 11.529] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 11.529] (II) LoadModule: "fbdev"
[ 11.529] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 11.529] (II) LoadModule: "vesa"
[ 11.529] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 11.539] (WW) Falling back to old probe method for fbdev
[ 11.539] (II) Loading sub module "fbdevhw"
[ 11.539] (II) LoadModule: "fbdevhw"
[ 11.539] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 11.540] (WW) Falling back to old probe method for vesa
[ 11.540] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 11.540] (II) Loading sub module "glamoregl"
[ 11.540] (II) LoadModule: "glamoregl"
[ 11.540] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 11.582] (II) modeset(0): Output eDP-1 has no monitor section
[ 11.584] (II) modeset(0): Output DP-1 has no monitor section
[ 11.592] (II) modeset(0): Output HDMI-1 has no monitor section
[ 11.606] (II) modeset(0): Output HDMI-2 has no monitor section
[ 11.630] (II) Loading sub module "fb"
[ 11.630] (II) LoadModule: "fb"
[ 11.630] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 11.631] (II) UnloadModule: "fbdev"
[ 11.631] (II) UnloadModule: "vesa"
[ 11.715] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 11.718] (II) modeset(0): Setting screen physical size to 508 x 285
[ 11.740] (II) LoadModule: "libinput"
[ 11.740] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 11.889] (II) LoadModule: "synaptics"
[ 11.889] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
GPU Manager logs:
log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /run/u-d-c-fglrx-was-loaded file
Looking for fglrx modules in /lib/modules/4.10.0-20-generic/updates/dkms
Looking for nvidia modules in /lib/modules/4.10.0-20-generic/updates/dkms
Found nvidia module: nvidia_375_uvm.ko
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is fglrx kernel module available? no
Is nvidia kernel module available? yes
Vendor/Device Id: 8086:591b
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 10de:1c8c
BusID "PCI:1@0:0:0"
Is boot vga? no
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Found "/dev/dri/card1", driven by "i915"
output 0:
card1-eDP-1
Number of connected outputs for /dev/dri/card1: 1
Does it require offloading? yes
last cards number = 1
Has amd? no
Has intel? yes
Has nvidia? yes
How many cards? 2
The number of cards has changed!
Has the system changed? Yes
main_arch_path x86_64-linux-gnu, other_arch_path i386-linux-gnu
Current alternative: /usr/lib/nvidia-375-prime/ld.so.conf
Current core alternative: (null)
Current egl alternative: /usr/lib/nvidia-375-prime/ld.so.conf
Is nvidia enabled? no
Is nvidia egl enabled? no
Is fglrx enabled? no
Is mesa enabled? no
Is mesa egl enabled? no
Is pxpress enabled? no
Is prime enabled? yes
Is prime egl enabled? yes
Is nvidia available? yes
Is nvidia egl available? no
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is mesa egl available? yes
Is pxpress available? no
Is prime available? yes
Is prime egl available? no
System configuration has changed
Intel IGP detected
Intel hybrid system
Nvidia driver version 375.66 detected
/sys/class/dmi/id/product_version="REV:1.0"
/sys/class/dmi/id/product_name="GP72 7RE"
1st try: bbswitch without quirks
Loading bbswitch with "load_state=-1 unload_state=1" parameters
Removing xorg.conf. Path: /etc/X11/xorg.conf
Moved /etc/X11/xorg.conf to /etc/X11/xorg.conf.05092017
Powering off the discrete card
Disabling persistence mode
Unloading nvidia-uvm with "no" parameters
Unloading nvidia-drm with "no" parameters
Unloading nvidia-modeset with "no" parameters
Unloading nvidia with "no" parameters
============================ Disks SMART Attributes ===========================
### ATA disks: sda sdb
# Drive sda:
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.10.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: SAMSUNG MZNLN256HMHQ-00000
LU WWN Device Id: 5 002538 d4165b4fb
Firmware Version: MAV2100Q
User Capacity: 256.060.514.304 bytes [256 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Form Factor: M.2
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4c
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Tue May 9 15:32:23 2017 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
5 Reallocated_Sector_Ct PO--CK 100 100 010 - 0
9 Power_On_Hours -O--CK 099 099 000 - 49
12 Power_Cycle_Count -O--CK 099 099 000 - 112
170 Unknown_Attribute -O--CK 100 100 010 - 0
171 Unknown_Attribute -O--CK 100 100 010 - 0
172 Unknown_Attribute -O--CK 100 100 010 - 0
173 Unknown_Attribute PO--CK 100 100 005 - 0
174 Unknown_Attribute -O--CK 099 099 000 - 33
178 Used_Rsvd_Blk_Cnt_Chip PO--C- 100 100 010 - 0
180 Unused_Rsvd_Blk_Cnt_Tot PO--C- 100 100 010 - 816
184 End-to-End_Error PO--CK 100 100 097 - 0
187 Reported_Uncorrect -O--CK 100 100 000 - 0
194 Temperature_Celsius -O--CK 073 050 000 - 27
199 UDMA_CRC_Error_Count -OSRCK 100 100 000 - 0
233 Media_Wearout_Indicator PO--C- 100 100 000 - 16777215
241 Total_LBAs_Written -O--CK 099 099 000 - 293
242 Total_LBAs_Read -O--CK 099 099 000 - 588
249 Unknown_Attribute -O--CK 099 099 000 - 293
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
SMART Error Log Version: 1
No Errors Logged
# Drive sdb:
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.10.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: HGST Travelstar 7K1000
Device Model: HGST HTS721010A9E630
LU WWN Device Id: 5 000cca 8c8dd934a
Firmware Version: JB0OA3U0
User Capacity: 1.000.204.886.016 bytes [1,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 7200 rpm
Form Factor: 2.5 inches
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS T13/1699-D revision 6
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Tue May 9 15:32:23 2017 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
1 Raw_Read_Error_Rate PO-R-- 100 100 062 - 0
2 Throughput_Performance P-S--- 163 163 040 - 92
3 Spin_Up_Time POS--- 120 120 033 - 2
4 Start_Stop_Count -O--C- 100 100 000 - 113
5 Reallocated_Sector_Ct PO--CK 100 100 005 - 0
7 Seek_Error_Rate PO-R-- 100 100 067 - 0
8 Seek_Time_Performance P-S--- 138 138 040 - 34
9 Power_On_Hours -O--C- 100 100 000 - 50
10 Spin_Retry_Count PO--C- 100 100 060 - 0
12 Power_Cycle_Count -O--CK 100 100 000 - 111
191 G-Sense_Error_Rate -O-R-- 100 100 000 - 0
192 Power-Off_Retract_Count -O--CK 100 100 000 - 29
193 Load_Cycle_Count -O--C- 100 100 000 - 844
194 Temperature_Celsius -O---- 240 240 000 - 25 (Min/Max 16/49)
196 Reallocated_Event_Count -O--CK 100 100 000 - 0
197 Current_Pending_Sector -O---K 100 100 000 - 0
198 Offline_Uncorrectable ---R-- 100 100 000 - 0
199 UDMA_CRC_Error_Count -O-R-- 200 200 000 - 0
223 Load_Retry_Count -O-R-- 100 100 000 - 0
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
SMART Error Log Version: 1
No Errors Logged
Peux-tu confirmer que tu as coché "Chiffrer mon dossier personnel" à l'étape "Qui êtes-vous?" de l'installation ? (je crois qu'il s'agit de ça parce que je vois une ligne "/dev/mapper/cryptswap1 none swap sw 0 0" dans la partie "sda2/etc/fstab" du rapport mais je n'en suis pas certain)
Dernière modification par malbo (Le 10/05/2017, à 08:07)
Hors ligne
#7 Le 10/05/2017, à 12:53
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Salut Malbo
Je te confirme que j'ai bien coché "chiffrer mon dossier personnel" à l’installation.
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#8 Le 10/05/2017, à 20:39
- malbo
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Merci. C'est juste pour être sûr.
Par ailleurs, tu as indiqué "en cours" dans le titre mais est-ce que tu ne peux pas enlever cette mention "en cours" ? Je veux dire que j'ai l'impression que ton install est terminée, non ?
Dernière modification par malbo (Le 10/05/2017, à 20:42)
Hors ligne
#9 Le 10/05/2017, à 21:28
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Oui et non, pas mal de freeze depuis que l'installation est terminée.
Depuis j'ai essayé linuxmint 18.1 mais pas de réseau, chipset trop récent mais aucun blocage sans bouger au grub mais pas de pilote nvidia
Installation toute fraîche d'ubuntu 16.10, pour le moment cela tourne mais pour le moment pas de pilote nvidia
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#10 Le 12/05/2017, à 15:32
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
D'après le site ici, conflit avec TLP que j'avais installé avant
https://www.google.be/url?sa=t&rct=j&q= … frF7HlG4gw
bon, je n'ai pas réinstallé TLP lors de ma dernière installation, je continue mes recherches sur Prime
modification en cours: https://github.com/linrunner/TLP/blob/master/changelog
Dernière modification par carabao (Le 12/05/2017, à 15:34)
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#11 Le 12/05/2017, à 18:42
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
bon, j'aimerai quand même essayer de réinstaller les pilotes nvidia pour profiter de ma carte Gforce 1050ti et de la gestion optimus.
Je viens de lire
- pilote 375.66: https://devtalk.nvidia.com/default/topi … 8/#5141478
- pilote 381.22: https://devtalk.nvidia.com/default/topi … er-381-22/
Tous deux disponibles dans la gestion des pilotes supplémentaires après activation du ppa: drivers.
Je viens de plus installer le kernel 4.10.15 pour profiter des corrections de bug, tout en restant dans la même version majeure du kernel (4.10.x).
Que faire ?
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#12 Le 12/05/2017, à 18:58
- malbo
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Demander de l'aide dans le forum spécialisé "Affichage et cartes graphiques" ? Je sais que c'est parfois le grand silence parce que les experts du domaine n'ont pas forcément la réponse sur étagère s'agissant d'ordis ultra-modernes. Mais bon...
Hors ligne
#13 Le 12/05/2017, à 19:50
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Ok, merci pour ta réponse je vais le faire.
C'est ici: https://forum.kubuntu-fr.org/viewtopic.php?id=2009524
Dernière modification par carabao (Le 12/05/2017, à 19:53)
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#14 Le 18/06/2017, à 11:26
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Mise à jour point 9°, mise en veille
https://forum.kubuntu-fr.org/viewtopic. … #p21726565
Dernière modification par carabao (Le 18/06/2017, à 11:27)
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#15 Le 06/02/2018, à 20:49
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
xxx
Dernière modification par carabao (Le 07/02/2018, à 15:59)
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#16 Le 23/06/2018, à 21:38
- MdMax
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Hello !
Merci pour ce retour d'expérience. Cela m'a encouragé à prendre un modèle similaire (GP72M 7RDX-871XFR) pour ma femme. On a quand même un choc la première fois qu'on démarre ce FreeDOS... un "C:\>" bien gris qui permet de taper "dir" et de constater que l'AUTOEXEC.BAT, cela existe encore dans le siècle actuel (j'ai eu plein de souvenirs qui sont revenus). J'ai immédiatement rebooté pour mettre à jour le BIOS (MSI propose un E1799IMS.324.zip), et pour démarrer sur ma clé Ubuntu 18.04. L'installation (très très rapide) s'est faite sans problème, par contre juste après la saisie du mot de passe au login, écran figé sur le fond violet. J'ai résolu cela via un redémarrage, un Ctrl-Alt-F2 pour ouvrir un terminal dès le login, et en installant le driver Nvidia:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-390
Là elle est contente, et donc je n'ai pas cherché plus loin, mais à l'occasion il faudra que je regarde aussi s'il n'y a pas moyen d'activer du "Optimus", car plus de 80% du temps elle ne s'en servira que pour du Web/Vidéo/Bureautique. Les jeux où elle a besoin de son GPU, ce n'est pas son usage principal.
Dernière modification par MdMax (Le 23/06/2018, à 21:40)
Hors ligne
#17 Le 03/07/2018, à 07:55
- carabao
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Merci pour ton message. Et merci pour ton retour sur la 18.04 que je n'ai pas encore réussi à dompter.
1° PC portable MSI 17": Intel Core i5-7300HQ, 8gb, GPU Nvidia GTX 1050Ti GDDR5, SSD 256 Go + HDD 1 To avec kubuntu 17.10
2° PC portable LDLC 15": Intel Core i5, 8Gb ram, carte intel HD4600 - 1 SSD (système) et 1 HDD (répertoire perso) avec kubuntu 17.04
Hors ligne
#18 Le 29/08/2018, à 10:04
- Schrö
Re : PC PORTABLE MSI GP72-7RE-209XFR (freedos)
Salut, et merci pour ton super tuto, carabao !
Malheureusement je ne peux passer l'étape n°4 car ni le wifi, ni la carte ethernet ne semblent fonctionner : je n'ai aucun moyen d'accéder à internet. Ai-je oublié quelque chose ? Comme je ne peux télécharger aucun paquet, je suis bloqué
Je pense qu'il faut que je télécharge ces paquets manuellement à partir d'un autre pc, mais je ne sais pas comment faire, et surtout, lesquels !
Merci d'avance pour l'aide apportée !
Schrö
"I think I'll stop here." - Andrew Wiles - 23 juin 1993
Hors ligne