Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#126 Le 26/01/2019, à 19:17

Gégé92

Re : [RESOLU] Error code (1)

Ouiiiiiiiiiin ! Recovery
Que faire ?

Hors ligne

#127 Le 26/01/2019, à 20:42

nany

Re : [RESOLU] Error code (1)

C’est ce que j’attendais. wink
Encore deux essais avant changement de stratégie. D’abord, donne les retours de :

sudo sed -i 's/ radeon.modeset=1//' /etc/default/grub && grep X_D /etc/default/grub
sudo update-grub

Puis redémarre (en normal, j’espère) et donne les retours de :

cat /proc/cmdline
sudo lshw -C display
lspci -vnn | grep -A12 '\[030[02]\]' | grep -Ei "vga|3d|display|kernel"
dmesg -lerr -lcrit

Hors ligne

#128 Le 26/01/2019, à 22:41

Gégé92

Re : [RESOLU] Error code (1)

Encore une fois je te mets les deux à la fois, je crois en toi tongue

papygege@papygege-MS-7367:~$ sudo sed -i 's/ radeon.modeset=1//' /etc/default/grub && grep X_D /etc/default/grub
[sudo] Mot de passe de papygege : 
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
papygege@papygege-MS-7367:~$ sudo update-grubCréation du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-4.4.0-141-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.4.0-141-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Microsoft Windows XP Professionnel trouvé sur /dev/sda1
Ubuntu 12.04.5 LTS (12.04) trouvé sur /dev/sda5
Microsoft Windows XP Professionnel trouvé sur /dev/sdb1
fait
papygege@papygege-MS-7367:~$ 

Reboot

Hors ligne

#129 Le 26/01/2019, à 22:54

Gégé92

Re : [RESOLU] Error code (1)

Normal avec les petits carrés.
La suite :
Retour 1

papygege@papygege-MS-7367:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.4.0-141-generic root=UUID=ebb6c711-6012-40ad-8876-973011d955aa ro quiet splash nomodeset vt.handoff=7
papygege@papygege-MS-7367:~$ 

Retour 2

papygege@papygege-MS-7367:~$ sudo lshw -C display
[sudo] Mot de passe de papygege : 
  *-display NON-RÉCLAMÉ   
       description: VGA compatible controller
       produit: RS690 [Radeon X1200]
       fabriquant: Advanced Micro Devices, Inc. [AMD/ATI]
       identifiant matériel: 5
       information bus: pci@0000:01:05.0
       version: 00
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm msi vga_controller bus_master cap_list
       configuration: latency=64
       ressources: mémoire:f0000000-f7ffffff mémoire:fe9f0000-fe9fffff portE/S:d000(taille=256) mémoire:fe800000-fe8fffff
papygege@papygege-MS-7367:~$ 

Retour 3

papygege@papygege-MS-7367:~$ lspci -vnn | grep -A12 '\[030[02]\]' | grep -Ei "vga|3d|display|kernel"
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS690 [Radeon X1200] [1002:791e] (prog-if 00 [VGA controller])
	Kernel modules: radeon
papygege@papygege-MS-7367:~$ 

Retour 4

papygege@papygege-MS-7367:~$ dmesg -lerr -lcrit
[    0.028927] Spectre V2 : Spectre mitigation: LFENCE not serializing. Switching to generic retpoline
[    2.846343] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    3.124021] ata3: softreset failed (device not ready)
[   23.572577] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
papygege@papygege-MS-7367:~$ 

La balle est dans ton camps

Hors ligne

#130 Le 27/01/2019, à 14:50

nany

Re : [RESOLU] Error code (1)

*Attrape la balle et la relance* ; donne les retours de :

sudo sed -i 's/nomodeset/nomodeset xorg-driver=fbdev/' /etc/default/grub && grep X_D /etc/default/grub
sudo update-grub

Redémarrage et retours de :

cat /proc/cmdline
sudo lshw -C display
lspci -vnn | grep -A12 '\[030[02]\]' | grep -Ei "vga|3d|display|kernel"
dmesg -lerr -lcrit

Hors ligne

#131 Le 27/01/2019, à 19:15

Gégé92

Re : [RESOLU] Error code (1)

Je capte et te retourne: (mode normal)

papygege@papygege-MS-7367:~$ sudo sed -i 's/nomodeset/nomodeset xorg-driver=fbdev/' /etc/default/grub && grep X_D /etc/default/grub
[sudo] Mot de passe de papygege : 
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset xorg-driver=fbdev"
papygege@papygege-MS-7367:~$ sudo update-grubCréation du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-4.4.0-141-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.4.0-141-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Microsoft Windows XP Professionnel trouvé sur /dev/sda1
Ubuntu 12.04.5 LTS (12.04) trouvé sur /dev/sda5
Microsoft Windows XP Professionnel trouvé sur /dev/sdb1
fait
papygege@papygege-MS-7367:~$ 

Reboot

Dernière modification par Gégé92 (Le 27/01/2019, à 19:19)

Hors ligne

#132 Le 27/01/2019, à 19:33

Gégé92

Re : [RESOLU] Error code (1)

Mode normal avec les carrés.
Retour 1:

papygege@papygege-MS-7367:~$ cat /proc/cmdlineBOOT_IMAGE=/boot/vmlinuz-4.4.0-141-generic root=UUID=ebb6c711-6012-40ad-8876-973011d955aa ro quiet splash nomodeset xorg-driver=fbdev vt.handoff=7
papygege@papygege-MS-7367:~$ 

Retour 2:

papygege@papygege-MS-7367:~$ sudo lshw -C display[sudo] Mot de passe de papygege : 
  *-display NON-RÉCLAMÉ   
       description: VGA compatible controller
       produit: RS690 [Radeon X1200]
       fabriquant: Advanced Micro Devices, Inc. [AMD/ATI]
       identifiant matériel: 5
       information bus: pci@0000:01:05.0
       version: 00
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm msi vga_controller bus_master cap_list
       configuration: latency=64
       ressources: mémoire:f0000000-f7ffffff mémoire:fe9f0000-fe9fffff portE/S:d000(taille=256) mémoire:fe800000-fe8fffff
papygege@papygege-MS-7367:~$ 

Retour 3:

papygege@papygege-MS-7367:~$ lspci -vnn | grep -A12 '\[030[02]\]' | grep -Ei "vga|3d|display|kernel"
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS690 [Radeon X1200] [1002:791e] (prog-if 00 [VGA controller])
	Kernel modules: radeon
papygege@papygege-MS-7367:~$ 

Retour 4:

papygege@papygege-MS-7367:~$ dmesg -lerr -lcrit[    0.029136] Spectre V2 : Spectre mitigation: LFENCE not serializing. Switching to generic retpoline
[    2.871306] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    3.144022] ata3: softreset failed (device not ready)
[   25.898248] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[   54.977739] blk_update_request: I/O error, dev loop0, sector 0
[   54.977759] blk_update_request: I/O error, dev loop0, sector 0
[   54.977765] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977779] blk_update_request: I/O error, dev loop0, sector 0
[   54.977783] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977792] blk_update_request: I/O error, dev loop0, sector 0
[   54.977795] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977803] blk_update_request: I/O error, dev loop0, sector 0
[   54.977806] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977814] blk_update_request: I/O error, dev loop0, sector 0
[   54.977817] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977826] blk_update_request: I/O error, dev loop0, sector 0
[   54.977829] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977838] blk_update_request: I/O error, dev loop0, sector 0
[   54.977841] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977849] blk_update_request: I/O error, dev loop0, sector 0
[   54.977852] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977861] blk_update_request: I/O error, dev loop0, sector 0
[   54.977864] Buffer I/O error on dev loop0, logical block 0, async page read
[   54.977876] Buffer I/O error on dev loop0, logical block 0, async page read
papygege@papygege-MS-7367:~$ 

A suivre.....

Hors ligne

#133 Le 27/01/2019, à 21:11

nany

Re : [RESOLU] Error code (1)

Bon, remettons de l’ordre. Donne les retours de :

sudo sed -i 's/ xorg-driver=fbdev//' /etc/default/grub && grep X_D /etc/default/grub
sudo sed -i 's/#blacklist radeonfb/blacklist radeonfb/' /etc/modprobe.d/blacklist-framebuffer.conf && grep radeon /etc/modprobe.d/blacklist-framebuffer.conf
sudo sed -i 's/#blacklist radeonfb/blacklist radeonfb/' /etc/modprobe.d/fbdev-blacklist.conf && grep radeon /etc/modprobe.d/fbdev-blacklist.conf
sudo update-initramfs -u -k all
sudo update-grub

Et redémarre pour nous dire ce qu’il en est.

Hors ligne

#134 Le 27/01/2019, à 22:59

Gégé92

Re : [RESOLU] Error code (1)

Au travail
Retour 1

papygege@papygege-MS-7367:~$ sudo sed -i 's/ xorg-driver=fbdev//' /etc/default/grub && grep X_D /etc/default/grub
[sudo] Mot de passe de papygege : 
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
papygege@papygege-MS-7367:~$ 

Retour 2

papygege@papygege-MS-7367:~$ sudo sed -i 's/#blacklist radeonfb/blacklist radeonfb/' /etc/modprobe.d/blacklist-framebuffer.conf && grep radeon /etc/modprobe.d/blacklist-framebuffer.conf
blacklist radeonfb
papygege@papygege-MS-7367:~$ 

Retour 3

papygege@papygege-MS-7367:~$ sudo sed -i 's/#blacklist radeonfb/blacklist radeonfb/' /etc/modprobe.d/fbdev-blacklist.conf && grep radeon /etc/modprobe.d/fbdev-blacklist.conf
blacklist radeonfb
papygege@papygege-MS-7367:~$ 

Retour 4

papygege@papygege-MS-7367:~$ sudo update-initramfs -u -k all
update-initramfs: Generating /boot/initrd.img-4.4.0-141-generic
papygege@papygege-MS-7367:~$ 

Retour 5

papygege@papygege-MS-7367:~$ sudo update-grub
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-4.4.0-141-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.4.0-141-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Microsoft Windows XP Professionnel trouvé sur /dev/sda1
Ubuntu 12.04.5 LTS (12.04) trouvé sur /dev/sda5
Microsoft Windows XP Professionnel trouvé sur /dev/sdb1
fait
papygege@papygege-MS-7367:~$ 

Je reboot, on y croit

Hors ligne

#135 Le 27/01/2019, à 23:05

Gégé92

Re : [RESOLU] Error code (1)

Mode normal avec petits carrés

Hors ligne

#136 Le 28/01/2019, à 13:52

nany

Re : [RESOLU] Error code (1)

nany a écrit :

Encore deux essais avant changement de stratégie.

Malheureusement, je vois rien en rapport avec l’UMS dans la page des options dont NicoApi73 a donné le lien.
Malgré tout, tant qu’on te tient jusqu’au 6 février, donne les retours de :

dmesg -lerr -lcrit
df -Th

Hors ligne

#137 Le 28/01/2019, à 17:22

Gégé92

Re : [RESOLU] Error code (1)

Bonjour Nany
retour 1

papygege@papygege-MS-7367:~$ dmesg -lerr -lcrit
[    0.028947] Spectre V2 : Spectre mitigation: LFENCE not serializing. Switching to generic retpoline
[    2.857714] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    3.128032] ata3: softreset failed (device not ready)
[   25.251475] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
papygege@papygege-MS-7367:~$ 

retour 2 :

papygege@papygege-MS-7367:~$ df -Th
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
udev             devtmpfs   417M       0  417M   0% /dev
tmpfs            tmpfs       88M    4,6M   83M   6% /run
/dev/sdb5        ext4        44G    6,2G   36G  15% /
tmpfs            tmpfs      436M     42M  395M  10% /dev/shm
tmpfs            tmpfs      5,0M    4,0K  5,0M   1% /run/lock
tmpfs            tmpfs      436M       0  436M   0% /sys/fs/cgroup
cgmfs            tmpfs      100K       0  100K   0% /run/cgmanager/fs
tmpfs            tmpfs       88M     56K   88M   1% /run/user/1000
papygege@papygege-MS-7367:~$ 

A+

Hors ligne

#138 Le 28/01/2019, à 18:50

Gégé92

Re : [RESOLU] Error code (1)

Je vois que tu t'intéresses souvent à "GRUB_CMDLINE_LINUX_DEFAULT", alors sous 12-04 j'ai "quiet splash" et sous 16-04 j'ai "quiet splash nomodeset". Sachant que sous 12-04 l'affichage fonctionne très bien.

Hors ligne

#139 Le 28/01/2019, à 22:26

nany

Re : [RESOLU] Error code (1)

Je ne m’intéresse pas particulièrement à cette ligne mais c’est elle qu’il faut modifier pour passer des paramètres au noyau. Or, après tous les essais que je t’ai fait faire, il s’avère que seul nomodeset soit utile.
Je m’intéresse surtout aux retours de dmesg -lerr -lcrit.
Maintenant, donne le retour de :

sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04

Redémarre et donne le retour de :

dmesg

Hors ligne

#140 Le 29/01/2019, à 00:39

Gégé92

Re : [RESOLU] Error code (1)

Je ne suis en aucune manière en droit de te conseiller, c'était juste une constatation.:rolleyes:
Ouille ouille ouille! Y'a eu du taf de fait. Je découpe par page :

papygege@papygege-MS-7367:~$ sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
[sudo] Mot de passe de papygege : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
  libxfont2 linux-headers-4.15.0-43 linux-headers-4.15.0-43-generic
  linux-headers-generic-hwe-16.04 linux-image-4.15.0-43-generic
  linux-image-generic-hwe-16.04 linux-modules-4.15.0-43-generic
  linux-modules-extra-4.15.0-43-generic xserver-xorg-core-hwe-16.04
  xserver-xorg-input-all-hwe-16.04 xserver-xorg-input-evdev-hwe-16.04
  xserver-xorg-input-synaptics-hwe-16.04 xserver-xorg-input-wacom-hwe-16.04
  xserver-xorg-legacy-hwe-16.04 xserver-xorg-video-all-hwe-16.04
  xserver-xorg-video-amdgpu-hwe-16.04 xserver-xorg-video-ati-hwe-16.04
  xserver-xorg-video-fbdev-hwe-16.04 xserver-xorg-video-intel-hwe-16.04
  xserver-xorg-video-nouveau-hwe-16.04 xserver-xorg-video-qxl-hwe-16.04
  xserver-xorg-video-radeon-hwe-16.04 xserver-xorg-video-vesa-hwe-16.04
  xserver-xorg-video-vmware-hwe-16.04
Paquets suggérés :
  fdutils linux-hwe-tools xfonts-100dpi | xfonts-75dpi
  gpointing-device-settings touchfreeze xserver-xorg-video-geode-hwe-16.04
  firmware-amd-graphics xserver-xorg-video-r128-hwe-16.04
  xserver-xorg-video-mach64-hwe-16.04 firmware-misc-nonfree
Les paquets suivants seront ENLEVÉS :
  xserver-xorg xserver-xorg-core xserver-xorg-input-all
  xserver-xorg-input-evdev xserver-xorg-input-synaptics
  xserver-xorg-input-vmmouse xserver-xorg-input-wacom xserver-xorg-video-all
  xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-cirrus
  xserver-xorg-video-fbdev xserver-xorg-video-geode xserver-xorg-video-intel
  xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-savage xserver-xorg-video-siliconmotion
  xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
  xserver-xorg-video-vesa xserver-xorg-video-vmware
Les NOUVEAUX paquets suivants seront installés :
  libxfont2 linux-generic-hwe-16.04 linux-headers-4.15.0-43
  linux-headers-4.15.0-43-generic linux-headers-generic-hwe-16.04
  linux-image-4.15.0-43-generic linux-image-generic-hwe-16.04
  linux-modules-4.15.0-43-generic linux-modules-extra-4.15.0-43-generic
  xserver-xorg-core-hwe-16.04 xserver-xorg-hwe-16.04
  xserver-xorg-input-all-hwe-16.04 xserver-xorg-input-evdev-hwe-16.04
  xserver-xorg-input-synaptics-hwe-16.04 xserver-xorg-input-wacom-hwe-16.04
  xserver-xorg-legacy-hwe-16.04 xserver-xorg-video-all-hwe-16.04
  xserver-xorg-video-amdgpu-hwe-16.04 xserver-xorg-video-ati-hwe-16.04
  xserver-xorg-video-fbdev-hwe-16.04 xserver-xorg-video-intel-hwe-16.04
  xserver-xorg-video-nouveau-hwe-16.04 xserver-xorg-video-qxl-hwe-16.04
  xserver-xorg-video-radeon-hwe-16.04 xserver-xorg-video-vesa-hwe-16.04
  xserver-xorg-video-vmware-hwe-16.04
