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.

#26 Le 15/03/2018, à 23:48

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Effectivement, ce paramètre 187 Reported_Uncorrect peut inquiéter : Hard Drive SMART Stats
Je site :

SMART 187: Reported_Uncorrect - Backblaze utilise celui-ci.
Le numéro 187 indique le nombre de lectures qui n'ont pas pu être corrigées à l'aide de l'ECC matériel.
Les disques avec 0 erreurs incorrigibles échouent rarement.
C'est l'une des statistiques SMART que nous utilisons pour déterminer l'échec du disque dur;
Une fois que SMART 187 passe au-dessus de 0, nous programmons le disque pour le remplacement.

Pour mon 1er disque WD10SPZX-22Z10T0 la cause est entendue, puisque pour ce modèle ce paramètre 187 n'est pas suivi.
C'est d'ailleurs pareil pour mes deux autres disques internes de 500Go.
La comparaison n'est donc pas possible.
Pour ce 1er disque WD10SPZX-22Z10T0 donc, la commande "sudo smartctl   -s   on  -a  /dev/sdd" donne ceci :

poun@Gigapoun:~$ sudo smartctl   -s   on  -a  /dev/sdd
[sudo] Mot de passe de poun : 
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-116-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     WDC WD10SPZX-22Z10T0
Serial Number:    WD-WX31A77DS05R
LU WWN Device Id: 5 0014ee 6b287ec67
Firmware Version: 01.01A01
User Capacity:    1 000 204 886 016 bytes [1,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      2.5 inches
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Thu Mar 15 23:33:44 2018 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART Status not supported: Incomplete response, ATA output registers missing
SMART overall-health self-assessment test result: PASSED
Warning: This result is based on an Attribute check.

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		( 7740) seconds.
Offline data collection
capabilities: 			 (0x71) SMART execute Offline immediate.
					No Auto Offline data collection support.
					Suspend Offline collection upon new
					command.
					No Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 148) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x3035)	SCT Status supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   191   190   021    Pre-fail  Always       -       1425
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       75
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       54
 10 Spin_Retry_Count        0x0032   100   253   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       62
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       29
193 Load_Cycle_Count        0x0032   200   200   000    Old_age   Always       -       844
194 Temperature_Celsius     0x0022   120   080   000    Old_age   Always       -       23
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       6
200 Multi_Zone_Error_Rate   0x0008   100   253   000    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

poun@Gigapoun:~$ ^C
poun@Gigapoun:~$ 

Si ça se trouve, ce sont tous les échecs de montage en SATA sur mon PC qui ont fait monter le compteur "187" sur le 2ème disque WD10SPZX-24Z10T0 ...
Je vais le faire bosser pendant des heures (facile, ya plein de vidéos dessus) et je regarderai l'évolution du compteur...

Dernière modification par Poun64 (Le 16/03/2018, à 00:15)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#27 Le 16/03/2018, à 13:22

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Bonjour.
Ubuntu sait gérer le hot swap .
Il y a toutes les chances que le bios soit bien positionné avec l'option AHCI on.

Donc, je te propose un essai.
Arrêter l'ordinateur. Enlever ce disque du RACK. Booter.  Inserrer le disque. Attendre deux minutes. Donner le retour de la commande

dmesg  |  tail -50  

Je n'ai pas réussi à trouver la différence entre  22z  et 24z.

Dernière modification par ?? (Le 16/03/2018, à 13:35)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#28 Le 16/03/2018, à 14:04

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Poun64 a écrit :

Effectivement, ce paramètre 187 Reported_Uncorrect peut inquiéter

Si ça se trouve, ce sont tous les échecs de montage en SATA sur mon PC qui ont fait monter le compteur "187" sur le 2ème disque WD10SPZX-24Z10T0 ...
Je vais le faire bosser pendant des heures (facile, ya plein de vidéos dessus) et je regarderai l'évolution du compteur...

Postby hdsentinel » 2016.05.02. 14:12
According the information, there is an error with the adapter, the connection (data and/or power cables).

Generally the Reported Uncorrectable Errors reflect problems during data transfer between the hard disk itself and the disk controller (motherboard or the add-on card you use). This is slightly similar to the data communication errors but in some cases there may be a bit different.

When you hear the "dying sound" it means that the hard disk is constantly trying to spin up / spin down and work - but due to the improper cables, connections, power source (power supply or power adapter).
In most cases even if we feel this is a hard disk problem, the problem is not really related to the hard disk itself, but caused by the operating environment.

Yes, there is also chance that the controller itself is not working properly. As you could see, if you connect the hard disk to the other controller integrated to the motherboard, then things are perfect - which confirms that the problem is not the hard disk drive itself.
.

Dernière modification par ?? (Le 16/03/2018, à 14:09)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#29 Le 16/03/2018, à 15:19

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Bonjour ??
Et en bon français ça donne :

Traduction Google : a écrit :

Publié par hdsentinel »2016.05.02. 14h12
Selon les informations, il y a une erreur avec l'adaptateur, la connexion (câbles de données et / ou d'alimentation).
Généralement, les erreurs non corrigibles signalées reflètent des problèmes lors du transfert de données entre le disque dur lui-même et le contrôleur de disque (carte mère ou carte d'extension que vous utilisez). Ceci est légèrement similaire aux erreurs de communication de données, mais dans certains cas, il peut y avoir un peu différent.
Lorsque vous entendez le «son mourant» big_smile, cela signifie que le disque dur essaie constamment de tourner / tourner et de fonctionner - mais en raison de câbles, de connexions, d'une source d'alimentation (alimentation ou adaptateur d'alimentation) inappropriés.
Dans la plupart des cas, même si nous pensons qu'il s'agit d'un problème de disque dur, le problème n'est pas vraiment lié au disque dur lui-même, mais à l'environnement d'exploitation.
Oui, il y a aussi un risque que le contrôleur ne fonctionne pas correctement. Comme vous pouvez le voir, si vous connectez le disque dur à l'autre contrôleur intégré à la carte mère, les choses sont parfaites - ce qui confirme que le problème n'est pas le disque dur lui-même.

C'est pourquoi, tu parlais de connectique à vérifier précédemment...
Quoiqu'il en soit, je l'ai fait tourner quelques heures en lecture de films : Pas de pb de lecture et le compteur 187 Reported_Uncorrect reste bloqué sur 63.

Je viens de lui supprimer sa partition, recréé sa table, recréé une nouvelle partition DOS et reformaté en NTFS. En connexion USB3 bien-sûr...
NOTA : J'ai testé entre chaque étape, il n'était toujours pas reconnu dans le rack.
Actuellement, je suis en train de l'effacer avec des "00" sur toute la surface... Il estime quelques 8 heures de boulot.

Quand il aura fini, je ferai ta manip à chaud :

dmesg  |  tail -50

Je n'ai pas réussi à trouver la différence entre  22z  et 24z.

A part davantage de données SMART, moi non plus...

De toute façon, comme c'est un disque neuf qui ne semble pas très clair (et qui ne se comporte pas comme son frère aîné), j'ai bien envie de le renvoyer à Amazon pour échange...

Dernière modification par Poun64 (Le 16/03/2018, à 15:21)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#30 Le 16/03/2018, à 17:09

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Moi , j'ai bien envie de te faire installer windows pour savoir si un autre OS saura dialoguer correctement lors d'un démarrage à froid avec le RAC.
OU alors une vieille version de ubuntu du style 8.04

On en saura un peu plus avec la manip à chaud.

Au fait, quel est ton O.S/ actuel?

C'est le RAC  que tu dois renvoyer et pas le disque.

J'ai demandé l'avis du fabricant ...

Hello
can I know the difference between these two models of discs  WDC WD10SPZX-24Z10T0 and WDC WD10SPZX-22Z10T0
When i put first in this model of RACK ( https://www.amazon.fr/gp/product/B002L6 … UTF8&psc=1 ) it is not recognized by ubuntu while there is no problem for the second one.
maybe a track with smartctl
" 187 Reported_Uncorrect      0x0032   037   037   000    Old_age   Always       -       63 "
Is it a cause or a consequence?
Thanks

Case Confirmation

Thank you for submitting your request. You should receive a confirmation email from us. We will process your request within 2 business days. The case number is 031618-12804439.

In order to ensure a timely response from us, please make sure that you have provided a correct email address. Please also make sure to check your SPAM / JUNK / SOCIAL / PROMOTION folders for our reply to your questions / inquires.

All personally identifiable information is maintained in compliance with our privacy policy.

Dernière modification par ?? (Le 16/03/2018, à 18:18)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#31 Le 16/03/2018, à 17:38

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Sur ce PC je suis sous Xubuntu 16.04.4 LTS, mais j'y ai aussi un Windows10 OEM (dont je me sers très peu).
J'ai peur que si je démarre Windows 10 avec un disque dur supplémentaire, il va me "péter" ma licence.
Ça m'est déjà arrivé avec un Windows 7 (remplacement d'un graveur de DVD) et j'ai dû batailler au téléphone pendant des heures pour qu'ils me la revalide.
Je sais que les droits de licence sont gérés maintenant différemment, mais pour eux à l'époque il n'y avait que les professionnels qui savaient remplacer le matos "dixit"...
Quoiqu'il en soit, j'ai lancé l'opération de remplacement auprès d'Amazon.
Le nouveau disque devrait arriver en milieu de semaine prochaine et j'ai un mois pour renvoyer celui qui pose problème.

Mais quel bonheur de me jeter dans un petit moment de nostalgie avec "Hardy Heron"... Je télécharge l'iso...
smile

Dernière modification par Poun64 (Le 16/03/2018, à 17:50)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#32 Le 16/03/2018, à 18:13

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Tu pourrais aussi télécharger la version 18.04 afin de savoir ce qu'il en est ( test en live-usb)

Dernière modification par ?? (Le 17/03/2018, à 09:29)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#33 Le 16/03/2018, à 20:09

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

La 18.04 en live-USB, j'ai déjà essayé hier : post #23

EDIT :
Je suis en train de tester avec une clé bootable Xubuntu 18.04 en "préversion Alpha amd64 20180315" (noyau 4.15.0-10-generic) = c'est Idem, avec les mêmes messages d'erreur au démarrage.
Il ne faut donc pas que j'espère dans un premier temps, des miracles avec cette prochaine LTS !

Je viens de me faire une Ubuntu 8.04 live-USB, mon 2ème PC ne boote pas dessus. Faut que je creuse un peu...
Mon 1er PC bosse toujours sur l'effacement du disque à pb... Je trouve que c'est lent.
10 à 15 Mo/sec pour le remplir de "00" en USB3, c'est une vrai charrette.

EDIT
Rôôô... je découvre ta modif de 18h18 sur ton post #30. J'étais déjà parti au sport tongue !
Merci beaucoup pour tout le mal que tu te donnes.
De mon côté, pour espérer un remplacement du boîtier rack gratos, c'est fichu : je l'ai acheté en juin 2016.

Dernière modification par Poun64 (Le 16/03/2018, à 21:23)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#34 Le 17/03/2018, à 17:05

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Je viens de me faire une Ubuntu 8.04 live-USB, mon 2ème PC ne boote pas dessus. Faut que je creuse un peu...

En fait, je n'arrive pas à créer un Live-USB "Ubuntu 8.04" qui fonctionne, avec les outils d'aujourd'hui...
J'ai testé avec  et "Etcher".
Par contre, pas de problème pour créer des "Live-USB 18.04" avec "USB-creator".

C'est le RAC  que tu dois renvoyer et pas le disque.

Bin, je viens de "by-passer" le rack en branchant de disque dur directement sur la carte mère : même problème de reconnaissance.
Ce rack n'est donc pas à mettre en cause.

Dernière modification par Poun64 (Le 17/03/2018, à 17:31)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#35 Le 17/03/2018, à 18:01

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Bonjour.
Peux-tu donner tout le retour de la commande

 dmesg

Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#36 Le 17/03/2018, à 19:45

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Bonsoir ??, bonsoir toul'monde,

Le retour de "dmesg" sans disque dans mon rack, donne :

poun@Gigapoun:~$ dmesg
[    0.000000] microcode: CPU0 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-116-generic (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 (Ubuntu 4.4.0-116.140-generic 4.4.98)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=ef331147-c72b-4365-ae3d-31c2667647d5 ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000d958bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d958c000-0x00000000d9a37fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9a38000-0x00000000d9a38fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d9a39000-0x00000000d9b61fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d9b62000-0x00000000da308fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000da309000-0x00000000da309fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da30a000-0x00000000da34cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000da34d000-0x00000000dac94fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dac95000-0x00000000dafdcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dafdd000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./H77M-D3H, BIOS F9 08/22/2012
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x21f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask FE0000000 write-back
[    0.000000]   2 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   3 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0DB800000 mask FFF800000 uncachable
[    0.000000]   5 base 21F800000 mask FFF800000 uncachable
[    0.000000]   6 base 21F600000 mask FFFE00000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 8GB, type WB
[    0.000000] reg 1, base: 8GB, range: 512MB, type WB
[    0.000000] reg 2, base: 3584MB, range: 512MB, type UC
[    0.000000] reg 3, base: 3520MB, range: 64MB, type UC
[    0.000000] reg 4, base: 3512MB, range: 8MB, type UC
[    0.000000] reg 5, base: 8696MB, range: 8MB, type UC
[    0.000000] reg 6, base: 8694MB, range: 2MB, type UC
[    0.000000] total RAM covered: 8110M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 128M 	num_reg: 9  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 1GB, type WB
[    0.000000] reg 2, base: 3GB, range: 512MB, type WB
[    0.000000] reg 3, base: 3512MB, range: 8MB, type UC
[    0.000000] reg 4, base: 3520MB, range: 64MB, type UC
[    0.000000] reg 5, base: 4GB, range: 4GB, type WB
[    0.000000] reg 6, base: 8GB, range: 512MB, type WB
[    0.000000] reg 7, base: 8694MB, range: 2MB, type UC
[    0.000000] reg 8, base: 8696MB, range: 8MB, type UC
[    0.000000] e820: update [mem 0xdb800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd730-0x000fd73f] mapped at [ffff8800000fd730]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] BRK [0x02215000, 0x02215fff] PGTABLE
[    0.000000] BRK [0x02216000, 0x02216fff] PGTABLE
[    0.000000] BRK [0x02217000, 0x02217fff] PGTABLE
[    0.000000] BRK [0x02218000, 0x02218fff] PGTABLE
[    0.000000] BRK [0x02219000, 0x02219fff] PGTABLE
[    0.000000] BRK [0x0221a000, 0x0221afff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33642000-0x35b18fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000D9B43070 00005C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000D9B4CD18 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000D9B43160 009BB6 (v02 ALASKA A M I    00000012 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000D9B60F80 000040
[    0.000000] ACPI: APIC 0x00000000D9B4CE10 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000D9B4CEA8 00003C (v01                 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000D9B4CEE8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000D9B4CF20 000495 (v01 IdeRef IdeTable 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000D9B4D3B8 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000D9B4DD68 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x21f5f1000-0x21f5f5fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000021f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x00000000d958bfff]
[    0.000000]   node   0: [mem 0x00000000da309000-0x00000000da309fff]
[    0.000000]   node   0: [mem 0x00000000da34d000-0x00000000dac94fff]
[    0.000000]   node   0: [mem 0x00000000dafdd000-0x00000000daffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000021f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f5fffff]
[    0.000000] On node 0 totalpages: 2069140
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13876 pages used for memmap
[    0.000000]   DMA32 zone: 888055 pages, LIFO batch:31
[    0.000000]   Normal zone: 18392 pages used for memmap
[    0.000000]   Normal zone: 1177088 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xdba00000-0xdf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, 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 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd958c000-0xd9a37fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9a38000-0xd9a38fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9a39000-0xd9b61fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9b62000-0xda308fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda30a000-0xda34cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdac95000-0xdafdcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdb7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb800000-0xdf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 34 pages/cpu @ffff88021f200000 s99544 r8192 d31528 u262144
[    0.000000] pcpu-alloc: s99544 r8192 d31528 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2036787
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=ef331147-c72b-4365-ae3d-31c2667647d5 ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8021688K/8276560K available (8530K kernel code, 1309K rwdata, 3992K rodata, 1508K init, 1316K bss, 254872K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3491.906 MHz processor
[    0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 6983.81 BogoMIPS (lpj=13967624)
[    0.000032] pid_max: default: 32768 minimum: 301
[    0.000037] ACPI: Core revision 20150930
[    0.004629] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.004646] Security Framework initialized
[    0.004649] Yama: becoming mindful.
[    0.004662] AppArmor: AppArmor initialized
[    0.004998] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.006386] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.007005] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.007014] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.007167] Initializing cgroup subsys io
[    0.007171] Initializing cgroup subsys memory
[    0.007178] Initializing cgroup subsys devices
[    0.007181] Initializing cgroup subsys freezer
[    0.007184] Initializing cgroup subsys net_cls
[    0.007188] Initializing cgroup subsys perf_event
[    0.007191] Initializing cgroup subsys net_prio
[    0.007195] Initializing cgroup subsys hugetlb
[    0.007198] Initializing cgroup subsys pids
[    0.007214] CPU: Physical Processor ID: 0
[    0.007217] CPU: Processor Core ID: 0
[    0.007222] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.007224] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.007227] FEATURE SPEC_CTRL Not Present
[    0.007482] mce: CPU supports 9 MCE banks
[    0.007493] CPU0: Thermal monitoring enabled (TM1)
[    0.007500] process: using mwait in idle threads
[    0.007505] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.007507] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.007510] Spectre V2 mitigation: Mitigation: Full generic retpoline
[    0.007513] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported
[    0.007834] Freeing SMP alternatives memory: 32K
[    0.011412] ftrace: allocating 32186 entries in 126 pages
[    0.031088] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.031092] smpboot: Max logical packages: 2
[    0.031466] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.071153] TSC deadline timer enabled
[    0.071156] smpboot: CPU0: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.071172] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.071190] ... version:                3
[    0.071192] ... bit width:              48
[    0.071194] ... generic registers:      4
[    0.071197] ... value mask:             0000ffffffffffff
[    0.071199] ... max period:             00007fffffffffff
[    0.071202] ... fixed-purpose events:   3
[    0.071204] ... event mask:             000000070000000f
[    0.071773] x86: Booting SMP configuration:
[    0.071777] .... node  #0, CPUs:      #1
[    0.072384] microcode: CPU1 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.074778] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.074845]  #2
[    0.075396] microcode: CPU2 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.077787]  #3
[    0.078319] microcode: CPU3 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.080714]  #4 #5 #6 #7
[    0.091302] x86: Booted up 1 node, 8 CPUs
[    0.091309] smpboot: Total of 8 processors activated (55870.49 BogoMIPS)
[    0.097532] devtmpfs: initialized
[    0.099327] evm: security.selinux
[    0.099330] evm: security.SMACK64
[    0.099332] evm: security.SMACK64EXEC
[    0.099335] evm: security.SMACK64TRANSMUTE
[    0.099337] evm: security.SMACK64MMAP
[    0.099339] evm: security.ima
[    0.099341] evm: security.capability
[    0.099386] PM: Registering ACPI NVS region [mem 0xd9a39000-0xd9b61fff] (1216512 bytes)
[    0.099400] PM: Registering ACPI NVS region [mem 0xda30a000-0xda34cfff] (274432 bytes)
[    0.099464] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.099479] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.099554] pinctrl core: initialized pinctrl subsystem
[    0.099640] RTC time: 18:39:48, date: 03/17/18
[    0.099723] NET: Registered protocol family 16
[    0.109391] cpuidle: using governor ladder
[    0.118729] cpuidle: using governor menu
[    0.118744] PCCT header not found.
[    0.118833] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.118838] ACPI: bus type PCI registered
[    0.118841] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.118898] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.118903] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.118912] PCI: Using configuration type 1 for base access
[    0.118934] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.133719] ACPI: Added _OSI(Module Device)
[    0.133722] ACPI: Added _OSI(Processor Device)
[    0.133725] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.133728] ACPI: Added _OSI(Processor Aggregator Device)
[    0.135697] ACPI: Executed 1 blocks of module-level executable AML code
[    0.137572] ACPI: Dynamic OEM Table Load:
[    0.137579] ACPI: SSDT 0xFFFF8802150C1000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.137951] ACPI: Dynamic OEM Table Load:
[    0.137956] ACPI: SSDT 0xFFFF88021501B000 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.138268] ACPI: Dynamic OEM Table Load:
[    0.138273] ACPI: SSDT 0xFFFF880215029600 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.139371] ACPI: Interpreter enabled
[    0.139386] ACPI: (supports S0 S3 S4 S5)
[    0.139389] ACPI: Using IOAPIC for interrupt routing
[    0.139407] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.144095] ACPI: Power Resource [FN00] (off)
[    0.144153] ACPI: Power Resource [FN01] (off)
[    0.144208] ACPI: Power Resource [FN02] (off)
[    0.144264] ACPI: Power Resource [FN03] (off)
[    0.144319] ACPI: Power Resource [FN04] (off)
[    0.144686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.144692] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.144839] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.144931] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.144934] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.145225] PCI host bridge to bus 0000:00
[    0.145230] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.145233] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.145236] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.145241] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.145245] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.145250] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.145254] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.145259] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.145263] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.145268] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[    0.145273] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.145280] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.145347] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
[    0.145357] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.145363] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.145367] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.145451] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.145479] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit]
[    0.145534] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.145567] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.145599] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.145628] pci 0000:00:16.0: reg 0x10: [mem 0xf7d19000-0xf7d1900f 64bit]
[    0.145686] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.145750] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.145777] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d17000-0xf7d173ff]
[    0.145845] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.145888] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.145919] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.145943] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit]
[    0.146001] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.146037] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.146068] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.146138] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.146174] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.146206] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
[    0.146276] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.146312] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.146342] pci 0000:00:1c.6: [8086:244e] type 01 class 0x060401
[    0.146412] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.146448] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.146480] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.146506] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d16000-0xf7d163ff]
[    0.146574] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.146616] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.146647] pci 0000:00:1f.0: [8086:1e4a] type 00 class 0x060100
[    0.146793] pci 0000:00:1f.2: [8086:1e00] type 00 class 0x01018f
[    0.146811] pci 0000:00:1f.2: reg 0x10: [io  0xf110-0xf117]
[    0.146818] pci 0000:00:1f.2: reg 0x14: [io  0xf100-0xf103]
[    0.146824] pci 0000:00:1f.2: reg 0x18: [io  0xf0f0-0xf0f7]
[    0.146831] pci 0000:00:1f.2: reg 0x1c: [io  0xf0e0-0xf0e3]
[    0.146838] pci 0000:00:1f.2: reg 0x20: [io  0xf0d0-0xf0df]
[    0.146844] pci 0000:00:1f.2: reg 0x24: [io  0xf0c0-0xf0cf]
[    0.146914] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.146929] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d15000-0xf7d150ff 64bit]
[    0.146948] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.147014] pci 0000:00:1f.5: [8086:1e08] type 00 class 0x010185
[    0.147032] pci 0000:00:1f.5: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.147039] pci 0000:00:1f.5: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.147045] pci 0000:00:1f.5: reg 0x18: [io  0xf090-0xf097]
[    0.147052] pci 0000:00:1f.5: reg 0x1c: [io  0xf080-0xf083]
[    0.147059] pci 0000:00:1f.5: reg 0x20: [io  0xf070-0xf07f]
[    0.147066] pci 0000:00:1f.5: reg 0x24: [io  0xf060-0xf06f]
[    0.147173] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.147240] pci 0000:02:00.0: [1969:1091] type 00 class 0x020000
[    0.147296] pci 0000:02:00.0: reg 0x10: [mem 0xf7c00000-0xf7c3ffff 64bit]
[    0.147310] pci 0000:02:00.0: reg 0x18: [io  0xe000-0xe07f]
[    0.147423] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.147460] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.153432] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.153442] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.153448] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.153533] pci 0000:03:00.0: [8086:244e] type 01 class 0x060401
[    0.153683] pci 0000:03:00.0: supports D1 D2
[    0.153685] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.153705] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.153729] pci 0000:00:1c.6: PCI bridge to [bus 03-04] (subtractive decode)
[    0.153740] pci 0000:00:1c.6:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.153742] pci 0000:00:1c.6:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.153743] pci 0000:00:1c.6:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.153745] pci 0000:00:1c.6:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.153746] pci 0000:00:1c.6:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.153748] pci 0000:00:1c.6:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.153749] pci 0000:00:1c.6:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.153751] pci 0000:00:1c.6:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.153752] pci 0000:00:1c.6:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.153753] pci 0000:00:1c.6:   bridge window [mem 0xdfa00000-0xfeafffff window] (subtractive decode)
[    0.153879] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
[    0.153906] pci 0000:03:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.153907] pci 0000:03:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.153908] pci 0000:03:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.153910] pci 0000:03:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.153911] pci 0000:03:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.153913] pci 0000:03:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.153914] pci 0000:03:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.153915] pci 0000:03:00.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.153917] pci 0000:03:00.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.153918] pci 0000:03:00.0:   bridge window [mem 0xdfa00000-0xfeafffff window] (subtractive decode)
[    0.154384] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.154423] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.154464] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.154501] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.154537] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.154575] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.154614] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.154650] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.154810] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.154895] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.154899] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.154904] vgaarb: loaded
[    0.154907] vgaarb: bridge control possible 0000:00:02.0
[    0.155051] SCSI subsystem initialized
[    0.155076] libata version 3.00 loaded.
[    0.155091] ACPI: bus type USB registered
[    0.155104] usbcore: registered new interface driver usbfs
[    0.155111] usbcore: registered new interface driver hub
[    0.155127] usbcore: registered new device driver usb
[    0.155223] PCI: Using ACPI for IRQ routing
[    0.156629] PCI: pci_cache_line_size set to 64 bytes
[    0.156668] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.156669] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.156671] e820: reserve RAM buffer [mem 0xd958c000-0xdbffffff]
[    0.156672] e820: reserve RAM buffer [mem 0xda30a000-0xdbffffff]
[    0.156673] e820: reserve RAM buffer [mem 0xdac95000-0xdbffffff]
[    0.156674] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.156676] e820: reserve RAM buffer [mem 0x21f600000-0x21fffffff]
[    0.156753] NetLabel: Initializing
[    0.156756] NetLabel:  domain hash size = 128
[    0.156758] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.156767] NetLabel:  unlabeled traffic allowed by default
[    0.156813] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.156819] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.159834] amd_nb: Cannot enumerate AMD northbridges
[    0.159846] clocksource: Switched to clocksource hpet
[    0.163680] AppArmor: AppArmor Filesystem Enabled
[    0.163724] pnp: PnP ACPI init
[    0.163785] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.163790] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.163844] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.163853] system 00:01: [io  0x0200-0x020f] has been reserved
[    0.163857] system 00:01: [io  0xffff] has been reserved
[    0.163860] system 00:01: [io  0xffff] has been reserved
[    0.163864] system 00:01: [io  0x0400-0x0453] could not be reserved
[    0.163867] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.163870] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.163875] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.163893] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.163926] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.163930] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.164013] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.164017] system 00:04: [io  0x0a30-0x0a3f] has been reserved
[    0.164020] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    0.164024] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.164054] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.164245] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.164249] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.164396] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.164400] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.164404] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.164407] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.164411] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.164414] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.164417] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.164421] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.164424] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.164428] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.164431] system 00:07: [mem 0xdfa00000-0xdfa00fff] has been reserved
[    0.164435] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.164539] system 00:08: [mem 0x20000000-0x201fffff] has been reserved
[    0.164543] system 00:08: [mem 0x40004000-0x40004fff] has been reserved
[    0.164547] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.164559] pnp: PnP ACPI: found 9 devices
[    0.170291] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.170335] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.170347] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.170351] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.170358] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.170367] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.170390] pci 0000:00:1c.6: PCI bridge to [bus 03-04]
[    0.170402] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.170404] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.170406] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.170407] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.170408] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.170410] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.170411] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.170413] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.170414] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.170416] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff window]
[    0.170417] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.170419] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.170420] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.170422] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.170423] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.170425] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.170426] pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.170427] pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.170429] pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.170430] pci_bus 0000:03: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.170432] pci_bus 0000:03: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.170433] pci_bus 0000:03: resource 13 [mem 0xdfa00000-0xfeafffff window]
[    0.170435] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.170436] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.170437] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.170439] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.170440] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.170442] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.170443] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.170444] pci_bus 0000:04: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.170446] pci_bus 0000:04: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.170447] pci_bus 0000:04: resource 13 [mem 0xdfa00000-0xfeafffff window]
[    0.170468] NET: Registered protocol family 2
[    0.170573] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.170664] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.170765] TCP: Hash tables configured (established 65536 bind 65536)
[    0.170781] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.170801] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.170843] NET: Registered protocol family 1
[    0.170856] pci 0000:00:02.0: Video device with shadowed ROM
[    0.211957] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
[    0.211962] PCI: CLS mismatch (64 != 32), using 64 bytes
[    0.211997] Unpacking initramfs...
[    0.604262] Freeing initrd memory: 37724K
[    0.604309] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.604313] software IO TLB [mem 0xd558c000-0xd958c000] (64MB) mapped at [ffff8800d558c000-ffff8800d958bfff]
[    0.604365] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    0.604369] hw unit of domain pp0-core 2^-16 Joules
[    0.604372] hw unit of domain package 2^-16 Joules
[    0.604374] hw unit of domain pp1-gpu 2^-16 Joules
[    0.604498] Scanning for low memory corruption every 60 seconds
[    0.604764] audit: initializing netlink subsys (disabled)
[    0.604776] audit: type=2000 audit(1521311988.600:1): initialized
[    0.605095] Initialise system trusted keyring
[    0.605190] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.606114] zbud: loaded
[    0.606351] VFS: Disk quotas dquot_6.6.0
[    0.606374] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.606545] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.606696] fuse init (API version 7.23)
[    0.606787] Key type big_key registered
[    0.606802] Allocating IMA MOK and blacklist keyrings.
[    0.607078] Key type asymmetric registered
[    0.607083] Asymmetric key parser 'x509' registered
[    0.607115] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.607144] io scheduler noop registered
[    0.607148] io scheduler deadline registered (default)
[    0.607171] io scheduler cfq registered
[    0.607445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.607452] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.607475] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.607477] vesafb: scrolling: redraw
[    0.607481] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.607491] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90001000000, using 8128k, total 8128k
[    0.611265] Console: switching to colour frame buffer device 240x67
[    0.614965] fb0: VESA VGA frame buffer device
[    0.614991] intel_idle: MWAIT substates: 0x1120
[    0.614992] intel_idle: v0.4.1 model 0x3A
[    0.614993] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.615232] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.615259] ACPI: Power Button [PWRB]
[    0.615296] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.615320] ACPI: Power Button [PWRF]
[    0.615907] thermal LNXTHERM:00: registered as thermal_zone0
[    0.615926] ACPI: Thermal Zone [TZ00] (28 C)
[    0.616100] thermal LNXTHERM:01: registered as thermal_zone1
[    0.616119] ACPI: Thermal Zone [TZ01] (30 C)
[    0.616157] GHES: HEST is not enabled!
[    0.616230] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.617275] Linux agpgart interface v0.103
[    0.618674] loop: module loaded
[    0.618781] ata_piix 0000:00:1f.2: version 2.13
[    0.618838] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.772179] scsi host0: ata_piix
[    0.772377] scsi host1: ata_piix
[    0.772425] ata1: SATA max UDMA/133 cmd 0xf110 ctl 0xf100 bmdma 0xf0d0 irq 19
[    0.772451] ata2: SATA max UDMA/133 cmd 0xf0f0 ctl 0xf0e0 bmdma 0xf0d8 irq 19
[    0.772536] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.927914] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
[    0.928310] scsi host2: ata_piix
[    0.928536] scsi host3: ata_piix
[    0.928582] ata3: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf070 irq 19
[    0.928606] ata4: SATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf078 irq 19
[    0.928680] libphy: Fixed MDIO Bus: probed
[    0.928696] tun: Universal TUN/TAP device driver, 1.6
[    0.928713] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.928773] PPP generic driver version 2.4.2
[    0.928834] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.928858] ehci-pci: EHCI PCI platform driver
[    0.928951] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.928972] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.929004] ehci-pci 0000:00:1a.0: debug port 2
[    0.932901] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.932909] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7d17000
[    0.943892] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.943936] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.943958] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.943982] usb usb1: Product: EHCI Host Controller
[    0.943998] usb usb1: Manufacturer: Linux 4.4.0-116-generic ehci_hcd
[    0.944018] usb usb1: SerialNumber: 0000:00:1a.0
[    0.944115] hub 1-0:1.0: USB hub found
[    0.944133] hub 1-0:1.0: 2 ports detected
[    0.945241] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.946201] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.947166] ehci-pci 0000:00:1d.0: debug port 2
[    0.952006] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.952014] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d16000
[    0.963892] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.964855] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.965802] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.966751] usb usb2: Product: EHCI Host Controller
[    0.967699] usb usb2: Manufacturer: Linux 4.4.0-116-generic ehci_hcd
[    0.968660] usb usb2: SerialNumber: 0000:00:1d.0
[    0.969686] hub 2-0:1.0: USB hub found
[    0.970640] hub 2-0:1.0: 2 ports detected
[    0.971657] ehci-platform: EHCI generic platform driver
[    0.972610] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.973556] ohci-pci: OHCI PCI platform driver
[    0.974509] ohci-platform: OHCI generic platform driver
[    0.975463] uhci_hcd: USB Universal Host Controller Interface driver
[    0.976502] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.977459] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.979481] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[    0.980455] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.980522] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.981491] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.982457] usb usb3: Product: xHCI Host Controller
[    0.983413] usb usb3: Manufacturer: Linux 4.4.0-116-generic xhci-hcd
[    0.984379] usb usb3: SerialNumber: 0000:00:14.0
[    0.985406] hub 3-0:1.0: USB hub found
[    0.986354] hub 3-0:1.0: 4 ports detected
[    0.987475] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.988408] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.989355] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.990284] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.991213] usb usb4: Product: xHCI Host Controller
[    0.992146] usb usb4: Manufacturer: Linux 4.4.0-116-generic xhci-hcd
[    0.993077] usb usb4: SerialNumber: 0000:00:14.0
[    0.994079] hub 4-0:1.0: USB hub found
[    0.995005] hub 4-0:1.0: 4 ports detected
[    0.996155] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.997079] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.998139] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.999157] mousedev: PS/2 mouse device common for all mice
[    1.000230] rtc_cmos 00:02: RTC can wake from S4
[    1.001290] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.002268] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.003237] i2c /dev entries driver
[    1.004238] device-mapper: uevent: version 1.0.3
[    1.005246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    1.006237] Intel P-state driver initializing.
[    1.007546] ledtrig-cpu: registered to indicate activity on CPUs
[    1.010274] NET: Registered protocol family 10
[    1.012544] NET: Registered protocol family 17
[    1.013451] Key type dns_resolver registered
[    1.014536] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x1c
[    1.015480] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x1c
[    1.016378] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x1c
[    1.017265] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x1c
[    1.018163] microcode: CPU4 sig=0x306a9, pf=0x2, revision=0x1c
[    1.019029] microcode: CPU5 sig=0x306a9, pf=0x2, revision=0x1c
[    1.019903] microcode: CPU6 sig=0x306a9, pf=0x2, revision=0x1c
[    1.020985] microcode: CPU7 sig=0x306a9, pf=0x2, revision=0x1c
[    1.021840] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.022780] registered taskstats version 1
[    1.023616] Loading compiled-in X.509 certificates
[    1.025025] Loaded X.509 cert 'Build time autogenerated kernel key: aa84f01984fbd529c105810b59e379d349698248'
[    1.025885] zswap: loaded using pool lzo/zbud
[    1.028457] Key type trusted registered
[    1.029347] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.032371] Key type encrypted registered
[    1.033267] AppArmor: AppArmor sha1 policy hashing enabled
[    1.034160] ima: No TPM chip found, activating TPM-bypass!
[    1.035072] evm: HMAC attrs: 0x1
[    1.036302]   Magic number: 10:301:696
[    1.037285] rtc_cmos 00:02: setting system clock to 2018-03-17 18:39:49 UTC (1521311989)
[    1.038291] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.039197] EDD information not available.
[    1.040188] PM: Hibernation image not present or could not be loaded.
[    1.255925] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.279927] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.388322] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    1.389206] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.390388] hub 1-1:1.0: USB hub found
[    1.391474] hub 1-1:1.0: 6 ports detected
[    1.412483] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    1.413369] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.414478] hub 2-1:1.0: USB hub found
[    1.415611] hub 2-1:1.0: 8 ports detected
[    1.568006] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    1.568898] ata1.01: SATA link up 1.5 Gbps (SStatus 113 SControl 330)
[    1.584425] ata1.00: ATA-8: WDC WD5003AZEX-00K1GA0, 80.00A80, max UDMA/133
[    1.585330] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.586199] ata1.01: ATAPI: HL-DT-ST BD-RE  BH16NS40, 1.00, max UDMA/100
[    1.592420] ata1.00: configured for UDMA/133
[    1.603938] tsc: Refined TSC clocksource calibration: 3492.067 MHz
[    1.604857] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32560b09237, max_idle_ns: 440795350722 ns
[    1.608197] ata1.01: configured for UDMA/100
[    1.614822] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5003AZEX-0 0A80 PQ: 0 ANSI: 5
[    1.615999] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.616108] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.616109] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.616375] sd 0:0:0:0: [sda] Write Protect is off
[    1.616376] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.616483] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.628519]  sda: sda1 sda2 sda3 sda4
[    1.637759] scsi 0:0:1:0: CD-ROM            HL-DT-ST BD-RE  BH16NS40  1.00 PQ: 0 ANSI: 5
[    1.651770] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.663946] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[    1.673637] sr 0:0:1:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.674611] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.675674] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    1.675827] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    1.918154] usb 1-1.2: New USB device found, idVendor=15a9, idProduct=0004
[    1.919085] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.920023] usb 1-1.2: Product: 802.11 bg WLAN
[    1.920945] usb 1-1.2: Manufacturer: Ralink
[    1.991958] usb 1-1.3: new low-speed USB device number 4 using ehci-pci
[    2.090760] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c050
[    2.091677] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.092588] usb 1-1.3: Product: USB-PS/2 Optical Mouse
[    2.093490] usb 1-1.3: Manufacturer: Logitech
[    2.123967] ata2.01: failed to resume link (SControl 30)
[    2.163966] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
[    2.257652] usb 1-1.4: New USB device found, idVendor=03f0, idProduct=062a
[    2.258573] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.259499] usb 1-1.4: Product: HP LaserJet 100 colorMFP M175a
[    2.260437] usb 1-1.4: Manufacturer: Hewlett-Packard
[    2.261374] usb 1-1.4: SerialNumber: 00CND8F711KY
[    2.280044] ata2.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    2.281011] ata2.01: SATA link down (SStatus 4 SControl 30)
[    2.289185] ata2.00: ATA-8: WDC WD5003AZEX-00K1GA0, 80.00A80, max UDMA/133
[    2.290207] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.297186] ata2.00: configured for UDMA/133
[    2.298473] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5003AZEX-0 0A80 PQ: 0 ANSI: 5
[    2.299762] sd 1:0:0:0: Attached scsi generic sg2 type 0
[    2.299778] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.299780] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.300003] sd 1:0:0:0: [sdb] Write Protect is off
[    2.300004] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.300110] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.331975] usb 1-1.5: new high-speed USB device number 6 using ehci-pci
[    2.347881]  sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6
[    2.349560] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.351363] Freeing unused kernel memory: 1508K
[    2.352355] Write protecting the kernel read-only data: 14336k
[    2.353716] Freeing unused kernel memory: 1700K
[    2.354888] Freeing unused kernel memory: 104K
[    2.365496] random: systemd-udevd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.365890] random: udevadm: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.365907] random: udevadm: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.368543] random: systemd-udevd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.369544] random: systemd-udevd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.370906] random: systemd-udevd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.371835] random: udevadm: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.371869] random: udevadm: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.372284] random: udevadm: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.372325] random: udevadm: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[    2.394923] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    2.405403] [drm] Initialized drm 1.1.0 20060810
[    2.414473] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [90:2b:34:ae:36:8f]
[    2.425089] [drm] Memory usable by graphics device = 2048M
[    2.426096] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[    2.426098] fb: switching to inteldrmfb from VESA VGA
[    2.426379] alx 0000:02:00.0 enp2s0: renamed from eth0
[    2.428195] Console: switching to colour dummy device 80x25
[    2.428256] [drm] Replacing VGA console driver
[    2.428650] usb 1-1.5: New USB device found, idVendor=048d, idProduct=1167
[    2.428654] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.428658] usb 1-1.5: Product: USB Mass Storage Device
[    2.428661] usb 1-1.5: Manufacturer: iTE Tech
[    2.428664] usb 1-1.5: SerialNumber: 11011708004241
[    2.434114] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.434117] [drm] Driver supports precise vblank timestamp query.
[    2.434497] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.451039] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.451207] acpi device:4d: registered as cooling_device13
[    2.451254] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    2.451329] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[    2.464283] fbcon: inteldrmfb (fb0) is primary device
[    2.495259] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
[    2.495300] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
[    2.499987] usb 1-1.6: new high-speed USB device number 7 using ehci-pci
[    2.524886] Console: switching to colour frame buffer device 240x67
[    2.528393] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.604236] clocksource: Switched to clocksource tsc
[    2.735434] usb 1-1.6: New USB device found, idVendor=046d, idProduct=08ca
[    2.735457] usb 1-1.6: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[    2.735478] usb 1-1.6: SerialNumber: 16B2A4C2
[    2.738321] usb-storage 1-1.5:1.0: USB Mass Storage device detected
[    2.738551] scsi host4: usb-storage 1-1.5:1.0
[    2.738603] hidraw: raw HID events driver (C) Jiri Kosina
[    2.738648] usbcore: registered new interface driver usb-storage
[    2.739602] usbcore: registered new interface driver uas
[    2.742844] usbcore: registered new interface driver usbhid
[    2.742862] usbhid: USB HID core driver
[    2.743781] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C050.0001/input/input4
[    2.743878] hid-generic 0003:046D:C050.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.3/input0
[    2.920892] random: nonblocking pool is initialized
[    3.402777] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    3.736889] scsi 4:0:0:0: Direct-Access                               0.00 PQ: 0 ANSI: 2
[    3.737317] sd 4:0:0:0: Attached scsi generic sg3 type 0
[    3.738219] sd 4:0:0:0: [sdc] 15237120 512-byte logical blocks: (7.80 GB/7.27 GiB)
[    3.738975] sd 4:0:0:0: [sdc] Write Protect is off
[    3.738994] sd 4:0:0:0: [sdc] Mode Sense: 00 00 00 00
[    3.739613] sd 4:0:0:0: [sdc] Asking for cache data failed
[    3.739659] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[    3.744244]  sdc: sdc1
[    3.757689] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[    4.043082] 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)
[    4.043282] systemd[1]: Detected architecture x86-64.
[    4.071374] systemd[1]: Set hostname to <Gigapoun>.
[    4.938413] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.940656] systemd[1]: Created slice System Slice.
[    4.942788] systemd[1]: Reached target Encrypted Volumes.
[    4.944992] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.947184] systemd[1]: Listening on udev Kernel Socket.
[    4.949409] systemd[1]: Listening on Journal Audit Socket.
[    4.951635] systemd[1]: Listening on Journal Socket.
[    4.972217] systemd[1]: Starting Load Kernel Modules...
[    4.974745] systemd[1]: Started Read required files in advance.
[    5.068114] systemd[1]: Mounting Debug File System...
[    5.070684] systemd[1]: Started Braille Device Support.
[    5.073035] systemd[1]: Created slice User and Session Slice.
[    5.075216] systemd[1]: Reached target Slices.
[    5.077642] systemd[1]: Starting Uncomplicated firewall...
[    5.084189] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.086292] systemd[1]: Reached target User and Group Name Lookups.
[    5.088674] systemd[1]: Mounting Huge Pages File System...
[    5.091094] systemd[1]: Mounting POSIX Message Queue File System...
[    5.093587] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.095828] systemd[1]: Reached target Remote File Systems (Pre).
[    5.097976] systemd[1]: Reached target Remote File Systems.
[    5.100245] systemd[1]: Listening on Syslog Socket.
[    5.102421] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.104649] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[    5.106808] systemd[1]: Listening on udev Control Socket.
[    5.109242] systemd[1]: Starting Set console keymap...
[    5.111472] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.113651] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.116023] systemd[1]: Starting Journal Service...
[    5.118571] systemd[1]: Starting Nameserver information manager...
[    5.293331] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.316169] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.402911] lp: driver loaded but no devices found
[    5.417168] ppdev: user-space parallel port driver
[    5.447657] systemd[1]: Mounted POSIX Message Queue File System.
[    5.449933] systemd[1]: Mounted Huge Pages File System.
[    5.452026] systemd[1]: Mounted Debug File System.
[    5.592235] systemd[1]: Started Nameserver information manager.
[    5.595276] systemd[1]: Reached target Network (Pre).
[    5.677139] systemd[1]: Started Journal Service.
[    5.685599] it87: Found IT8728F chip at 0xa30, revision 1
[    5.686654] it87: Beeping is supported
[    6.012772] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.096268] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    6.271155] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    7.750504] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro
[    7.866829] systemd-journald[275]: Received request to flush runtime journal from PID 1
[    8.100616] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
[    8.100621] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.100624] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    8.100626] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.100627] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    8.100630] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.100631] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000051F (\LED_) (20150930/utaddress-254)
[    8.100633] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    8.100635] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.100636] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    8.172527] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.191418] EDAC MC: Ver: 3.0.0
[    8.379731] AVX version of gcm_enc/dec engaged.
[    8.379734] AES CTR mode by8 optimization enabled
[    8.697030] media: Linux media interface: v0.10
[    8.764448] Linux video capture interface: v2.00
[    8.842650] usb 1-1.6: set resolution quirk: cval->res = 384
[    8.842733] usbcore: registered new interface driver snd-usb-audio
[    8.846665] snd_hda_codec_via hdaudioC0D2: autoconfig for VT2020: line_outs=1 (0x24/0x0/0x0/0x0/0x0) type:line
[    8.846669] snd_hda_codec_via hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.846671] snd_hda_codec_via hdaudioC0D2:    hp_outs=1 (0x28/0x0/0x0/0x0/0x0)
[    8.846673] snd_hda_codec_via hdaudioC0D2:    mono: mono_out=0x0
[    8.846675] snd_hda_codec_via hdaudioC0D2:    dig-out=0x2e/0x0
[    8.846677] snd_hda_codec_via hdaudioC0D2:    inputs:
[    8.846680] snd_hda_codec_via hdaudioC0D2:      Front Mic=0x29
[    8.846682] snd_hda_codec_via hdaudioC0D2:      Rear Mic=0x2b
[    8.846684] snd_hda_codec_via hdaudioC0D2:      Line=0x2a
[    8.856243] kvm: disabled by bios
[    8.914019] kvm: disabled by bios
[    8.914763] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    8.914801] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    8.914834] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    8.914868] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    8.914901] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    8.914934] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    8.975843] intel_rapl: Found RAPL domain package
[    8.975846] intel_rapl: Found RAPL domain core
[    8.975848] intel_rapl: Found RAPL domain uncore
[    9.041295] uvcvideo: Found UVC 1.00 device <unnamed> (046d:08ca)
[    9.058596] input: UVC Camera (046d:08ca) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input11
[    9.058638] usbcore: registered new interface driver uvcvideo
[    9.058639] USB Video Class driver (1.1.1)
[   10.504379] usb 1-1.2: reset high-speed USB device number 3 using ehci-pci
[   10.949113] ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2573, rf: 0002, rev: 000a
[   10.989233] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.989875] usbcore: registered new interface driver rt73usb
[   11.008887] cfg80211: World regulatory domain updated:
[   11.008889] cfg80211:  DFS Master region: unset
[   11.008890] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   11.008892] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   11.008893] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   11.008894] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   11.008896] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   11.008897] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   11.008898] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   11.008900] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   11.008901] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   11.057423] rt73usb 1-1.2:1.0 wlx0016448d5bee: renamed from wlan0
[   12.732503] Adding 9765884k swap on /dev/sdb4.  Priority:-1 extents:1 across:9765884k FS
[   13.425232] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[   14.642118] audit: type=1400 audit(1521312003.098:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=920 comm="apparmor_parser"
[   14.666794] audit: type=1400 audit(1521312003.122:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=917 comm="apparmor_parser"
[   14.666799] audit: type=1400 audit(1521312003.122:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=917 comm="apparmor_parser"
[   14.666803] audit: type=1400 audit(1521312003.122:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//snap_update_ns" pid=917 comm="apparmor_parser"
[   14.706486] audit: type=1400 audit(1521312003.162:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=918 comm="apparmor_parser"
[   14.706662] audit: type=1400 audit(1521312003.162:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=922 comm="apparmor_parser"
[   14.707185] audit: type=1400 audit(1521312003.162:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=914 comm="apparmor_parser"
[   14.707189] audit: type=1400 audit(1521312003.162:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=914 comm="apparmor_parser"
[   14.707192] audit: type=1400 audit(1521312003.162:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=914 comm="apparmor_parser"
[   14.707195] audit: type=1400 audit(1521312003.162:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=914 comm="apparmor_parser"
[   16.446495] usblp 1-1.4:1.1: usblp0: USB Bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x03F0 pid 0x062A
[   16.446513] usbcore: registered new interface driver usblp
[   21.609810] IPv6: ADDRCONF(NETDEV_UP): wlx0016448d5bee: link is not ready
[   21.611614] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   21.611900] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   21.614042] alx 0000:02:00.0 enp2s0: NIC Up: 1 Gbps Full
[   21.614250] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[   23.371738] usblp0: removed
[   23.372514] usblp 1-1.4:1.1: usblp0: USB Bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x03F0 pid 0x062A
[   29.709252] usb 1-1.6: reset high-speed USB device number 7 using ehci-pci
[   99.571474] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29152 PROTO=2 
[   99.571649] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=172.16.255.254 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29153 PROTO=2 
[  107.391219] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:fb:44:ce:70:54:e0:20:08:00 SRC=192.168.1.103 DST=224.0.0.251 LEN=32 TOS=0x10 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  223.928695] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29154 PROTO=2 
[  223.928893] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=172.16.255.254 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29155 PROTO=2 
[  228.324505] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:fb:44:ce:70:54:e0:20:08:00 SRC=192.168.1.103 DST=224.0.0.251 LEN=32 TOS=0x10 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
poun@Gigapoun:~$ 

Dernière modification par Poun64 (Le 17/03/2018, à 19:46)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#37 Le 18/03/2018, à 00:25

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Bonsoir.
J'espère que moko138 lira autrement cette trace, mais il me semble que ton disque à problème n'est  pas du tout détecté.
Pourtant tu avais dit
"en branchant de disque dur directement sur la carte mère"

on ne voit que trois  disques sda, sdb et sdc mais rien pour sdd

Dernière modification par ?? (Le 18/03/2018, à 00:37)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#38 Le 18/03/2018, à 01:33

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Ce disque "à problème" est entièrement reconnu quand il est branché sur le PC avec le boîtier adaptateur SATA/USB.

Dans le message #36 précédent, le disque "vérolé ?" n'était pas branché...

Ce que je peux dire, c'est que ce disque "vérolé ?" est bien reconnu dans mon BIOS quand il est dans le rack.
Je le vois dans la liste des volumes "bootables".

A toutes fins utile, je viens de redémarrer le PC avec ce disque "vérolé ?" enclenché dans le rack, mais cette fois-ci il est complètement effacé (non partitionné et avec de "00" sur toute sa surface.
Le retour de "dmesg" avec ce disque dur "vérolé" non partitionné dans mon rack, donne :

poun@Gigapoun:~$ dmesg
[    0.000000] microcode: CPU0 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-116-generic (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 (Ubuntu 4.4.0-116.140-generic 4.4.98)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=ef331147-c72b-4365-ae3d-31c2667647d5 ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000d958bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d958c000-0x00000000d9a37fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9a38000-0x00000000d9a38fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d9a39000-0x00000000d9b61fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d9b62000-0x00000000da308fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000da309000-0x00000000da309fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da30a000-0x00000000da34cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000da34d000-0x00000000dac94fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dac95000-0x00000000dafdcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dafdd000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./H77M-D3H, BIOS F9 08/22/2012
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x21f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask FE0000000 write-back
[    0.000000]   2 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   3 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0DB800000 mask FFF800000 uncachable
[    0.000000]   5 base 21F800000 mask FFF800000 uncachable
[    0.000000]   6 base 21F600000 mask FFFE00000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 8GB, type WB
[    0.000000] reg 1, base: 8GB, range: 512MB, type WB
[    0.000000] reg 2, base: 3584MB, range: 512MB, type UC
[    0.000000] reg 3, base: 3520MB, range: 64MB, type UC
[    0.000000] reg 4, base: 3512MB, range: 8MB, type UC
[    0.000000] reg 5, base: 8696MB, range: 8MB, type UC
[    0.000000] reg 6, base: 8694MB, range: 2MB, type UC
[    0.000000] total RAM covered: 8110M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 128M 	num_reg: 9  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 1GB, type WB
[    0.000000] reg 2, base: 3GB, range: 512MB, type WB
[    0.000000] reg 3, base: 3512MB, range: 8MB, type UC
[    0.000000] reg 4, base: 3520MB, range: 64MB, type UC
[    0.000000] reg 5, base: 4GB, range: 4GB, type WB
[    0.000000] reg 6, base: 8GB, range: 512MB, type WB
[    0.000000] reg 7, base: 8694MB, range: 2MB, type UC
[    0.000000] reg 8, base: 8696MB, range: 8MB, type UC
[    0.000000] e820: update [mem 0xdb800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd730-0x000fd73f] mapped at [ffff8800000fd730]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] BRK [0x02215000, 0x02215fff] PGTABLE
[    0.000000] BRK [0x02216000, 0x02216fff] PGTABLE
[    0.000000] BRK [0x02217000, 0x02217fff] PGTABLE
[    0.000000] BRK [0x02218000, 0x02218fff] PGTABLE
[    0.000000] BRK [0x02219000, 0x02219fff] PGTABLE
[    0.000000] BRK [0x0221a000, 0x0221afff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33642000-0x35b18fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000D9B43070 00005C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000D9B4CD18 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000D9B43160 009BB6 (v02 ALASKA A M I    00000012 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000D9B60F80 000040
[    0.000000] ACPI: APIC 0x00000000D9B4CE10 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000D9B4CEA8 00003C (v01                 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000D9B4CEE8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000D9B4CF20 000495 (v01 IdeRef IdeTable 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000D9B4D3B8 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000D9B4DD68 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x21f5f1000-0x21f5f5fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000021f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x00000000d958bfff]
[    0.000000]   node   0: [mem 0x00000000da309000-0x00000000da309fff]
[    0.000000]   node   0: [mem 0x00000000da34d000-0x00000000dac94fff]
[    0.000000]   node   0: [mem 0x00000000dafdd000-0x00000000daffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000021f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f5fffff]
[    0.000000] On node 0 totalpages: 2069140
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13876 pages used for memmap
[    0.000000]   DMA32 zone: 888055 pages, LIFO batch:31
[    0.000000]   Normal zone: 18392 pages used for memmap
[    0.000000]   Normal zone: 1177088 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xdba00000-0xdf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, 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 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd958c000-0xd9a37fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9a38000-0xd9a38fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9a39000-0xd9b61fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9b62000-0xda308fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda30a000-0xda34cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdac95000-0xdafdcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdb7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb800000-0xdf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 34 pages/cpu @ffff88021f200000 s99544 r8192 d31528 u262144
[    0.000000] pcpu-alloc: s99544 r8192 d31528 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2036787
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=ef331147-c72b-4365-ae3d-31c2667647d5 ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8021688K/8276560K available (8530K kernel code, 1309K rwdata, 3992K rodata, 1508K init, 1316K bss, 254872K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3492.257 MHz processor
[    0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 6984.51 BogoMIPS (lpj=13969028)
[    0.000032] pid_max: default: 32768 minimum: 301
[    0.000037] ACPI: Core revision 20150930
[    0.004625] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.004641] Security Framework initialized
[    0.004644] Yama: becoming mindful.
[    0.004657] AppArmor: AppArmor initialized
[    0.004994] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.006381] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.007000] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.007008] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.007162] Initializing cgroup subsys io
[    0.007167] Initializing cgroup subsys memory
[    0.007173] Initializing cgroup subsys devices
[    0.007176] Initializing cgroup subsys freezer
[    0.007179] Initializing cgroup subsys net_cls
[    0.007183] Initializing cgroup subsys perf_event
[    0.007186] Initializing cgroup subsys net_prio
[    0.007190] Initializing cgroup subsys hugetlb
[    0.007193] Initializing cgroup subsys pids
[    0.007210] CPU: Physical Processor ID: 0
[    0.007212] CPU: Processor Core ID: 0
[    0.007217] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.007219] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.007222] FEATURE SPEC_CTRL Not Present
[    0.007477] mce: CPU supports 9 MCE banks
[    0.007488] CPU0: Thermal monitoring enabled (TM1)
[    0.007495] process: using mwait in idle threads
[    0.007500] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.007502] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.007505] Spectre V2 mitigation: Mitigation: Full generic retpoline
[    0.007508] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported
[    0.007828] Freeing SMP alternatives memory: 32K
[    0.011404] ftrace: allocating 32186 entries in 126 pages
[    0.031148] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.031152] smpboot: Max logical packages: 2
[    0.031519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.071206] TSC deadline timer enabled
[    0.071209] smpboot: CPU0: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.071225] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.071243] ... version:                3
[    0.071245] ... bit width:              48
[    0.071247] ... generic registers:      4
[    0.071250] ... value mask:             0000ffffffffffff
[    0.071252] ... max period:             00007fffffffffff
[    0.071255] ... fixed-purpose events:   3
[    0.071257] ... event mask:             000000070000000f
[    0.071826] x86: Booting SMP configuration:
[    0.071830] .... node  #0, CPUs:      #1
[    0.072439] microcode: CPU1 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.074833] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.074900]  #2
[    0.075451] microcode: CPU2 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.077842]  #3
[    0.078373] microcode: CPU3 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.080769]  #4 #5 #6 #7
[    0.091359] x86: Booted up 1 node, 8 CPUs
[    0.091366] smpboot: Total of 8 processors activated (55876.11 BogoMIPS)
[    0.097565] devtmpfs: initialized
[    0.099361] evm: security.selinux
[    0.099364] evm: security.SMACK64
[    0.099366] evm: security.SMACK64EXEC
[    0.099368] evm: security.SMACK64TRANSMUTE
[    0.099370] evm: security.SMACK64MMAP
[    0.099373] evm: security.ima
[    0.099375] evm: security.capability
[    0.099418] PM: Registering ACPI NVS region [mem 0xd9a39000-0xd9b61fff] (1216512 bytes)
[    0.099432] PM: Registering ACPI NVS region [mem 0xda30a000-0xda34cfff] (274432 bytes)
[    0.099496] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.099511] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.099587] pinctrl core: initialized pinctrl subsystem
[    0.099673] RTC time:  0:19:15, date: 03/18/18
[    0.099755] NET: Registered protocol family 16
[    0.109424] cpuidle: using governor ladder
[    0.118784] cpuidle: using governor menu
[    0.118796] PCCT header not found.
[    0.118883] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.118888] ACPI: bus type PCI registered
[    0.118891] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.118948] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.118953] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.118962] PCI: Using configuration type 1 for base access
[    0.118985] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.133751] ACPI: Added _OSI(Module Device)
[    0.133754] ACPI: Added _OSI(Processor Device)
[    0.133757] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.133760] ACPI: Added _OSI(Processor Aggregator Device)
[    0.135728] ACPI: Executed 1 blocks of module-level executable AML code
[    0.137604] ACPI: Dynamic OEM Table Load:
[    0.137611] ACPI: SSDT 0xFFFF8802155C7000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.137982] ACPI: Dynamic OEM Table Load:
[    0.137987] ACPI: SSDT 0xFFFF88021501B000 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.138299] ACPI: Dynamic OEM Table Load:
[    0.138303] ACPI: SSDT 0xFFFF880215029400 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.139399] ACPI: Interpreter enabled
[    0.139414] ACPI: (supports S0 S3 S4 S5)
[    0.139417] ACPI: Using IOAPIC for interrupt routing
[    0.139436] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.144120] ACPI: Power Resource [FN00] (off)
[    0.144177] ACPI: Power Resource [FN01] (off)
[    0.144234] ACPI: Power Resource [FN02] (off)
[    0.144289] ACPI: Power Resource [FN03] (off)
[    0.144344] ACPI: Power Resource [FN04] (off)
[    0.144712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.144718] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.144865] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.144957] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.144960] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.145251] PCI host bridge to bus 0000:00
[    0.145255] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.145259] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.145262] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.145267] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.145271] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.145276] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.145280] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.145285] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.145289] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.145294] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[    0.145298] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.145306] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.145372] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
[    0.145383] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.145388] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.145393] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.145476] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.145504] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit]
[    0.145560] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.145593] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.145624] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.145653] pci 0000:00:16.0: reg 0x10: [mem 0xf7d19000-0xf7d1900f 64bit]
[    0.145711] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.145775] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.145801] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d17000-0xf7d173ff]
[    0.145869] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.145912] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.145944] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.145968] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit]
[    0.146026] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.146063] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.146093] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.146163] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.146199] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.146231] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
[    0.146301] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.146337] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.146368] pci 0000:00:1c.6: [8086:244e] type 01 class 0x060401
[    0.146438] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.146474] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.146505] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.146531] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d16000-0xf7d163ff]
[    0.146599] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.146642] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.146673] pci 0000:00:1f.0: [8086:1e4a] type 00 class 0x060100
[    0.146819] pci 0000:00:1f.2: [8086:1e00] type 00 class 0x01018f
[    0.146836] pci 0000:00:1f.2: reg 0x10: [io  0xf110-0xf117]
[    0.146843] pci 0000:00:1f.2: reg 0x14: [io  0xf100-0xf103]
[    0.146850] pci 0000:00:1f.2: reg 0x18: [io  0xf0f0-0xf0f7]
[    0.146857] pci 0000:00:1f.2: reg 0x1c: [io  0xf0e0-0xf0e3]
[    0.146864] pci 0000:00:1f.2: reg 0x20: [io  0xf0d0-0xf0df]
[    0.146870] pci 0000:00:1f.2: reg 0x24: [io  0xf0c0-0xf0cf]
[    0.146940] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.146955] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d15000-0xf7d150ff 64bit]
[    0.146974] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.147040] pci 0000:00:1f.5: [8086:1e08] type 00 class 0x010185
[    0.147058] pci 0000:00:1f.5: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.147064] pci 0000:00:1f.5: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.147071] pci 0000:00:1f.5: reg 0x18: [io  0xf090-0xf097]
[    0.147078] pci 0000:00:1f.5: reg 0x1c: [io  0xf080-0xf083]
[    0.147084] pci 0000:00:1f.5: reg 0x20: [io  0xf070-0xf07f]
[    0.147091] pci 0000:00:1f.5: reg 0x24: [io  0xf060-0xf06f]
[    0.147198] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.147265] pci 0000:02:00.0: [1969:1091] type 00 class 0x020000
[    0.147321] pci 0000:02:00.0: reg 0x10: [mem 0xf7c00000-0xf7c3ffff 64bit]
[    0.147335] pci 0000:02:00.0: reg 0x18: [io  0xe000-0xe07f]
[    0.147448] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.147485] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.153465] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.153475] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.153481] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.153566] pci 0000:03:00.0: [8086:244e] type 01 class 0x060401
[    0.153716] pci 0000:03:00.0: supports D1 D2
[    0.153718] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.153738] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.153763] pci 0000:00:1c.6: PCI bridge to [bus 03-04] (subtractive decode)
[    0.153774] pci 0000:00:1c.6:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.153775] pci 0000:00:1c.6:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.153777] pci 0000:00:1c.6:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.153778] pci 0000:00:1c.6:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.153780] pci 0000:00:1c.6:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.153781] pci 0000:00:1c.6:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.153783] pci 0000:00:1c.6:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.153784] pci 0000:00:1c.6:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.153785] pci 0000:00:1c.6:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.153787] pci 0000:00:1c.6:   bridge window [mem 0xdfa00000-0xfeafffff window] (subtractive decode)
[    0.153913] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
[    0.153939] pci 0000:03:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.153940] pci 0000:03:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.153942] pci 0000:03:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.153943] pci 0000:03:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.153944] pci 0000:03:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.153946] pci 0000:03:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.153947] pci 0000:03:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.153949] pci 0000:03:00.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.153950] pci 0000:03:00.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.153951] pci 0000:03:00.0:   bridge window [mem 0xdfa00000-0xfeafffff window] (subtractive decode)
[    0.154417] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.154457] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.154498] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.154535] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.154571] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.154610] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.154648] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.154685] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.154844] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.154929] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.154932] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.154937] vgaarb: loaded
[    0.154940] vgaarb: bridge control possible 0000:00:02.0
[    0.155084] SCSI subsystem initialized
[    0.155109] libata version 3.00 loaded.
[    0.155125] ACPI: bus type USB registered
[    0.155137] usbcore: registered new interface driver usbfs
[    0.155144] usbcore: registered new interface driver hub
[    0.155161] usbcore: registered new device driver usb
[    0.155267] PCI: Using ACPI for IRQ routing
[    0.156674] PCI: pci_cache_line_size set to 64 bytes
[    0.156713] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.156715] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.156716] e820: reserve RAM buffer [mem 0xd958c000-0xdbffffff]
[    0.156717] e820: reserve RAM buffer [mem 0xda30a000-0xdbffffff]
[    0.156718] e820: reserve RAM buffer [mem 0xdac95000-0xdbffffff]
[    0.156720] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.156721] e820: reserve RAM buffer [mem 0x21f600000-0x21fffffff]
[    0.156805] NetLabel: Initializing
[    0.156808] NetLabel:  domain hash size = 128
[    0.156811] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.156820] NetLabel:  unlabeled traffic allowed by default
[    0.156865] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.156872] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.158885] amd_nb: Cannot enumerate AMD northbridges
[    0.158897] clocksource: Switched to clocksource hpet
[    0.162716] AppArmor: AppArmor Filesystem Enabled
[    0.162760] pnp: PnP ACPI init
[    0.162826] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.162832] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.162892] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.162901] system 00:01: [io  0x0200-0x020f] has been reserved
[    0.162905] system 00:01: [io  0xffff] has been reserved
[    0.162908] system 00:01: [io  0xffff] has been reserved
[    0.162911] system 00:01: [io  0x0400-0x0453] could not be reserved
[    0.162915] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.162918] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.162922] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.162941] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.162974] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.162979] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.163063] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.163067] system 00:04: [io  0x0a30-0x0a3f] has been reserved
[    0.163070] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    0.163074] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.163105] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.163296] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.163301] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.163449] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.163453] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.163457] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.163460] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.163464] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.163467] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.163471] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.163474] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.163478] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.163481] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.163485] system 00:07: [mem 0xdfa00000-0xdfa00fff] has been reserved
[    0.163489] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.163592] system 00:08: [mem 0x20000000-0x201fffff] has been reserved
[    0.163596] system 00:08: [mem 0x40004000-0x40004fff] has been reserved
[    0.163600] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.163612] pnp: PnP ACPI: found 9 devices
[    0.169344] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.169388] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.169400] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.169404] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.169411] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.169419] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.169443] pci 0000:00:1c.6: PCI bridge to [bus 03-04]
[    0.169455] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.169457] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.169458] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.169460] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.169461] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.169463] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.169464] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.169465] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.169467] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.169468] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff window]
[    0.169470] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.169471] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.169473] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.169474] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.169476] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.169477] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.169478] pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.169480] pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.169481] pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.169483] pci_bus 0000:03: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.169484] pci_bus 0000:03: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.169486] pci_bus 0000:03: resource 13 [mem 0xdfa00000-0xfeafffff window]
[    0.169487] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.169488] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.169490] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.169491] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.169493] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.169494] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.169495] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.169497] pci_bus 0000:04: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.169498] pci_bus 0000:04: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.169500] pci_bus 0000:04: resource 13 [mem 0xdfa00000-0xfeafffff window]
[    0.169521] NET: Registered protocol family 2
[    0.169625] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.169715] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.169818] TCP: Hash tables configured (established 65536 bind 65536)
[    0.169835] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.169854] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.169896] NET: Registered protocol family 1
[    0.169908] pci 0000:00:02.0: Video device with shadowed ROM
[    0.211002] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
[    0.211008] PCI: CLS mismatch (64 != 32), using 64 bytes
[    0.211042] Unpacking initramfs...
[    0.603294] Freeing initrd memory: 37724K
[    0.603338] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.603342] software IO TLB [mem 0xd558c000-0xd958c000] (64MB) mapped at [ffff8800d558c000-ffff8800d958bfff]
[    0.603395] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    0.603399] hw unit of domain pp0-core 2^-16 Joules
[    0.603402] hw unit of domain package 2^-16 Joules
[    0.603404] hw unit of domain pp1-gpu 2^-16 Joules
[    0.603528] Scanning for low memory corruption every 60 seconds
[    0.603800] audit: initializing netlink subsys (disabled)
[    0.603815] audit: type=2000 audit(1521332355.600:1): initialized
[    0.604137] Initialise system trusted keyring
[    0.604240] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.605163] zbud: loaded
[    0.605399] VFS: Disk quotas dquot_6.6.0
[    0.605422] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.605593] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.605754] fuse init (API version 7.23)
[    0.605844] Key type big_key registered
[    0.605856] Allocating IMA MOK and blacklist keyrings.
[    0.606144] Key type asymmetric registered
[    0.606148] Asymmetric key parser 'x509' registered
[    0.606177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.606207] io scheduler noop registered
[    0.606211] io scheduler deadline registered (default)
[    0.606233] io scheduler cfq registered
[    0.606500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.606508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.606530] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.606533] vesafb: scrolling: redraw
[    0.606536] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.606545] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90001000000, using 8128k, total 8128k
[    0.610317] Console: switching to colour frame buffer device 240x67
[    0.614020] fb0: VESA VGA frame buffer device
[    0.614046] intel_idle: MWAIT substates: 0x1120
[    0.614047] intel_idle: v0.4.1 model 0x3A
[    0.614048] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.614278] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.614306] ACPI: Power Button [PWRB]
[    0.614343] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.614366] ACPI: Power Button [PWRF]
[    0.614945] thermal LNXTHERM:00: registered as thermal_zone0
[    0.614965] ACPI: Thermal Zone [TZ00] (28 C)
[    0.615138] thermal LNXTHERM:01: registered as thermal_zone1
[    0.615157] ACPI: Thermal Zone [TZ01] (30 C)
[    0.615194] GHES: HEST is not enabled!
[    0.615269] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.616304] Linux agpgart interface v0.103
[    0.617767] loop: module loaded
[    0.617872] ata_piix 0000:00:1f.2: version 2.13
[    0.617929] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.618240] scsi host0: ata_piix
[    0.618390] scsi host1: ata_piix
[    0.618438] ata1: SATA max UDMA/133 cmd 0xf110 ctl 0xf100 bmdma 0xf0d0 irq 19
[    0.618464] ata2: SATA max UDMA/133 cmd 0xf0f0 ctl 0xf0e0 bmdma 0xf0d8 irq 19
[    0.618557] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.770904] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
[    0.771289] scsi host2: ata_piix
[    0.771584] scsi host3: ata_piix
[    0.771630] ata3: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf070 irq 19
[    0.771654] ata4: SATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf078 irq 19
[    0.771729] libphy: Fixed MDIO Bus: probed
[    0.771745] tun: Universal TUN/TAP device driver, 1.6
[    0.771762] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.771854] PPP generic driver version 2.4.2
[    0.771926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.771953] ehci-pci: EHCI PCI platform driver
[    0.772043] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.772064] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.772096] ehci-pci 0000:00:1a.0: debug port 2
[    0.775995] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.776003] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7d17000
[    0.786893] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.786968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.786991] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.787014] usb usb1: Product: EHCI Host Controller
[    0.787030] usb usb1: Manufacturer: Linux 4.4.0-116-generic ehci_hcd
[    0.787050] usb usb1: SerialNumber: 0000:00:1a.0
[    0.787154] hub 1-0:1.0: USB hub found
[    0.787172] hub 1-0:1.0: 2 ports detected
[    0.788275] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.789228] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.790188] ehci-pci 0000:00:1d.0: debug port 2
[    0.795039] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.795046] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d16000
[    0.806892] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.807887] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.808830] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.809775] usb usb2: Product: EHCI Host Controller
[    0.810723] usb usb2: Manufacturer: Linux 4.4.0-116-generic ehci_hcd
[    0.811679] usb usb2: SerialNumber: 0000:00:1d.0
[    0.812709] hub 2-0:1.0: USB hub found
[    0.813657] hub 2-0:1.0: 2 ports detected
[    0.814671] ehci-platform: EHCI generic platform driver
[    0.815630] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.816570] ohci-pci: OHCI PCI platform driver
[    0.817515] ohci-platform: OHCI generic platform driver
[    0.818461] uhci_hcd: USB Universal Host Controller Interface driver
[    0.819496] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.820444] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.822458] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[    0.823424] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.823493] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.824458] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.825420] usb usb3: Product: xHCI Host Controller
[    0.826371] usb usb3: Manufacturer: Linux 4.4.0-116-generic xhci-hcd
[    0.827333] usb usb3: SerialNumber: 0000:00:14.0
[    0.828356] hub 3-0:1.0: USB hub found
[    0.829300] hub 3-0:1.0: 4 ports detected
[    0.830423] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.831356] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.832303] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.833229] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.834156] usb usb4: Product: xHCI Host Controller
[    0.835086] usb usb4: Manufacturer: Linux 4.4.0-116-generic xhci-hcd
[    0.836015] usb usb4: SerialNumber: 0000:00:14.0
[    0.837014] hub 4-0:1.0: USB hub found
[    0.837940] hub 4-0:1.0: 4 ports detected
[    0.839094] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.840017] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.841076] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.842093] mousedev: PS/2 mouse device common for all mice
[    0.843165] rtc_cmos 00:02: RTC can wake from S4
[    0.844226] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.845203] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.846170] i2c /dev entries driver
[    0.847174] device-mapper: uevent: version 1.0.3
[    0.848177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    0.849173] Intel P-state driver initializing.
[    0.850379] ledtrig-cpu: registered to indicate activity on CPUs
[    0.853090] NET: Registered protocol family 10
[    0.855387] NET: Registered protocol family 17
[    0.856293] Key type dns_resolver registered
[    0.857379] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x1c
[    0.858292] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x1c
[    0.859430] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x1c
[    0.860331] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x1c
[    0.861247] microcode: CPU4 sig=0x306a9, pf=0x2, revision=0x1c
[    0.862091] microcode: CPU5 sig=0x306a9, pf=0x2, revision=0x1c
[    0.862993] microcode: CPU6 sig=0x306a9, pf=0x2, revision=0x1c
[    0.863863] microcode: CPU7 sig=0x306a9, pf=0x2, revision=0x1c
[    0.864714] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.865660] registered taskstats version 1
[    0.866494] Loading compiled-in X.509 certificates
[    0.867889] Loaded X.509 cert 'Build time autogenerated kernel key: aa84f01984fbd529c105810b59e379d349698248'
[    0.868760] zswap: loaded using pool lzo/zbud
[    0.871374] Key type trusted registered
[    0.872795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.875329] Key type encrypted registered
[    0.876225] AppArmor: AppArmor sha1 policy hashing enabled
[    0.877119] ima: No TPM chip found, activating TPM-bypass!
[    0.878023] evm: HMAC attrs: 0x1
[    0.879278]   Magic number: 10:600:304
[    0.880171] tty tty33: hash matches
[    0.881130] rtc_cmos 00:02: setting system clock to 2018-03-18 00:19:16 UTC (1521332356)
[    0.882156] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.883128] EDD information not available.
[    0.884093] PM: Hibernation image not present or could not be loaded.
[    1.098878] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.122876] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.231202] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    1.232140] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.233374] hub 1-1:1.0: USB hub found
[    1.234411] hub 1-1:1.0: 6 ports detected
[    1.255201] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    1.256138] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.257239] hub 2-1:1.0: USB hub found
[    1.258197] hub 2-1:1.0: 8 ports detected
[    1.410928] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    1.411816] ata1.01: SATA link up 1.5 Gbps (SStatus 113 SControl 330)
[    1.414919] ata2.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    1.415809] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
[    1.416663] ata2.01: link online but device misclassified
[    1.416664] ata2.00: link online but 1 devices misclassified, retrying
[    1.417514] ata2.00: reset failed (errno=-11), retrying in 10 secs
[    1.427539] ata1.00: ATA-8: WDC WD5003AZEX-00K1GA0, 80.00A80, max UDMA/133
[    1.428397] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.429262] ata1.01: ATAPI: HL-DT-ST BD-RE  BH16NS40, 1.00, max UDMA/100
[    1.435539] ata1.00: configured for UDMA/133
[    1.451104] ata1.01: configured for UDMA/100
[    1.457669] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5003AZEX-0 0A80 PQ: 0 ANSI: 5
[    1.458867] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.458906] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.458907] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.459199] sd 0:0:0:0: [sda] Write Protect is off
[    1.459201] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.459307] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.474902]  sda: sda1 sda2 sda3 sda4
[    1.484268] scsi 0:0:1:0: CD-ROM            HL-DT-ST BD-RE  BH16NS40  1.00 PQ: 0 ANSI: 5
[    1.484509] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.506856] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[    1.520631] sr 0:0:1:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.521516] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.522545] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    1.522640] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    1.602856] tsc: Refined TSC clocksource calibration: 3492.066 MHz
[    1.603810] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32560a6ac7e, max_idle_ns: 440795371154 ns
[    1.760799] usb 1-1.2: New USB device found, idVendor=15a9, idProduct=0004
[    1.761745] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.762643] usb 1-1.2: Product: 802.11 bg WLAN
[    1.763542] usb 1-1.2: Manufacturer: Ralink
[    1.834839] usb 1-1.3: new low-speed USB device number 4 using ehci-pci
[    1.933284] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c050
[    1.934237] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.935149] usb 1-1.3: Product: USB-PS/2 Optical Mouse
[    1.936059] usb 1-1.3: Manufacturer: Logitech
[    2.006830] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
[    2.099773] usb 1-1.4: New USB device found, idVendor=03f0, idProduct=062a
[    2.100762] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.101712] usb 1-1.4: Product: HP LaserJet 100 colorMFP M175a
[    2.102669] usb 1-1.4: Manufacturer: Hewlett-Packard
[    2.103640] usb 1-1.4: SerialNumber: 00CND8F711KY
[    2.174821] usb 1-1.5: new high-speed USB device number 6 using ehci-pci
[    2.269387] usb 1-1.5: New USB device found, idVendor=048d, idProduct=1167
[    2.270394] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.271346] usb 1-1.5: Product: USB Mass Storage Device
[    2.272279] usb 1-1.5: Manufacturer: iTE Tech
[    2.273209] usb 1-1.5: SerialNumber: 11011708004241
[    2.342812] usb 1-1.6: new high-speed USB device number 7 using ehci-pci
[    2.581494] usb 1-1.6: New USB device found, idVendor=046d, idProduct=08ca
[    2.582460] usb 1-1.6: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[    2.583388] usb 1-1.6: SerialNumber: 16B2A4C2
[    2.603098] clocksource: Switched to clocksource tsc
[   11.410369] ata2.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[   11.411329] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
[   11.412250] ata2.01: link online but device misclassified
[   11.412251] ata2.00: link online but 1 devices misclassified, retrying
[   11.413161] ata2.00: reset failed (errno=-11), retrying in 10 secs
[   21.409822] ata2.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[   21.410757] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
[   21.411670] ata2.01: link online but device misclassified
[   21.411671] ata2.00: link online but 1 devices misclassified, retrying
[   21.412576] ata2.00: reset failed (errno=-11), retrying in 35 secs
[   55.611894] ata2.00: limiting SATA link speed to 3.0 Gbps
[   55.612850] ata2.01: limiting SATA link speed to 1.5 Gbps
[   56.407909] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   56.408845] ata2.01: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   56.409753] ata2.01: link online but device misclassified
[   56.409754] ata2.00: link online but 1 devices misclassified, device detection might fail
[   56.416696] ata2.00: ATA-8: WDC WD5003AZEX-00K1GA0, 80.00A80, max UDMA/133
[   56.417650] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   56.424705] ata2.00: configured for UDMA/133
[   56.425892] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5003AZEX-0 0A80 PQ: 0 ANSI: 5
[   56.427112] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[   56.427122] sd 1:0:0:0: Attached scsi generic sg2 type 0
[   56.429160] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[   56.430135] sd 1:0:0:0: [sdb] Write Protect is off
[   56.431081] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   56.431091] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   56.483675]  sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6
[   56.484954] sd 1:0:0:0: [sdb] Attached SCSI disk
[   56.486723] Freeing unused kernel memory: 1508K
[   56.487685] Write protecting the kernel read-only data: 14336k
[   56.489035] Freeing unused kernel memory: 1700K
[   56.490218] Freeing unused kernel memory: 104K
[   56.500870] random: systemd-udevd: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.501213] random: udevadm: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.501230] random: udevadm: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.503709] random: systemd-udevd: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.504684] random: systemd-udevd: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.505973] random: systemd-udevd: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.506927] random: systemd-udevd: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.507133] random: udevadm: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.507168] random: udevadm: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.507529] random: udevadm: uninitialized urandom read (16 bytes read, 36 bits of entropy available)
[   56.529777] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[   56.540025] usb-storage 1-1.5:1.0: USB Mass Storage device detected
[   56.541017] scsi host4: usb-storage 1-1.5:1.0
[   56.542037] usbcore: registered new interface driver usb-storage
[   56.544323] hidraw: raw HID events driver (C) Jiri Kosina
[   56.545975] [drm] Initialized drm 1.1.0 20060810
[   56.547941] usbcore: registered new interface driver uas
[   56.550848] usbcore: registered new interface driver usbhid
[   56.552018] usbhid: USB HID core driver
[   56.552117] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [90:2b:34:ae:36:8f]
[   56.560504] alx 0000:02:00.0 enp2s0: renamed from eth0
[   56.561865] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C050.0001/input/input3
[   56.562863] hid-generic 0003:046D:C050.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.3/input0
[   56.571499] [drm] Memory usable by graphics device = 2048M
[   56.572466] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[   56.572468] fb: switching to inteldrmfb from VESA VGA
[   56.573438] Console: switching to colour dummy device 80x25
[   56.573511] [drm] Replacing VGA console driver
[   56.579614] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   56.579618] [drm] Driver supports precise vblank timestamp query.
[   56.580142] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   56.609903] fbcon: inteldrmfb (fb0) is primary device
[   56.610114] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   56.650864] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
[   56.650902] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
[   56.667009] Console: switching to colour frame buffer device 240x67
[   56.670553] acpi device:4d: registered as cooling_device13
[   56.670601] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   56.670660] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[   56.670724] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   57.006646] random: nonblocking pool is initialized
[   57.413628] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   57.541107] scsi 4:0:0:0: Direct-Access                               0.00 PQ: 0 ANSI: 2
[   57.541462] sd 4:0:0:0: Attached scsi generic sg3 type 0
[   57.542735] sd 4:0:0:0: [sdc] 15237120 512-byte logical blocks: (7.80 GB/7.27 GiB)
[   57.543569] sd 4:0:0:0: [sdc] Write Protect is off
[   57.543587] sd 4:0:0:0: [sdc] Mode Sense: 00 00 00 00
[   57.544302] sd 4:0:0:0: [sdc] Asking for cache data failed
[   57.544321] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   57.549333]  sdc: sdc1
[   57.562479] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[   58.053872] 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)
[   58.054074] systemd[1]: Detected architecture x86-64.
[   58.082161] systemd[1]: Set hostname to <Gigapoun>.
[   58.973974] systemd[1]: Listening on udev Control Socket.
[   58.974096] systemd[1]: Listening on udev Kernel Socket.
[   58.974160] systemd[1]: Reached target Encrypted Volumes.
[   58.974221] systemd[1]: Reached target Remote File Systems (Pre).
[   58.976315] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   58.978435] systemd[1]: Reached target Remote File Systems.
[   58.980573] systemd[1]: Listening on Journal Socket.
[   58.982689] systemd[1]: Listening on Syslog Socket.
[   58.984805] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   58.986995] systemd[1]: Created slice User and Session Slice.
[   58.989137] systemd[1]: Reached target User and Group Name Lookups.
[   58.991352] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   58.993583] systemd[1]: Created slice System Slice.
[   59.007846] systemd[1]: Starting Set console keymap...
[   59.010326] systemd[1]: Started Read required files in advance.
[   59.013098] systemd[1]: Mounting POSIX Message Queue File System...
[   59.015428] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   59.143753] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   59.146310] systemd[1]: Starting Nameserver information manager...
[   59.148770] systemd[1]: Mounting Debug File System...
[   59.150949] systemd[1]: Reached target Slices.
[   59.153132] systemd[1]: Listening on fsck to fsckd communication Socket.
[   59.155585] systemd[1]: Started Braille Device Support.
[   59.157875] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[   59.160324] systemd[1]: Starting Uncomplicated firewall...
[   59.162573] systemd[1]: Listening on Journal Audit Socket.
[   59.231809] systemd[1]: Starting Load Kernel Modules...
[   59.234274] systemd[1]: Mounting Huge Pages File System...
[   59.236508] systemd[1]: Listening on Journal Socket (/dev/log).
[   59.238999] systemd[1]: Starting Journal Service...
[   59.242311] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   59.256830] systemd[1]: Starting Create Static Device Nodes in /dev...
[   59.366882] systemd[1]: Mounted POSIX Message Queue File System.
[   59.369163] systemd[1]: Mounted Huge Pages File System.
[   59.371284] systemd[1]: Mounted Debug File System.
[   59.491725] systemd[1]: Started Nameserver information manager.
[   59.497026] systemd[1]: Reached target Network (Pre).
[   59.654359] systemd[1]: Started Journal Service.
[   59.655166] lp: driver loaded but no devices found
[   59.670111] ppdev: user-space parallel port driver
[   59.979393] it87: Found IT8728F chip at 0xa30, revision 1
[   59.980449] it87: Beeping is supported
[   60.064954] ip_tables: (C) 2000-2006 Netfilter Core Team
[   60.165225] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   60.331875] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   61.552580] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro
[   61.639477] systemd-journald[277]: Received request to flush runtime journal from PID 1
[   61.902638] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
[   61.902645] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   61.902648] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[   61.902652] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   61.902654] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[   61.902658] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   61.902659] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000051F (\LED_) (20150930/utaddress-254)
[   61.902663] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[   61.902667] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   61.902668] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   61.966210] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   61.993026] EDAC MC: Ver: 3.0.0
[   62.105745] AVX version of gcm_enc/dec engaged.
[   62.105748] AES CTR mode by8 optimization enabled
[   62.449054] media: Linux media interface: v0.10
[   62.532933] Linux video capture interface: v2.00
[   62.590308] snd_hda_codec_via hdaudioC0D2: autoconfig for VT2020: line_outs=1 (0x24/0x0/0x0/0x0/0x0) type:line
[   62.590311] snd_hda_codec_via hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   62.590313] snd_hda_codec_via hdaudioC0D2:    hp_outs=1 (0x28/0x0/0x0/0x0/0x0)
[   62.590314] snd_hda_codec_via hdaudioC0D2:    mono: mono_out=0x0
[   62.590315] snd_hda_codec_via hdaudioC0D2:    dig-out=0x2e/0x0
[   62.590316] snd_hda_codec_via hdaudioC0D2:    inputs:
[   62.590318] snd_hda_codec_via hdaudioC0D2:      Front Mic=0x29
[   62.590320] snd_hda_codec_via hdaudioC0D2:      Rear Mic=0x2b
[   62.590321] snd_hda_codec_via hdaudioC0D2:      Line=0x2a
[   62.611334] kvm: disabled by bios
[   62.618644] usb 1-1.6: set resolution quirk: cval->res = 384
[   62.618744] usbcore: registered new interface driver snd-usb-audio
[   62.627849] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   62.627888] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   62.627921] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   62.627957] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   62.627990] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   62.628023] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   62.743358] uvcvideo: Found UVC 1.00 device <unnamed> (046d:08ca)
[   62.761196] input: UVC Camera (046d:08ca) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input11
[   62.761235] usbcore: registered new interface driver uvcvideo
[   62.761236] USB Video Class driver (1.1.1)
[   62.786264] intel_rapl: Found RAPL domain package
[   62.786267] intel_rapl: Found RAPL domain core
[   62.786269] intel_rapl: Found RAPL domain uncore
[   64.283402] usb 1-1.2: reset high-speed USB device number 3 using ehci-pci
[   64.685678] cfg80211: World regulatory domain updated:
[   64.685681] cfg80211:  DFS Master region: unset
[   64.685682] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   64.685683] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   64.685685] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   64.685686] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   64.685687] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   64.685689] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   64.685690] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   64.685691] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   64.685692] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   64.728165] ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2573, rf: 0002, rev: 000a
[   64.749431] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   64.750031] usbcore: registered new interface driver rt73usb
[   64.839606] rt73usb 1-1.2:1.0 wlx0016448d5bee: renamed from wlan0
[   66.337890] Adding 9765884k swap on /dev/sdb4.  Priority:-1 extents:1 across:9765884k FS
[   66.943360] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[   68.210968] audit: type=1400 audit(1521332423.826:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=917 comm="apparmor_parser"
[   68.226943] audit: type=1400 audit(1521332423.842:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=914 comm="apparmor_parser"
[   68.226948] audit: type=1400 audit(1521332423.842:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=914 comm="apparmor_parser"
[   68.226951] audit: type=1400 audit(1521332423.842:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//snap_update_ns" pid=914 comm="apparmor_parser"
[   68.256912] audit: type=1400 audit(1521332423.874:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=915 comm="apparmor_parser"
[   68.257570] audit: type=1400 audit(1521332423.874:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=919 comm="apparmor_parser"
[   68.268081] audit: type=1400 audit(1521332423.886:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=911 comm="apparmor_parser"
[   68.268086] audit: type=1400 audit(1521332423.886:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=911 comm="apparmor_parser"
[   68.268089] audit: type=1400 audit(1521332423.886:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=911 comm="apparmor_parser"
[   68.268093] audit: type=1400 audit(1521332423.886:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=911 comm="apparmor_parser"
[   69.572760] usblp 1-1.4:1.1: usblp0: USB Bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x03F0 pid 0x062A
[   69.572774] usbcore: registered new interface driver usblp
[   69.899103] usb 1-1.6: reset high-speed USB device number 7 using ehci-pci
[   75.152199] IPv6: ADDRCONF(NETDEV_UP): wlx0016448d5bee: link is not ready
[   75.154934] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   75.155275] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   75.156041] alx 0000:02:00.0 enp2s0: NIC Up: 1 Gbps Full
[   75.156246] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[   75.222587] usblp0: removed
[   75.223415] usblp 1-1.4:1.1: usblp0: USB Bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x03F0 pid 0x062A
[  107.638431] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29154 PROTO=2 
[  107.638659] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=172.16.255.254 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29155 PROTO=2 
[  113.556776] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:fb:50:56:bf:5c:f5:64:08:00 SRC=192.168.1.104 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[  233.324496] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29156 PROTO=2 
[  233.324718] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=172.16.255.254 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29157 PROTO=2 
[  239.666098] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:fb:50:56:bf:5c:f5:64:08:00 SRC=192.168.1.104 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[  358.372452] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29158 PROTO=2 
[  358.372656] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=172.16.255.254 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29159 PROTO=2 
[  359.915792] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:fb:44:ce:70:54:e0:20:08:00 SRC=192.168.1.103 DST=224.0.0.251 LEN=32 TOS=0x10 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  483.203141] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29160 PROTO=2 
[  483.203412] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=172.16.255.254 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29161 PROTO=2 
[  484.210418] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:fb:44:ce:70:54:e0:20:08:00 SRC=192.168.1.103 DST=224.0.0.251 LEN=32 TOS=0x10 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  608.224844] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29162 PROTO=2 
[  608.225075] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=172.16.255.254 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29163 PROTO=2 
[  614.696946] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:fb:44:ce:70:54:e0:20:08:00 SRC=192.168.1.103 DST=224.0.0.251 LEN=32 TOS=0x10 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  733.196496] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29164 PROTO=2 
[  733.196759] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:01:e4:5d:51:34:c9:50:08:00 SRC=172.16.255.254 DST=224.0.0.1 LEN=28 TOS=0x10 PREC=0x80 TTL=1 ID=29165 PROTO=2 
[  735.193917] [UFW BLOCK] IN=enp2s0 OUT= MAC=01:00:5e:00:00:fb:44:ce:70:54:e0:20:08:00 SRC=192.168.1.103 DST=224.0.0.251 LEN=32 TOS=0x10 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
poun@Gigapoun:~$ 

Dernière modification par Poun64 (Le 18/03/2018, à 01:55)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#39 Le 18/03/2018, à 10:10

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Bonjour.
Merci pour cette trace.
On voit que ubuntu abandonne la détection au second essai.

[   56.409754] ata2.00: link online but 1 devices misclassified, device detection might fail

 
Le message exact m'a permis de trouver quelques discussions dont l'une met en cause le bios.
https://forum.ubuntu-fr.org/viewtopic.php?id=371722
Peux-tu décrire le mieux possible ta carte mère?  Spécialement autour de la technique AHCI.
On en revient à la première remarque de moko138 .

Dernière modification par ?? (Le 18/03/2018, à 10:22)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#40 Le 18/03/2018, à 13:12

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Bonjour à tous les deux, bonjour toul'monde,
La doc de ma carte mère Carte mère H77M-D3H est ici.   
Le lien doit importer le "pdf" directement...
J'ai également sous la main, un fichier "docx" de 21 pages comportant mon paramétrage BIOS. Je l'avais fait quand j'avais monté mon PC...
Comment vous le faire parvenir ?
tongue

Dernière modification par Poun64 (Le 18/03/2018, à 13:31)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#41 Le 18/03/2018, à 13:41

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Pages 46 et 47.    Si tu as SATA MODE SÉLECTION en IDE, fais en sorte de le mettre en AHCI.


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#42 Le 18/03/2018, à 16:09

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Dans la rubrique "Le mieux est l'ennemi du bien", je viens de "donner" encore une fois. big_smile

Explication :
J'ai bien passé le paramètre "SATA Mode Selection" de [IDE Activé par défaut] à AHCI.
Après sauvegarde des paramètres BIOS et redémarrage, l'ordre de boot a été chamboulé.
Le PC a redémarré direct sur le disque supportant Windows10 qui s'est soldé avec un écran bleu (clair) de la mort en me jetant à la figure tout une flopée d'injures neutral !
J'ai stoppé le processus qui était bloqué, avec un arrêt forcé.
Bref, j'ai remis le paramètre "SATA Mode Selection" à [IDE Activé par défaut].
Pour retrouver mon PC en fonctionnement normal, j'ai dû m'y remettre à plusieurs fois... et après plusieurs tentatives de redémarrage, Windows refonctionne.

Mon paramétrage BIOS des périphériques est revenu le suivant :
1521385394.png 1521385449.png
Mes réglages actuels sont repérés par le surlignage vert.

Ceci dit, je ne vois pas pourquoi le réglage BIOS actuel convient au disque WD10SPZX-22Z10T0 et pas au WD10SPZX-24Z10T0.
Mon disque de remplacement est déjà en route, il sera peut-être dans ma boîte aux lettres demain.

Dernière modification par Poun64 (Le 18/03/2018, à 16:11)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#43 Le 18/03/2018, à 16:27

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Poun64 a écrit :

Ceci dit, je ne vois pas pourquoi le réglage BIOS actuel convient au disque WD10SPZX-22Z10T0 et pas au WD10SPZX-24Z10T0.
Mon disque de remplacement est déjà en route, il sera peut-être dans ma boîte aux lettres demain.

Désolé pour l'essai AHCI   qui est obligatoire lorsque le mode est positionné en RAIDS.
  Mais il est vrai qu'il faut alors prévenir windows qu'on change le paramềtre.
Lorsque tu auras le nouveau disque, pense à regarder si c'est 22 ou 24 ou ??
Si j'ai la réponse de WDC, je l'indiquerais et on comprendra mieux.


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#44 Le 18/03/2018, à 16:49

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

?? a écrit :

Désolé pour l'essai AHCI qui est obligatoire lorsque le mode est positionné en RAIDS.

Mais il faut pas l'être. T'es suffisamment sympa pour me venir en aide comme ça smile !

Forcément que je vais être attentif à celui qui va me parvenir...
Avant de le formater je compte bien vérifier s'il est reconnu dans le rack et relever ses données SMART.
Par contre je ne sais plus s'il faut sur un disque vierge, créer (ou recréer) une table de partition avant de créer la (les) partition(s).
Il me semble que sur certains disques neufs, il faut le faire... Sur mon WD10SPZX-24Z10T0 "douteux", je ne sais plus si j'avais dû.

Dernière modification par Poun64 (Le 18/03/2018, à 16:51)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#45 Le 18/03/2018, à 16:59

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

C'est simple,  Tu attaques par la création d'une table de partitions   Tu as deux réponses possibles:
    A)    Il te demande en quel modèle la créer...  (Msdos)
    B)    Il te dit qu'il va falloir supprimer des partitions pour le faire   ====>     C'est donc qu'il y en a une car il faut une table de partition pour mémoriser les partitions qu'on veut créer.

Nota, Je ne suis pas certain de trouver dans le NET une procédure pour migrer   IDE===> AHCI
   La procédure pour migrer RAIDS ==> AHCI     
Je pense que c'est la même démarche ( Change the SATA Operation mode to AHCI from either IDE or RAID. ). Elle est d'ailleurs réversible.

Dernière modification par ?? (Le 18/03/2018, à 17:08)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#46 Le 18/03/2018, à 17:42

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Super, je garde ça bien au chaud.
Mais quel intérêt aurais-je aujourd'hui de passer en mode AHCI ?

Pour en revenir aux tables, GParted dit bien ce qu'il en est. Sur mon WD10SPZX-24Z10T0 "douteux" mais redevenu tout propre ça donne ceci :
1521391003.png

Au fait, après avoir subi son récurage de "00", l'entrée SMART 187 Reported_Uncorrect  est restée à 63.
1521391338.png

tongue


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#47 Le 18/03/2018, à 18:40

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Je ne suis pas surpris que le compteur d'erreur soit resté à 63.
On verra bien  ce qui va se passer avec le nouveau disque.
S'il a le même problème, n'insistes pas, fais directement la modif, Il parait même que windows XP le supporte mais il faut alors lui installer le pilote qui convient.
Un peu de lecture http://www.tt-hardware.com/test/hardwar … -la-galere
Si je retrouve un autre document, je l'ajouterais
https://support.hp.com/fr-fr/document/c02998591
http://www.clubic.com/forum/microsoft-w … page1.html

L'avantage pour toi, sera de pouvoir changer de disques  sans arrêter l'ordinateur.

La réponse de WDC est arrivée  très rapidement

I understand your concern and I will try my best to assist you. As per your mail we understood that you want to know the difference between model WDC WD10SPZX-24Z10T0 and WDC WD10SPZX-22Z10T0.
We would like to inform you that there is no difference in the model as both are 1 TB WD Blue (EIDE) hard disk. Please refer the mentioned link for WD Blue (EIDE) Specifications:
https://support.wdc.com/product.aspx?ID … ifications

Dernière modification par ?? (Le 19/03/2018, à 17:39)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#48 Le 20/03/2018, à 19:09

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Poun64 au rapport !

J'ai reçu cet après midi mon disque dur de remplacement. il s'agit d'un :
WD10SPZX-00Z10T0 du 14/11/2017
Il fonctionne à merveille, comme mon 1er WD10SPZX-22Z10T0 du 17/08/2017.
Il est reconnu sans problème quand il est introduit dans mon rack SATA.

Pour le fun, voici sa signature SMART après lui avoir installé quelques 700Go de vidéos.

1521569199.png

On y retrouve les mêmes remontées SMART apaisantes de mon WD10SPZX-22Z10T0, vues plus haut

1521126165.png

Conclusion, mon disque WD10SPZX-24Z10T0 a bien un problème.

Avant qu'il ne reparte chez Amazon, voulez-vous que je lui fasse faire d'autres tests ?

J'ai bien envie de passer mon PC en mode "AHCI" mais j'ai vu sur le lien http://www.tt-hardware.com/test/hardwar … -la-galere que ?? me donne :

Si les gains sont bien présents, le passage en AHCI a certains revers. En effet, dans de nombreux cas, les unités optiques SATA ne sont plus bootables. Il est difficile d’identifier un coupable : le mode du AHCI lui-même, le BIOS de la carte mère, le graveur et/ou son frimware, le secteur de boot, etc.

Avant de me lancer donc, il faut que je teste le fonctionnement de mon lecteur/graveur LG en "AHCI", disque contenant Windows10 débranché dans un 1er temps.

Amicalement à tous

Dernière modification par Poun64 (Le 21/03/2018, à 00:04)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne

#49 Le 20/03/2018, à 19:35

??

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

Bonsoir
Je viens de relever mon courrier, et une réponse de WDC  m'attendait

Thank you for your email and the opportunity to serve you.
We would request you to connect the drive as a secondary drive in windows system and
follow mention link to test a drive for problems using Data Lifeguard Diagnostics :

https://support.wdc.com/knowledgebase/a … spx?ID=940

Also we would request you to share the screenshot, so that we may able to assist accordingly.
If you have any other issues, kindly reply to this email and we will be happy to assist you further
Sincerely,

Comme je sais que tu n'as pas windows
et que je connais, leur outil,   ==> Il n'indiquera pas failling now.    Donc le disque sera en bon état.


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#50 Le 20/03/2018, à 20:10

Poun64

Re : [Résolu] Disque dur SATA non reconnu dans boîtier rack mais OK en USB

On ne va pas se substituer à leur Service Qualité quand-même... big_smile !
Si tu veux, tu peux leur répondre que comme les autres qui sont en ma possession, le disque de remplacement fonctionne sans problème.
Celui qui est en défaut, le WD10SPZX-24Z10T0 qui porte le n°de série WXH1AB7K3S8P, repart chez leur distributeur :
    Amazon
    1401 rue du Champ Rouge
    45957 ORLEANS

Charge à eux de le récupérer pour expertise, s'ils le souhaitent !
wink

Dernière modification par Poun64 (Le 20/03/2018, à 20:12)


1) Xubuntu 22.04._LTS + Windows 10 - Gigabyte GA H77M - Intel Core I7 3770K / HD Graphics 4000 - 4 cœurs - 3,5 Ghz - 16 Go de RAM
2) Xubuntu 22.04._LTS + Windows 10 - Gigabyte H610M S2H - Intel I3-12100 / UHD Graphics 730 intégré - 4 cœurs - 3,3 Ghz - 16 Go de RAM
3) Xubuntu 22.04._LTS  - NetBook ACER TravelMate - Intel Celeron N4020 - 2 cœurs - 1,1 Ghz - 4 Go de RAM - Intel UHD Graphics 605

Hors ligne