0 mis à jour, 26 nouvellement installés, 29 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 65,3 Mo dans les archives.
Après cette opération, 252 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de:1 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-hwe-16.04 i386 1:7.7+16ubuntu3~16.04.1 [4 798 B]
Réception de:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 libxfont2 i386 1:2.0.1-3~ubuntu16.04.3 [95,0 kB]
Réception de:3 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-core-hwe-16.04 i386 2:1.19.6-1ubuntu4.1~16.04.2 [1 414 kB]
Réception de:4 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-input-evdev-hwe-16.04 i386 1:2.10.5-1ubuntu1~16.04.1 [33,1 kB]
Réception de:5 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-input-synaptics-hwe-16.04 i386 1.9.0-1ubuntu1~16.04.1 [63,7 kB]
Réception de:6 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-input-wacom-hwe-16.04 i386 1:0.34.0-0ubuntu2~16.04.1 [87,9 kB]
Réception de:7 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-input-all-hwe-16.04 i386 1:7.7+16ubuntu3~16.04.1 [4 046 B]
Réception de:8 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-modules-4.15.0-43-generic i386 4.15.0-43.46~16.04.1 [11,6 MB]
Réception de:9 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-image-4.15.0-43-generic i386 4.15.0-43.46~16.04.1 [7 401 kB]
Réception de:10 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-modules-extra-4.15.0-43-generic i386 4.15.0-43.46~16.04.1 [31,5 MB]
Réception de:11 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-image-generic-hwe-16.04 i386 4.15.0.43.64 [2 458 B]
Réception de:12 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-headers-4.15.0-43 all 4.15.0-43.46~16.04.1 [11,1 MB]
Réception de:13 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-headers-4.15.0-43-generic i386 4.15.0-43.46~16.04.1 [764 kB]
Réception de:14 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-headers-generic-hwe-16.04 i386 4.15.0.43.64 [2 418 B]
Réception de:15 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-generic-hwe-16.04 i386 4.15.0.43.64 [1 810 B]
Réception de:16 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-amdgpu-hwe-16.04 i386 18.0.1-1~16.04.1 [66,6 kB]
Réception de:17 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-radeon-hwe-16.04 i386 1:18.0.1-1~16.04.1 [154 kB]
Réception de:18 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-ati-hwe-16.04 i386 1:18.0.1-1~16.04.1 [7 306 B]
Réception de:19 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-fbdev-hwe-16.04 i386 1:0.4.4-1build6~16.04.1 [12,3 kB]
Réception de:20 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-nouveau-hwe-16.04 i386 1:1.0.15-2~16.04.1 [91,9 kB]
Réception de:21 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-vesa-hwe-16.04 i386 1:2.3.4-1build3~16.04.1 [15,5 kB]
Réception de:22 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-vmware-hwe-16.04 i386 1:13.2.1-1build1~16.04.1 [77,0 kB]
Réception de:23 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-all-hwe-16.04 i386 1:7.7+16ubuntu3~16.04.1 [4 098 B]
Réception de:24 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-intel-hwe-16.04 i386 2:2.99.917+git20171229-1~16.04.1 [778 kB]
Réception de:25 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-video-qxl-hwe-16.04 i386 0.1.5-2build1~16.04.1 [85,5 kB]
Réception de:26 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 xserver-xorg-legacy-hwe-16.04 i386 2:1.19.6-1ubuntu4.1~16.04.2 [35,6 kB]
65,3 Mo réceptionnés en 48s (1 342 ko/s)                                       
Préconfiguration des paquets...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
(Lecture de la base de données... 208103 fichiers et répertoires déjà installés.)
Suppression de xserver-xorg-video-intel (2:2.99.917+git20160325-1ubuntu1.2) ...
Suppression de xserver-xorg-video-all (1:7.7+13ubuntu3.1) ...
Suppression de xserver-xorg-video-amdgpu (1.1.2-0ubuntu0.16.04.1) ...
Suppression de xserver-xorg-video-trident (1:1.3.7-1build2) ...
Suppression de xserver-xorg-video-tdfx (1:1.4.6-1build2) ...
Suppression de xserver-xorg-input-all (1:7.7+13ubuntu3.1) ...
Suppression de xserver-xorg-input-evdev (1:2.10.1-1ubuntu2) ...
dpkg: xserver-xorg-core : problème de dépendance, mais suppression comme demandé :
 xserver-xorg-video-ati dépend de xorg-video-abi-20 ; cependant :
  Le paquet xorg-video-abi-20 n'est pas installé.
  Le paquet xserver-xorg-core qui fournit xorg-video-abi-20 doit être supprimé.
 xserver-xorg-video-ati dépend de xserver-xorg-core (>= 2:1.17.99.902) ; cependant :
  Le paquet xserver-xorg-core doit être supprimé.
 xserver-xorg-video-mach64 dépend de xorg-video-abi-20 ; cependant :
  Le paquet xorg-video-abi-20 n'est pas installé.
  Le paquet xserver-xorg-core qui fournit xorg-video-abi-20 doit être supprimé.
 xserver-xorg-video-mach64 dépend de xserver-xorg-core (>= 2:1.17.99.902) ; cependant :
  Le paquet xserver-xorg-core doit être supprimé.
 xserver-xorg-input-synaptics dépend de xorg-input-abi-22 ; cependant :
  Le paquet xorg-input-abi-22 n'est pas installé.
  Le paquet xserver-xorg-core qui fournit xorg-input-abi-22 doit être supprimé.
 xserver-xorg-input-synaptics dépend de xs
Suppression de xserver-xorg-core (2:1.18.4-0ubuntu0.8) ...
dpkg: xserver-xorg : problème de dépendance, mais suppression comme demandé :
 xorg dépend de xserver-xorg (>= 1:7.7+13ubuntu3.1).

Suppression de xserver-xorg (1:7.7+13ubuntu3.1) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.23-0ubuntu10) ...
Traitement des actions différées (« triggers ») pour man-db (2.7.5-1) ...
Sélection du paquet xserver-xorg-hwe-16.04 précédemment désélectionné.
(Lecture de la base de données... 207966 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../xserver-xorg-hwe-16.04_1%3a7.7+16ubuntu3~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-hwe-16.04 (1:7.7+16ubuntu3~16.04.1) ...
(Lecture de la base de données... 207974 fichiers et répertoires déjà installés.)
Suppression de xserver-xorg-video-sisusb (1:0.9.6-2build5) ...
Suppression de xserver-xorg-video-siliconmotion (1:1.7.8-1ubuntu6) ...
Suppression de xserver-xorg-video-savage (1:2.3.8-1ubuntu3) ...
Suppression de xserver-xorg-video-r128 (6.10.0-1build2) ...
Suppression de xserver-xorg-video-openchrome (1:0.3.3+git20160310-1) ...
Suppression de xserver-xorg-video-neomagic (1:1.2.9-1build2) ...
Suppression de xserver-xorg-video-mga (1:1.6.4-1build2) ...
Suppression de xserver-xorg-video-mach64 (6.9.5-1build2) ...
Suppression de xserver-xorg-video-geode (2.11.18-1build2) ...
Suppression de xserver-xorg-video-cirrus (1:1.5.3-1ubuntu3) ...
Suppression de xserver-xorg-video-vmware (1:13.1.0-2ubuntu3) ...
Suppression de xserver-xorg-video-vesa (1:2.3.4-1build2) ...
Suppression de xserver-xorg-video-ati (1:7.7.0-1) ...
Suppression de xserver-xorg-video-radeon (1:7.7.0-1) ...
Suppression de xserver-xorg-video-qxl (0.1.4-3ubuntu3) ...
Suppression de xserver-xorg-video-nouveau (1:1.0.12-1build2) ...
Suppression de xserver-xorg-video-fbdev (1:0.4.4-1build5) ...
Suppression de xserver-xorg-input-wacom (1:0.32.0-0ubuntu3) ...
Suppression de xserver-xorg-input-vmmouse (1:13.1.0-1ubuntu2) ...
dpkg: xserver-xorg-input-synaptics : problème de dépendance, mais suppression comme demandé :
 xserver-xorg-hwe-16.04 dépend de xserver-xorg-input-all-hwe-16.04 | xorg-driver-input ; cependant :
  Le paquet xserver-xorg-input-all-hwe-16.04 n'est pas installé.
  Le paquet xorg-driver-input n'est pas installé.
  Le paquet xserver-xorg-input-synaptics qui fournit xorg-driver-input doit être supprimé.
  Le paquet xserver-xorg-input-wacom qui fournit xorg-driver-input n'est pas installé.
  Le paquet xserver-xorg-input-vmmouse qui fournit xorg-driver-input n'est pas installé.

Suppression de xserver-xorg-input-synaptics (1.8.2-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour man-db (2.7.5-1) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.23-0ubuntu10) ...
Sélection du paquet libxfont2:i386 précédemment désélectionné.
(Lecture de la base de données... 207781 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../libxfont2_1%3a2.0.1-3~ubuntu16.04.3_i386.deb ...
Dépaquetage de libxfont2:i386 (1:2.0.1-3~ubuntu16.04.3) ...
Sélection du paquet xserver-xorg-core-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-core-hwe-16.04_2%3a1.19.6-1ubuntu4.1~16.04.2_i386.deb ...
Dépaquetage de xserver-xorg-core-hwe-16.04 (2:1.19.6-1ubuntu4.1~16.04.2) ...
Sélection du paquet xserver-xorg-input-evdev-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-input-evdev-hwe-16.04_1%3a2.10.5-1ubuntu1~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-input-evdev-hwe-16.04 (1:2.10.5-1ubuntu1~16.04.1) ...
Sélection du paquet xserver-xorg-input-synaptics-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-input-synaptics-hwe-16.04_1.9.0-1ubuntu1~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-input-synaptics-hwe-16.04 (1.9.0-1ubuntu1~16.04.1) ...
Sélection du paquet xserver-xorg-input-wacom-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-input-wacom-hwe-16.04_1%3a0.34.0-0ubuntu2~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-input-wacom-hwe-16.04 (1:0.34.0-0ubuntu2~16.04.1) ...
Sélection du paquet xserver-xorg-input-all-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-input-all-hwe-16.04_1%3a7.7+16ubuntu3~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-input-all-hwe-16.04 (1:7.7+16ubuntu3~16.04.1) ...
Sélection du paquet linux-modules-4.15.0-43-generic précédemment désélectionné.
Préparation du dépaquetage de .../linux-modules-4.15.0-43-generic_4.15.0-43.46~16.04.1_i386.deb ...
Dépaquetage de linux-modules-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
Sélection du paquet linux-image-4.15.0-43-generic précédemment désélectionné.
Préparation du dépaquetage de .../linux-image-4.15.0-43-generic_4.15.0-43.46~16.04.1_i386.deb ...
Dépaquetage de linux-image-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
Sélection du paquet linux-modules-extra-4.15.0-43-generic précédemment désélectionné.
Préparation du dépaquetage de .../linux-modules-extra-4.15.0-43-generic_4.15.0-43.46~16.04.1_i386.deb ...
Dépaquetage de linux-modules-extra-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
Sélection du paquet linux-image-generic-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../linux-image-generic-hwe-16.04_4.15.0.43.64_i386.deb ...
Dépaquetage de linux-image-generic-hwe-16.04 (4.15.0.43.64) ...
Sélection du paquet linux-headers-4.15.0-43 précédemment désélectionné.
Préparation du dépaquetage de .../linux-headers-4.15.0-43_4.15.0-43.46~16.04.1_all.deb ...
Dépaquetage de linux-headers-4.15.0-43 (4.15.0-43.46~16.04.1) ...
Sélection du paquet linux-headers-4.15.0-43-generic précédemment désélectionné.
Préparation du dépaquetage de .../linux-headers-4.15.0-43-generic_4.15.0-43.46~16.04.1_i386.deb ...
Dépaquetage de linux-headers-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
Sélection du paquet linux-headers-generic-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../linux-headers-generic-hwe-16.04_4.15.0.43.64_i386.deb ...
Dépaquetage de linux-headers-generic-hwe-16.04 (4.15.0.43.64) ...
Sélection du paquet linux-generic-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../linux-generic-hwe-16.04_4.15.0.43.64_i386.deb ...
Dépaquetage de linux-generic-hwe-16.04 (4.15.0.43.64) ...
Sélection du paquet xserver-xorg-video-amdgpu-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-amdgpu-hwe-16.04_18.0.1-1~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-amdgpu-hwe-16.04 (18.0.1-1~16.04.1) ...
Sélection du paquet xserver-xorg-video-radeon-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-radeon-hwe-16.04_1%3a18.0.1-1~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-radeon-hwe-16.04 (1:18.0.1-1~16.04.1) ...
Sélection du paquet xserver-xorg-video-ati-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-ati-hwe-16.04_1%3a18.0.1-1~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-ati-hwe-16.04 (1:18.0.1-1~16.04.1) ...
Sélection du paquet xserver-xorg-video-fbdev-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-fbdev-hwe-16.04_1%3a0.4.4-1build6~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-fbdev-hwe-16.04 (1:0.4.4-1build6~16.04.1) ...
Sélection du paquet xserver-xorg-video-nouveau-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-nouveau-hwe-16.04_1%3a1.0.15-2~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-nouveau-hwe-16.04 (1:1.0.15-2~16.04.1) ...
Sélection du paquet xserver-xorg-video-vesa-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-vesa-hwe-16.04_1%3a2.3.4-1build3~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-vesa-hwe-16.04 (1:2.3.4-1build3~16.04.1) ...
Sélection du paquet xserver-xorg-video-vmware-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-vmware-hwe-16.04_1%3a13.2.1-1build1~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-vmware-hwe-16.04 (1:13.2.1-1build1~16.04.1) ...
Sélection du paquet xserver-xorg-video-all-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-all-hwe-16.04_1%3a7.7+16ubuntu3~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-all-hwe-16.04 (1:7.7+16ubuntu3~16.04.1) ...
Sélection du paquet xserver-xorg-video-intel-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-intel-hwe-16.04_2%3a2.99.917+git20171229-1~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-intel-hwe-16.04 (2:2.99.917+git20171229-1~16.04.1) ...
Sélection du paquet xserver-xorg-video-qxl-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-video-qxl-hwe-16.04_0.1.5-2build1~16.04.1_i386.deb ...
Dépaquetage de xserver-xorg-video-qxl-hwe-16.04 (0.1.5-2build1~16.04.1) ...
Sélection du paquet xserver-xorg-legacy-hwe-16.04 précédemment désélectionné.
Préparation du dépaquetage de .../xserver-xorg-legacy-hwe-16.04_2%3a1.19.6-1ubuntu4.1~16.04.2_i386.deb ...
Dépaquetage de xserver-xorg-legacy-hwe-16.04 (2:1.19.6-1ubuntu4.1~16.04.2) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.23-0ubuntu10) ...
Traitement des actions différées (« triggers ») pour man-db (2.7.5-1) ...
Paramétrage de libxfont2:i386 (1:2.0.1-3~ubuntu16.04.3) ...
Paramétrage de xserver-xorg-core-hwe-16.04 (2:1.19.6-1ubuntu4.1~16.04.2) ...
Paramétrage de xserver-xorg-input-evdev-hwe-16.04 (1:2.10.5-1ubuntu1~16.04.1) ...
Paramétrage de xserver-xorg-input-synaptics-hwe-16.04 (1.9.0-1ubuntu1~16.04.1) ...
Paramétrage de xserver-xorg-input-wacom-hwe-16.04 (1:0.34.0-0ubuntu2~16.04.1) ...
Paramétrage de xserver-xorg-input-all-hwe-16.04 (1:7.7+16ubuntu3~16.04.1) ...
Paramétrage de xserver-xorg-hwe-16.04 (1:7.7+16ubuntu3~16.04.1) ...
Paramétrage de linux-modules-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
Paramétrage de linux-image-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.4.0-141-generic
I: /initrd.img.old is now a symlink to boot/initrd.img-4.4.0-141-generic
I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-43-generic
I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-43-generic
Paramétrage de linux-modules-extra-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
Paramétrage de linux-image-generic-hwe-16.04 (4.15.0.43.64) ...
Paramétrage de linux-headers-4.15.0-43 (4.15.0-43.46~16.04.1) ...
Paramétrage de linux-headers-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
Paramétrage de linux-headers-generic-hwe-16.04 (4.15.0.43.64) ...
Paramétrage de linux-generic-hwe-16.04 (4.15.0.43.64) ...
Paramétrage de xserver-xorg-video-amdgpu-hwe-16.04 (18.0.1-1~16.04.1) ...
Paramétrage de xserver-xorg-video-radeon-hwe-16.04 (1:18.0.1-1~16.04.1) ...
Paramétrage de xserver-xorg-video-ati-hwe-16.04 (1:18.0.1-1~16.04.1) ...
Paramétrage de xserver-xorg-video-fbdev-hwe-16.04 (1:0.4.4-1build6~16.04.1) ...
Paramétrage de xserver-xorg-video-nouveau-hwe-16.04 (1:1.0.15-2~16.04.1) ...
Paramétrage de xserver-xorg-video-vesa-hwe-16.04 (1:2.3.4-1build3~16.04.1) ...
Paramétrage de xserver-xorg-video-vmware-hwe-16.04 (1:13.2.1-1build1~16.04.1) ...
Paramétrage de xserver-xorg-video-all-hwe-16.04 (1:7.7+16ubuntu3~16.04.1) ...
Paramétrage de xserver-xorg-video-intel-hwe-16.04 (2:2.99.917+git20171229-1~16.04.1) ...
Paramétrage de xserver-xorg-video-qxl-hwe-16.04 (0.1.5-2build1~16.04.1) ...
Paramétrage de xserver-xorg-legacy-hwe-16.04 (2:1.19.6-1ubuntu4.1~16.04.2) ...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
Traitement des actions différées (« triggers ») pour libc-bin (2.23-0ubuntu10) ...
Traitement des actions différées (« triggers ») pour linux-image-4.15.0-43-generic (4.15.0-43.46~16.04.1) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.15.0-43-generic
/etc/kernel/postinst.d/zz-update-grub:
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-4.15.0-43-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.15.0-43-generic
Image Linux trouvée : /boot/vmlinuz-4.4.0-141-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.4.0-141-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Microsoft Windows XP Professionnel trouvé sur /dev/sda1
Ubuntu 12.04.5 LTS (12.04) trouvé sur /dev/sda5
Microsoft Windows XP Professionnel trouvé sur /dev/sdb1
fait
papygege@papygege-MS-7367:~$ Réception de:25 http://fr.archive.ubuntu.com/ubun

Reboot

Hors ligne

#141 Le 29/01/2019, à 01:09

Gégé92

Re : [RESOLU] Error code (1)

Youpi ! mode normal SANS les carrés.
T'es la plus forte.
Là encore beaucoup de lecture :

papygege@papygege-MS-7367:~$ dmesg
[    0.000000] Linux version 4.15.0-43-generic (buildd@lgw01-amd64-007) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #46~16.04.1-Ubuntu SMP Fri Dec 7 13:30:54 UTC 2018 (Ubuntu 4.15.0-43.46~16.04.1-generic 4.15.18)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000037fcffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000037fd0000-0x0000000037fddfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000037fde000-0x0000000037ffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MICRO-STAR INTERANTIONAL CO.,LTD MS-7367/MS-7367, BIOS V3.2 10/15/2007
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x37fd0 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFE0000000 write-back
[    0.000000]   1 base 0020000000 mask FFF0000000 write-back
[    0.000000]   2 base 0030000000 mask FFF8000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [(ptrval)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x063fffff]
[    0.000000] Base memory trampoline at [(ptrval)] 9b000 size 16384
[    0.000000] BRK [0x05f24000, 0x05f24fff] PGTABLE
[    0.000000] BRK [0x05f25000, 0x05f25fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31de0000-0x34ee7fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F9B10 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x0000000037FD0000 00003C (v01 101507 RSDT1322 20071015 MSFT 00000097)
[    0.000000] ACPI: FACP 0x0000000037FD0200 000084 (v02 101507 FACP1322 20071015 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x0000000037FD0430 004271 (v01 1ADNC  1ADNCB33 00000B33 INTL 20051117)
[    0.000000] ACPI: FACS 0x0000000037FDE000 000040
[    0.000000] ACPI: APIC 0x0000000037FD0390 00005C (v01 101507 APIC1322 20071015 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x0000000037FD03F0 00003C (v01 101507 OEMMCFG  20071015 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x0000000037FDE040 000071 (v01 101507 OEMB1322 20071015 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000037FD46B0 000038 (v01 101507 OEMHPET  20071015 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x0000000037FD46F0 0000F4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 7MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] BRK [0x05f26000, 0x05f26fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
[    0.000000]   HighMem  [mem 0x00000000377fe000-0x0000000037fcffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000037fcffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000037fcffff]
[    0.000000] On node 0 totalpages: 229230
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 2180 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2002 pages, LIFO batch:0
[    0.000000] Reserved but unavailable: 98 pages
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.000000] e820: [mem 0x38000000-0xffefffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x7f/0x432 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 30 pages/cpu @(ptrval) s93068 r0 d29812 u122880
[    0.000000] pcpu-alloc: s93068 r0 d29812 u122880 alloc=30*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 227010
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic root=UUID=ebb6c711-6012-40ad-8876-973011d955aa ro quiet splash nomodeset vt.handoff=7
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:00037fd0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 839848K/916920K available (8863K kernel code, 891K rwdata, 3468K rodata, 1092K init, 848K bss, 77072K reserved, 0K cma-reserved, 8008K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xfff14000 - 0xfffff000   ( 940 kB)
                 cpu_entry : 0xffa00000 - 0xffb39000   (1252 kB)
                   pkmap   : 0xff800000 - 0xffa00000   (2048 kB)
                   vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
                     .init : 0xc5d03000 - 0xc5e14000   (1092 kB)
                     .data : 0xc58a7db4 - 0xc5cefd80   (4383 kB)
                     .text : 0xc5000000 - 0xc58a7db4   (8863 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] ftrace: allocating 37861 entries in 74 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 2304, nr_irqs: 440, preallocated irqs: 16
[    0.000000] CPU 0 irqstacks, hard=(ptrval) soft=(ptrval)
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 1048576 bytes of page_ext
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration using PIT
[    0.024000] tsc: Detected 1895.401 MHz processor
[    0.024000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3790.80 BogoMIPS (lpj=7581604)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.024000] AppArmor: AppArmor initialized
[    0.024000] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.024000] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.024000] mce: CPU supports 5 MCE banks
[    0.024000] LVT offset 0 assigned for vector 0xf9
[    0.024000] process: using AMD E400 aware idle routine
[    0.024000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.024000] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[    0.024000] Spectre V2 : Spectre mitigation: LFENCE not serializing, switching to generic retpoline
[    0.024000] Spectre V2 : Mitigation: Full generic retpoline
[    0.024000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.044000] smpboot: CPU0: AMD Sempron(tm) Processor LE-1100 (family: 0xf, model: 0x7f, stepping: 0x1)
[    0.044000] Performance Events: AMD PMU driver.
[    0.044000] ... version:                0
[    0.044000] ... bit width:              48
[    0.044000] ... generic registers:      4
[    0.044000] ... value mask:             0000ffffffffffff
[    0.044000] ... max period:             00007fffffffffff
[    0.044000] ... fixed-purpose events:   0
[    0.044000] ... event mask:             000000000000000f
[    0.044000] Hierarchical SRCU implementation.
[    0.044000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.044000] smp: Bringing up secondary CPUs ...
[    0.044000] smp: Brought up 1 node, 1 CPU
[    0.044000] smpboot: Max logical packages: 2
[    0.044000] smpboot: Total of 1 processors activated (3790.80 BogoMIPS)
[    0.044000] devtmpfs: initialized
[    0.044000] evm: security.selinux
[    0.044000] evm: security.SMACK64
[    0.044000] evm: security.SMACK64EXEC
[    0.044000] evm: security.SMACK64TRANSMUTE
[    0.044000] evm: security.SMACK64MMAP
[    0.044000] evm: security.apparmor
[    0.044000] evm: security.ima
[    0.044000] evm: security.capability
[    0.044000] PM: Registering ACPI NVS region [mem 0x37fde000-0x37ffffff] (139264 bytes)
[    0.044000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.044000] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.044000] pinctrl core: initialized pinctrl subsystem
[    0.044000] RTC time: 22:42:12, date: 01/28/19
[    0.044000] NET: Registered protocol family 16
[    0.044000] audit: initializing netlink subsys (disabled)
[    0.044000] EISA bus registered
[    0.044000] cpuidle: using governor ladder
[    0.044000] cpuidle: using governor menu
[    0.044000] node 0 link 0: io port [1000, ffffff]
[    0.044000] TOM: 0000000040000000 aka 1024M
[    0.044000] node 0 link 0: mmio [f0000000, f7feffff]
[    0.044000] node 0 link 0: mmio [e0000000, efffffff]
[    0.044000] node 0 link 0: mmio [40000000, dfffffff]
[    0.044000] node 0 link 0: mmio [a0000, bffff]
[    0.044000] node 0 link 0: mmio [f7ff0000, ffffffff]
[    0.044000] bus: [bus 00-ff] on node 0 link 0
[    0.044000] bus: 00 [io  0x0000-0xffff]
[    0.044000] bus: 00 [mem 0x40000000-0xfcffffffff]
[    0.044000] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.044000] ACPI: bus type PCI registered
[    0.044000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.044000] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.044000] PCI: not using MMCONFIG
[    0.045807] PCI: PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
[    0.045885] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.045886] PCI: Using configuration type 1 for base access
[    0.048021] audit: type=2000 audit(1548715332.040:1): state=initialized audit_enabled=0 res=1
[    0.049749] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.050206] ACPI: Added _OSI(Module Device)
[    0.050207] ACPI: Added _OSI(Processor Device)
[    0.050209] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.050210] ACPI: Added _OSI(Processor Aggregator Device)
[    0.050212] ACPI: Added _OSI(Linux-Dell-Video)
[    0.050213] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.050584] ACPI: Executed 3 blocks of module-level executable AML code
[    0.055297] ACPI: Interpreter enabled
[    0.055340] ACPI: (supports S0 S1 S4 S5)
[    0.055342] ACPI: Using IOAPIC for interrupt routing
[    0.055403] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.057114] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.057115] PCI: Using MMCONFIG for extended config space
[    0.057123] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.057555] ACPI: Enabled 7 GPEs in block 00 to 1F
[    0.069574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.069584] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.069591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.070123] PCI host bridge to bus 0000:00
[    0.070127] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.070129] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.070132] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.070134] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.070136] pci_bus 0000:00: root bus resource [mem 0x38000000-0xdfffffff window]
[    0.070139] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.070142] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.070155] pci 0000:00:00.0: [1002:7910] type 00 class 0x060000
[    0.070344] pci 0000:00:01.0: [1002:7912] type 01 class 0x060400
[    0.070530] pci 0000:00:07.0: [1002:7917] type 01 class 0x060400
[    0.070556] pci 0000:00:07.0: enabling Extended Tags
[    0.070591] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.070771] pci 0000:00:12.0: [1002:4380] type 00 class 0x01018f
[    0.070798] pci 0000:00:12.0: reg 0x10: [io  0xc000-0xc007]
[    0.070810] pci 0000:00:12.0: reg 0x14: [io  0xb000-0xb003]
[    0.070822] pci 0000:00:12.0: reg 0x18: [io  0xa000-0xa007]
[    0.070834] pci 0000:00:12.0: reg 0x1c: [io  0x9000-0x9003]
[    0.070846] pci 0000:00:12.0: reg 0x20: [io  0x8000-0x800f]
[    0.070858] pci 0000:00:12.0: reg 0x24: [mem 0xfe7ff800-0xfe7ffbff]
[    0.070888] pci 0000:00:12.0: set SATA to AHCI mode
[    0.071059] pci 0000:00:13.0: [1002:4387] type 00 class 0x0c0310
[    0.071082] pci 0000:00:13.0: reg 0x10: [mem 0xfe7fe000-0xfe7fefff]
[    0.071308] pci 0000:00:13.1: [1002:4388] type 00 class 0x0c0310
[    0.071331] pci 0000:00:13.1: reg 0x10: [mem 0xfe7fd000-0xfe7fdfff]
[    0.071552] pci 0000:00:13.2: [1002:4389] type 00 class 0x0c0310
[    0.071575] pci 0000:00:13.2: reg 0x10: [mem 0xfe7fc000-0xfe7fcfff]
[    0.071798] pci 0000:00:13.3: [1002:438a] type 00 class 0x0c0310
[    0.071821] pci 0000:00:13.3: reg 0x10: [mem 0xfe7fb000-0xfe7fbfff]
[    0.072058] pci 0000:00:13.4: [1002:438b] type 00 class 0x0c0310
[    0.072082] pci 0000:00:13.4: reg 0x10: [mem 0xfe7fa000-0xfe7fafff]
[    0.072308] pci 0000:00:13.5: [1002:4386] type 00 class 0x0c0320
[    0.072335] pci 0000:00:13.5: reg 0x10: [mem 0xfe7ff000-0xfe7ff0ff]
[    0.072438] pci 0000:00:13.5: supports D1 D2
[    0.072440] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
[    0.072866] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.074991] pci 0000:00:14.0: reg 0x10: [io  0x0b00-0x0b0f]
[    0.082780] pci 0000:00:14.1: [1002:438c] type 00 class 0x01018a
[    0.082803] pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
[    0.082814] pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
[    0.082826] pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
[    0.082838] pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
[    0.082850] pci 0000:00:14.1: reg 0x20: [io  0xff00-0xff0f]
[    0.082876] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.082878] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.082880] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.082883] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.083041] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.083072] pci 0000:00:14.2: reg 0x10: [mem 0xfe7f4000-0xfe7f7fff 64bit]
[    0.083159] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.083312] pci 0000:00:14.3: [1002:438d] type 00 class 0x060100
[    0.083541] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.083749] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.083907] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.084079] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.084226] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.084438] pci 0000:01:05.0: [1002:791e] type 00 class 0x030000
[    0.084453] pci 0000:01:05.0: reg 0x10: [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.084462] pci 0000:01:05.0: reg 0x18: [mem 0xfe9f0000-0xfe9fffff 64bit]
[    0.084468] pci 0000:01:05.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.084474] pci 0000:01:05.0: reg 0x24: [mem 0xfe800000-0xfe8fffff]
[    0.084504] pci 0000:01:05.0: supports D1 D2
[    0.084573] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.084577] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.084580] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.084585] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.084654] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.084686] pci 0000:02:00.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.084714] pci 0000:02:00.0: reg 0x18: [mem 0xfeaff000-0xfeafffff 64bit]
[    0.084747] pci 0000:02:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
[    0.084757] pci 0000:02:00.0: enabling Extended Tags
[    0.084844] pci 0000:02:00.0: supports D1 D2
[    0.084846] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.084942] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.084952] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.084957] pci 0000:00:07.0:   bridge window [io  0xe000-0xefff]
[    0.084960] pci 0000:00:07.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.085028] pci 0000:03:03.0: [1814:0301] type 00 class 0x028000
[    0.085063] pci 0000:03:03.0: reg 0x10: [mem 0xfebf8000-0xfebfffff]
[    0.085289] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[    0.085297] pci 0000:00:14.4:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.085303] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.085305] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.085308] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.085310] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.085312] pci 0000:00:14.4:   bridge window [mem 0x38000000-0xdfffffff window] (subtractive decode)
[    0.085315] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.085331] pci_bus 0000:00: on NUMA node 0
[    0.086406] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.086493] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 7 10 11 12 14 15)
[    0.086579] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.086663] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.086749] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.086834] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *7 10 11 12 14 15)
[    0.086918] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.087003] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.087662] SCSI subsystem initialized
[    0.087752] libata version 3.00 loaded.
[    0.087838] pci 0000:01:05.0: vgaarb: setting as boot VGA device
[    0.087842] pci 0000:01:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.087844] pci 0000:01:05.0: vgaarb: bridge control possible
[    0.087846] vgaarb: loaded
[    0.087891] ACPI: bus type USB registered
[    0.087925] usbcore: registered new interface driver usbfs
[    0.087943] usbcore: registered new interface driver hub
[    0.087964] usbcore: registered new device driver usb
[    0.088094] EDAC MC: Ver: 3.0.0
[    0.088638] PCI: Using ACPI for IRQ routing
[    0.088642] PCI: pci_cache_line_size set to 64 bytes
[    0.089240] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.089243] e820: reserve RAM buffer [mem 0x37fd0000-0x37ffffff]
[    0.089454] NetLabel: Initializing
[    0.089456] NetLabel:  domain hash size = 128
[    0.089457] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.089486] NetLabel:  unlabeled traffic allowed by default
[    0.089714] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.089721] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.091770] clocksource: Switched to clocksource hpet
[    0.115902] VFS: Disk quotas dquot_6.6.0
[    0.115933] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.116173] AppArmor: AppArmor Filesystem Enabled
[    0.116244] pnp: PnP ACPI init
[    0.116511] system 00:00: [mem 0x38000000-0x3fffffff] has been reserved
[    0.116523] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.116619] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.116982] pnp 00:02: [dma 0 disabled]
[    0.117107] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.117442] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.117445] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.117453] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.117741] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.117744] system 00:04: [io  0x040b] has been reserved
[    0.117746] system 00:04: [io  0x04d6] has been reserved
[    0.117749] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.117751] system 00:04: [io  0x0c14] has been reserved
[    0.117754] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.117756] system 00:04: [io  0x0c52] has been reserved
[    0.117759] system 00:04: [io  0x0c6c] has been reserved
[    0.117761] system 00:04: [io  0x0c6f] has been reserved
[    0.117764] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.117766] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.117769] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.117771] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.117774] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.117780] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.117783] system 00:04: [io  0x0b10-0x0b1f] has been reserved
[    0.117785] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.117788] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.117791] system 00:04: [io  0xfe00-0xfefe] has been reserved
[    0.117794] system 00:04: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.117797] system 00:04: [mem 0xfff00000-0xffffffff] has been reserved
[    0.117805] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.117901] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.118137] system 00:06: [io  0x0600-0x06df] has been reserved
[    0.118140] system 00:06: [io  0x0ae0-0x0aef] has been reserved
[    0.118148] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.118256] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.118264] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.118656] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.118659] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.118662] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.118666] system 00:08: [mem 0x00100000-0x37ffffff] could not be reserved
[    0.118669] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.118677] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.118851] pnp: PnP ACPI: found 9 devices
[    0.118855] PnPBIOS: Disabled
[    0.156517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.156564] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.156568] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.156572] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.156576] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.156580] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.156583] pci 0000:00:07.0:   bridge window [io  0xe000-0xefff]
[    0.156586] pci 0000:00:07.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.156593] pci 0000:00:14.4: PCI bridge to [bus 03]
[    0.156599] pci 0000:00:14.4:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.156612] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.156614] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.156617] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.156619] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.156621] pci_bus 0000:00: resource 8 [mem 0x38000000-0xdfffffff window]
[    0.156624] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.156626] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.156628] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
[    0.156631] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.156633] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.156635] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.156638] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.156640] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.156642] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.156644] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.156647] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.156649] pci_bus 0000:03: resource 8 [mem 0x38000000-0xdfffffff window]
[    0.156651] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.156782] NET: Registered protocol family 2
[    0.157068] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.157096] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.157144] TCP: Hash tables configured (established 8192 bind 8192)
[    0.157214] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.157227] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.157311] NET: Registered protocol family 1
[    0.584414] pci 0000:01:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.584425] PCI: CLS 64 bytes, default 64
[    0.584532] Unpacking initramfs...
[    2.009049] Freeing initrd memory: 50208K
[    2.009220] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36a466c303a, max_idle_ns: 881590686541 ns
[    2.009313] Scanning for low memory corruption every 60 seconds
[    2.010375] Initialise system trusted keyrings
[    2.010394] Key type blacklist registered
[    2.010462] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    2.015310] zbud: loaded
[    2.016316] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.016829] fuse init (API version 7.26)
[    2.019398] Key type asymmetric registered
[    2.019400] Asymmetric key parser 'x509' registered
[    2.019421] bounce: pool size: 64 pages
[    2.019459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    2.019520] io scheduler noop registered
[    2.019521] io scheduler deadline registered
[    2.019688] io scheduler cfq registered (default)
[    2.020425] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    2.020427] vesafb: scrolling: redraw
[    2.020429] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    2.020461] vesafb: framebuffer at 0xf0000000, mapped to 0x(ptrval), using 5120k, total 5120k
[    2.020696] Console: switching to colour frame buffer device 160x64
[    2.020754] fb0: VESA VGA frame buffer device
[    2.020946] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.020986] ACPI: Power Button [PWRB]
[    2.021092] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    2.021112] ACPI: Power Button [PWRF]
[    2.021181] ACPI: duty_cycle spans bit 4
[    2.021705] isapnp: Scanning for PnP cards...
[    2.027269] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.091662] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.097793] Linux agpgart interface v0.103
[    2.101737] loop: module loaded
[    2.102240] libphy: Fixed MDIO Bus: probed
[    2.102241] tun: Universal TUN/TAP device driver, 1.6
[    2.102334] PPP generic driver version 2.4.2
[    2.102416] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.102421] ehci-pci: EHCI PCI platform driver
[    2.102665] ehci-pci 0000:00:13.5: EHCI Host Controller
[    2.102675] ehci-pci 0000:00:13.5: new USB bus registered, assigned bus number 1
[    2.102682] ehci-pci 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
[    2.102697] ehci-pci 0000:00:13.5: debug port 1
[    2.102761] ehci-pci 0000:00:13.5: irq 19, io mem 0xfe7ff000
[    2.146397] ehci-pci 0000:00:13.5: USB 2.0 started, EHCI 1.00
[    2.146530] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.146533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.146535] usb usb1: Product: EHCI Host Controller
[    2.146537] usb usb1: Manufacturer: Linux 4.15.0-43-generic ehci_hcd
[    2.146538] usb usb1: SerialNumber: 0000:00:13.5
[    2.146776] hub 1-0:1.0: USB hub found
[    2.146794] hub 1-0:1.0: 10 ports detected
[    2.147262] ehci-platform: EHCI generic platform driver
[    2.147288] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.147296] ohci-pci: OHCI PCI platform driver
[    2.147509] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    2.147517] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
[    2.147564] ohci-pci 0000:00:13.0: irq 16, io mem 0xfe7fe000
[    2.238884] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.238888] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.238890] usb usb2: Product: OHCI PCI host controller
[    2.238892] usb usb2: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.238893] usb usb2: SerialNumber: 0000:00:13.0
[    2.239125] hub 2-0:1.0: USB hub found
[    2.239141] hub 2-0:1.0: 2 ports detected
[    2.239536] ohci-pci 0000:00:13.1: OHCI PCI host controller
[    2.239545] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 3
[    2.239598] ohci-pci 0000:00:13.1: irq 17, io mem 0xfe7fd000
[    2.330866] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.330869] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.330871] usb usb3: Product: OHCI PCI host controller
[    2.330873] usb usb3: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.330875] usb usb3: SerialNumber: 0000:00:13.1
[    2.331112] hub 3-0:1.0: USB hub found
[    2.331127] hub 3-0:1.0: 2 ports detected
[    2.331526] ohci-pci 0000:00:13.2: OHCI PCI host controller
[    2.331535] ohci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
[    2.331590] ohci-pci 0000:00:13.2: irq 18, io mem 0xfe7fc000
[    2.375234] isapnp: No Plug & Play device found
[    2.392104] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.392106] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.392108] usb usb4: Product: OHCI PCI host controller
[    2.392110] usb usb4: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.392112] usb usb4: SerialNumber: 0000:00:13.2
[    2.392350] hub 4-0:1.0: USB hub found
[    2.392364] hub 4-0:1.0: 2 ports detected
[    2.392786] ohci-pci 0000:00:13.3: OHCI PCI host controller
[    2.392795] ohci-pci 0000:00:13.3: new USB bus registered, assigned bus number 5
[    2.392838] ohci-pci 0000:00:13.3: irq 17, io mem 0xfe7fb000
[    2.456239] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.456241] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.456244] usb usb5: Product: OHCI PCI host controller
[    2.456246] usb usb5: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.456248] usb usb5: SerialNumber: 0000:00:13.3
[    2.456499] hub 5-0:1.0: USB hub found
[    2.456514] hub 5-0:1.0: 2 ports detected
[    2.456896] ohci-pci 0000:00:13.4: OHCI PCI host controller
[    2.456906] ohci-pci 0000:00:13.4: new USB bus registered, assigned bus number 6
[    2.456944] ohci-pci 0000:00:13.4: irq 18, io mem 0xfe7fa000
[    2.520115] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.520118] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.520120] usb usb6: Product: OHCI PCI host controller
[    2.520122] usb usb6: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.520124] usb usb6: SerialNumber: 0000:00:13.4
[    2.520359] hub 6-0:1.0: USB hub found
[    2.520374] hub 6-0:1.0: 2 ports detected
[    2.520589] ohci-platform: OHCI generic platform driver
[    2.520614] uhci_hcd: USB Universal Host Controller Interface driver
[    2.520753] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.520755] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.521555] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.521768] mousedev: PS/2 mouse device common for all mice
[    2.522011] rtc_cmos 00:01: RTC can wake from S4
[    2.522171] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.522204] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.522224] i2c /dev entries driver
[    2.522238] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    2.522473] device-mapper: uevent: version 1.0.3
[    2.522630] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.522676] platform eisa.0: Probing EISA bus 0
[    2.522679] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.522683] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.522686] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.522689] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.522692] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.522695] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.522698] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.522700] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.522703] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.522706] platform eisa.0: EISA: Detected 0 cards
[    2.522713] cpufreq_nforce2: No nForce2 chipset
[    2.522728] ledtrig-cpu: registered to indicate activity on CPUs
[    2.523258] NET: Registered protocol family 10
[    2.533809] Segment Routing with IPv6
[    2.533848] NET: Registered protocol family 17
[    2.533936] Key type dns_resolver registered
[    2.534253] Using IPI No-Shortcut mode
[    2.534511] registered taskstats version 1
[    2.534528] Loading compiled-in X.509 certificates
[    2.542111] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.544426] Loaded X.509 cert 'Build time autogenerated kernel key: 58368bea2397795591c6cc102a57505f406b124f'
[    2.544464] zswap: loaded using pool lzo/zbud
[    2.555102] Key type big_key registered
[    2.555109] Key type trusted registered
[    2.560559] Key type encrypted registered
[    2.560564] AppArmor: AppArmor sha1 policy hashing enabled
[    2.560569] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.560578] ima: Allocated hash algorithm: sha1
[    2.560609] evm: HMAC attrs: 0x1
[    2.561250]   Magic number: 3:94:756
[    2.561287] tty ttyS7: hash matches
[    2.561397] rtc_cmos 00:01: setting system clock to 2019-01-28 22:42:14 UTC (1548715334)
[    2.561687] powernow_k8: fid 0xb (1900 MHz), vid 0xc
[    2.561688] powernow_k8: fid 0xa (1800 MHz), vid 0xd
[    2.561689] powernow_k8: fid 0x2 (1000 MHz), vid 0x12
[    2.561717] powernow_k8: Found 1 AMD Sempron(tm) Processor LE-1100 (1 cpu cores) (version 2.20.00)
[    2.561728] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.561728] EDD information not available.
[    2.564356] Freeing unused kernel memory: 1092K
[    2.568120] Write protecting the kernel text: 8864k
[    2.568175] Write protecting the kernel read-only data: 3492k
[    2.568176] NX-protecting the kernel data: 7520k
[    2.568327] ------------[ cut here ]------------
[    2.568334] x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
[    2.568354] WARNING: CPU: 0 PID: 1 at /build/linux-hwe-fQc_eW/linux-hwe-4.15.0/arch/x86/mm/dump_pagetables.c:266 note_page+0x5ec/0x790
[    2.568355] Modules linked in:
[    2.568361] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.15.0-43-generic #46~16.04.1-Ubuntu
[    2.568367] Hardware name: MICRO-STAR INTERANTIONAL CO.,LTD MS-7367/MS-7367, BIOS V3.2 10/15/2007
[    2.568371] EIP: note_page+0x5ec/0x790
[    2.568373] EFLAGS: 00010282 CPU: 0
[    2.568374] EAX: 00000041 EBX: f6a05f44 ECX: c5e34548 EDX: 00000000
[    2.568376] ESI: 80000000 EDI: 00000000 EBP: f6a05f10 ESP: f6a05ee4
[    2.568378]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[    2.568380] CR0: 80050033 CR2: b7d71783 CR3: 05e20000 CR4: 000006f0
[    2.568382] Call Trace:
[    2.568392]  ptdump_walk_pgd_level_core+0x284/0x2e0
[    2.568397]  ptdump_walk_pgd_level_checkwx+0x18/0x20
[    2.568402]  mark_rodata_ro+0xf5/0x111
[    2.568409]  ? rest_init+0x90/0x90
[    2.568412]  kernel_init+0x33/0xf0
[    2.568418]  ret_from_fork+0x2e/0x38
[    2.568421] Code: fa ff ff 83 c2 0c c7 43 18 00 00 00 00 89 53 14 e9 1a fd ff ff 8b 43 0c c6 05 e8 48 cc c5 01 50 50 68 8c 26 af c5 e8 54 74 00 00 <0f> 0b 83 c4 0c e9 74 fa ff ff ff 72 10 68 7e 25 af c5 e8 0c 51
[    2.568458] ---[ end trace c4982004751566bd ]---
[    2.568579] x86/mm: Checked W+X mappings: FAILED, 96 W+X pages found.
[    2.597703] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.597912] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.597958] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.852246] usb 2-1: new full-speed USB device number 2 using ohci-pci
[    2.990851] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.990868] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.001296] r8169 0000:02:00.0 eth0: RTL8168b/8111b at 0x(ptrval), 00:1d:92:3f:75:5d, XID 18000000 IRQ 24
[    3.001301] r8169 0000:02:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[    3.007780] scsi host0: pata_atiixp
[    3.014374] scsi host1: pata_atiixp
[    3.014472] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    3.014474] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[    3.014814] ahci 0000:00:12.0: version 3.0
[    3.015024] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
[    3.015145] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    3.015149] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc 
[    3.024099] scsi host2: ahci
[    3.031254] scsi host3: ahci
[    3.039708] scsi host4: ahci
[    3.046749] scsi host5: ahci
[    3.046873] ata3: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ff900 irq 22
[    3.046877] ata4: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ff980 irq 22
[    3.046881] ata5: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ffa00 irq 22
[    3.046883] ata6: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ffa80 irq 22
[    3.147241] usb 2-1: New USB device found, idVendor=046d, idProduct=08b2
[    3.147246] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.258294] [drm] VGACON disable radeon kernel modesetting.
[    3.258394] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    3.267193] ata1.00: ATAPI: HL-DT-ST DVD-ROM GDR-H30N, 1.00, max UDMA/33
[    3.267406] ata1.01: ATA-6: ST3200822A, 3.01, max UDMA/100
[    3.267409] ata1.01: 390721968 sectors, multi 16: LBA48 
[    3.267415] ata1.01: limited to UDMA/33 due to 40-wire cable
[    3.272286] ata1.00: configured for UDMA/33
[    3.296630] ata1.01: configured for UDMA/33
[    3.297794] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD-ROM GDR-H30N 1.00 PQ: 0 ANSI: 5
[    3.341596] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/52x cd/rw xa/form2 cdda tray
[    3.341600] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.341812] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    3.341993] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    3.342788] scsi 0:0:1:0: Direct-Access     ATA      ST3200822A       3.01 PQ: 0 ANSI: 5
[    3.343179] sd 0:0:1:0: [sda] 390721968 512-byte logical blocks: (200 GB/186 GiB)
[    3.343199] sd 0:0:1:0: [sda] Write Protect is off
[    3.343202] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    3.343235] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.343734] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    3.366390] ata4: SATA link down (SStatus 0 SControl 300)
[    3.366434] ata5: SATA link down (SStatus 0 SControl 300)
[    3.370885] ata6: SATA link down (SStatus 0 SControl 300)
[    3.397600]  sda: sda1 sda2 < sda5 sda6 >
[    3.399054] sd 0:0:1:0: [sda] Attached SCSI disk
[    3.525494] ata3: softreset failed (device not ready)
[    3.525501] ata3: applying PMP SRST workaround and retrying
[    3.680020] usb 2-2: new full-speed USB device number 3 using ohci-pci
[    3.684031] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.725728] ata3.00: ATA-7: MAXTOR STM380211AS, 3.AAE, max UDMA/133
[    3.725730] ata3.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.725734] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.784034] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.784037] ata3.00: configured for UDMA/133
[    3.784235] scsi 2:0:0:0: Direct-Access     ATA      MAXTOR STM380211 E    PQ: 0 ANSI: 5
[    3.785130] sd 2:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    3.785152] sd 2:0:0:0: [sdb] Write Protect is off
[    3.785155] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.785187] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.785648] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    3.872542]  sdb: sdb1 sdb2 < sdb5 sdb6 >
[    3.873217] sd 2:0:0:0: [sdb] Attached SCSI disk
[    3.877134] usb 2-2: New USB device found, idVendor=058f, idProduct=9254
[    3.877138] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.877140] usb 2-2: Product: Generic USB Hub
[    3.877142] usb 2-2: Manufacturer: ALCOR
[    3.879347] hub 2-2:1.0: USB hub found
[    3.881080] hub 2-2:1.0: 4 ports detected
[    4.153615] random: fast init done
[    4.568036] usb 3-1: new low-speed USB device number 2 using ohci-pci
[    4.767156] usb 3-1: New USB device found, idVendor=046d, idProduct=c00c
[    4.767160] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.767162] usb 3-1: Product: USB Mouse
[    4.767164] usb 3-1: Manufacturer: Logitech
[    4.782061] hidraw: raw HID events driver (C) Jiri Kosina
[    4.797550] usbcore: registered new interface driver usbhid
[    4.797553] usbhid: USB HID core driver
[    4.804343] input: Logitech USB Mouse as /devices/pci0000:00/0000:00:13.1/usb3/3-1/3-1:1.0/0003:046D:C00C.0001/input/input3
[    4.804940] hid-generic 0003:046D:C00C.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:13.1-1/input0
[    6.712439] random: crng init done
[    6.712443] random: 7 urandom warning(s) missed due to ratelimiting
[    7.961816] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[   10.007803] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[   10.008119] systemd[1]: Detected architecture x86.
[   10.038876] systemd[1]: Set hostname to <papygege-MS-7367>.
[   13.351112] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   13.351307] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   13.351451] systemd[1]: Listening on Journal Socket.
[   13.351494] systemd[1]: Reached target Remote File Systems (Pre).
[   13.351554] systemd[1]: Listening on fsck to fsckd communication Socket.
[   13.351718] systemd[1]: Listening on Journal Audit Socket.
[   13.351796] systemd[1]: Listening on Journal Socket (/dev/log).
[   14.322854] EXT4-fs (sdb5): re-mounted. Opts: errors=remount-ro
[   15.243223] systemd[1]: Started Set console keymap.
[   15.357542] lp: driver loaded but no devices found
[   15.419226] systemd[1]: Started udev Coldplug all Devices.
[   15.602290] ppdev: user-space parallel port driver
[   15.606696] systemd[1]: Started Journal Service.
[   19.275211] systemd-journald[237]: Received request to flush runtime journal from PID 1
[   29.030964] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   29.460149] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B06 (\SMOV) (20170831/utaddress-247)
[   29.460161] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   30.123162] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   30.206208] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   30.214693] [drm] VGACON disable radeon kernel modesetting.
[   30.214797] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[   30.747766] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[   30.747781] k8temp 0000:00:18.3: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   30.857384] MCE: In-kernel MCE decoding enabled.
[   30.899965] EDAC amd64: Node 0: DRAM ECC disabled.
[   30.899969] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   31.063550] media: Linux media interface: v0.10
[   31.216564] Linux video capture interface: v2.00
[   31.487208] pwc: Logitech QuickCam 4000 Pro USB webcam detected.
[   31.517448] ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2561, rf: 0003, rev: 000c
[   31.613996] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   31.698187] pwc: Registered as video0.
[   31.698258] input: PWC snapshot button as /devices/pci0000:00/0000:00:13.0/usb2/2-1/input/input4
[   31.698397] usbcore: registered new interface driver Philips webcam
[   32.618532] usbcore: registered new interface driver snd-usb-audio
[   33.066721] audit: type=1400 audit(1548715365.000:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=566 comm="apparmor_parser"
[   33.068603] audit: type=1400 audit(1548715365.004:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=566 comm="apparmor_parser"
[   33.620681] audit: type=1400 audit(1548715365.556:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=572 comm="apparmor_parser"
[   33.621877] audit: type=1400 audit(1548715365.556:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=572 comm="apparmor_parser"
[   33.622939] audit: type=1400 audit(1548715365.556:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=572 comm="apparmor_parser"
[   33.624041] audit: type=1400 audit(1548715365.556:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=572 comm="apparmor_parser"
[   34.269693] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   34.269706] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   34.269708] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   34.269710] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   34.269712] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   34.269714] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   34.269717] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   34.269719] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   34.269721] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   34.322392] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[   34.322487] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[   34.322565] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   34.322644] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   34.322720] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   34.322797] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[   34.322882] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[   34.322959] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[   35.378409] Adding 915452k swap on /dev/sdb6.  Priority:-2 extents:1 across:915452k FS
[   42.354606] audit: type=1400 audit(1548715374.288:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=577 comm="apparmor_parser"
[   42.357242] audit: type=1400 audit(1548715374.292:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=577 comm="apparmor_parser"
[   42.360859] audit: type=1400 audit(1548715374.296:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=577 comm="apparmor_parser"
[   42.362316] audit: type=1400 audit(1548715374.296:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=577 comm="apparmor_parser"
[   42.365941] audit: type=1400 audit(1548715374.300:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=577 comm="apparmor_parser"
[   42.367393] audit: type=1400 audit(1548715374.300:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer//sanitized_helper" pid=577 comm="apparmor_parser"
[   44.825187] audit: type=1400 audit(1548715376.760:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app" pid=650 comm="apparmor_parser"
[   44.827089] audit: type=1400 audit(1548715376.760:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app//oxide_helper" pid=650 comm="apparmor_parser"
[   45.611545] audit: type=1400 audit(1548715377.544:16): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=652 comm="apparmor_parser"
[   45.612583] audit: type=1400 audit(1548715377.548:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=652 comm="apparmor_parser"
[   47.978799] kauditd_printk_skb: 6 callbacks suppressed
[   47.978802] audit: type=1400 audit(1548715379.912:24): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=658 comm="apparmor_parser"
[   47.980596] audit: type=1400 audit(1548715379.916:25): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=658 comm="apparmor_parser"
[   47.981486] audit: type=1400 audit(1548715379.916:26): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=658 comm="apparmor_parser"
[   48.286541] audit: type=1400 audit(1548715380.220:27): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=662 comm="apparmor_parser"
[   51.650178] audit: type=1400 audit(1548715383.584:28): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/share/hplip/plugin.py" pid=664 comm="apparmor_parser"
[   51.651728] audit: type=1400 audit(1548715383.584:29): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/share/hplip/sendfax.py" pid=664 comm="apparmor_parser"
[   51.653507] audit: type=1400 audit(1548715383.588:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/share/hplip/setup.py" pid=664 comm="apparmor_parser"
[   51.654908] audit: type=1400 audit(1548715383.588:31): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/share/hplip/systray.py" pid=664 comm="apparmor_parser"
[   51.656475] audit: type=1400 audit(1548715383.592:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/share/hplip/toolbox.py" pid=664 comm="apparmor_parser"
[   52.845191] new mount options do not match the existing superblock, will be ignored
[   61.338310] NET: Registered protocol family 4
[   61.437614] NET: Registered protocol family 5
[   63.216861] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2561s.bin'
[   63.275838] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.8
[   63.333324] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   69.240104] r8169 0000:02:00.0 eth0: link down
[   69.240179] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   74.576500] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   74.796074] r8169 0000:02:00.0 eth0: link down
[   74.796150] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   76.328234] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   79.885940] wlan0: authenticate with 2e:90:48:12:e9:14
[   79.908204] wlan0: send auth to 2e:90:48:12:e9:14 (try 1/3)
[   79.909699] wlan0: authenticated
[   79.909736] rt61pci 0000:03:03.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[   79.913125] wlan0: associate with 2e:90:48:12:e9:14 (try 1/3)
[   79.915432] wlan0: RX AssocResp from 2e:90:48:12:e9:14 (capab=0x411 status=0 aid=1)
[   79.915519] wlan0: associated
[   79.915897] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   80.728993] audit: type=1400 audit(1548715412.664:33): apparmor="DENIED" operation="open" profile="/sbin/dhclient" name="/var/lib/wicd/dhclient.conf" pid=1585 comm="dhclient" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   95.129347] audit: type=1400 audit(1548715427.065:34): apparmor="DENIED" operation="file_lock" profile="/usr/share/hplip/systray.py" name="/etc/xdg/Trolltech.conf" pid=1551 comm="python" requested_mask="k" denied_mask="k" fsuid=1000 ouid=0
[   99.790523] audit: type=1400 audit(1548715431.723:35): apparmor="DENIED" operation="file_lock" profile="/usr/share/hplip/systray.py" name="/etc/xdg/sni-qt.conf" pid=1551 comm="python" requested_mask="k" denied_mask="k" fsuid=1000 ouid=0
papygege@papygege-MS-7367:~$ papygege@papygege-MS-7367:~$ dmesg

[    0.000000]   Normal   [mem 0x0papygege@papygege-MS-7367:~$ : commande introuvable
papygege@papygege-MS-7367:~$ [    0.000000] Linux version 4.15.0-43-generic (buildd@lgw01-amd64-007) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #46~16.04.1-Ubuntu SMP Fri Dec 7 13:30:54 UTC 2018 (Ubuntu 4.15.0-43.46~16.04.1-generic 4.15.18)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] KERNEL supported cpus:
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   Intel GenuineIntel
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   AMD AuthenticAMD
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   NSC Geode by NSC
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   Cyrix CyrixInstead
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   Centaur CentaurHauls
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   Transmeta GenuineTMx86
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   Transmeta TransmetaCPU
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   UMC UMC UMC UMC
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] x86/fpu: x87 FPU will use FXSAVE
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] e820: BIOS-provided physical RAM map:
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000037fcffff] usable
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BIOS-e820: [mem 0x0000000037fd0000-0x0000000037fddfff] ACPI data
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BIOS-e820: [mem 0x0000000037fde000-0x0000000037ffffff] ACPI NVS
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] NX (Execute Disable) protection: active
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] SMBIOS 2.5 present.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] DMI: MICRO-STAR INTERANTIONAL CO.,LTD MS-7367/MS-7367, BIOS V3.2 10/15/2007
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] e820: last_pfn = 0x37fd0 max_arch_pfn = 0x1000000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] MTRR default type: uncachable
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] MTRR fixed ranges enabled:
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   00000-9FFFF write-back
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   A0000-EFFFF uncachable
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   F0000-FFFFF write-protect
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] MTRR variable ranges enabled:
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   0 base 0000000000 mask FFE0000000 write-back
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   1 base 0020000000 mask FFF0000000 write-back
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   2 base 0030000000 mask FFF8000000 write-back
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   3 disabled
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   4 disabled
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   5 disabled
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   6 disabled
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   7 disabled
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [(ptrval)]
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] Scanning 1 areas for low memory corruption
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] initial memory mapped: [mem 0x00000000-0x063fffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Base memory trampoline at [(ptrval)] 9b000 size 16384
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] BRK [0x05f24000, 0x05f24fff] PGTABLE
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BRK [0x05f25000, 0x05f25fff] PGTABLE
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] RAMDISK: [mem 0x31de0000-0x34ee7fff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: Early table checksum verification disabled
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: RSDP 0x00000000000F9B10 000014 (v00 ACPIAM)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: RSDT 0x0000000037FD0000 00003C (v01 101507 RSDT1322 20071015 MSFT 00000097)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: FACP 0x0000000037FD0200 000084 (v02 101507 FACP1322 20071015 MSFT 00000097)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: DSDT 0x0000000037FD0430 004271 (v01 1ADNC  1ADNCB33 00000B33 INTL 20051117)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: FACS 0x0000000037FDE000 000040
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: APIC 0x0000000037FD0390 00005C (v01 101507 APIC1322 20071015 MSFT 00000097)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: MCFG 0x0000000037FD03F0 00003C (v01 101507 OEMMCFG  20071015 MSFT 00000097)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: OEMB 0x0000000037FDE040 000071 (v01 101507 OEMB1322 20071015 MSFT 00000097)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: HPET 0x0000000037FD46B0 000038 (v01 101507 OEMHPET  20071015 MSFT 00000097)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: SSDT 0x0000000037FD46F0 0000F4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: Local APIC address 0xfee00000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] 7MB HIGHMEM available.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] 887MB LOWMEM available.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   mapped low ram: 0 - 377fe000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   low ram: 0 - 377fe000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] tsc: Fast TSC calibration using PIT
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] BRK [0x05f26000, 0x05f26fff] PGTABLE
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Zone ranges:
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   HighMem  [mem 0x00000000377fe000-0x0000000037fcffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Movable zone start for each node
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Early memory node ranges
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   node   0: [mem 0x0000000000100000-0x0000000037fcffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000037fcffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] On node 0 totalpages: 229230
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   DMA zone: 40 pages used for memmap
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   DMA zone: 0 pages reserved
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   Normal zone: 2180 pages used for memmap
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   Normal zone: 223230 pages, LIFO batch:31
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000]   HighMem zone: 2002 pages, LIFO batch:0
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Reserved but unavailable: 98 pages
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Using APIC driver default
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Detected use of extended apic ids on hypertransport bus
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: PM-Timer IO Port: 0x808
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: Local APIC address 0xfee00000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: IRQ0 used by override.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: IRQ9 used by override.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Using ACPI (MADT) for SMP configuration information
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] e820: [mem 0x38000000-0xffefffff] available for PCI devices
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Booting paravirtualized kernel on bare hardware
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] random: get_random_bytes called from start_kernel+0x7f/0x432 with crng_init=0
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] percpu: Embedded 30 pages/cpu @(ptrval) s93068 r0 d29812 u122880
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] pcpu-alloc: s93068 r0 d29812 u122880 alloc=30*4096
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] pcpu-alloc: [0] 0 [0] 1 
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 227010
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic root=UUID=ebb6c711-6012-40ad-8876-973011d955aa ro quiet splash nomodeset vt.handoff=7
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] Initializing CPU#0
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Initializing HighMem for node 0 (000377fe:00037fd0)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] Initializing Movable for node 0 (00000000:00000000)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] Memory: 839848K/916920K available (8863K kernel code, 891K rwdata, 3468K rodata, 1092K init, 848K bss, 77072K reserved, 0K cma-reserved, 8008K highmem)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] virtual kernel memory layout:
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$                    fixmap  : 0xfff14000 - 0xfffff000   ( 940 kB)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$                  cpu_entry : 0xffa00000 - 0xffb39000   (1252 kB)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$                    pkmap   : 0xff800000 - 0xffa00000   (2048 kB)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$                    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$                    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$                      .init : 0xc5d03000 - 0xc5e14000   (1092 kB)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$                      .data : 0xc58a7db4 - 0xc5cefd80   (4383 kB)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$                      .text : 0xc5000000 - 0xc58a7db4   (8863 kB)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ftrace: allocating 37861 entries in 74 pages
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Hierarchical RCU implementation.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
bash: [: « ] » manquant
node 0 link 0: mmio [f0000000, f7feffff]
[    0.04400papygege@papygege-MS-7367:~$ [    0.000000] Tasks RCU enabled.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] NR_IRQS: 2304, nr_irqs: 440, preallocated irqs: 16
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] CPU 0 irqstacks, hard=(ptrval) soft=(ptrval)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.000000] spurious 8259A interrupt: IRQ7.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] vt handoff: transparent VT on vt#7
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Console: colour dummy device 80x25
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] console [tty0] enabled
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] allocated 1048576 bytes of page_ext
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: Core revision 20170831
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ACPI: 2 ACPI AML tables successfully acquired and loaded
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] hpet clockevent registered
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] APIC: Switch to symmetric I/O mode setup
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.020000] tsc: Fast TSC calibration using PIT
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] tsc: Detected 1895.401 MHz processor
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] tsc: Marking TSC unstable due to TSCs unsynchronized
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3790.80 BogoMIPS (lpj=7581604)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.024000] pid_max: default: 32768 minimum: 301
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Security Framework initialized
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Yama: becoming mindful.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] AppArmor: AppArmor initialized
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.024000] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.024000] mce: CPU supports 5 MCE banks
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] LVT offset 0 assigned for vector 0xf9
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] process: using AMD E400 aware idle routine
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Spectre V2 : Spectre mitigation: LFENCE not serializing, switching to generic retpoline
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Spectre V2 : Mitigation: Full generic retpoline
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.024000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] smpboot: CPU0: AMD Sempron(tm) Processor LE-1100 (family: 0xf, model: 0x7f, stepping: 0x1)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.044000] Performance Events: AMD PMU driver.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] ... version:                0
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] ... bit width:              48
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] ... generic registers:      4
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] ... value mask:             0000ffffffffffff
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] ... max period:             00007fffffffffff
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] ... fixed-purpose events:   0
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] ... event mask:             000000000000000f
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] Hierarchical SRCU implementation.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] smp: Bringing up secondary CPUs ...
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] smp: Brought up 1 node, 1 CPU
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] smpboot: Max logical packages: 2
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] smpboot: Total of 1 processors activated (3790.80 BogoMIPS)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.044000] devtmpfs: initialized
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] evm: security.selinux
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] evm: security.SMACK64
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] evm: security.SMACK64EXEC
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] evm: security.SMACK64TRANSMUTE
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] evm: security.SMACK64MMAP
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] evm: security.apparmor
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] evm: security.ima
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] evm: security.capability
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] PM: Registering ACPI NVS region [mem 0x37fde000-0x37ffffff] (139264 bytes)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.044000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] futex hash table entries: 512 (order: 3, 32768 bytes)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.044000] pinctrl core: initialized pinctrl subsystem
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] RTC time: 22:42:12, date: 01/28/19
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] NET: Registered protocol family 16
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] audit: initializing netlink subsys (disabled)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.044000] EISA bus registered
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] cpuidle: using governor ladder
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] cpuidle: using governor menu
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] node 0 link 0: io port [1000, ffffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] TOM: 0000000040000000 aka 1024M
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] node 0 link 0: mmio [f0000000, f7feffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] node 0 link 0: mmio [e0000000, efffffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] node 0 link 0: mmio [40000000, dfffffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] node 0 link 0: mmio [a0000, bffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] node 0 link 0: mmio [f7ff0000, ffffffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] bus: [bus 00-ff] on node 0 link 0
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] bus: 00 [io  0x0000-0xffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] bus: 00 [mem 0x40000000-0xfcffffffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] bus: 00 [mem 0x000a0000-0x000bffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] ACPI: bus type PCI registered
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.044000] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.044000] PCI: not using MMCONFIG
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.045807] PCI: PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.045885] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.045886] PCI: Using configuration type 1 for base access
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.048021] audit: type=2000 audit(1548715332.040:1): state=initialized audit_enabled=0 res=1
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.049749] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.050206] ACPI: Added _OSI(Module Device)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.050207] ACPI: Added _OSI(Processor Device)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.050209] ACPI: Added _OSI(3.0 _SCP Extensions)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.050210] ACPI: Added _OSI(Processor Aggregator Device)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.050212] ACPI: Added _OSI(Linux-Dell-Video)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.050213] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.050584] ACPI: Executed 3 blocks of module-level executable AML code
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.055297] ACPI: Interpreter enabled
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.055340] ACPI: (supports S0 S1 S4 S5)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.055342] ACPI: Using IOAPIC for interrupt routing
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.055403] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.057114] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.057115] PCI: Using MMCONFIG for extended config space
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.057123] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    0.057555] ACPI: Enabled 7 GPEs in block 00 to 1F
> [    0.069574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.069584] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.069591] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ [    0.070123] PCI host bridge to bus 0000:00
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070127] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070129] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070132] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070134] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070136] pci_bus 0000:00: root bus resource [mem 0x38000000-0xdfffffff window]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070139] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070142] pci_bus 0000:00: root bus resource [bus 00-ff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070155] pci 0000:00:00.0: [1002:7910] type 00 class 0x060000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070344] pci 0000:00:01.0: [1002:7912] type 01 class 0x060400
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070530] pci 0000:00:07.0: [1002:7917] type 01 class 0x060400
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070556] pci 0000:00:07.0: enabling Extended Tags
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070591] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070771] pci 0000:00:12.0: [1002:4380] type 00 class 0x01018f
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070798] pci 0000:00:12.0: reg 0x10: [io  0xc000-0xc007]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070810] pci 0000:00:12.0: reg 0x14: [io  0xb000-0xb003]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070822] pci 0000:00:12.0: reg 0x18: [io  0xa000-0xa007]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070834] pci 0000:00:12.0: reg 0x1c: [io  0x9000-0x9003]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070846] pci 0000:00:12.0: reg 0x20: [io  0x8000-0x800f]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070858] pci 0000:00:12.0: reg 0x24: [mem 0xfe7ff800-0xfe7ffbff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.070888] pci 0000:00:12.0: set SATA to AHCI mode
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.071059] pci 0000:00:13.0: [1002:4387] type 00 class 0x0c0310
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.071082] pci 0000:00:13.0: reg 0x10: [mem 0xfe7fe000-0xfe7fefff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.071308] pci 0000:00:13.1: [1002:4388] type 00 class 0x0c0310
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.071331] pci 0000:00:13.1: reg 0x10: [mem 0xfe7fd000-0xfe7fdfff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.071552] pci 0000:00:13.2: [1002:4389] type 00 class 0x0c0310
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.071575] pci 0000:00:13.2: reg 0x10: [mem 0xfe7fc000-0xfe7fcfff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.071798] pci 0000:00:13.3: [1002:438a] type 00 class 0x0c0310
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.071821] pci 0000:00:13.3: reg 0x10: [mem 0xfe7fb000-0xfe7fbfff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.072058] pci 0000:00:13.4: [1002:438b] type 00 class 0x0c0310
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.072082] pci 0000:00:13.4: reg 0x10: [mem 0xfe7fa000-0xfe7fafff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.072308] pci 0000:00:13.5: [1002:4386] type 00 class 0x0c0320
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.072335] pci 0000:00:13.5: reg 0x10: [mem 0xfe7ff000-0xfe7ff0ff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.072438] pci 0000:00:13.5: supports D1 D2
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.072440] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.072866] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.074991] pci 0000:00:14.0: reg 0x10: [io  0x0b00-0x0b0f]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082780] pci 0000:00:14.1: [1002:438c] type 00 class 0x01018a
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082803] pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082814] pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082826] pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082838] pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082850] pci 0000:00:14.1: reg 0x20: [io  0xff00-0xff0f]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082876] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082878] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082880] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.082883] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.083041] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.083072] pci 0000:00:14.2: reg 0x10: [mem 0xfe7f4000-0xfe7f7fff 64bit]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.083159] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.083312] pci 0000:00:14.3: [1002:438d] type 00 class 0x060100
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.083541] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.083749] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.083907] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084079] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084226] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084438] pci 0000:01:05.0: [1002:791e] type 00 class 0x030000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084453] pci 0000:01:05.0: reg 0x10: [mem 0xf0000000-0xf7ffffff 64bit pref]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084462] pci 0000:01:05.0: reg 0x18: [mem 0xfe9f0000-0xfe9fffff 64bit]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084468] pci 0000:01:05.0: reg 0x20: [io  0xd000-0xd0ff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084474] pci 0000:01:05.0: reg 0x24: [mem 0xfe800000-0xfe8fffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084504] pci 0000:01:05.0: supports D1 D2
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084573] pci 0000:00:01.0: PCI bridge to [bus 01]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084577] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084580] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084585] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084654] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084686] pci 0000:02:00.0: reg 0x10: [io  0xe800-0xe8ff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084714] pci 0000:02:00.0: reg 0x18: [mem 0xfeaff000-0xfeafffff 64bit]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084747] pci 0000:02:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084757] pci 0000:02:00.0: enabling Extended Tags
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084844] pci 0000:02:00.0: supports D1 D2
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084846] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084942] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084952] pci 0000:00:07.0: PCI bridge to [bus 02]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084957] pci 0000:00:07.0:   bridge window [io  0xe000-0xefff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.084960] pci 0000:00:07.0:   bridge window [mem 0xfea00000-0xfeafffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.085028] pci 0000:03:03.0: [1814:0301] type 00 class 0x028000
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.085063] pci 0000:03:03.0: reg 0x10: [mem 0xfebf8000-0xfebfffff]
bash: [: « ] » manquant
papygege@papygege-MS-7367:~$ [    0.085289] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
bash: erreur de syntaxe près du symbole inattendu « ( »
papygege@papygege-MS-7367:~$ 

Bien, je vois qu'il y a des choses qui ne plaisent pas et je te laisse le soin de décrypter.
A+

Hors ligne

#142 Le 29/01/2019, à 09:05

nam1962

Re : [RESOLU] Error code (1)

Très long ce démarrage.
Peux tu redémarrer et nous redonner

dmesg

juste après le démarrage ,


[ Modéré ]

Hors ligne

#143 Le 29/01/2019, à 11:55

Gégé92

Re : [RESOLU] Error code (1)

Salut Nam1962 ta demande :

papygege@papygege-MS-7367:~$ dmesg
[    0.000000] Linux version 4.15.0-43-generic (buildd@lgw01-amd64-007) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #46~16.04.1-Ubuntu SMP Fri Dec 7 13:30:54 UTC 2018 (Ubuntu 4.15.0-43.46~16.04.1-generic 4.15.18)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000037fcffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000037fd0000-0x0000000037fddfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000037fde000-0x0000000037ffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MICRO-STAR INTERANTIONAL CO.,LTD MS-7367/MS-7367, BIOS V3.2 10/15/2007
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x37fd0 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFE0000000 write-back
[    0.000000]   1 base 0020000000 mask FFF0000000 write-back
[    0.000000]   2 base 0030000000 mask FFF8000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [(ptrval)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x143fffff]
[    0.000000] Base memory trampoline at [(ptrval)] 9b000 size 16384
[    0.000000] BRK [0x13f94000, 0x13f94fff] PGTABLE
[    0.000000] BRK [0x13f95000, 0x13f95fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31de0000-0x34ee7fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F9B10 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x0000000037FD0000 00003C (v01 101507 RSDT1322 20071015 MSFT 00000097)
[    0.000000] ACPI: FACP 0x0000000037FD0200 000084 (v02 101507 FACP1322 20071015 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x0000000037FD0430 004271 (v01 1ADNC  1ADNCB33 00000B33 INTL 20051117)
[    0.000000] ACPI: FACS 0x0000000037FDE000 000040
[    0.000000] ACPI: APIC 0x0000000037FD0390 00005C (v01 101507 APIC1322 20071015 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x0000000037FD03F0 00003C (v01 101507 OEMMCFG  20071015 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x0000000037FDE040 000071 (v01 101507 OEMB1322 20071015 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000037FD46B0 000038 (v01 101507 OEMHPET  20071015 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x0000000037FD46F0 0000F4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 7MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] BRK [0x13f96000, 0x13f96fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
[    0.000000]   HighMem  [mem 0x00000000377fe000-0x0000000037fcffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000037fcffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000037fcffff]
[    0.000000] On node 0 totalpages: 229230
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 2180 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2002 pages, LIFO batch:0
[    0.000000] Reserved but unavailable: 98 pages
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.000000] e820: [mem 0x38000000-0xffefffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x7f/0x432 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 30 pages/cpu @(ptrval) s93068 r0 d29812 u122880
[    0.000000] pcpu-alloc: s93068 r0 d29812 u122880 alloc=30*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 227010
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic root=UUID=ebb6c711-6012-40ad-8876-973011d955aa ro quiet splash nomodeset vt.handoff=7
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:00037fd0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 839400K/916920K available (8863K kernel code, 891K rwdata, 3468K rodata, 1092K init, 848K bss, 77520K reserved, 0K cma-reserved, 8008K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xfff14000 - 0xfffff000   ( 940 kB)
                 cpu_entry : 0xffa00000 - 0xffb39000   (1252 kB)
                   pkmap   : 0xff800000 - 0xffa00000   (2048 kB)
                   vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
                     .init : 0xd3d03000 - 0xd3e14000   (1092 kB)
                     .data : 0xd38a7db4 - 0xd3cefd80   (4383 kB)
                     .text : 0xd3000000 - 0xd38a7db4   (8863 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] ftrace: allocating 37861 entries in 74 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 2304, nr_irqs: 440, preallocated irqs: 16
[    0.000000] CPU 0 irqstacks, hard=(ptrval) soft=(ptrval)
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 1048576 bytes of page_ext
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.004000] APIC: Switch to symmetric I/O mode setup
[    0.004000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024000] tsc: Fast TSC calibration using PIT
[    0.028000] tsc: Detected 1895.312 MHz processor
[    0.028000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3790.62 BogoMIPS (lpj=7581248)
[    0.028000] pid_max: default: 32768 minimum: 301
[    0.028000] Security Framework initialized
[    0.028000] Yama: becoming mindful.
[    0.028000] AppArmor: AppArmor initialized
[    0.028000] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.028000] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.028000] mce: CPU supports 5 MCE banks
[    0.028000] LVT offset 0 assigned for vector 0xf9
[    0.028000] process: using AMD E400 aware idle routine
[    0.028000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.028000] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[    0.028000] Spectre V2 : Spectre mitigation: LFENCE not serializing, switching to generic retpoline
[    0.028000] Spectre V2 : Mitigation: Full generic retpoline
[    0.028000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.048000] smpboot: CPU0: AMD Sempron(tm) Processor LE-1100 (family: 0xf, model: 0x7f, stepping: 0x1)
[    0.048000] Performance Events: AMD PMU driver.
[    0.048000] ... version:                0
[    0.048000] ... bit width:              48
[    0.048000] ... generic registers:      4
[    0.048000] ... value mask:             0000ffffffffffff
[    0.048000] ... max period:             00007fffffffffff
[    0.048000] ... fixed-purpose events:   0
[    0.048000] ... event mask:             000000000000000f
[    0.048000] Hierarchical SRCU implementation.
[    0.048000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.048000] smp: Bringing up secondary CPUs ...
[    0.048000] smp: Brought up 1 node, 1 CPU
[    0.048000] smpboot: Max logical packages: 2
[    0.048000] smpboot: Total of 1 processors activated (3790.62 BogoMIPS)
[    0.048000] devtmpfs: initialized
[    0.048000] evm: security.selinux
[    0.048000] evm: security.SMACK64
[    0.048000] evm: security.SMACK64EXEC
[    0.048000] evm: security.SMACK64TRANSMUTE
[    0.048000] evm: security.SMACK64MMAP
[    0.048000] evm: security.apparmor
[    0.048000] evm: security.ima
[    0.048000] evm: security.capability
[    0.048000] PM: Registering ACPI NVS region [mem 0x37fde000-0x37ffffff] (139264 bytes)
[    0.048000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.048000] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.048000] pinctrl core: initialized pinctrl subsystem
[    0.048000] RTC time:  9:42:30, date: 01/29/19
[    0.048000] NET: Registered protocol family 16
[    0.048000] audit: initializing netlink subsys (disabled)
[    0.048000] EISA bus registered
[    0.048000] cpuidle: using governor ladder
[    0.048000] cpuidle: using governor menu
[    0.048000] node 0 link 0: io port [1000, ffffff]
[    0.048000] TOM: 0000000040000000 aka 1024M
[    0.048000] node 0 link 0: mmio [f0000000, f7feffff]
[    0.048000] node 0 link 0: mmio [e0000000, efffffff]
[    0.048000] node 0 link 0: mmio [40000000, dfffffff]
[    0.048000] node 0 link 0: mmio [a0000, bffff]
[    0.048000] node 0 link 0: mmio [f7ff0000, ffffffff]
[    0.048000] bus: [bus 00-ff] on node 0 link 0
[    0.048000] bus: 00 [io  0x0000-0xffff]
[    0.048000] bus: 00 [mem 0x40000000-0xfcffffffff]
[    0.048000] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.048000] ACPI: bus type PCI registered
[    0.048000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.048000] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.048000] PCI: not using MMCONFIG
[    0.049805] PCI: PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
[    0.049882] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.049883] PCI: Using configuration type 1 for base access
[    0.052018] audit: type=2000 audit(1548754950.044:1): state=initialized audit_enabled=0 res=1
[    0.053741] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.054203] ACPI: Added _OSI(Module Device)
[    0.054205] ACPI: Added _OSI(Processor Device)
[    0.054207] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.054208] ACPI: Added _OSI(Processor Aggregator Device)
[    0.054210] ACPI: Added _OSI(Linux-Dell-Video)
[    0.054211] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.054586] ACPI: Executed 3 blocks of module-level executable AML code
[    0.059277] ACPI: Interpreter enabled
[    0.059320] ACPI: (supports S0 S1 S4 S5)
[    0.059323] ACPI: Using IOAPIC for interrupt routing
[    0.059385] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.061071] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.061073] PCI: Using MMCONFIG for extended config space
[    0.061082] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.061496] ACPI: Enabled 7 GPEs in block 00 to 1F
[    0.073295] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.073305] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.073313] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.073825] PCI host bridge to bus 0000:00
[    0.073829] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.073831] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.073834] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.073836] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.073839] pci_bus 0000:00: root bus resource [mem 0x38000000-0xdfffffff window]
[    0.073841] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.073844] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.073856] pci 0000:00:00.0: [1002:7910] type 00 class 0x060000
[    0.074041] pci 0000:00:01.0: [1002:7912] type 01 class 0x060400
[    0.074223] pci 0000:00:07.0: [1002:7917] type 01 class 0x060400
[    0.074249] pci 0000:00:07.0: enabling Extended Tags
[    0.074285] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.074460] pci 0000:00:12.0: [1002:4380] type 00 class 0x01018f
[    0.074487] pci 0000:00:12.0: reg 0x10: [io  0xc000-0xc007]
[    0.074499] pci 0000:00:12.0: reg 0x14: [io  0xb000-0xb003]
[    0.074511] pci 0000:00:12.0: reg 0x18: [io  0xa000-0xa007]
[    0.074523] pci 0000:00:12.0: reg 0x1c: [io  0x9000-0x9003]
[    0.074535] pci 0000:00:12.0: reg 0x20: [io  0x8000-0x800f]
[    0.074547] pci 0000:00:12.0: reg 0x24: [mem 0xfe7ff800-0xfe7ffbff]
[    0.074576] pci 0000:00:12.0: set SATA to AHCI mode
[    0.074742] pci 0000:00:13.0: [1002:4387] type 00 class 0x0c0310
[    0.074765] pci 0000:00:13.0: reg 0x10: [mem 0xfe7fe000-0xfe7fefff]
[    0.074985] pci 0000:00:13.1: [1002:4388] type 00 class 0x0c0310
[    0.075009] pci 0000:00:13.1: reg 0x10: [mem 0xfe7fd000-0xfe7fdfff]
[    0.075226] pci 0000:00:13.2: [1002:4389] type 00 class 0x0c0310
[    0.075249] pci 0000:00:13.2: reg 0x10: [mem 0xfe7fc000-0xfe7fcfff]
[    0.075467] pci 0000:00:13.3: [1002:438a] type 00 class 0x0c0310
[    0.075490] pci 0000:00:13.3: reg 0x10: [mem 0xfe7fb000-0xfe7fbfff]
[    0.075708] pci 0000:00:13.4: [1002:438b] type 00 class 0x0c0310
[    0.075731] pci 0000:00:13.4: reg 0x10: [mem 0xfe7fa000-0xfe7fafff]
[    0.075949] pci 0000:00:13.5: [1002:4386] type 00 class 0x0c0320
[    0.075977] pci 0000:00:13.5: reg 0x10: [mem 0xfe7ff000-0xfe7ff0ff]
[    0.076092] pci 0000:00:13.5: supports D1 D2
[    0.076094] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
[    0.076512] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.078636] pci 0000:00:14.0: reg 0x10: [io  0x0b00-0x0b0f]
[    0.086270] pci 0000:00:14.1: [1002:438c] type 00 class 0x01018a
[    0.086292] pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
[    0.086304] pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
[    0.086317] pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
[    0.086329] pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
[    0.086341] pci 0000:00:14.1: reg 0x20: [io  0xff00-0xff0f]
[    0.086367] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.086369] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.086371] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.086373] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.086526] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.086558] pci 0000:00:14.2: reg 0x10: [mem 0xfe7f4000-0xfe7f7fff 64bit]
[    0.086645] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.086795] pci 0000:00:14.3: [1002:438d] type 00 class 0x060100
[    0.087018] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.087222] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.087374] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.087519] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.087661] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.088023] pci 0000:01:05.0: [1002:791e] type 00 class 0x030000
[    0.088040] pci 0000:01:05.0: reg 0x10: [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.088048] pci 0000:01:05.0: reg 0x18: [mem 0xfe9f0000-0xfe9fffff 64bit]
[    0.088055] pci 0000:01:05.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.088062] pci 0000:01:05.0: reg 0x24: [mem 0xfe800000-0xfe8fffff]
[    0.088091] pci 0000:01:05.0: supports D1 D2
[    0.088162] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.088167] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.088170] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.088175] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.088245] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.088276] pci 0000:02:00.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.088305] pci 0000:02:00.0: reg 0x18: [mem 0xfeaff000-0xfeafffff 64bit]
[    0.088337] pci 0000:02:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
[    0.088347] pci 0000:02:00.0: enabling Extended Tags
[    0.088433] pci 0000:02:00.0: supports D1 D2
[    0.088436] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.088533] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.088543] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.088548] pci 0000:00:07.0:   bridge window [io  0xe000-0xefff]
[    0.088551] pci 0000:00:07.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.088620] pci 0000:03:03.0: [1814:0301] type 00 class 0x028000
[    0.088652] pci 0000:03:03.0: reg 0x10: [mem 0xfebf8000-0xfebfffff]
[    0.088876] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[    0.088884] pci 0000:00:14.4:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.088890] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.088892] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.088895] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.088897] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.088899] pci 0000:00:14.4:   bridge window [mem 0x38000000-0xdfffffff window] (subtractive decode)
[    0.088902] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.088919] pci_bus 0000:00: on NUMA node 0
[    0.089992] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.090079] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 7 10 11 12 14 15)
[    0.090164] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.090249] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.090334] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.090421] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *7 10 11 12 14 15)
[    0.090506] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.090591] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.091247] SCSI subsystem initialized
[    0.091337] libata version 3.00 loaded.
[    0.091423] pci 0000:01:05.0: vgaarb: setting as boot VGA device
[    0.091427] pci 0000:01:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.091429] pci 0000:01:05.0: vgaarb: bridge control possible
[    0.091431] vgaarb: loaded
[    0.091477] ACPI: bus type USB registered
[    0.091513] usbcore: registered new interface driver usbfs
[    0.091530] usbcore: registered new interface driver hub
[    0.091551] usbcore: registered new device driver usb
[    0.091667] EDAC MC: Ver: 3.0.0
[    0.092221] PCI: Using ACPI for IRQ routing
[    0.092225] PCI: pci_cache_line_size set to 64 bytes
[    0.092820] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.092823] e820: reserve RAM buffer [mem 0x37fd0000-0x37ffffff]
[    0.093035] NetLabel: Initializing
[    0.093036] NetLabel:  domain hash size = 128
[    0.093037] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.093066] NetLabel:  unlabeled traffic allowed by default
[    0.093296] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.093303] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.095351] clocksource: Switched to clocksource hpet
[    0.119905] VFS: Disk quotas dquot_6.6.0
[    0.119937] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.120179] AppArmor: AppArmor Filesystem Enabled
[    0.120249] pnp: PnP ACPI init
[    0.120519] system 00:00: [mem 0x38000000-0x3fffffff] has been reserved
[    0.120530] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.120623] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.120984] pnp 00:02: [dma 0 disabled]
[    0.121108] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.121442] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.121445] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.121453] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.121740] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.121743] system 00:04: [io  0x040b] has been reserved
[    0.121745] system 00:04: [io  0x04d6] has been reserved
[    0.121748] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.121750] system 00:04: [io  0x0c14] has been reserved
[    0.121753] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.121755] system 00:04: [io  0x0c52] has been reserved
[    0.121758] system 00:04: [io  0x0c6c] has been reserved
[    0.121760] system 00:04: [io  0x0c6f] has been reserved
[    0.121763] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.121765] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.121768] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.121770] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.121773] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.121779] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.121782] system 00:04: [io  0x0b10-0x0b1f] has been reserved
[    0.121784] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.121787] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.121789] system 00:04: [io  0xfe00-0xfefe] has been reserved
[    0.121792] system 00:04: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.121795] system 00:04: [mem 0xfff00000-0xffffffff] has been reserved
[    0.121803] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.121900] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.122136] system 00:06: [io  0x0600-0x06df] has been reserved
[    0.122139] system 00:06: [io  0x0ae0-0x0aef] has been reserved
[    0.122147] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.122256] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.122264] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.122647] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.122651] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.122654] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.122657] system 00:08: [mem 0x00100000-0x37ffffff] could not be reserved
[    0.122660] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.122668] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.122839] pnp: PnP ACPI: found 9 devices
[    0.122843] PnPBIOS: Disabled
[    0.160501] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.160549] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.160553] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.160557] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.160560] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.160565] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.160568] pci 0000:00:07.0:   bridge window [io  0xe000-0xefff]
[    0.160571] pci 0000:00:07.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.160578] pci 0000:00:14.4: PCI bridge to [bus 03]
[    0.160584] pci 0000:00:14.4:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.160596] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.160599] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.160601] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.160603] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.160606] pci_bus 0000:00: resource 8 [mem 0x38000000-0xdfffffff window]
[    0.160608] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.160611] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.160613] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
[    0.160615] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.160617] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.160620] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.160622] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.160624] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.160627] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.160629] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.160631] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.160633] pci_bus 0000:03: resource 8 [mem 0x38000000-0xdfffffff window]
[    0.160636] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.160766] NET: Registered protocol family 2
[    0.161051] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.161080] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.161129] TCP: Hash tables configured (established 8192 bind 8192)
[    0.161196] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.161210] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.161296] NET: Registered protocol family 1
[    0.588417] pci 0000:01:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.588428] PCI: CLS 64 bytes, default 64
[    0.588538] Unpacking initramfs...
[    2.014341] Freeing initrd memory: 50208K
[    2.014521] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36a3bf1c972, max_idle_ns: 881590593780 ns
[    2.014614] Scanning for low memory corruption every 60 seconds
[    2.015676] Initialise system trusted keyrings
[    2.015695] Key type blacklist registered
[    2.015772] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    2.020695] zbud: loaded
[    2.021641] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.022159] fuse init (API version 7.26)
[    2.024771] Key type asymmetric registered
[    2.024775] Asymmetric key parser 'x509' registered
[    2.024797] bounce: pool size: 64 pages
[    2.024839] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    2.024901] io scheduler noop registered
[    2.024902] io scheduler deadline registered
[    2.025071] io scheduler cfq registered (default)
[    2.025769] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    2.025771] vesafb: scrolling: redraw
[    2.025773] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    2.025805] vesafb: framebuffer at 0xf0000000, mapped to 0x(ptrval), using 5120k, total 5120k
[    2.026034] Console: switching to colour frame buffer device 160x64
[    2.026091] fb0: VESA VGA frame buffer device
[    2.026283] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.026322] ACPI: Power Button [PWRB]
[    2.026428] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    2.026447] ACPI: Power Button [PWRF]
[    2.026516] ACPI: duty_cycle spans bit 4
[    2.027038] isapnp: Scanning for PnP cards...
[    2.032612] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.097043] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.103167] Linux agpgart interface v0.103
[    2.107108] loop: module loaded
[    2.107614] libphy: Fixed MDIO Bus: probed
[    2.107615] tun: Universal TUN/TAP device driver, 1.6
[    2.107710] PPP generic driver version 2.4.2
[    2.107794] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.107799] ehci-pci: EHCI PCI platform driver
[    2.108093] ehci-pci 0000:00:13.5: EHCI Host Controller
[    2.108103] ehci-pci 0000:00:13.5: new USB bus registered, assigned bus number 1
[    2.108110] ehci-pci 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
[    2.108126] ehci-pci 0000:00:13.5: debug port 1
[    2.108190] ehci-pci 0000:00:13.5: irq 19, io mem 0xfe7ff000
[    2.151813] ehci-pci 0000:00:13.5: USB 2.0 started, EHCI 1.00
[    2.151945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.151947] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.151949] usb usb1: Product: EHCI Host Controller
[    2.151951] usb usb1: Manufacturer: Linux 4.15.0-43-generic ehci_hcd
[    2.151953] usb usb1: SerialNumber: 0000:00:13.5
[    2.152207] hub 1-0:1.0: USB hub found
[    2.152224] hub 1-0:1.0: 10 ports detected
[    2.152697] ehci-platform: EHCI generic platform driver
[    2.152725] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.152732] ohci-pci: OHCI PCI platform driver
[    2.152944] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    2.152953] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
[    2.153002] ohci-pci 0000:00:13.0: irq 16, io mem 0xfe7fe000
[    2.244357] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.244359] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.244361] usb usb2: Product: OHCI PCI host controller
[    2.244363] usb usb2: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.244366] usb usb2: SerialNumber: 0000:00:13.0
[    2.244584] hub 2-0:1.0: USB hub found
[    2.244599] hub 2-0:1.0: 2 ports detected
[    2.244980] ohci-pci 0000:00:13.1: OHCI PCI host controller
[    2.244989] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 3
[    2.245044] ohci-pci 0000:00:13.1: irq 17, io mem 0xfe7fd000
[    2.336312] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.336315] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.336317] usb usb3: Product: OHCI PCI host controller
[    2.336319] usb usb3: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.336322] usb usb3: SerialNumber: 0000:00:13.1
[    2.336559] hub 3-0:1.0: USB hub found
[    2.336574] hub 3-0:1.0: 2 ports detected
[    2.336975] ohci-pci 0000:00:13.2: OHCI PCI host controller
[    2.336985] ohci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
[    2.337039] ohci-pci 0000:00:13.2: irq 18, io mem 0xfe7fc000
[    2.380681] isapnp: No Plug & Play device found
[    2.400103] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.400105] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.400107] usb usb4: Product: OHCI PCI host controller
[    2.400109] usb usb4: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.400111] usb usb4: SerialNumber: 0000:00:13.2
[    2.400350] hub 4-0:1.0: USB hub found
[    2.400365] hub 4-0:1.0: 2 ports detected
[    2.400789] ohci-pci 0000:00:13.3: OHCI PCI host controller
[    2.400799] ohci-pci 0000:00:13.3: new USB bus registered, assigned bus number 5
[    2.400842] ohci-pci 0000:00:13.3: irq 17, io mem 0xfe7fb000
[    2.464238] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.464240] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.464243] usb usb5: Product: OHCI PCI host controller
[    2.464245] usb usb5: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.464247] usb usb5: SerialNumber: 0000:00:13.3
[    2.464500] hub 5-0:1.0: USB hub found
[    2.464515] hub 5-0:1.0: 2 ports detected
[    2.464898] ohci-pci 0000:00:13.4: OHCI PCI host controller
[    2.464908] ohci-pci 0000:00:13.4: new USB bus registered, assigned bus number 6
[    2.464944] ohci-pci 0000:00:13.4: irq 18, io mem 0xfe7fa000
[    2.528155] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.528158] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.528160] usb usb6: Product: OHCI PCI host controller
[    2.528163] usb usb6: Manufacturer: Linux 4.15.0-43-generic ohci_hcd
[    2.528165] usb usb6: SerialNumber: 0000:00:13.4
[    2.528402] hub 6-0:1.0: USB hub found
[    2.528417] hub 6-0:1.0: 2 ports detected
[    2.528663] ohci-platform: OHCI generic platform driver
[    2.528686] uhci_hcd: USB Universal Host Controller Interface driver
[    2.528824] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.528825] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.529624] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.529790] mousedev: PS/2 mouse device common for all mice
[    2.530006] rtc_cmos 00:01: RTC can wake from S4
[    2.530260] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.530293] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.530313] i2c /dev entries driver
[    2.530326] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    2.530567] device-mapper: uevent: version 1.0.3
[    2.530785] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.530834] platform eisa.0: Probing EISA bus 0
[    2.530838] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.530841] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.530845] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.530848] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.530851] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.530854] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.530857] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.530860] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.530863] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.530865] platform eisa.0: EISA: Detected 0 cards
[    2.530872] cpufreq_nforce2: No nForce2 chipset
[    2.530889] ledtrig-cpu: registered to indicate activity on CPUs
[    2.531416] NET: Registered protocol family 10
[    2.541877] Segment Routing with IPv6
[    2.541920] NET: Registered protocol family 17
[    2.542006] Key type dns_resolver registered
[    2.542328] Using IPI No-Shortcut mode
[    2.542580] registered taskstats version 1
[    2.542596] Loading compiled-in X.509 certificates
[    2.550408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.552549] Loaded X.509 cert 'Build time autogenerated kernel key: 58368bea2397795591c6cc102a57505f406b124f'
[    2.552588] zswap: loaded using pool lzo/zbud
[    2.562929] Key type big_key registered
[    2.562936] Key type trusted registered
[    2.568276] Key type encrypted registered
[    2.568282] AppArmor: AppArmor sha1 policy hashing enabled
[    2.568286] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.568295] ima: Allocated hash algorithm: sha1
[    2.568327] evm: HMAC attrs: 0x1
[    2.568981]   Magic number: 3:785:728
[    2.569125] rtc_cmos 00:01: setting system clock to 2019-01-29 09:42:33 UTC (1548754953)
[    2.569414] powernow_k8: fid 0xb (1900 MHz), vid 0xc
[    2.569416] powernow_k8: fid 0xa (1800 MHz), vid 0xd
[    2.569417] powernow_k8: fid 0x2 (1000 MHz), vid 0x12
[    2.569445] powernow_k8: Found 1 AMD Sempron(tm) Processor LE-1100 (1 cpu cores) (version 2.20.00)
[    2.569455] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.569455] EDD information not available.
[    2.572094] Freeing unused kernel memory: 1092K
[    2.580083] Write protecting the kernel text: 8864k
[    2.580138] Write protecting the kernel read-only data: 3492k
[    2.580139] NX-protecting the kernel data: 7520k
[    2.580290] ------------[ cut here ]------------
[    2.580296] x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
[    2.580317] WARNING: CPU: 0 PID: 1 at /build/linux-hwe-fQc_eW/linux-hwe-4.15.0/arch/x86/mm/dump_pagetables.c:266 note_page+0x5ec/0x790
[    2.580318] Modules linked in:
[    2.580324] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.15.0-43-generic #46~16.04.1-Ubuntu
[    2.580330] Hardware name: MICRO-STAR INTERANTIONAL CO.,LTD MS-7367/MS-7367, BIOS V3.2 10/15/2007
[    2.580334] EIP: note_page+0x5ec/0x790
[    2.580335] EFLAGS: 00010282 CPU: 0
[    2.580337] EAX: 00000041 EBX: f6a05f44 ECX: d3e34548 EDX: 00000000
[    2.580339] ESI: 80000000 EDI: 00000000 EBP: f6a05f10 ESP: f6a05ee4
[    2.580340]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[    2.580342] CR0: 80050033 CR2: b7d7e783 CR3: 13e20000 CR4: 000006f0
[    2.580344] Call Trace:
[    2.580353]  ptdump_walk_pgd_level_core+0x284/0x2e0
[    2.580359]  ptdump_walk_pgd_level_checkwx+0x18/0x20
[    2.580364]  mark_rodata_ro+0xf5/0x111
[    2.580371]  ? rest_init+0x90/0x90
[    2.580374]  kernel_init+0x33/0xf0
[    2.580380]  ret_from_fork+0x2e/0x38
[    2.580382] Code: fa ff ff 83 c2 0c c7 43 18 00 00 00 00 89 53 14 e9 1a fd ff ff 8b 43 0c c6 05 e8 48 cc d3 01 50 50 68 8c 26 af d3 e8 54 74 00 00 <0f> 0b 83 c4 0c e9 74 fa ff ff ff 72 10 68 7e 25 af d3 e8 0c 51
[    2.580420] ---[ end trace 831bd7d2fd3b0192 ]---
[    2.580540] x86/mm: Checked W+X mappings: FAILED, 96 W+X pages found.
[    2.609634] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.609834] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.609880] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.836067] usb 2-1: new full-speed USB device number 2 using ohci-pci
[    3.008178] scsi host0: pata_atiixp
[    3.011890] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.011906] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.013718] r8169 0000:02:00.0 eth0: RTL8168b/8111b at 0x(ptrval), 00:1d:92:3f:75:5d, XID 18000000 IRQ 24
[    3.013723] r8169 0000:02:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[    3.013767] scsi host1: pata_atiixp
[    3.013841] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    3.013844] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[    3.014156] ahci 0000:00:12.0: version 3.0
[    3.014362] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
[    3.014483] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    3.014487] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc 
[    3.023459] scsi host2: ahci
[    3.030283] scsi host3: ahci
[    3.039460] scsi host4: ahci
[    3.047161] scsi host5: ahci
[    3.047282] ata3: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ff900 irq 22
[    3.047286] ata4: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ff980 irq 22
[    3.047289] ata5: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ffa00 irq 22
[    3.047292] ata6: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ffa80 irq 22
[    3.135096] usb 2-1: New USB device found, idVendor=046d, idProduct=08b2
[    3.135100] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.265981] [drm] VGACON disable radeon kernel modesetting.
[    3.266082] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    3.275168] ata1.00: ATAPI: HL-DT-ST DVD-ROM GDR-H30N, 1.00, max UDMA/33
[    3.275375] ata1.01: ATA-6: ST3200822A, 3.01, max UDMA/100
[    3.275378] ata1.01: 390721968 sectors, multi 16: LBA48 
[    3.275384] ata1.01: limited to UDMA/33 due to 40-wire cable
[    3.280252] ata1.00: configured for UDMA/33
[    3.304631] ata1.01: configured for UDMA/33
[    3.305798] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD-ROM GDR-H30N 1.00 PQ: 0 ANSI: 5
[    3.349594] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/52x cd/rw xa/form2 cdda tray
[    3.349598] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.349810] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    3.349990] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    3.350763] scsi 0:0:1:0: Direct-Access     ATA      ST3200822A       3.01 PQ: 0 ANSI: 5
[    3.351166] sd 0:0:1:0: [sda] 390721968 512-byte logical blocks: (200 GB/186 GiB)
[    3.351185] sd 0:0:1:0: [sda] Write Protect is off
[    3.351188] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    3.351221] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.351744] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    3.366677] ata4: SATA link down (SStatus 0 SControl 300)
[    3.366722] ata5: SATA link down (SStatus 0 SControl 300)
[    3.370464] ata6: SATA link down (SStatus 0 SControl 300)
[    3.403836]  sda: sda1 sda2 < sda5 sda6 >
[    3.405298] sd 0:0:1:0: [sda] Attached SCSI disk
[    3.524024] ata3: softreset failed (device not ready)
[    3.524031] ata3: applying PMP SRST workaround and retrying
[    3.660020] usb 2-2: new full-speed USB device number 3 using ohci-pci
[    3.692030] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.734093] ata3.00: ATA-7: MAXTOR STM380211AS, 3.AAE, max UDMA/133
[    3.734096] ata3.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.734100] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.792402] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.792404] ata3.00: configured for UDMA/133
[    3.792599] scsi 2:0:0:0: Direct-Access     ATA      MAXTOR STM380211 E    PQ: 0 ANSI: 5
[    3.793487] sd 2:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    3.793510] sd 2:0:0:0: [sdb] Write Protect is off
[    3.793512] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.793544] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.794008] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    3.855056] usb 2-2: New USB device found, idVendor=058f, idProduct=9254
[    3.855061] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.855063] usb 2-2: Product: Generic USB Hub
[    3.855065] usb 2-2: Manufacturer: ALCOR
[    3.857133] hub 2-2:1.0: USB hub found
[    3.859062] hub 2-2:1.0: 4 ports detected
[    3.880952]  sdb: sdb1 sdb2 < sdb5 sdb6 >
[    3.881598] sd 2:0:0:0: [sdb] Attached SCSI disk
[    4.155682] random: fast init done
[    4.548032] usb 3-1: new low-speed USB device number 2 using ohci-pci
[    4.747076] usb 3-1: New USB device found, idVendor=046d, idProduct=c00c
[    4.747080] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.747082] usb 3-1: Product: USB Mouse
[    4.747085] usb 3-1: Manufacturer: Logitech
[    4.761954] hidraw: raw HID events driver (C) Jiri Kosina
[    4.777443] usbcore: registered new interface driver usbhid
[    4.777445] usbhid: USB HID core driver
[    4.784241] input: Logitech USB Mouse as /devices/pci0000:00/0000:00:13.1/usb3/3-1/3-1:1.0/0003:046D:C00C.0001/input/input3
[    4.784842] hid-generic 0003:046D:C00C.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:13.1-1/input0
[    5.837504] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[    6.449533] random: crng init done
[    6.449538] random: 7 urandom warning(s) missed due to ratelimiting
[    7.825375] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    7.825605] systemd[1]: Detected architecture x86.
[    7.839781] systemd[1]: Set hostname to <papygege-MS-7367>.
[   11.076699] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.076870] systemd[1]: Reached target Remote File Systems (Pre).
[   11.077046] systemd[1]: Listening on Journal Audit Socket.
[   11.077152] systemd[1]: Listening on udev Control Socket.
[   11.077215] systemd[1]: Listening on udev Kernel Socket.
[   11.077462] systemd[1]: Created slice System Slice.
[   11.077589] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   12.265374] EXT4-fs (sdb5): re-mounted. Opts: errors=remount-ro
[   12.937960] systemd[1]: Started Journal Service.
[   13.283113] lp: driver loaded but no devices found
[   13.491214] systemd-journald[236]: Received request to flush runtime journal from PID 1
[   13.849147] ppdev: user-space parallel port driver
[   26.984406] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   27.407241] [drm] VGACON disable radeon kernel modesetting.
[   27.407351] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[   27.531088] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B06 (\SMOV) (20170831/utaddress-247)
[   27.531100] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   28.322674] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   28.330135] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   28.386348] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[   28.386363] k8temp 0000:00:18.3: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   28.916639] MCE: In-kernel MCE decoding enabled.
[   28.935512] EDAC amd64: Node 0: DRAM ECC disabled.
[   28.935516] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   29.072538] media: Linux media interface: v0.10
[   29.231732] Linux video capture interface: v2.00
[   29.286644] audit: type=1400 audit(1548754980.212:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=509 comm="apparmor_parser"
[   29.286651] audit: type=1400 audit(1548754980.212:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=509 comm="apparmor_parser"
[   29.300885] audit: type=1400 audit(1548754980.228:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=514 comm="apparmor_parser"
[   29.300892] audit: type=1400 audit(1548754980.228:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=514 comm="apparmor_parser"
[   29.300896] audit: type=1400 audit(1548754980.228:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=514 comm="apparmor_parser"
[   29.300900] audit: type=1400 audit(1548754980.228:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=514 comm="apparmor_parser"
[   29.425448] ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2561, rf: 0003, rev: 000c
[   29.454137] audit: type=1400 audit(1548754980.380:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=516 comm="apparmor_parser"
[   29.454144] audit: type=1400 audit(1548754980.380:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=516 comm="apparmor_parser"
[   29.454149] audit: type=1400 audit(1548754980.380:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=516 comm="apparmor_parser"
[   29.454153] audit: type=1400 audit(1548754980.380:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=516 comm="apparmor_parser"
[   29.682200] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   29.896435] pwc: Logitech QuickCam 4000 Pro USB webcam detected.
[   30.107214] pwc: Registered as video0.
[   30.107295] input: PWC snapshot button as /devices/pci0000:00/0000:00:13.0/usb2/2-1/input/input4
[   30.110564] usbcore: registered new interface driver Philips webcam
[   31.481337] usbcore: registered new interface driver snd-usb-audio
[   31.950689] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   31.950702] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   31.950705] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   31.950707] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   31.950709] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   31.950710] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   31.950713] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   31.950716] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   31.950718] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   31.977141] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[   31.977238] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[   31.977319] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   31.977405] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   31.977494] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   31.977576] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[   31.977659] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[   31.977738] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[   33.870650] Adding 915452k swap on /dev/sdb6.  Priority:-2 extents:1 across:915452k FS
[   34.502548] new mount options do not match the existing superblock, will be ignored
[   45.053075] NET: Registered protocol family 4
[   45.852074] NET: Registered protocol family 5
[   48.487322] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2561s.bin'
[   48.516100] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.8
[   48.585370] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   54.084116] r8169 0000:02:00.0 eth0: link down
[   54.084193] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   58.728160] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   59.156075] r8169 0000:02:00.0 eth0: link down
[   59.156152] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   59.756194] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   64.161979] wlan0: authenticate with 2e:90:48:12:e9:14
[   64.184181] wlan0: send auth to 2e:90:48:12:e9:14 (try 1/3)
[   64.185678] wlan0: authenticated
[   64.185714] rt61pci 0000:03:03.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[   64.188871] wlan0: associate with 2e:90:48:12:e9:14 (try 1/3)
[   64.190979] wlan0: RX AssocResp from 2e:90:48:12:e9:14 (capab=0x411 status=0 aid=1)
[   64.191065] wlan0: associated
[   64.191455] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   65.005029] kauditd_printk_skb: 21 callbacks suppressed
[   65.005033] audit: type=1400 audit(1548755015.932:33): apparmor="DENIED" operation="open" profile="/sbin/dhclient" name="/var/lib/wicd/dhclient.conf" pid=1574 comm="dhclient" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   86.893836] audit: type=1400 audit(1548755036.948:34): apparmor="DENIED" operation="file_lock" profile="/usr/share/hplip/systray.py" name="/etc/xdg/Trolltech.conf" pid=1703 comm="python" requested_mask="k" denied_mask="k" fsuid=1000 ouid=0
[   90.649856] audit: type=1400 audit(1548755040.707:35): apparmor="DENIED" operation="file_lock" profile="/usr/share/hplip/systray.py" name="/etc/xdg/sni-qt.conf" pid=1703 comm="python" requested_mask="k" denied_mask="k" fsuid=1000 ouid=0
[  396.191700] ieee80211 phy0: rt61pci_txdone: Warning - TX status report missed for entry 6
papygege@papygege-MS-7367:~$ 

Mode normal tout est nickel mais avec lenteur.

Hors ligne

#144 Le 29/01/2019, à 12:00

nam1962

Re : [RESOLU] Error code (1)

Je me demande si il ne serait pas judicieux de désactiver l'ipv6


[ Modéré ]

Hors ligne

#145 Le 29/01/2019, à 12:39

Gégé92

Re : [RESOLU] Error code (1)

Là tu me pose une colle. L'ipv6 c'est pour la wifi ? Comme je l'ai signalé au #?? j'utilise wicd qui fonctionne à 99 / 100.

Hors ligne

#146 Le 29/01/2019, à 12:42

nam1962

Re : [RESOLU] Error code (1)

L'ipv6 c'est pour toutes connexions net
On va attendre l'avis de nany sur ce point.
Pourquoi wicd et pas networkmanager ?


[ Modéré ]

Hors ligne

#147 Le 29/01/2019, à 17:58

Gégé92

Re : [RESOLU] Error code (1)

A ma première installation de 16-04 j'ai eu des soucis avec networkmanager que je n'ai jamais résolu. La solution de secours a été Wicd.
J'ai eu les même soucis de connexion wifi  lors de ma dernière réinstallation de 16-04 et donc je me suis moins pris la tête et revenu à wicd.
Comme je l'ai dit dans un # précédent la wifi , le lecteur dvd et peut-être d'autres seront attaqués lorsque le # 51 de Nany ne sera plus d'actualité (rame, ramons, ramez).

Hors ligne

#148 Le 30/01/2019, à 17:18

Gégé92

Re : [RESOLU] Error code (1)

Je ne sais pas si cela a un rapport avec mon problème, mais au dernier lancement j'ai eu un message "d'erreur interne" sur le fichier suivant :
"usr/lib/evolution/evolution-source-registry"
J'ai voulu copier tout le détail mais (décidément il y a toujours un mais) tout c'est effacé.
J'oublie de dire que tout est ok en mode normal

Hors ligne

#149 Le 31/01/2019, à 19:11

nany

Re : [RESOLU] Error code (1)

Excusez mon absence mais j’aurais besoin de journées de trente-six heures en ce moment.

Je n’ai pas d’avis tranché sur l’ipv6 pour le moment. A priori ça ne fait pas partie des erreurs de dmesg.

Gégé92 a écrit :

Je ne sais pas si cela a un rapport avec mon problème, mais au dernier lancement j'ai eu un message "d'erreur interne" sur le fichier suivant :
"usr/lib/evolution/evolution-source-registry"
J'ai voulu copier tout le détail mais (décidément il y a toujours un mais) tout c'est effacé.
J'oublie de dire que tout est ok en mode normal

Si le problème ne se reproduit pas, ce n’est pas grave. wink
Comme j’ai un peu perdu le fil, donne le retour de :

grep X_D /etc/default/grub

Hors ligne

#150 Le 02/02/2019, à 17:06

Gégé92

Re : [RESOLU] Error code (1)

Bonjour Nany, ta demande :

papygege@papygege-MS-7367:~$ grep X_D /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
papygege@papygege-MS-7367:~$ 

Je serais tenté de mettre résolu, qu'en penses-tu ?

Hors ligne