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 04/08/2020, à 11:17

xubu1957

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Pour un nettoyage complémentaire :

sudo apt clean && snap list --all | awk 'BEGIN {print "#! /bin/sh\n"} ; /désactivé|disabled/ {print "snap remove "$1" --revision "$3"\n"} ; END {print "exit 0"}' > script && chmod +x script && ./script && rm script && echo && snap list --all && echo && df -Th | grep -Ev "tmpfs|squashfs"

Commande stockée au post #7 > |RESOLU] snap nettoyage des versions désactivées.

Montre :

lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#27 Le 04/08/2020, à 11:17

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

@xubu1957
On dirait que le nettoyage des fichiers de conf obsolètes à régler le problème. Deux boot consécutifs réussis et sans erreurs ...
Donc merci à toi et aux autres contributeurs bien sûr.
Je passe en résolu.

Hors ligne

#28 Le 06/08/2020, à 10:54

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Salut,

Désolé je rouvre le POST parce que le problème de boot est revenu (obligé de booter deux fois pour lancer le système).
Je viens de faire le nettoyage complémentaire :

lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915

Dernière modification par gui-yem (Le 06/08/2020, à 10:55)

Hors ligne

#29 Le 06/08/2020, à 12:07

inbox

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Comme on ne trouve pas de piste pour l'origine du problème, il faudrait que tu réinstalles.

De préférence, installe une 20.04, mais tu peux choisir la 18.04, si cela te fais plaisir.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#30 Le 06/08/2020, à 13:27

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Oui effectivement c'est tentant de réinstaller une version à jour et je finirai par le faire si pas de solution mais j'ai tout mon environnement de travail (développement web) installé et configuré sur ce système donc pas simple de mettre à jour ...
J'aurai bien aimé trouver plus d’infos sur les erreurs générées par le boot du système :

journalctl  -b -p err

-- Logs begin at dim. 2020-08-02 13:31:13 CEST, end at dim. 2020-08-02 15:39:48 CEST. --
août 02 13:31:13 xxxx kernel: Couldn't get size: 0x800000000000000e
août 02 13:31:13 xxxx kernel: radeon 0000:01:00.0: failed VCE resume (-110).
août 02 13:31:13 xxxx systemd-rfkill[690]: Failed to open device: No such device
août 02 13:31:16 xxxx NetworkManager[1293]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
août 02 13:31:16 xxxx wpa_supplicant[1887]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none
août 02 13:31:16 xxxx wpa_supplicant[1887]: dbus: Failed to construct signal
août 02 13:31:16 xxxx wpa_supplicant[1887]: Could not read interface p2p-dev-wlp2s0 flags: No such device
août 02 13:31:17 xxxx lightdm[1979]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
août 02 13:31:17 xxxx lightdm[1979]: PAM adding faulty module: pam_kwallet.so
août 02 13:31:17 xxxx lightdm[1979]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
août 02 13:31:17 xxxx lightdm[1979]: PAM adding faulty module: pam_kwallet5.so
août 02 13:31:17 xxxx lightdm[2053]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
août 02 13:31:17 xxxx lightdm[2053]: PAM adding faulty module: pam_kwallet.so
août 02 13:31:17 xxxx lightdm[2053]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
août 02 13:31:17 xxxx lightdm[2053]: PAM adding faulty module: pam_kwallet5.so
août 02 13:31:18 xxxx pulseaudio[2121]: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was n
août 02 13:31:18 xxxx pulseaudio[2187]: [pulseaudio] pid.c: Daemon already running.
août 02 13:31:25 xxxx pulseaudio[3257]: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was n
août 02 13:31:25 xxxx pulseaudio[3302]: [pulseaudio] pid.c: Daemon already running.
août 02 13:31:25 xxxx pulseaudio[3305]: [pulseaudio] pid.c: Daemon already running.

Hors ligne

#31 Le 06/08/2020, à 14:32

inbox

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Peux-tu donne le retour de cette commande ?

dmesg

Donne aussi le contenu de ton fichier fstab avec :

cat /etc/fstab

Et aussi :

dpkg -l | grep libpam

Dernière modification par inbox (Le 06/08/2020, à 14:35)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#32 Le 06/08/2020, à 17:10

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

dmesg

[    0.000000] microcode: microcode updated early to revision 0xdc, date = 2020-04-27
[    0.000000] Linux version 4.15.0-112-generic (buildd@lcy01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)) #113~16.04.1-Ubuntu SMP Fri Jul 10 04:37:08 UTC 2020 (Ubuntu 4.15.0-112.113~16.04.1-generic 4.15.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-112-generic root=UUID=7084a3ae-0272-48ab-a643-10825dd56a35 ro quiet splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000965cefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000965cf000-0x00000000965cffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000965d0000-0x0000000096619fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009661a000-0x000000009b449fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009b44a000-0x000000009b7eefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009b7ef000-0x000000009b82afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009b82b000-0x000000009be6bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009be6c000-0x000000009c426fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009c427000-0x000000009c4fefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000009c4ff000-0x000000009c4fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009c500000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ACPI=0x9b7fb000  ACPI 2.0=0x9b7fb000  SMBIOS=0x9c26e000  ESRT=0x9c1e5118  SMBIOS 3.0=0x9c26d000  MPS=0xfcb60  MEMATTR=0x98697018 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell Inc. Latitude E5570/06YF8N, BIOS 1.18.6 12/08/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x25e000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 009E000000 mask 7FFE000000 uncachable
[    0.000000]   3 base 009D800000 mask 7FFF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x9c500 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcdd0-0x000fcddf]
[    0.000000] esrt: Reserving ESRT space from 0x000000009c1e5118 to 0x000000009c1e5150.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x105b93000, 0x105b93fff] PGTABLE
[    0.000000] BRK [0x105b94000, 0x105b94fff] PGTABLE
[    0.000000] BRK [0x105b95000, 0x105b95fff] PGTABLE
[    0.000000] BRK [0x105b96000, 0x105b96fff] PGTABLE
[    0.000000] BRK [0x105b97000, 0x105b97fff] PGTABLE
[    0.000000] BRK [0x105b98000, 0x105b98fff] PGTABLE
[    0.000000] BRK [0x105b99000, 0x105b99fff] PGTABLE
[    0.000000] BRK [0x105b9a000, 0x105b9afff] PGTABLE
[    0.000000] BRK [0x105b9b000, 0x105b9bfff] PGTABLE
[    0.000000] BRK [0x105b9c000, 0x105b9cfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31524000-0x34a89fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000009B7FB000 000024 (v02 DELL  )
[    0.000000] ACPI: XSDT 0x000000009B7FB0B8 0000EC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000009B81C368 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000009B7FB230 021132 (v02 DELL   CBX3     01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000009BE69E80 000040
[    0.000000] ACPI: APIC 0x000000009B81C478 0000BC (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000009B81C538 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000009B81C580 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000009B81C5C0 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x000000009B81C5F8 00050E (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: WSMT 0x000000009B81CB08 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: LPIT 0x000000009B81CB30 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000009B81CBC8 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000009B81CE10 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000009B81F9C0 00094B (v02 INTEL  xh_rvp07 00000000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x000000009B820310 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000009B820348 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000009B8203A0 0035DA (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x000000009B823980 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x000000009B8239C8 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000009B824840 003BFD (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: MSDM 0x000000009B828440 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.000000] ACPI: SLIC 0x000000009B828498 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.000000] ACPI: TCPA 0x000000009B828610 000032 (v02 ALASKA NAPAASF  00000000 MSFT 01000013)
[    0.000000] ACPI: SSDT 0x000000009B828648 00009F (v02 SgRef  SgPeg    00001000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x000000009B8286E8 0000A8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 0x000000009B828790 000D61 (v01 AmdRef AmdTabl  00001000 INTL 20120913)
[    0.000000] ACPI: ASF! 0x000000009B8294F8 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: BGRT 0x000000009B8295A0 000038 (v00 \xfffffff3\xffffffee              01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000025dffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x25dfd5000-0x25dffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000025dffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000965cefff]
[    0.000000]   node   0: [mem 0x000000009661a000-0x000000009b449fff]
[    0.000000]   node   0: [mem 0x000000009c4ff000-0x000000009c4fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000025dffffff]
[    0.000000] Reserved but unavailable: 98 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000025dffffff]
[    0.000000] On node 0 totalpages: 2069405
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9872 pages used for memmap
[    0.000000]   DMA32 zone: 631808 pages, LIFO batch:31
[    0.000000]   Normal zone: 22400 pages used for memmap
[    0.000000]   Normal zone: 1433600 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000009e000000-0x000000009fffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] e820: update [mem 0x987e8000-0x9886ffff] usable ==> reserved
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x965cf000-0x965cffff]
[    0.000000] PM: Registered nosave memory: [mem 0x965d0000-0x96619fff]
[    0.000000] PM: Registered nosave memory: [mem 0x987e8000-0x9886ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9b44a000-0x9b7eefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9b7ef000-0x9b82afff]
[    0.000000] PM: Registered nosave memory: [mem 0x9b82b000-0x9be6bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x9be6c000-0x9c426fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9c427000-0x9c4fefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9c500000-0x9fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xa0000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x99/0x51e with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2037043
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-112-generic root=UUID=7084a3ae-0272-48ab-a643-10825dd56a35 ro quiet splash
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7959832K/8277620K available (12300K kernel code, 2480K rwdata, 4220K rodata, 2432K init, 2720K bss, 317788K 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] ftrace: allocating 39359 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.004000] APIC: Switch to symmetric I/O mode setup
[    0.004000] DMAR: Host address width 39
[    0.004000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.004000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.004000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.004000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.004000] DMAR: RMRR base: 0x0000009b56a000 end: 0x0000009b589fff
[    0.004000] DMAR: RMRR base: 0x0000009d800000 end: 0x0000009fffffff
[    0.004000] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.004000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.004000] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.004000] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.004000] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.004000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024000] tsc: Detected 2700.000 MHz processor
[    0.024000] tsc: Detected 2699.909 MHz TSC
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.81 BogoMIPS (lpj=10799636)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.024000] AppArmor: AppArmor initialized
[    0.024000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.024000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.024000] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.024000] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.024000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.024000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.024000] CPU0: Thermal monitoring enabled (TM1)
[    0.024000] process: using mwait in idle threads
[    0.024000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.024000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.024000] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.024000] Spectre V2 : Mitigation: Full generic retpoline
[    0.024000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.024000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.024000] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.024000] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.024000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.024000] TAA: Mitigation: Clear CPU buffers
[    0.024000] SRBDS: Mitigation: Microcode
[    0.024000] MDS: Mitigation: Clear CPU buffers
[    0.034996] Freeing SMP alternatives memory: 36K
[    0.040231] smpboot: CPU0: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.040295] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.040327] ... version:                4
[    0.040328] ... bit width:              48
[    0.040328] ... generic registers:      4
[    0.040329] ... value mask:             0000ffffffffffff
[    0.040329] ... max period:             00007fffffffffff
[    0.040330] ... fixed-purpose events:   3
[    0.040330] ... event mask:             000000070000000f
[    0.040368] Hierarchical SRCU implementation.
[    0.041775] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.041788] smp: Bringing up secondary CPUs ...
[    0.041857] x86: Booting SMP configuration:
[    0.041858] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.050003] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.050003] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    0.050003]  #5 #6 #7
[    0.052585] smp: Brought up 1 node, 8 CPUs
[    0.052585] smpboot: Max logical packages: 1
[    0.052585] smpboot: Total of 8 processors activated (43198.54 BogoMIPS)
[    0.056264] devtmpfs: initialized
[    0.056264] x86/mm: Memory block size: 128MB
[    0.056663] evm: security.selinux
[    0.056664] evm: security.SMACK64
[    0.056664] evm: security.SMACK64EXEC
[    0.056665] evm: security.SMACK64TRANSMUTE
[    0.056665] evm: security.SMACK64MMAP
[    0.056666] evm: security.apparmor
[    0.056666] evm: security.ima
[    0.056667] evm: security.capability
[    0.056681] PM: Registering ACPI NVS region [mem 0x965cf000-0x965cffff] (4096 bytes)
[    0.056681] PM: Registering ACPI NVS region [mem 0x9b82b000-0x9be6bfff] (6557696 bytes)
[    0.056681] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.056681] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.056681] pinctrl core: initialized pinctrl subsystem
[    0.056681] RTC time: 15:05:15, date: 08/06/20
[    0.056681] NET: Registered protocol family 16
[    0.056681] audit: initializing netlink subsys (disabled)
[    0.056681] audit: type=2000 audit(1596726315.056:1): state=initialized audit_enabled=0 res=1
[    0.056681] cpuidle: using governor ladder
[    0.056681] cpuidle: using governor menu
[    0.056681] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.056681] ACPI: bus type PCI registered
[    0.056681] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.056681] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.056681] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.056681] PCI: Using configuration type 1 for base access
[    0.057189] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.057189] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.057189] ACPI: Added _OSI(Module Device)
[    0.057189] ACPI: Added _OSI(Processor Device)
[    0.057189] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.057189] ACPI: Added _OSI(Processor Aggregator Device)
[    0.057189] ACPI: Added _OSI(Linux-Dell-Video)
[    0.057189] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.057189] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.061864] ACPI: Executed 27 blocks of module-level executable AML code
[    0.075683] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.086500] ACPI: Dynamic OEM Table Load:
[    0.086506] ACPI: SSDT 0xFFFF8C3393FE0800 0005FD (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.086918] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.088333] ACPI: Dynamic OEM Table Load:
[    0.088339] ACPI: SSDT 0xFFFF8C3393B27000 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.089588] ACPI: Dynamic OEM Table Load:
[    0.089594] ACPI: SSDT 0xFFFF8C3393FE2000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.090505] ACPI: Dynamic OEM Table Load:
[    0.090509] ACPI: SSDT 0xFFFF8C3393B59400 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.096385] ACPI: EC: EC started
[    0.096386] ACPI: EC: interrupt blocked
[    0.101910] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
[    0.101912] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x14, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.101913] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
[    0.101914] ACPI: Interpreter enabled
[    0.101960] ACPI: (supports S0 S3 S4 S5)
[    0.101961] ACPI: Using IOAPIC for interrupt routing
[    0.102003] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.102820] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.105173] ACPI: Power Resource [PG00] (on)
[    0.128864] ACPI: Power Resource [PG01] (on)
[    0.129380] ACPI: Power Resource [PG02] (on)
[    0.135736] ACPI: Power Resource [WRST] (off)
[    0.136202] ACPI: Power Resource [WRST] (off)
[    0.136663] ACPI: Power Resource [WRST] (off)
[    0.137125] ACPI: Power Resource [WRST] (off)
[    0.137587] ACPI: Power Resource [WRST] (off)
[    0.138458] ACPI: Power Resource [WRST] (off)
[    0.138924] ACPI: Power Resource [WRST] (off)
[    0.139378] ACPI: Power Resource [WRST] (off)
[    0.140933] ACPI: Power Resource [WRST] (off)
[    0.141386] ACPI: Power Resource [WRST] (off)
[    0.141841] ACPI: Power Resource [WRST] (off)
[    0.142302] ACPI: Power Resource [WRST] (off)
[    0.142766] ACPI: Power Resource [WRST] (off)
[    0.143226] ACPI: Power Resource [WRST] (off)
[    0.143679] ACPI: Power Resource [WRST] (off)
[    0.144137] ACPI: Power Resource [WRST] (off)
[    0.144589] ACPI: Power Resource [WRST] (off)
[    0.167787] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.167793] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.169638] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.169639] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.170577] PCI host bridge to bus 0000:00
[    0.170579] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.170580] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.170581] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.170582] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xefffffff window]
[    0.170583] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.170584] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.170591] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    0.170729] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.170773] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.170992] pci 0000:00:02.0: [8086:191b] type 00 class 0x030000
[    0.171003] pci 0000:00:02.0: reg 0x10: [mem 0xee000000-0xeeffffff 64bit]
[    0.171008] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.171012] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.171028] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.171178] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.171189] pci 0000:00:04.0: reg 0x10: [mem 0xef340000-0xef347fff 64bit]
[    0.171415] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.171436] pci 0000:00:14.0: reg 0x10: [mem 0xef330000-0xef33ffff 64bit]
[    0.171501] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.171661] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.171681] pci 0000:00:14.2: reg 0x10: [mem 0xef357000-0xef357fff 64bit]
[    0.171862] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.171880] pci 0000:00:16.0: reg 0x10: [mem 0xef356000-0xef356fff 64bit]
[    0.171932] pci 0000:00:16.0: PME# supported from D3hot
[    0.172089] pci 0000:00:16.3: [8086:a13d] type 00 class 0x070002
[    0.172104] pci 0000:00:16.3: reg 0x10: [io  0xf0a0-0xf0a7]
[    0.172109] pci 0000:00:16.3: reg 0x14: [mem 0xef355000-0xef355fff]
[    0.172276] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.172292] pci 0000:00:17.0: reg 0x10: [mem 0xef350000-0xef351fff]
[    0.172299] pci 0000:00:17.0: reg 0x14: [mem 0xef354000-0xef3540ff]
[    0.172306] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.172312] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.172319] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.172326] pci 0000:00:17.0: reg 0x24: [mem 0xef353000-0xef3537ff]
[    0.172364] pci 0000:00:17.0: PME# supported from D3hot
[    0.172533] pci 0000:00:1c.0: [8086:a111] type 01 class 0x060400
[    0.172598] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.172800] pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
[    0.172865] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.173086] pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
[    0.173341] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.173356] pci 0000:00:1f.2: reg 0x10: [mem 0xef34c000-0xef34ffff]
[    0.173560] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.173587] pci 0000:00:1f.3: reg 0x10: [mem 0xef348000-0xef34bfff 64bit]
[    0.173618] pci 0000:00:1f.3: reg 0x20: [mem 0xef320000-0xef32ffff 64bit]
[    0.173667] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.173905] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.173965] pci 0000:00:1f.4: reg 0x10: [mem 0xef352000-0xef3520ff 64bit]
[    0.174034] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.174263] pci 0000:00:1f.6: [8086:15b7] type 00 class 0x020000
[    0.174290] pci 0000:00:1f.6: reg 0x10: [mem 0xef300000-0xef31ffff]
[    0.174399] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.174607] pci 0000:01:00.0: [1002:6600] type 00 class 0x038000
[    0.174622] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.174629] pci 0000:01:00.0: reg 0x18: [mem 0xef200000-0xef23ffff 64bit]
[    0.174634] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.174643] pci 0000:01:00.0: reg 0x30: [mem 0xef240000-0xef25ffff pref]
[    0.174679] pci 0000:01:00.0: supports D1 D2
[    0.174680] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.184029] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.184034] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.184040] pci 0000:00:01.0:   bridge window [mem 0xef200000-0xef2fffff]
[    0.184047] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.184152] pci 0000:02:00.0: [8086:24f3] type 00 class 0x028000
[    0.184200] pci 0000:02:00.0: reg 0x10: [mem 0xef100000-0xef101fff 64bit]
[    0.184386] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.196085] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.196089] pci 0000:00:1c.0:   bridge window [mem 0xef100000-0xef1fffff]
[    0.196163] pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000
[    0.196200] pci 0000:03:00.0: reg 0x14: [mem 0xef000000-0xef000fff]
[    0.196320] pci 0000:03:00.0: supports D1 D2
[    0.196321] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.208060] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.208064] pci 0000:00:1c.2:   bridge window [mem 0xef000000-0xef0fffff]
[    0.212131] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.212202] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.212271] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.212341] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.212409] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.212478] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.212546] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.212614] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.218032] ACPI: EC: interrupt unblocked
[    0.218044] ACPI: EC: event unblocked
[    0.218067] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x14, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.218068] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
[    0.218448] SCSI subsystem initialized
[    0.218463] libata version 3.00 loaded.
[    0.218463] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.218463] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.218463] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.218463] vgaarb: loaded
[    0.218463] ACPI: bus type USB registered
[    0.218463] usbcore: registered new interface driver usbfs
[    0.218463] usbcore: registered new interface driver hub
[    0.218463] usbcore: registered new device driver usb
[    0.218463] EDAC MC: Ver: 3.0.0
[    0.218463] Registered efivars operations
[    0.218463] PCI: Using ACPI for IRQ routing
[    0.234301] PCI: pci_cache_line_size set to 64 bytes
[    0.234383] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.234384] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.234385] e820: reserve RAM buffer [mem 0x965cf000-0x97ffffff]
[    0.234386] e820: reserve RAM buffer [mem 0x987e8000-0x9bffffff]
[    0.234387] e820: reserve RAM buffer [mem 0x9b44a000-0x9bffffff]
[    0.234388] e820: reserve RAM buffer [mem 0x9c500000-0x9fffffff]
[    0.234388] e820: reserve RAM buffer [mem 0x25e000000-0x25fffffff]
[    0.234465] NetLabel: Initializing
[    0.234465] NetLabel:  domain hash size = 128
[    0.234466] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.234480] NetLabel:  unlabeled traffic allowed by default
[    0.234493] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.234493] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.237035] clocksource: Switched to clocksource hpet
[    0.245783] VFS: Disk quotas dquot_6.6.0
[    0.245799] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.245885] AppArmor: AppArmor Filesystem Enabled
[    0.245905] pnp: PnP ACPI init
[    0.246197] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.246199] system 00:00: [io  0xffff] has been reserved
[    0.246200] system 00:00: [io  0xffff] has been reserved
[    0.246201] system 00:00: [io  0xffff] has been reserved
[    0.246203] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.246204] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.246211] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.246321] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.246324] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.246344] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.246388] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.246391] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.246487] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.246504] pnp 00:05: Plug and Play ACPI device, IDs DLL06df PNP0f13 (active)
[    0.248112] pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (disabled)
[    0.248468] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.248469] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.248470] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.248472] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.248473] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.248474] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.248475] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.248476] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.248478] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.248479] system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.248483] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.248531] system 00:08: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.248532] system 00:08: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.248533] system 00:08: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.248534] system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.248535] system 00:08: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.248537] system 00:08: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.248538] system 00:08: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.248540] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.248915] system 00:09: [io  0xff00-0xfffe] has been reserved
[    0.248919] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.250482] system 00:0a: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.250484] system 00:0a: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.250485] system 00:0a: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.250488] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.251304] pnp 00:0b: Plug and Play ACPI device, IDs PNP0c31 (active)
[    0.253052] pnp: PnP ACPI: found 12 devices
[    0.260921] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.260942] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.260944] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.260946] pci 0000:00:01.0:   bridge window [mem 0xef200000-0xef2fffff]
[    0.260948] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.260952] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.260955] pci 0000:00:1c.0:   bridge window [mem 0xef100000-0xef1fffff]
[    0.260960] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.260963] pci 0000:00:1c.2:   bridge window [mem 0xef000000-0xef0fffff]
[    0.260970] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.260971] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.260972] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.260973] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xefffffff window]
[    0.260974] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.260975] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.260976] pci_bus 0000:01: resource 1 [mem 0xef200000-0xef2fffff]
[    0.260977] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.260978] pci_bus 0000:02: resource 1 [mem 0xef100000-0xef1fffff]
[    0.260979] pci_bus 0000:03: resource 1 [mem 0xef000000-0xef0fffff]
[    0.261163] NET: Registered protocol family 2
[    0.261289] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.261389] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.261481] TCP: Hash tables configured (established 65536 bind 65536)
[    0.261510] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.261535] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.261582] NET: Registered protocol family 1
[    0.261594] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.262353] PCI: CLS 0 bytes, default 64
[    0.262382] Unpacking initramfs...
[    1.138929] Freeing initrd memory: 54680K
[    1.138964] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.138966] software IO TLB: mapped [mem 0x90a6f000-0x94a6f000] (64MB)
[    1.139512] Scanning for low memory corruption every 60 seconds
[    1.140283] Initialise system trusted keyrings
[    1.140296] Key type blacklist registered
[    1.140366] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    1.141341] zbud: loaded
[    1.141866] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.142016] fuse init (API version 7.26)
[    1.144510] Key type asymmetric registered
[    1.144511] Asymmetric key parser 'x509' registered
[    1.144533] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.144590] io scheduler noop registered
[    1.144590] io scheduler deadline registered
[    1.144611] io scheduler cfq registered (default)
[    1.145469] pcieport 0000:00:1c.0: AER enabled with IRQ 123
[    1.145490] pcieport 0000:00:1c.2: AER enabled with IRQ 124
[    1.145502] pcieport 0000:00:01.0: Signaling PME with IRQ 122
[    1.145511] pcieport 0000:00:1c.0: Signaling PME with IRQ 123
[    1.145519] pcieport 0000:00:1c.2: Signaling PME with IRQ 124
[    1.145580] efifb: probing for efifb
[    1.145590] efifb: framebuffer at 0xc0000000, using 8128k, total 8128k
[    1.145591] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.145591] efifb: scrolling: redraw
[    1.145593] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.150477] Console: switching to colour frame buffer device 240x67
[    1.155235] fb0: EFI VGA frame buffer device
[    1.155251] intel_idle: MWAIT substates: 0x11142120
[    1.155252] intel_idle: v0.4.1 model 0x5E
[    1.155678] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.156464] ACPI: AC Adapter [AC] (on-line)
[    1.156539] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.156593] ACPI: Lid Switch [LID0]
[    1.156627] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.156672] ACPI: Power Button [PBTN]
[    1.156698] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.156706] ACPI: Sleep Button [SBTN]
[    1.156733] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.156781] ACPI: Power Button [PWRF]
[    1.158391] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.159008] thermal LNXTHERM:00: registered as thermal_zone0
[    1.159009] ACPI: Thermal Zone [THM] (25 C)
[    1.159192] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.161643] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    1.182181] 0000:00:16.3: ttyS4 at I/O 0xf0a0 (irq = 19, base_baud = 115200) is a 16550A
[    1.183295] Linux agpgart interface v0.103
[    1.193525] ACPI: Battery Slot [BAT0] (battery present)
[    1.194313] tpm_tis 00:0b: 1.2 TPM (device-id 0xFE, rev-id 2)
[    1.241642] loop: module loaded
[    1.241792] libphy: Fixed MDIO Bus: probed
[    1.241793] tun: Universal TUN/TAP device driver, 1.6
[    1.241885] PPP generic driver version 2.4.2
[    1.241981] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.241983] ehci-pci: EHCI PCI platform driver
[    1.241992] ehci-platform: EHCI generic platform driver
[    1.242002] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.242003] ohci-pci: OHCI PCI platform driver
[    1.242010] ohci-platform: OHCI generic platform driver
[    1.242017] uhci_hcd: USB Universal Host Controller Interface driver
[    1.242184] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.242189] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.243277] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    1.243351] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.243475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.243476] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.243477] usb usb1: Product: xHCI Host Controller
[    1.243478] usb usb1: Manufacturer: Linux 4.15.0-112-generic xhci-hcd
[    1.243479] usb usb1: SerialNumber: 0000:00:14.0
[    1.243620] hub 1-0:1.0: USB hub found
[    1.243636] hub 1-0:1.0: 16 ports detected
[    1.245440] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.245444] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.245447] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    1.245479] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.245480] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.245481] usb usb2: Product: xHCI Host Controller
[    1.245482] usb usb2: Manufacturer: Linux 4.15.0-112-generic xhci-hcd
[    1.245483] usb usb2: SerialNumber: 0000:00:14.0
[    1.245618] hub 2-0:1.0: USB hub found
[    1.245630] hub 2-0:1.0: 10 ports detected
[    1.246590] usb: port power management may be unreliable
[    1.247001] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.247553] i8042: Warning: Keylock active
[    1.249944] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.249947] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.250159] mousedev: PS/2 mouse device common for all mice
[    1.250650] rtc_cmos 00:02: RTC can wake from S4
[    1.251119] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.251241] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.251248] i2c /dev entries driver
[    1.251288] device-mapper: uevent: version 1.0.3
[    1.251384] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.251387] intel_pstate: Intel P-state driver initializing
[    1.252120] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.254193] intel_pstate: HWP enabled
[    1.254778] ledtrig-cpu: registered to indicate activity on CPUs
[    1.254779] EFI Variables Facility v0.08 2004-May-17
[    1.264440] intel_pmc_core:  initialized
[    1.264671] NET: Registered protocol family 10
[    1.269409] Segment Routing with IPv6
[    1.269421] NET: Registered protocol family 17
[    1.269640] Key type dns_resolver registered
[    1.270549] mce: Using 10 MCE banks
[    1.270554] RAS: Correctable Errors collector initialized.
[    1.270637] microcode: sig=0x506e3, pf=0x20, revision=0xdc
[    1.271022] microcode: Microcode Update Driver: v2.2.
[    1.271028] sched_clock: Marking stable (1271012209, 0)->(1262748462, 8263747)
[    1.271413] registered taskstats version 1
[    1.271417] Loading compiled-in X.509 certificates
[    1.273353] Loaded X.509 cert 'Build time autogenerated kernel key: 0369c56c7146cf506bb25ad446f2635f298f8fa6'
[    1.273596] Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring
[    1.273612] Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring
[    1.273722] Couldn't get size: 0x800000000000000e
[    1.273740] MODSIGN: Couldn't get UEFI MokListRT
[    1.274185] zswap: loaded using pool lzo/zbud
[    1.277735] Key type big_key registered
[    1.277738] Key type trusted registered
[    1.279695] Key type encrypted registered
[    1.279697] AppArmor: AppArmor sha1 policy hashing enabled
[    1.290970] ima: Allocated hash algorithm: sha1
[    1.392869] evm: HMAC attrs: 0x1
[    1.393660]   Magic number: 0:566:82
[    1.393681] event_source uncore_cbox_0: hash matches
[    1.393881] rtc_cmos 00:02: setting system clock to 2020-08-06 15:05:16 UTC (1596726316)
[    1.394178] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.394178] EDD information not available.
[    1.581413] usb 1-6: new full-speed USB device number 2 using xhci_hcd
[    1.731129] usb 1-6: New USB device found, idVendor=8087, idProduct=0a2b
[    1.731143] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.745985] Freeing unused kernel image memory: 2432K
[    1.750404] Write protecting the kernel read-only data: 20480k
[    1.751779] Freeing unused kernel image memory: 2008K
[    1.752149] Freeing unused kernel image memory: 1924K
[    1.759465] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.759466] x86/mm: Checking user space page tables
[    1.766378] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.775784] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.775851] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.775860] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.843772] wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
[    1.849692] ahci 0000:00:17.0: version 3.0
[    1.849932] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[    1.849981] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0xd impl SATA mode
[    1.849983] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems sxs deso sadm sds apst 
[    1.850464] pps_core: LinuxPPS API ver. 1 registered
[    1.850465] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.858659] usb 1-11: new high-speed USB device number 3 using xhci_hcd
[    1.871384] scsi host0: ahci
[    1.871709] scsi host1: ahci
[    1.871840] scsi host2: ahci
[    1.872302] scsi host3: ahci
[    1.872340] ata1: SATA max UDMA/133 abar m2048@0xef353000 port 0xef353100 irq 126
[    1.872341] ata2: DUMMY
[    1.872342] ata3: SATA max UDMA/133 abar m2048@0xef353000 port 0xef353200 irq 126
[    1.872343] ata4: SATA max UDMA/133 abar m2048@0xef353000 port 0xef353280 irq 126
[    1.879257] PTP clock support registered
[    1.882680] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.882680] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.882908] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.900537] [drm] radeon kernel modesetting enabled.
[    1.900552] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    1.900687] ATPX version 1, functions 0x00000033
[    1.900753] ATPX Hybrid Graphics
[    1.900783] checking generic (c0000000 7f0000) vs hw (d0000000 10000000)
[    1.900824] radeon 0000:01:00.0: enabling device (0006 -> 0007)
[    1.900965] [drm] initializing kernel modesetting (OLAND 0x1002:0x6600 0x1028:0x06DF 0x81).
[    2.005675] ATOM BIOS: DELL
[    2.005685] [drm] GPU not posted. posting now...
[    2.008771] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    2.008772] radeon 0000:01:00.0: GTT: 2048M 0x0000000080000000 - 0x00000000FFFFFFFF
[    2.008775] [drm] Detected VRAM RAM=2048M, BAR=256M
[    2.008775] [drm] RAM width 128bits DDR
[    2.008839] [TTM] Zone  kernel: Available graphics memory: 4028196 kiB
[    2.008839] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    2.008840] [TTM] Initializing pool allocator
[    2.008842] [TTM] Initializing DMA pool allocator
[    2.008852] [drm] radeon: 2048M of VRAM memory ready
[    2.008852] [drm] radeon: 2048M of GTT memory ready.
[    2.008857] [drm] Loading oland Microcode
[    2.008916] [drm] Internal thermal controller without fan control
[    2.008953] [drm] probing gen 2 caps for device 8086:1901 = 261ad03/e
[    2.015177] [drm] radeon: dpm initialized
[    2.016845] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[    2.016851] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    2.017597] [drm] probing gen 2 caps for device 8086:1901 = 261ad03/e
[    2.017598] [drm] PCIE gen 3 link speeds already enabled
[    2.025644] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[    2.025781] radeon 0000:01:00.0: WB enabled
[    2.025782] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x        (ptrval)
[    2.025783] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0x        (ptrval)
[    2.025784] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0x        (ptrval)
[    2.025784] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x        (ptrval)
[    2.025785] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0x        (ptrval)
[    2.025989] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0x        (ptrval)
[    2.034498] usb 1-11: New USB device found, idVendor=0bda, idProduct=5686
[    2.034499] usb 1-11: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.034500] usb 1-11: Product: Integrated_Webcam_HD
[    2.034501] usb 1-11: Manufacturer: CNFEH53N082060039362
[    2.034501] usb 1-11: SerialNumber: 0001
[    2.070909] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    2.126303] radeon 0000:01:00.0: failed VCE resume (-110).
[    2.126376] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.126377] [drm] Driver supports precise vblank timestamp query.
[    2.126378] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    2.126420] radeon 0000:01:00.0: radeon: using MSI.
[    2.126436] [drm] radeon: irq initialized.
[    2.141310] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) d4:81:d7:c1:a3:ab
[    2.141312] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    2.141417] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    2.143979] tsc: Refined TSC clocksource calibration: 2712.008 MHz
[    2.143986] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x27178e04de3, max_idle_ns: 440795318971 ns
[    2.144475] [drm] Memory usable by graphics device = 4096M
[    2.144476] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[    2.144477] fb: switching to inteldrmfb from EFI VGA
[    2.144488] Console: switching to colour dummy device 80x25
[    2.144727] [drm] Replacing VGA console driver
[    2.150776] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.150776] [drm] Driver supports precise vblank timestamp query.
[    2.152905] vga_switcheroo: enabled
[    2.152951] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.153988] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_26.bin (v1.26)
[    2.170788] [drm] RC6 on
[    2.186821] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.188131] ata1.00: ATA-10: Micron 1100 SATA 512GB,  M0DL003, max UDMA/133
[    2.188132] ata1.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.190275] ata1.00: configured for UDMA/133
[    2.190956] scsi 0:0:0:0: Direct-Access     ATA      Micron 1100 SATA L003 PQ: 0 ANSI: 5
[    2.191533] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.191571] ata1.00: Enabling discard_zeroes_data
[    2.192175] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    2.192176] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.192343] sd 0:0:0:0: [sda] Write Protect is off
[    2.192344] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.192571] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.193086] ata1.00: Enabling discard_zeroes_data
[    2.195856]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[    2.196487] ata1.00: Enabling discard_zeroes_data
[    2.197941] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.300242] [drm] ring test on 0 succeeded in 2 usecs
[    2.300245] [drm] ring test on 1 succeeded in 1 usecs
[    2.300248] [drm] ring test on 2 succeeded in 1 usecs
[    2.300253] [drm] ring test on 3 succeeded in 3 usecs
[    2.300258] [drm] ring test on 4 succeeded in 3 usecs
[    2.476445] [drm] ring test on 5 succeeded in 2 usecs
[    2.476448] [drm] UVD initialized successfully.
[    2.476620] [drm] ib test on ring 0 succeeded in 0 usecs
[    2.476660] [drm] ib test on ring 1 succeeded in 0 usecs
[    2.476699] [drm] ib test on ring 2 succeeded in 0 usecs
[    2.476738] [drm] ib test on ring 3 succeeded in 0 usecs
[    2.476776] [drm] ib test on ring 4 succeeded in 0 usecs
[    2.485029] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    2.511812] ata3: SATA link down (SStatus 4 SControl 300)
[    2.824099] ata4: SATA link down (SStatus 0 SControl 300)
[    2.848053] random: fast init done
[    2.916823] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
[    2.938771] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
[    3.136423] [drm] ib test on ring 5 succeeded
[    3.137826] [drm] Radeon Display Connectors
[    3.149477] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    3.150528] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 1
[    3.151864] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.167391] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    3.168153] clocksource: Switched to clocksource tsc
[    3.174619] [drm] amdgpu kernel modesetting enabled.
[    3.174635] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    3.174749] ATPX version 1, functions 0x00000033
[    3.174830] ATPX Hybrid Graphics
[    3.195078] fbcon: inteldrmfb (fb0) is primary device
[    4.317899] Console: switching to colour frame buffer device 240x67
[    4.337615] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.399534] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    4.509691] 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.527997] systemd[1]: Detected architecture x86-64.
[    4.528218] systemd[1]: Set hostname to <guiyem-Latitude-E5570>.
[    4.599341] systemd[1]: [/etc/systemd/system/snap-core-9665.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[    4.599677] systemd[1]: [/etc/systemd/system/snap-gnome\x2d3\x2d28\x2d1804-128.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[    4.601348] systemd[1]: [/etc/systemd/system/snap-gimp-281.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[    4.601574] systemd[1]: [/etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1506.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[    4.602291] systemd[1]: [/etc/systemd/system/snap-core18-1885.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[    4.603682] systemd[1]: [/etc/systemd/system/snap-vlc-1700.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[    4.603954] systemd[1]: [/etc/systemd/system/snap-opera-84.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[    4.701157] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[    4.710555] lp: driver loaded but no devices found
[    4.734489] ppdev: user-space parallel port driver
[    4.735963] parport_pc 00:06: [io  0x0378-0x037b]
[    4.736104] parport_pc 00:06: [irq 5]
[    4.738334] parport_pc 00:06: activated
[    4.738335] parport_pc 00:06: reported by Plug and Play ACPI
[    4.792412] systemd-journald[362]: Received request to flush runtime journal from PID 1
[    5.009554] input: DELL Wireless hotkeys as /devices/virtual/input/input9
[    5.009608] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.009783] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.010608] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    5.033261] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    5.052531] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.063106] media: Linux media interface: v0.10
[    5.063129] Bluetooth: Core ver 2.22
[    5.063141] NET: Registered protocol family 31
[    5.063142] Bluetooth: HCI device and connection manager initialized
[    5.063144] Bluetooth: HCI socket layer initialized
[    5.063146] Bluetooth: L2CAP socket layer initialized
[    5.063150] Bluetooth: SCO socket layer initialized
[    5.068460] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.069120] Linux video capture interface: v2.00
[    5.071724] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.112820] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    5.113125] usbcore: registered new interface driver btusb
[    5.114261] Bluetooth: hci0: Firmware revision 0.0 build 217 week 17 2018
[    5.114652] Intel(R) Wireless WiFi driver for Linux
[    5.114653] Copyright(c) 2003- 2015 Intel Corporation
[    5.114745] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[    5.118842] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
[    5.125708] iwlwifi 0000:02:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
[    5.133623] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    5.133624] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.133625] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.133626] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.133626] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.133627] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    5.170759] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5686)
[    5.174463] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[    5.174687] AVX2 version of gcm_enc/dec engaged.
[    5.174688] AES CTR mode by8 optimization enabled
[    5.175778] uvcvideo 1-11:1.0: Entity type for entity Extension 4 was not initialized!
[    5.175780] uvcvideo 1-11:1.0: Entity type for entity Extension 7 was not initialized!
[    5.175781] uvcvideo 1-11:1.0: Entity type for entity Processing 2 was not initialized!
[    5.175782] uvcvideo 1-11:1.0: Entity type for entity Camera 1 was not initialized!
[    5.175842] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/input/input11
[    5.175908] usbcore: registered new interface driver uvcvideo
[    5.175909] USB Video Class driver (1.1.1)
[    5.231508] intel_rapl: Found RAPL domain package
[    5.231509] intel_rapl: Found RAPL domain core
[    5.231510] intel_rapl: Found RAPL domain uncore
[    5.231511] intel_rapl: Found RAPL domain dram
[    5.246183] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.274334] iwlwifi 0000:02:00.0: base HW address: 28:16:ad:97:f2:66
[    5.302093] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3235: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[    5.302095] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    5.302097] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    5.302098] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.302099] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.302100] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x18
[    5.302101] snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
[    5.302103] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x1a
[    5.302104] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x13
[    5.326046] dell_laptop: Using i8042 filter function for receiving events
[    5.370144] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.370450] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.370467] thermal thermal_zone8: failed to read out thermal zone (-61)
[    5.390839] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    5.439112] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    5.439148] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    5.439177] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    5.439208] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    5.439240] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    5.439268] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    5.439301] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    5.439330] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    5.490543] usb 1-6: USB disconnect, device number 2
[    5.639793] random: crng init done
[    5.639794] random: 7 urandom warning(s) missed due to ratelimiting
[    5.945593] Adding 1000444k swap on /dev/sda8.  Priority:-2 extents:1 across:1000444k SSFS
[    6.151041] audit: type=1400 audit(1596726321.246:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=1037 comm="apparmor_parser"
[    6.152146] audit: type=1400 audit(1596726321.250:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld" pid=1038 comm="apparmor_parser"
[    6.153236] audit: type=1400 audit(1596726321.250:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1031 comm="apparmor_parser"
[    6.153240] audit: type=1400 audit(1596726321.250:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1031 comm="apparmor_parser"
[    6.153242] audit: type=1400 audit(1596726321.250:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1031 comm="apparmor_parser"
[    6.153244] audit: type=1400 audit(1596726321.250:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1031 comm="apparmor_parser"
[    6.153361] audit: type=1400 audit(1596726321.250:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=1030 comm="apparmor_parser"
[    6.153363] audit: type=1400 audit(1596726321.250:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=1030 comm="apparmor_parser"
[    6.153458] audit: type=1400 audit(1596726321.250:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1034 comm="apparmor_parser"
[    6.153460] audit: type=1400 audit(1596726321.250:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1034 comm="apparmor_parser"
[    6.464188] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.464189] Bluetooth: BNEP filters: protocol multicast
[    6.464191] Bluetooth: BNEP socket layer initialized
[    7.566397] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    7.659458] aufs 4.15-20180219
[    7.813640] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    7.820403] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    8.032133] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    8.161505] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   13.066612] wlp2s0: authenticate with b8:26:6c:ca:64:65
[   13.075757] wlp2s0: send auth to b8:26:6c:ca:64:65 (try 1/3)
[   13.084540] wlp2s0: authenticated
[   13.091887] wlp2s0: associate with b8:26:6c:ca:64:65 (try 1/3)
[   13.093815] wlp2s0: RX AssocResp from b8:26:6c:ca:64:65 (capab=0x411 status=0 aid=2)
[   13.095905] wlp2s0: associated
[   13.219709] wlp2s0: Limiting TX power to 23 (23 - 0) dBm as advertised by b8:26:6c:ca:64:65
[   13.332032] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   13.751662] kauditd_printk_skb: 52 callbacks suppressed
[   13.751662] audit: type=1400 audit(1596726328.846:64): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=2835 comm="apparmor_parser"
[   13.906932] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   13.907908] Bridge firewalling registered
[   13.919284] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.925307] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   14.146204] Initializing XFRM netlink socket
[   14.149107] Netfilter messages via NETLINK v0.30.
[   14.150235] ctnetlink v0.93: registering with nfnetlink.
[   14.365066] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[   14.396972] IPv6: ADDRCONF(NETDEV_UP): br-e245aea1e587: link is not ready
cat /etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda6 during installation
UUID=7084a3ae-0272-48ab-a643-10825dd56a35 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda2 during installation
UUID=F430-89AE  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda7 during installation
UUID=59648d10-224f-4c5b-91b4-768b638f1b30 none            swap    sw              0       0
dpkg -l | grep libpam

ii  libpam-gnome-keyring:amd64                  3.18.3-0ubuntu2.1                                        amd64        PAM module to unlock the GNOME keyring upon login
ii  libpam-modules:amd64                        1.1.8-3.2ubuntu2.1                                       amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                          1.1.8-3.2ubuntu2.1                                       amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                              1.1.8-3.2ubuntu2.1                                       all          Runtime support for the PAM library
ii  libpam-systemd:amd64                        229-4ubuntu21.28                                         amd64        system and service manager - PAM module
ii  libpam0g:amd64                              1.1.8-3.2ubuntu2.1                                       amd64        Pluggable Authentication Modules library

Hors ligne

#33 Le 06/08/2020, à 18:46

inbox

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Je ne vois rien qui justifie ce blocage au démarrage, dans ce que je t'ai demandé.

As-tu autre de chose de branché en USB qu'une souris et un clavier. Si oui, essaye de démarrer plusieurs fois avec le minimum vital. Dis moi si cela est mieux ou pas.

Peux-tu donner le retour de ce qui suit ?

systemd-analyze;echo;systemd-analyze blame

Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#34 Le 06/08/2020, à 21:32

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

C'est un bug vraiment étrange : premier boot plante (écran violet) et deuxième boot fonctionne mais avec des messages d'erreurs.
Est ce que le problème ne viendrait pas de ces trois lignes ?

[    1.258882] Couldn't get size: 0x800000000000000e
[    1.258900] MODSIGN: Couldn't get UEFI MokListRT
[    1.750851] radeon 0000:01:00.0: failed VCE resume (-110).

Non pas de périphérique connecté au démarrage.

systemd-analyze;echo;systemd-analyze blame

10.940s apt-daily.service
          5.808s NetworkManager-wait-online.service
          1.954s phpsessionclean.service
          1.901s snapd.service
          1.889s docker.service
          1.627s fwupd.service
          1.389s apache2.service
          1.378s dev-sda7.device
          1.037s mysql.service
           401ms dev-loop9.device
           368ms dev-loop8.device
           360ms gpu-manager.service
           356ms dev-loop6.device
           347ms networking.service
           346ms dev-loop0.device
           345ms dev-loop11.device
           316ms dev-loop10.device
           312ms systemd-rfkill.service
           309ms dev-loop7.device
           296ms speech-dispatcher.service
           283ms dev-loop5.device
           275ms dev-loop4.device
           267ms dev-loop3.device
           266ms dev-loop1.device
           254ms NetworkManager.service
           249ms dev-loop2.device
           243ms accounts-daemon.service
           234ms avahi-daemon.service
           216ms keyboard-setup.service
           215ms apport.service
           196ms systemd-logind.service
           192ms grub-common.service
           192ms thermald.service
           183ms irqbalance.service
           163ms apparmor.service
           150ms systemd-tmpfiles-setup-dev.service
           149ms ufw.service
           147ms systemd-modules-load.service
           142ms udisks2.service
           141ms gdomap.service
           138ms ondemand.service
           134ms systemd-udev-trigger.service
           119ms rsyslog.service
           115ms lightdm.service
           114ms snap-chromium\x2dffmpeg-15.mount
           107ms snap-gimp-281.mount
           102ms snap-core18-1885.mount
           102ms systemd-remount-fs.service
            97ms sys-kernel-debug.mount
            96ms dev-mqueue.mount
            94ms setvtrgb.service
            93ms dev-hugepages.mount
            93ms console-setup.service
            91ms snap-gtk2\x2dcommon\x2dthemes-13.mount
            90ms plymouth-start.service
            88ms systemd-udevd.service
            86ms systemd-journald.service
            84ms user@108.service
            84ms snap-core-9665.mount
            76ms snap-opera-84.mount
            74ms sysstat.service
            69ms snap-vlc-1700.mount
            68ms snap-gnome\x2d3\x2d28\x2d1804-128.mount
            67ms snap-gtk\x2dcommon\x2dthemes-1506.mount
            66ms snap-audacity-675.mount
            65ms systemd-tmpfiles-setup.service
            64ms colord.service
            61ms bluetooth.service
            55ms cgroupfs-mount.service
            54ms pppd-dns.service
            51ms upower.service
            49ms snap-simplescreenrecorder\x2dmardy-4.mount
            47ms polkitd.service
            40ms kmod-static-nodes.service
            39ms systemd-fsck@dev-disk-by\x2duuid-F430\x2d89AE.service
            38ms systemd-journal-flush.service
            38ms systemd-sysctl.service
            34ms wpa_supplicant.service
            33ms snapd.seeded.service
            31ms systemd-update-utmp.service
            29ms systemd-random-seed.service
            27ms systemd-timesyncd.service
            25ms plymouth-read-write.service
            24ms alsa-restore.service
            23ms snapd.apparmor.service
            20ms snap-skype-143.mount
            20ms user@1000.service
            19ms boot-efi.mount
            11ms systemd-user-sessions.service
            10ms rc-local.service
             8ms dns-clean.service
             6ms dev-sda8.swap
             6ms systemd-update-utmp-runlevel.service
             5ms containerd.service
             5ms rtkit-daemon.service
             4ms systemd-backlight@leds:dell::kbd_backlight.service
             3ms resolvconf.service
             2ms sys-kernel-config.mount
             2ms sys-fs-fuse-connections.mount
             2ms plymouth-quit-wait.service
             2ms systemd-backlight@backlight:intel_backlight.service
             1ms docker.socket
             1ms snapd.socket

Hors ligne

#35 Le 06/08/2020, à 22:30

xubu1957

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

[    3.174619] [drm] amdgpu kernel modesetting enabled.
[    3.174635] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    3.174749] ATPX version 1, functions 0x00000033
[    3.174830] ATPX Hybrid Graphics

Vu ce fil ancien > Problème FGLRX avec ATI radeon hd et intel core i5

Montre :

lsmod | sort

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#36 Le 06/08/2020, à 22:54

inbox

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

@Xubu,

Tu as vu que tu fais référence à un sujet de 2011 ! yikes C'est hors d'âge niveau affichage graphique.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#37 Le 06/08/2020, à 22:57

xubu1957

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

@inbox

 xxxx kernel: radeon 0000:01:00.0: failed VCE resume (-110)

Au #28 :

lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915

Il n'y aurait pas une deuxième carte graphique désactivée ou débranchée ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#38 Le 07/08/2020, à 09:41

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

A ma connaissance il n'y a pas de deuxième carte graphique "matériel" sur ce PC après est ce qu'il y aurait un système d'émulation ça je sais pas.
Mais effectivement la piste d'un problème graphique pourrait être la bonne.

lsmod | sort

acpi_pad              180224  0
acpi_thermal_rel       16384  1 int3400_thermal
aesni_intel           188416  2
aes_x86_64             20480  1 aesni_intel
ahci                   40960  3
amdgpu               2740224  0
arc4                   16384  2
aufs                  241664  0
autofs4                40960  2
bluetooth             557056  11 btrtl,btintel,btbcm,bnep,btusb
bnep                   20480  2
bridge                155648  1 br_netfilter
br_netfilter           24576  0
btbcm                  16384  1 btusb
btintel                16384  1 btusb
btrtl                  16384  1 btusb
btusb                  45056  0
ccm                    20480  3
cfg80211              634880  3 iwlmvm,iwlwifi,mac80211
chash                  16384  1 amdgpu
coretemp               16384  0
crc32_pclmul           16384  0
crct10dif_pclmul       16384  0
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
crypto_simd            16384  1 aesni_intel
dcdbas                 16384  1 dell_smbios
dell_laptop            20480  1
dell_rbtn              16384  0
dell_smbios            24576  2 dell_wmi,dell_laptop
dell_smm_hwmon         16384  0
dell_smo8800           16384  0
dell_wmi               16384  0
dell_wmi_descriptor    16384  2 dell_wmi,dell_smbios
drm                   401408  11 drm_kms_helper,amdgpu,radeon,i915,ttm
drm_kms_helper        172032  3 amdgpu,radeon,i915
e1000e                249856  0
ecdh_generic           24576  1 bluetooth
fb_sys_fops            16384  1 drm_kms_helper
ghash_clmulni_intel    16384  0
glue_helper            16384  1 aesni_intel
i2c_algo_bit           16384  3 amdgpu,radeon,i915
i915                 1630208  51
input_leds             16384  0
int3400_thermal        16384  0
int3403_thermal        16384  0
int340x_thermal_zone    16384  2 int3403_thermal,processor_thermal_device
intel_cstate           20480  0
intel_pch_thermal      16384  0
intel_powerclamp       16384  0
intel_rapl             20480  0
intel_rapl_perf        16384  0
intel_soc_dts_iosf     16384  1 processor_thermal_device
intel_wmi_thunderbolt    16384  0
iptable_filter         16384  1
iptable_nat            16384  1
ip_tables              28672  2 iptable_filter,iptable_nat
ipt_MASQUERADE         16384  2
irqbypass              16384  1 kvm
iwlmvm                368640  0
iwlwifi               290816  1 iwlmvm
joydev                 24576  0
kvm                   614400  1 kvm_intel
kvm_intel             217088  0
libahci                32768  1 ahci
libcrc32c              16384  2 nf_conntrack,nf_nat
llc                    16384  2 bridge,stp
lp                     20480  0
mac80211              786432  1 iwlmvm
mac_hid                16384  0
media                  40960  2 videodev,uvcvideo
mei                    94208  1 mei_me
mei_me                 40960  0
memstick               16384  1 rtsx_pci_ms
Module                  Size  Used by
nf_conntrack          131072  7 xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink
nf_conntrack_ipv4      16384  5
nf_conntrack_netlink    40960  0
nf_defrag_ipv4         16384  1 nf_conntrack_ipv4
nf_nat                 32768  2 nf_nat_masquerade_ipv4,nf_nat_ipv4
nf_nat_ipv4            16384  1 iptable_nat
nf_nat_masquerade_ipv4    16384  1 ipt_MASQUERADE
nfnetlink              16384  2 nf_conntrack_netlink
nls_iso8859_1          16384  1
overlay                77824  0
parport                49152  3 parport_pc,lp,ppdev
parport_pc             32768  0
pcbc                   16384  0
ppdev                  20480  0
pps_core               20480  1 ptp
processor_thermal_device    16384  0
psmouse               151552  0
ptp                    20480  1 e1000e
radeon               1466368  1
rtsx_pci               69632  2 rtsx_pci_sdmmc,rtsx_pci_ms
rtsx_pci_ms            20480  0
rtsx_pci_sdmmc         24576  0
serio_raw              16384  0
shpchp                 36864  0
snd                    81920  17 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
snd_hda_codec         126976  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     49152  1
snd_hda_codec_realtek   106496  1
snd_hda_core           81920  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hda_intel          45056  3
snd_hwdep              20480  1 snd_hda_codec
snd_pcm                98304  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_rawmidi            32768  1 snd_seq_midi
snd_seq                65536  2 snd_seq_midi,snd_seq_midi_event
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_timer              32768  2 snd_seq,snd_pcm
soundcore              16384  1 snd
sparse_keymap          16384  1 dell_wmi
stp                    16384  1 bridge
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
ttm                   106496  2 amdgpu,radeon
uvcvideo               86016  0
video                  45056  3 dell_wmi,dell_laptop,i915
videobuf2_core         40960  2 videobuf2_v4l2,uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_vmalloc      16384  1 uvcvideo
videodev              188416  3 videobuf2_core,videobuf2_v4l2,uvcvideo
wmi                    24576  5 intel_wmi_thunderbolt,dell_wmi,wmi_bmof,dell_smbios,dell_wmi_descriptor
wmi_bmof               16384  0
x86_pkg_temp_thermal    16384  0
xfrm_algo              16384  1 xfrm_user
xfrm_user              36864  1
x_tables               40960  5 xt_conntrack,iptable_filter,ipt_MASQUERADE,xt_addrtype,ip_tables
xt_addrtype            16384  2
xt_conntrack           16384  2

Hors ligne

#39 Le 07/08/2020, à 09:58

xubu1957

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#40 Le 07/08/2020, à 11:14

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

On dirait qu'il y a une carte graphique intégrée à la carte mère et une carte graphique sur port de la carte mère ?

lspci -k | grep -EA3 'VGA|3D|Display'

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
	DeviceName:  Onboard IGD
	Subsystem: Dell Skylake Integrated Graphics
	Kernel driver in use: i915
--
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M] (rev 81)
	Subsystem: Dell Mars [Radeon HD 8670A/8670M/8750M]
	Kernel driver in use: radeon
	Kernel modules: radeon, amdgpu

Hors ligne

#41 Le 07/08/2020, à 11:15

xubu1957

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

J'ai atteint mes limites. hmm


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#42 Le 07/08/2020, à 11:16

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Pas de soucis merci pour ton aide.
j'ai trouvé ce POST pour un problème de boot assez similaire au mien : https://forum.ubuntu-fr.org/viewtopic.php?id=144241
Peut être un problème de BIOS finalement même si rien a bougé de ce côté là sur ma machine.
Je vais creuser cette piste ...

Dernière modification par gui-yem (Le 07/08/2020, à 11:22)

Hors ligne

#43 Le 07/08/2020, à 11:23

xubu1957

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Je trouve cette page > askubuntu.com/questions/1038271/intel-amd-hybrid-graphics-ubuntu-18-04, mais c'est pas à ma portée.

_ _ _

Attends l'avis d'inbox.

Dernière modification par xubu1957 (Le 07/08/2020, à 11:30)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#44 Le 07/08/2020, à 18:03

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Merci je regardes ça ...

Hors ligne

#45 Le 07/08/2020, à 19:33

geole

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

gui-yem a écrit :

C'est un bug vraiment étrange : premier boot plante (écran violet) et deuxième boot fonctionne mais avec des messages d'erreurs.
Est ce que le problème ne viendrait pas de ces trois lignes ?

[    1.258882] Couldn't get size: 0x800000000000000e
[    1.258900] MODSIGN: Couldn't get UEFI MokListRT
[    1.750851] radeon 0000:01:00.0: failed VCE resume (-110).

]

Bonjour
Pour une analyse plus fine.

journalclt -b >Trace.txt

puis avec un éditeur de texte, tu ouvres le fichier Trace.txt
et tu donnes le début du fichier  (les deux premières secondes)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#46 Le 09/08/2020, à 09:55

Nuliel

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Pourrais tu donner le retour de

lspci -nn

C'est juste pour expliquer pourquoi la commande lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel" n'a pas marché

Sinon pour ton problème, as tu une console lorsque tu fais ctrl+alt+f2? As tu en continu l'écran violet? As tu installé un truc spécial pour faire fonctionner ta carte radeon récemment?

Hors ligne

#47 Le 13/08/2020, à 16:17

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Merci pour les retours désolé j'étais hors réseau quelques jours.

journalctl -b >Trace.txt

-- Logs begin at jeu. 2020-08-13 16:25:47 CEST, end at jeu. 2020-08-13 16:32:51 CEST. --
août 13 16:25:47 guiyem-Latitude-E5570 systemd-journald[364]: Runtime journal (/run/log/journal/) is 8.0M, max 78.6M, 70.6M free.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: microcode: microcode updated early to revision 0xdc, date = 2020-04-27
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Linux version 4.15.0-112-generic (buildd@lcy01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)) #113~16.04.1-Ubuntu SMP Fri Jul 10 04:37:08 UTC 2020 (Ubuntu 4.15.0-112.113~16.04.1-generic 4.15.18)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-112-generic root=UUID=7084a3ae-0272-48ab-a643-10825dd56a35 ro quiet splash vt.handoff=7
août 13 16:25:47 guiyem-Latitude-E5570 kernel: KERNEL supported cpus:
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   Intel GenuineIntel
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   AMD AuthenticAMD
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   Centaur CentaurHauls
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: BIOS-provided physical RAM map:
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000965cefff] usable
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x00000000965cf000-0x00000000965cffff] ACPI NVS
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x00000000965d0000-0x0000000096619fff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000009661a000-0x000000009b449fff] usable
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000009b44a000-0x000000009b7eefff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000009b7ef000-0x000000009b82afff] ACPI data
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000009b82b000-0x000000009be6bfff] ACPI NVS
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000009be6c000-0x000000009c426fff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000009c427000-0x000000009c4fefff] type 20
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000009c4ff000-0x000000009c4fffff] usable
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x000000009c500000-0x000000009fffffff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000025dffffff] usable
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NX (Execute Disable) protection: active
août 13 16:25:47 guiyem-Latitude-E5570 kernel: efi: EFI v2.40 by American Megatrends
août 13 16:25:47 guiyem-Latitude-E5570 kernel: efi:  ACPI=0x9b7fb000  ACPI 2.0=0x9b7fb000  SMBIOS=0x9c26e000  ESRT=0x9c1e5118  SMBIOS 3.0=0x9c26d000  MPS=0xfcb60  MEMATTR=0x98670018 
août 13 16:25:47 guiyem-Latitude-E5570 kernel: secureboot: Secure boot could not be determined (mode 0)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: SMBIOS 3.0.0 present.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMI: Dell Inc. Latitude E5570/06YF8N, BIOS 1.18.6 12/08/2017
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: last_pfn = 0x25e000 max_arch_pfn = 0x400000000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: MTRR default type: write-back
août 13 16:25:47 guiyem-Latitude-E5570 kernel: MTRR fixed ranges enabled:
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   00000-9FFFF write-back
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   A0000-BFFFF uncachable
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   C0000-FFFFF write-protect
août 13 16:25:47 guiyem-Latitude-E5570 kernel: MTRR variable ranges enabled:
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   2 base 009E000000 mask 7FFE000000 uncachable
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   3 base 009D800000 mask 7FFF800000 uncachable
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   4 disabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   5 disabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   6 disabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   7 disabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   8 disabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   9 disabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: last_pfn = 0x9c500 max_arch_pfn = 0x400000000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: found SMP MP-table at [mem 0x000fcdd0-0x000fcddf]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: esrt: Reserving ESRT space from 0x000000009c1e5118 to 0x000000009c1e5150.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Scanning 1 areas for low memory corruption
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Using GB pages for direct mapping
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf93000, 0x1fcf93fff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf94000, 0x1fcf94fff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf95000, 0x1fcf95fff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf96000, 0x1fcf96fff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf97000, 0x1fcf97fff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf98000, 0x1fcf98fff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf99000, 0x1fcf99fff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf9a000, 0x1fcf9afff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf9b000, 0x1fcf9bfff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BRK [0x1fcf9c000, 0x1fcf9cfff] PGTABLE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: RAMDISK: [mem 0x31524000-0x34a89fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Early table checksum verification disabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: RSDP 0x000000009B7FB000 000024 (v02 DELL  )
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: XSDT 0x000000009B7FB0B8 0000EC (v01 DELL   CBX3     01072009 AMI  00010013)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: FACP 0x000000009B81C368 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: DSDT 0x000000009B7FB230 021132 (v02 DELL   CBX3     01072009 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: FACS 0x000000009BE69E80 000040
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: APIC 0x000000009B81C478 0000BC (v03 DELL   CBX3     01072009 AMI  00010013)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: FPDT 0x000000009B81C538 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: MCFG 0x000000009B81C580 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: HPET 0x000000009B81C5C0 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B81C5F8 00050E (v01 SataRe SataTabl 00001000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: WSMT 0x000000009B81CB08 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LPIT 0x000000009B81CB30 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B81CBC8 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B81CE10 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B81F9C0 00094B (v02 INTEL  xh_rvp07 00000000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: DBGP 0x000000009B820310 000034 (v01 INTEL           00000000 MSFT 0000005F)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: DBG2 0x000000009B820348 000054 (v00 INTEL           00000000 MSFT 0000005F)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B8203A0 0035DA (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: UEFI 0x000000009B823980 000042 (v01                 00000000      00000000)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B8239C8 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B824840 003BFD (v02 DptfTa DptfTabl 00001000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: MSDM 0x000000009B828440 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SLIC 0x000000009B828498 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: TCPA 0x000000009B828610 000032 (v02 ALASKA NAPAASF  00000000 MSFT 01000013)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B828648 00009F (v02 SgRef  SgPeg    00001000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: DMAR 0x000000009B8286E8 0000A8 (v01 INTEL  SKL      00000001 INTL 00000001)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0x000000009B828790 000D61 (v01 AmdRef AmdTabl  00001000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: ASF! 0x000000009B8294F8 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [81B blob data]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Local APIC address 0xfee00000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: No NUMA configuration found
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Faking a node at [mem 0x0000000000000000-0x000000025dffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NODE_DATA(0) allocated [mem 0x25dfd5000-0x25dffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Zone ranges:
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   Normal   [mem 0x0000000100000000-0x000000025dffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   Device   empty
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Movable zone start for each node
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Early memory node ranges
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   node   0: [mem 0x0000000000100000-0x00000000965cefff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   node   0: [mem 0x000000009661a000-0x000000009b449fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   node   0: [mem 0x000000009c4ff000-0x000000009c4fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   node   0: [mem 0x0000000100000000-0x000000025dffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Reserved but unavailable: 98 pages
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000025dffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: On node 0 totalpages: 2069405
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   DMA zone: 64 pages used for memmap
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   DMA zone: 26 pages reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   DMA zone: 3997 pages, LIFO batch:0
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   DMA32 zone: 9872 pages used for memmap
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   DMA32 zone: 631808 pages, LIFO batch:31
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   Normal zone: 22400 pages used for memmap
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   Normal zone: 1433600 pages, LIFO batch:31
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Reserving Intel graphics memory at 0x000000009e000000-0x000000009fffffff
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PM-Timer IO Port: 0x1808
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Local APIC address 0xfee00000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: IRQ0 used by override.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: IRQ9 used by override.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Using ACPI (MADT) for SMP configuration information
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: update [mem 0x987dd000-0x98864fff] usable ==> reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x965cf000-0x965cffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x965d0000-0x96619fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x987dd000-0x98864fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x9b44a000-0x9b7eefff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x9b7ef000-0x9b82afff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x9b82b000-0x9be6bfff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x9be6c000-0x9c426fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x9c427000-0x9c4fefff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0x9c500000-0x9fffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xa0000000-0xefffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: [mem 0xa0000000-0xefffffff] available for PCI devices
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Booting paravirtualized kernel on bare hardware
août 13 16:25:47 guiyem-Latitude-E5570 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
août 13 16:25:47 guiyem-Latitude-E5570 kernel: random: get_random_bytes called from start_kernel+0x99/0x51e with crng_init=0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u262144
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2037043
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Policy zone: Normal
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-112-generic root=UUID=7084a3ae-0272-48ab-a643-10825dd56a35 ro quiet splash vt.handoff=7
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Calgary: detecting Calgary via BIOS EBDA area
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Memory: 7959832K/8277620K available (12300K kernel code, 2480K rwdata, 4220K rodata, 2432K init, 2720K bss, 317788K reserved, 0K cma-reserved)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Kernel/User page tables isolation: enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ftrace: allocating 39359 entries in 154 pages
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Hierarchical RCU implementation.
août 13 16:25:47 guiyem-Latitude-E5570 kernel:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
août 13 16:25:47 guiyem-Latitude-E5570 kernel:         Tasks RCU enabled.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
août 13 16:25:47 guiyem-Latitude-E5570 kernel: spurious 8259A interrupt: IRQ7.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: vt handoff: transparent VT on vt#7
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Console: colour dummy device 80x25
août 13 16:25:47 guiyem-Latitude-E5570 kernel: console [tty0] enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Core revision 20170831
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
août 13 16:25:47 guiyem-Latitude-E5570 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
août 13 16:25:47 guiyem-Latitude-E5570 kernel: hpet clockevent registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: APIC: Switch to symmetric I/O mode setup
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR: Host address width 39
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR: RMRR base: 0x0000009b56a000 end: 0x0000009b589fff
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR: RMRR base: 0x0000009d800000 end: 0x0000009fffffff
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x2apic: IRQ remapping doesn't support X2APIC mode
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: tsc: Detected 2700.000 MHz processor
août 13 16:25:47 guiyem-Latitude-E5570 kernel: tsc: Detected 2699.909 MHz TSC
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.81 BogoMIPS (lpj=10799636)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pid_max: default: 32768 minimum: 301
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Security Framework initialized
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Yama: becoming mindful.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: AppArmor: AppArmor initialized
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: CPU0: Thermal monitoring enabled (TM1)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: process: using mwait in idle threads
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Spectre V2 : Mitigation: Full generic retpoline
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
août 13 16:25:47 guiyem-Latitude-E5570 kernel: TAA: Mitigation: Clear CPU buffers
août 13 16:25:47 guiyem-Latitude-E5570 kernel: SRBDS: Mitigation: Microcode
août 13 16:25:47 guiyem-Latitude-E5570 kernel: MDS: Mitigation: Clear CPU buffers
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Freeing SMP alternatives memory: 36K
août 13 16:25:47 guiyem-Latitude-E5570 kernel: smpboot: CPU0: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (family: 0x6, model: 0x5e, stepping: 0x3)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ... version:                4
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ... bit width:              48
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ... generic registers:      4
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ... value mask:             0000ffffffffffff
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ... max period:             00007fffffffffff
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ... fixed-purpose events:   3
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ... event mask:             000000070000000f
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Hierarchical SRCU implementation.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: smp: Bringing up secondary CPUs ...
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86: Booting SMP configuration:
août 13 16:25:47 guiyem-Latitude-E5570 kernel: .... node  #0, CPUs:      #1 #2 #3 #4
août 13 16:25:47 guiyem-Latitude-E5570 kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
août 13 16:25:47 guiyem-Latitude-E5570 kernel:  #5 #6 #7
août 13 16:25:47 guiyem-Latitude-E5570 kernel: smp: Brought up 1 node, 8 CPUs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: smpboot: Max logical packages: 1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: smpboot: Total of 8 processors activated (43198.54 BogoMIPS)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: devtmpfs: initialized
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/mm: Memory block size: 128MB
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: security.selinux
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: security.SMACK64
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: security.SMACK64EXEC
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: security.SMACK64TRANSMUTE
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: security.SMACK64MMAP
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: security.apparmor
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: security.ima
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: security.capability
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registering ACPI NVS region [mem 0x965cf000-0x965cffff] (4096 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PM: Registering ACPI NVS region [mem 0x9b82b000-0x9be6bfff] (6557696 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
août 13 16:25:47 guiyem-Latitude-E5570 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pinctrl core: initialized pinctrl subsystem
août 13 16:25:47 guiyem-Latitude-E5570 kernel: RTC time: 14:25:44, date: 08/13/20
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NET: Registered protocol family 16
août 13 16:25:47 guiyem-Latitude-E5570 kernel: audit: initializing netlink subsys (disabled)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: audit: type=2000 audit(1597328743.052:1): state=initialized audit_enabled=0 res=1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: cpuidle: using governor ladder
août 13 16:25:47 guiyem-Latitude-E5570 kernel: cpuidle: using governor menu
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: bus type PCI registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI: Using configuration type 1 for base access
août 13 16:25:47 guiyem-Latitude-E5570 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
août 13 16:25:47 guiyem-Latitude-E5570 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Added _OSI(Module Device)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Added _OSI(Processor Device)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Added _OSI(Processor Aggregator Device)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Added _OSI(Linux-Dell-Video)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Executed 27 blocks of module-level executable AML code
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Dynamic OEM Table Load:
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0xFFFF9A8293FE5800 0005FD (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Dynamic OEM Table Load:
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0xFFFF9A8293B25C00 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Dynamic OEM Table Load:
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0xFFFF9A8293FE4800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Dynamic OEM Table Load:
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: SSDT 0xFFFF9A8293B59600 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: EC: EC started
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: EC: interrupt blocked
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x14, EC_CMD/EC_SC=0x934, EC_DATA=0x930
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Interpreter enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: (supports S0 S3 S4 S5)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Using IOAPIC for interrupt routing
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [PG00] (on)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [PG01] (on)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [PG02] (on)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Resource [WRST] (off)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
août 13 16:25:47 guiyem-Latitude-E5570 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI host bridge to bus 0000:00
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: root bus resource [mem 0xa0000000-0xefffffff window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: [8086:191b] type 00 class 0x030000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xee000000-0xeeffffff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:04.0: reg 0x10: [mem 0xef340000-0xef347fff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:14.0: reg 0x10: [mem 0xef330000-0xef33ffff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:14.2: reg 0x10: [mem 0xef357000-0xef357fff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:16.0: reg 0x10: [mem 0xef356000-0xef356fff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:16.0: PME# supported from D3hot
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:16.3: [8086:a13d] type 00 class 0x070002
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:16.3: reg 0x10: [io  0xf0a0-0xf0a7]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:16.3: reg 0x14: [mem 0xef355000-0xef355fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:17.0: reg 0x10: [mem 0xef350000-0xef351fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:17.0: reg 0x14: [mem 0xef354000-0xef3540ff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:17.0: reg 0x24: [mem 0xef353000-0xef3537ff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:17.0: PME# supported from D3hot
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.0: [8086:a111] type 01 class 0x060400
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xef34c000-0xef34ffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xef348000-0xef34bfff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xef320000-0xef32ffff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xef352000-0xef3520ff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.6: [8086:15b7] type 00 class 0x020000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xef300000-0xef31ffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:01:00.0: [1002:6600] type 00 class 0x038000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:01:00.0: reg 0x18: [mem 0xef200000-0xef23ffff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:01:00.0: reg 0x30: [mem 0xef240000-0xef25ffff pref]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:01:00.0: supports D1 D2
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0:   bridge window [mem 0xef200000-0xef2fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:02:00.0: [8086:24f3] type 00 class 0x028000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xef100000-0xef101fff 64bit]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.0:   bridge window [mem 0xef100000-0xef1fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:03:00.0: reg 0x14: [mem 0xef000000-0xef000fff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:03:00.0: supports D1 D2
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.2:   bridge window [mem 0xef000000-0xef0fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: EC: interrupt unblocked
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: EC: event unblocked
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x14, EC_CMD/EC_SC=0x934, EC_DATA=0x930
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
août 13 16:25:47 guiyem-Latitude-E5570 kernel: SCSI subsystem initialized
août 13 16:25:47 guiyem-Latitude-E5570 kernel: libata version 3.00 loaded.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: vgaarb: bridge control possible
août 13 16:25:47 guiyem-Latitude-E5570 kernel: vgaarb: loaded
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: bus type USB registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usbcore: registered new interface driver usbfs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usbcore: registered new interface driver hub
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usbcore: registered new device driver usb
août 13 16:25:47 guiyem-Latitude-E5570 kernel: EDAC MC: Ver: 3.0.0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Registered efivars operations
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI: Using ACPI for IRQ routing
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI: pci_cache_line_size set to 64 bytes
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: reserve RAM buffer [mem 0x965cf000-0x97ffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: reserve RAM buffer [mem 0x987dd000-0x9bffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: reserve RAM buffer [mem 0x9b44a000-0x9bffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: reserve RAM buffer [mem 0x9c500000-0x9fffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e820: reserve RAM buffer [mem 0x25e000000-0x25fffffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NetLabel: Initializing
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NetLabel:  domain hash size = 128
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NetLabel:  unlabeled traffic allowed by default
août 13 16:25:47 guiyem-Latitude-E5570 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
août 13 16:25:47 guiyem-Latitude-E5570 kernel: clocksource: Switched to clocksource hpet
août 13 16:25:47 guiyem-Latitude-E5570 kernel: VFS: Disk quotas dquot_6.6.0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: AppArmor: AppArmor Filesystem Enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pnp: PnP ACPI init
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:00: [io  0x0680-0x069f] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:00: [io  0xffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:00: [io  0xffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:00: [io  0xffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:00: [io  0x164e-0x164f] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:01: [io  0x0800-0x087f] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:03: [io  0x1854-0x1857] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pnp 00:05: Plug and Play ACPI device, IDs DLL06df PNP0f13 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (disabled)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:08: [mem 0xfd000000-0xfdabffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:08: [mem 0xfdad0000-0xfdadffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:08: [mem 0xfdb00000-0xfdffffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:08: [mem 0xfe036000-0xfe03bfff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:08: [mem 0xfe03d000-0xfe3fffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:08: [mem 0xfe410000-0xfe7fffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:09: [io  0xff00-0xfffe] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:0a: [mem 0xfdaf0000-0xfdafffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:0a: [mem 0xfdae0000-0xfdaeffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:0a: [mem 0xfdac0000-0xfdacffff] has been reserved
août 13 16:25:47 guiyem-Latitude-E5570 kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0c31 (active)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pnp: PnP ACPI: found 12 devices
août 13 16:25:47 guiyem-Latitude-E5570 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0:   bridge window [mem 0xef200000-0xef2fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.0:   bridge window [mem 0xef100000-0xef1fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:1c.2:   bridge window [mem 0xef000000-0xef0fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: resource 7 [mem 0xa0000000-0xefffffff window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:01: resource 1 [mem 0xef200000-0xef2fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:02: resource 1 [mem 0xef100000-0xef1fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci_bus 0000:03: resource 1 [mem 0xef000000-0xef0fffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NET: Registered protocol family 2
août 13 16:25:47 guiyem-Latitude-E5570 kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: TCP: Hash tables configured (established 65536 bind 65536)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NET: Registered protocol family 1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI: CLS 0 bytes, default 64
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Unpacking initramfs...
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Freeing initrd memory: 54680K
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: software IO TLB: mapped [mem 0x90a6f000-0x94a6f000] (64MB)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Scanning for low memory corruption every 60 seconds
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Initialise system trusted keyrings
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Key type blacklist registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: workingset: timestamp_bits=36 max_order=21 bucket_order=0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: zbud: loaded
août 13 16:25:47 guiyem-Latitude-E5570 kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
août 13 16:25:47 guiyem-Latitude-E5570 kernel: fuse init (API version 7.26)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Key type asymmetric registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Asymmetric key parser 'x509' registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: io scheduler noop registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: io scheduler deadline registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: io scheduler cfq registered (default)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pcieport 0000:00:1c.0: AER enabled with IRQ 123
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pcieport 0000:00:1c.2: AER enabled with IRQ 124
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pcieport 0000:00:01.0: Signaling PME with IRQ 122
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 123
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pcieport 0000:00:1c.2: Signaling PME with IRQ 124
août 13 16:25:47 guiyem-Latitude-E5570 kernel: efifb: probing for efifb
août 13 16:25:47 guiyem-Latitude-E5570 kernel: efifb: framebuffer at 0xc0000000, using 8128k, total 8128k
août 13 16:25:47 guiyem-Latitude-E5570 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: efifb: scrolling: redraw
août 13 16:25:47 guiyem-Latitude-E5570 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Console: switching to colour frame buffer device 240x67
août 13 16:25:47 guiyem-Latitude-E5570 kernel: fb0: EFI VGA frame buffer device
août 13 16:25:47 guiyem-Latitude-E5570 kernel: intel_idle: MWAIT substates: 0x11142120
août 13 16:25:47 guiyem-Latitude-E5570 kernel: intel_idle: v0.4.1 model 0x5E
août 13 16:25:47 guiyem-Latitude-E5570 kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: AC Adapter [AC] (off-line)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Lid Switch [LID0]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Button [PBTN]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Sleep Button [SBTN]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Power Button [PWRF]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
août 13 16:25:47 guiyem-Latitude-E5570 kernel: thermal LNXTHERM:00: registered as thermal_zone0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Thermal Zone [THM] (25 C)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: serial 0000:00:16.3: enabling device (0000 -> 0003)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: 0000:00:16.3: ttyS4 at I/O 0xf0a0 (irq = 19, base_baud = 115200) is a 16550A
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Linux agpgart interface v0.103
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Battery Slot [BAT0] (battery present)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: tpm_tis 00:0b: 1.2 TPM (device-id 0xFE, rev-id 2)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: loop: module loaded
août 13 16:25:47 guiyem-Latitude-E5570 kernel: libphy: Fixed MDIO Bus: probed
août 13 16:25:47 guiyem-Latitude-E5570 kernel: tun: Universal TUN/TAP device driver, 1.6
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PPP generic driver version 2.4.2
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ehci-pci: EHCI PCI platform driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ehci-platform: EHCI generic platform driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ohci-pci: OHCI PCI platform driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ohci-platform: OHCI generic platform driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: uhci_hcd: USB Universal Host Controller Interface driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
août 13 16:25:47 guiyem-Latitude-E5570 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
août 13 16:25:47 guiyem-Latitude-E5570 kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb1: Product: xHCI Host Controller
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb1: Manufacturer: Linux 4.15.0-112-generic xhci-hcd
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb1: SerialNumber: 0000:00:14.0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: hub 1-0:1.0: USB hub found
août 13 16:25:47 guiyem-Latitude-E5570 kernel: hub 1-0:1.0: 16 ports detected
août 13 16:25:47 guiyem-Latitude-E5570 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
août 13 16:25:47 guiyem-Latitude-E5570 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
août 13 16:25:47 guiyem-Latitude-E5570 kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb2: Product: xHCI Host Controller
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb2: Manufacturer: Linux 4.15.0-112-generic xhci-hcd
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb usb2: SerialNumber: 0000:00:14.0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: hub 2-0:1.0: USB hub found
août 13 16:25:47 guiyem-Latitude-E5570 kernel: hub 2-0:1.0: 10 ports detected
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb: port power management may be unreliable
août 13 16:25:47 guiyem-Latitude-E5570 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
août 13 16:25:47 guiyem-Latitude-E5570 kernel: i8042: Warning: Keylock active
août 13 16:25:47 guiyem-Latitude-E5570 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
août 13 16:25:47 guiyem-Latitude-E5570 kernel: mousedev: PS/2 mouse device common for all mice
août 13 16:25:47 guiyem-Latitude-E5570 kernel: rtc_cmos 00:02: RTC can wake from S4
août 13 16:25:47 guiyem-Latitude-E5570 kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: i2c /dev entries driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: device-mapper: uevent: version 1.0.3
août 13 16:25:47 guiyem-Latitude-E5570 kernel: device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
août 13 16:25:47 guiyem-Latitude-E5570 kernel: intel_pstate: Intel P-state driver initializing
août 13 16:25:47 guiyem-Latitude-E5570 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
août 13 16:25:47 guiyem-Latitude-E5570 kernel: intel_pstate: HWP enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ledtrig-cpu: registered to indicate activity on CPUs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: EFI Variables Facility v0.08 2004-May-17
août 13 16:25:47 guiyem-Latitude-E5570 kernel: intel_pmc_core:  initialized
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NET: Registered protocol family 10
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Segment Routing with IPv6
août 13 16:25:47 guiyem-Latitude-E5570 kernel: NET: Registered protocol family 17
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Key type dns_resolver registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: mce: Using 10 MCE banks
août 13 16:25:47 guiyem-Latitude-E5570 kernel: RAS: Correctable Errors collector initialized.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: microcode: sig=0x506e3, pf=0x20, revision=0xdc
août 13 16:25:47 guiyem-Latitude-E5570 kernel: microcode: Microcode Update Driver: v2.2.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: sched_clock: Marking stable (1256578751, 0)->(1254756338, 1822413)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: registered taskstats version 1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Loading compiled-in X.509 certificates
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0369c56c7146cf506bb25ad446f2635f298f8fa6'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Couldn't get size: 0x800000000000000e
août 13 16:25:47 guiyem-Latitude-E5570 kernel: MODSIGN: Couldn't get UEFI MokListRT
août 13 16:25:47 guiyem-Latitude-E5570 kernel: zswap: loaded using pool lzo/zbud
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Key type big_key registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Key type trusted registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Key type encrypted registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: AppArmor: AppArmor sha1 policy hashing enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ima: Allocated hash algorithm: sha1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: evm: HMAC attrs: 0x1
août 13 16:25:47 guiyem-Latitude-E5570 kernel:   Magic number: 0:847:434
août 13 16:25:47 guiyem-Latitude-E5570 kernel: rtc_cmos 00:02: setting system clock to 2020-08-13 14:25:45 UTC (1597328745)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
août 13 16:25:47 guiyem-Latitude-E5570 kernel: EDD information not available.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-6: new full-speed USB device number 2 using xhci_hcd
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-6: New USB device found, idVendor=8087, idProduct=0a2b
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Freeing unused kernel image memory: 2432K
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Write protecting the kernel read-only data: 20480k
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Freeing unused kernel image memory: 2008K
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Freeing unused kernel image memory: 1924K
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/mm: Checking user space page tables
août 13 16:25:47 guiyem-Latitude-E5570 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ahci 0000:00:17.0: version 3.0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pps_core: LinuxPPS API ver. 1 registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
août 13 16:25:47 guiyem-Latitude-E5570 kernel: PTP clock support registered
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-11: new high-speed USB device number 3 using xhci_hcd
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0xd impl SATA mode
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems sxs deso sadm sds apst 
août 13 16:25:47 guiyem-Latitude-E5570 kernel: scsi host0: ahci
août 13 16:25:47 guiyem-Latitude-E5570 kernel: scsi host1: ahci
août 13 16:25:47 guiyem-Latitude-E5570 kernel: scsi host2: ahci
août 13 16:25:47 guiyem-Latitude-E5570 kernel: scsi host3: ahci
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata1: SATA max UDMA/133 abar m2048@0xef353000 port 0xef353100 irq 126
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata2: DUMMY
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata3: SATA max UDMA/133 abar m2048@0xef353000 port 0xef353200 irq 126
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata4: SATA max UDMA/133 abar m2048@0xef353000 port 0xef353280 irq 126
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] radeon kernel modesetting enabled.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ATPX version 1, functions 0x00000033
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ATPX Hybrid Graphics
août 13 16:25:47 guiyem-Latitude-E5570 kernel: checking generic (c0000000 7f0000) vs hw (d0000000 10000000)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: enabling device (0006 -> 0007)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] initializing kernel modesetting (OLAND 0x1002:0x6600 0x1028:0x06DF 0x81).
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ATOM BIOS: DELL
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] GPU not posted. posting now...
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: GTT: 2048M 0x0000000080000000 - 0x00000000FFFFFFFF
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Detected VRAM RAM=2048M, BAR=256M
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] RAM width 128bits DDR
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [TTM] Zone  kernel: Available graphics memory: 4028196 kiB
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [TTM] Initializing pool allocator
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [TTM] Initializing DMA pool allocator
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] radeon: 2048M of VRAM memory ready
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] radeon: 2048M of GTT memory ready.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Loading oland Microcode
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Internal thermal controller without fan control
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] probing gen 2 caps for device 8086:1901 = 261ad03/e
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] radeon: dpm initialized
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Found VCE firmware/feedback version 50.0.1 / 17!
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] GART: num cpu pages 524288, num gpu pages 524288
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] probing gen 2 caps for device 8086:1901 = 261ad03/e
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] PCIE gen 3 link speeds already enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: WB enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x        (ptrval)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0x        (ptrval)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0x        (ptrval)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x        (ptrval)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0x        (ptrval)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0x        (ptrval)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-11: New USB device found, idVendor=0bda, idProduct=5686
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-11: New USB device strings: Mfr=3, Product=1, SerialNumber=2
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-11: Product: Integrated_Webcam_HD
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-11: Manufacturer: CNFEH53N082060039362
août 13 16:25:47 guiyem-Latitude-E5570 kernel: usb 1-11: SerialNumber: 0001
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: failed VCE resume (-110).
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Driver supports precise vblank timestamp query.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: radeon: MSI limited to 32-bit
août 13 16:25:47 guiyem-Latitude-E5570 kernel: radeon 0000:01:00.0: radeon: using MSI.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] radeon: irq initialized.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) d4:81:d7:c1:a3:ab
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Memory usable by graphics device = 4096M
août 13 16:25:47 guiyem-Latitude-E5570 kernel: checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: fb: switching to inteldrmfb from EFI VGA
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Console: switching to colour dummy device 80x25
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Replacing VGA console driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Driver supports precise vblank timestamp query.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: vga_switcheroo: enabled
août 13 16:25:47 guiyem-Latitude-E5570 kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_26.bin (v1.26)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: tsc: Refined TSC clocksource calibration: 2712.008 MHz
août 13 16:25:47 guiyem-Latitude-E5570 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x27178e04de3, max_idle_ns: 440795318971 ns
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] RC6 on
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata1.00: ATA-10: Micron 1100 SATA 512GB,  M0DL003, max UDMA/133
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata1.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata1.00: configured for UDMA/133
août 13 16:25:47 guiyem-Latitude-E5570 kernel: scsi 0:0:0:0: Direct-Access     ATA      Micron 1100 SATA L003 PQ: 0 ANSI: 5
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata1.00: Enabling discard_zeroes_data
août 13 16:25:47 guiyem-Latitude-E5570 kernel: sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
août 13 16:25:47 guiyem-Latitude-E5570 kernel: sd 0:0:0:0: [sda] Write Protect is off
août 13 16:25:47 guiyem-Latitude-E5570 kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
août 13 16:25:47 guiyem-Latitude-E5570 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
août 13 16:25:47 guiyem-Latitude-E5570 kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata1.00: Enabling discard_zeroes_data
août 13 16:25:47 guiyem-Latitude-E5570 kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata1.00: Enabling discard_zeroes_data
août 13 16:25:47 guiyem-Latitude-E5570 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ring test on 0 succeeded in 2 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ring test on 1 succeeded in 1 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ring test on 2 succeeded in 1 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ring test on 3 succeeded in 3 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ring test on 4 succeeded in 3 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ring test on 5 succeeded in 2 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] UVD initialized successfully.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ib test on ring 0 succeeded in 0 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ib test on ring 1 succeeded in 0 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ib test on ring 2 succeeded in 0 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ib test on ring 3 succeeded in 0 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ib test on ring 4 succeeded in 0 usecs
août 13 16:25:47 guiyem-Latitude-E5570 kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata3: SATA link down (SStatus 4 SControl 300)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ata4: SATA link down (SStatus 0 SControl 300)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: random: fast init done
août 13 16:25:47 guiyem-Latitude-E5570 kernel: input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
août 13 16:25:47 guiyem-Latitude-E5570 kernel: input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] ib test on ring 5 succeeded
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Radeon Display Connectors
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 1
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
août 13 16:25:47 guiyem-Latitude-E5570 kernel: clocksource: Switched to clocksource tsc
août 13 16:25:47 guiyem-Latitude-E5570 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
août 13 16:25:47 guiyem-Latitude-E5570 kernel: [drm] amdgpu kernel modesetting enabled.
août 13 16:25:47 guiyem-Latitude-E5570 kernel: vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ATPX version 1, functions 0x00000033
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ATPX Hybrid Graphics
août 13 16:25:47 guiyem-Latitude-E5570 kernel: fbcon: inteldrmfb (fb0) is primary device
août 13 16:25:47 guiyem-Latitude-E5570 kernel: Console: switching to colour frame buffer device 240x67
août 13 16:25:47 guiyem-Latitude-E5570 kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
août 13 16:25:47 guiyem-Latitude-E5570 kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
août 13 16:25:47 guiyem-Latitude-E5570 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)
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Detected architecture x86-64.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Set hostname to <guiyem-Latitude-E5570>.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: [/etc/systemd/system/snap-core-9665.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: [/etc/systemd/system/snap-gnome\x2d3\x2d28\x2d1804-128.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: [/etc/systemd/system/snap-gimp-281.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: [/etc/systemd/system/snap-kde\x2dframeworks\x2d5\x2dcore18-32.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: [/etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1506.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: [/etc/systemd/system/snap-opera-85.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: [/etc/systemd/system/snap-core18-1885.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: lp: driver loaded but no devices found
août 13 16:25:47 guiyem-Latitude-E5570 systemd-journald[364]: Journal started
août 13 16:25:47 guiyem-Latitude-E5570 systemd-modules-load[361]: Inserted module 'lp'
août 13 16:25:47 guiyem-Latitude-E5570 kernel: ppdev: user-space parallel port driver
août 13 16:25:47 guiyem-Latitude-E5570 kernel: parport_pc 00:06: [io  0x0378-0x037b]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: parport_pc 00:06: [irq 5]
août 13 16:25:47 guiyem-Latitude-E5570 kernel: parport_pc 00:06: activated
août 13 16:25:47 guiyem-Latitude-E5570 kernel: parport_pc 00:06: reported by Plug and Play ACPI
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Started Create Static Device Nodes in /dev.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Starting udev Kernel Device Manager...
août 13 16:25:47 guiyem-Latitude-E5570 systemd-modules-load[361]: Inserted module 'ppdev'
août 13 16:25:47 guiyem-Latitude-E5570 systemd-modules-load[361]: Inserted module 'parport_pc'
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Started Load Kernel Modules.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Mounting FUSE Control File System...
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Starting Apply Kernel Variables...
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Mounting Configuration File System...
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Started udev Kernel Device Manager.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Started Apply Kernel Variables.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Mounted Huge Pages File System.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Mounted Debug File System.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Mounted Configuration File System.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Mounted POSIX Message Queue File System.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Mounted FUSE Control File System.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Started Remount Root and Kernel File Systems.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Starting Load/Save Random Seed...
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Starting Flush Journal to Persistent Storage...
août 13 16:25:47 guiyem-Latitude-E5570 kernel: EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Starting udev Coldplug all Devices...
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Started Load/Save Random Seed.
août 13 16:25:47 guiyem-Latitude-E5570 systemd[1]: Started Flush Journal to Persistent Storage.
août 13 16:25:48 guiyem-Latitude-E5570 loadkeys[360]: Chargement de /etc/console-setup/cached.kmap.gz
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Started Set console keymap.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Reached target Local File Systems (Pre).
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for simplescreenrecorder-mardy, revision 4...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for kde-frameworks-5-core18, revision 32...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for core18, revision 1885...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for opera, revision 85...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for core, revision 9665...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for gtk2-common-themes, revision 13...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for skype, revision 143...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for audacity, revision 675...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for gnome-3-28-1804, revision 128...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1506...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for core, revision 9804...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for chromium-ffmpeg, revision 15...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for gimp, revision 292...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for opera, revision 84...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for gimp, revision 281...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounting Mount unit for vlc, revision 1700...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for core, revision 9665.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Started udev Coldplug all Devices.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Starting Show Plymouth Boot Screen...
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for gnome-3-28-1804, revision 128.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for gtk2-common-themes, revision 13.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for skype, revision 143.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for gimp, revision 292.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for core, revision 9804.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for kde-frameworks-5-core18, revision 32.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for simplescreenrecorder-mardy, revision 4.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for opera, revision 84.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for opera, revision 85.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for vlc, revision 1700.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for gtk-common-themes, revision 1506.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for audacity, revision 675.
août 13 16:25:48 guiyem-Latitude-E5570 kernel: input: DELL Wireless hotkeys as /devices/virtual/input/input9
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for chromium-ffmpeg, revision 15.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Started Show Plymouth Boot Screen.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for gimp, revision 281.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Mounted Mount unit for core18, revision 1885.
août 13 16:25:48 guiyem-Latitude-E5570 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
août 13 16:25:48 guiyem-Latitude-E5570 kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
août 13 16:25:48 guiyem-Latitude-E5570 kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
août 13 16:25:48 guiyem-Latitude-E5570 kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
août 13 16:25:48 guiyem-Latitude-E5570 kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
août 13 16:25:48 guiyem-Latitude-E5570 mtp-probe[614]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
août 13 16:25:48 guiyem-Latitude-E5570 mtp-probe[614]: bus: 1, device: 3 was not an MTP device
août 13 16:25:48 guiyem-Latitude-E5570 kernel: media: Linux media interface: v0.10
août 13 16:25:48 guiyem-Latitude-E5570 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Linux video capture interface: v2.00
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Bluetooth: Core ver 2.22
août 13 16:25:48 guiyem-Latitude-E5570 kernel: NET: Registered protocol family 31
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Bluetooth: HCI device and connection manager initialized
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Bluetooth: HCI socket layer initialized
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Bluetooth: L2CAP socket layer initialized
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Bluetooth: SCO socket layer initialized
août 13 16:25:48 guiyem-Latitude-E5570 kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
août 13 16:25:48 guiyem-Latitude-E5570 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
août 13 16:25:48 guiyem-Latitude-E5570 kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
août 13 16:25:48 guiyem-Latitude-E5570 kernel: usbcore: registered new interface driver btusb
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Bluetooth: hci0: Firmware revision 0.0 build 217 week 17 2018
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Intel(R) Wireless WiFi driver for Linux
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Copyright(c) 2003- 2015 Intel Corporation
août 13 16:25:48 guiyem-Latitude-E5570 kernel: iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
août 13 16:25:48 guiyem-Latitude-E5570 kernel: iwlwifi 0000:02:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
août 13 16:25:48 guiyem-Latitude-E5570 kernel: uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5686)
août 13 16:25:48 guiyem-Latitude-E5570 kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
août 13 16:25:48 guiyem-Latitude-E5570 kernel: uvcvideo 1-11:1.0: Entity type for entity Extension 4 was not initialized!
août 13 16:25:48 guiyem-Latitude-E5570 kernel: uvcvideo 1-11:1.0: Entity type for entity Extension 7 was not initialized!
août 13 16:25:48 guiyem-Latitude-E5570 kernel: uvcvideo 1-11:1.0: Entity type for entity Processing 2 was not initialized!
août 13 16:25:48 guiyem-Latitude-E5570 kernel: uvcvideo 1-11:1.0: Entity type for entity Camera 1 was not initialized!
août 13 16:25:48 guiyem-Latitude-E5570 kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/input/input11
août 13 16:25:48 guiyem-Latitude-E5570 kernel: usbcore: registered new interface driver uvcvideo
août 13 16:25:48 guiyem-Latitude-E5570 kernel: USB Video Class driver (1.1.1)
août 13 16:25:48 guiyem-Latitude-E5570 kernel: AVX2 version of gcm_enc/dec engaged.
août 13 16:25:48 guiyem-Latitude-E5570 kernel: AES CTR mode by8 optimization enabled
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Starting Load/Save RF Kill Switch Status...
août 13 16:25:48 guiyem-Latitude-E5570 kernel: iwlwifi 0000:02:00.0: base HW address: 28:16:ad:97:f2:66
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Started Braille Device Support.
août 13 16:25:48 guiyem-Latitude-E5570 kernel: intel_rapl: Found RAPL domain package
août 13 16:25:48 guiyem-Latitude-E5570 kernel: intel_rapl: Found RAPL domain core
août 13 16:25:48 guiyem-Latitude-E5570 kernel: intel_rapl: Found RAPL domain uncore
août 13 16:25:48 guiyem-Latitude-E5570 kernel: intel_rapl: Found RAPL domain dram
août 13 16:25:48 guiyem-Latitude-E5570 kernel: dell_laptop: Using i8042 filter function for receiving events
août 13 16:25:48 guiyem-Latitude-E5570 kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
août 13 16:25:48 guiyem-Latitude-E5570 kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
août 13 16:25:48 guiyem-Latitude-E5570 kernel: thermal thermal_zone8: failed to read out thermal zone (-61)
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
août 13 16:25:48 guiyem-Latitude-E5570 kernel: ------------[ cut here ]------------
août 13 16:25:48 guiyem-Latitude-E5570 kernel: WARNING: CPU: 5 PID: 768 at /build/linux-hwe-jW5mjG/linux-hwe-4.15.0/kernel/workqueue.c:1446 __queue_work+0x20a/0x450
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Modules linked in: arc4 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel snd_hda_codec dell_laptop(+) snd_hda_core dell_smm_hwmon snd_hwdep pcbc snd_pcm aesni_intel aes_x86_64 iwlmvm crypto_simd glue_helper cryptd uvcvideo intel_cstate videobuf2_vmalloc mac80211 snd_seq_midi intel_rapl_perf snd_seq_midi_event snd_rawmidi snd_seq iwlwifi snd_seq_device input_leds joydev snd_timer btusb dell_wmi serio_raw videobuf2_memops btrtl videobuf2_v4l2 btbcm dell_smbios videobuf2_core btintel dcdbas rtsx_pci_ms snd bluetooth videodev sparse_keymap media dell_wmi_descriptor soundcore memstick intel_wmi_thunderbolt wmi_bmof cfg80211 ecdh_generic processor_thermal_device intel_soc_dts_iosf mei_me intel_pch_thermal
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  mei shpchp dell_rbtn mac_hid dell_smo8800 int3403_thermal int3400_thermal int340x_thermal_zone acpi_pad acpi_thermal_rel parport_pc ppdev lp parport autofs4 amdgpu chash radeon i915 rtsx_pci_sdmmc ttm i2c_algo_bit e1000e drm_kms_helper psmouse syscopyarea ptp sysfillrect pps_core sysimgblt fb_sys_fops rtsx_pci ahci drm libahci wmi video
août 13 16:25:48 guiyem-Latitude-E5570 kernel: CPU: 5 PID: 768 Comm: systemd-backlig Not tainted 4.15.0-112-generic #113~16.04.1-Ubuntu
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Hardware name: Dell Inc. Latitude E5570/06YF8N, BIOS 1.18.6 12/08/2017
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RIP: 0010:__queue_work+0x20a/0x450
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RSP: 0018:ffffa7630131fd70 EFLAGS: 00010082
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RAX: 0000000000000024 RBX: ffff9a829dd66500 RCX: 0000000000000006
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RDX: 0000000000000000 RSI: ffff9a829dd56498 RDI: ffff9a829dd56490
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RBP: ffffa7630131fdb0 R08: 000000000001120c R09: ffffffffab95f4c4
août 13 16:25:48 guiyem-Latitude-E5570 kernel: R10: 0000000000000000 R11: 0000000000000373 R12: 0000000000002000
août 13 16:25:48 guiyem-Latitude-E5570 kernel: R13: ffff9a8295018c00 R14: ffffffffc03a30d0 R15: 000000000001ec20
août 13 16:25:48 guiyem-Latitude-E5570 kernel: FS:  00007f4149810740(0000) GS:ffff9a829dd40000(0000) knlGS:0000000000000000
août 13 16:25:48 guiyem-Latitude-E5570 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
août 13 16:25:48 guiyem-Latitude-E5570 kernel: CR2: 00005580fdf48668 CR3: 000000024e18a001 CR4: 00000000003606e0
août 13 16:25:48 guiyem-Latitude-E5570 kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
août 13 16:25:48 guiyem-Latitude-E5570 kernel: DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Call Trace:
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  queue_work_on+0x28/0x40
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  led_set_brightness_nopm+0x37/0x40
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  led_set_brightness+0x37/0x60
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  brightness_store+0x7e/0xc0
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  dev_attr_store+0x1b/0x30
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  sysfs_kf_write+0x3c/0x50
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  kernfs_fop_write+0x125/0x1a0
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  __vfs_write+0x1b/0x40
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  vfs_write+0xb8/0x1b0
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  ? do_sys_open+0x1b4/0x290
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  SyS_write+0x5c/0xe0
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  do_syscall_64+0x73/0x130
août 13 16:25:48 guiyem-Latitude-E5570 kernel:  entry_SYSCALL_64_after_hwframe+0x41/0xa6
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RIP: 0033:0x7f41491f54a0
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RSP: 002b:00007ffc78cf25d8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RAX: ffffffffffffffda RBX: 00000000fffffff4 RCX: 00007f41491f54a0
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RDX: 0000000000000001 RSI: 00005580fdf43550 RDI: 0000000000000004
août 13 16:25:48 guiyem-Latitude-E5570 kernel: RBP: 00007ffc78cf2720 R08: 00007f41491e0178 R09: 0000000000000003
août 13 16:25:48 guiyem-Latitude-E5570 kernel: R10: 00007f4148f926a0 R11: 0000000000000246 R12: 0000000000000004
août 13 16:25:48 guiyem-Latitude-E5570 kernel: R13: 00005580fdf43550 R14: 00005580fdf40170 R15: 0000000000000001
août 13 16:25:48 guiyem-Latitude-E5570 kernel: Code: e8 ac 7e b5 00 49 8b 45 00 48 85 c0 75 e1 49 8b 46 08 49 8d 56 08 48 39 c2 0f 84 20 ff ff ff 48 c7 c7 f8 50 0a ab e8 86 9c 04 00 <0f> 0b 48 8b 3b c6 07 00 0f 1f 40 00 48 83 c4 18 5b 41 5c 41 5d 
août 13 16:25:48 guiyem-Latitude-E5570 kernel: ---[ end trace dfbcaeac4c5268ef ]---
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Started Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
août 13 16:25:48 guiyem-Latitude-E5570 kernel: iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
août 13 16:25:48 guiyem-Latitude-E5570 kernel: usb 1-6: USB disconnect, device number 2
août 13 16:25:48 guiyem-Latitude-E5570 systemd-rfkill[716]: Failed to open device: No such device
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Started Load/Save RF Kill Switch Status.
août 13 16:25:48 guiyem-Latitude-E5570 kernel: random: crng init done
août 13 16:25:48 guiyem-Latitude-E5570 kernel: random: 7 urandom warning(s) missed due to ratelimiting
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Found device Micron_1100_SATA_512GB 8.
août 13 16:25:48 guiyem-Latitude-E5570 systemd[1]: Found device Micron_1100_SATA_512GB 8.
lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [8086:1910] (rev 07)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:191b] (rev 06)
00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 07)
00:14.0 USB controller [0c03]: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller [8086:a12f] (rev 31)
00:14.2 Signal processing controller [1180]: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem [8086:a131] (rev 31)
00:16.0 Communication controller [0780]: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 [8086:a13a] (rev 31)
00:16.3 Serial controller [0700]: Intel Corporation 100 Series/C230 Series Chipset Family KT Redirection [8086:a13d] (rev 31)
00:17.0 SATA controller [0106]: Intel Corporation Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] [8086:a102] (rev 31)
00:1c.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #2 [8086:a111] (rev f1)
00:1c.2 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 [8086:a112] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation CM236 Chipset LPC/eSPI Controller [8086:a150] (rev 31)
00:1f.2 Memory controller [0580]: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller [8086:a121] (rev 31)
00:1f.3 Audio device [0403]: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller [8086:a170] (rev 31)
00:1f.4 SMBus [0c05]: Intel Corporation 100 Series/C230 Series Chipset Family SMBus [8086:a123] (rev 31)
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-LM [8086:15b7] (rev 31)
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M] [1002:6600] (rev 81)
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
Nuliel a écrit :

Sinon pour ton problème, as tu une console lorsque tu fais ctrl+alt+f2? As tu en continu l'écran violet? As tu installé un truc spécial pour faire fonctionner ta carte radeon récemment?

Je fais les tests et je te dis ça rapidement.
Donc lors du premier boot (celui qui plante) je reste bloqué sur l'écran violet (en continu) juste après le GRUB.
Non je n'ai rien installé récemment pour la carte Radeon mais j'imagine qu'une des mises à jour UBUNTU a du installé un driver ou autre qui pose problème ?

EDIT :
@ Nuliel
Apparemment ctrl+alt+f2 débloque le boot planté (écran violet) et permet d'accéder au système.

Dernière modification par gui-yem (Le 14/08/2020, à 14:36)

Hors ligne

#48 Le 13/08/2020, à 19:36

inbox

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Comme tu as deux cartes graphiques AMD/Intel, il faudrait voir  à désactiver la carte AMD en suivant les indications de la documentation.

Pour tester, tu peux ajouter l'option en éditant les lignes de lancement système. Voir la documentation Recovery mode. Il te faudra ajouter radeon.dpm=1 après splash.

Si ton système démarre normalement, tu pourras ajouter radeon.dpm=1 à Grub, comme expliqué dans la doc.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#49 Le 14/08/2020, à 14:44

gui-yem

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

@Inbox
Honnêtement j'aimerais bien ne pas avoir à désactiver la carte AMD qui, si je comprends bien, gère la sortie HDMI parce que j'utilise de temps en temps un deuxième écran. A la base mon système UBUNTU gérait très bien les deux cartes ... Je pense qu'une mise à jour système ou une installation logiciel à créé ce problème de gestion des cartes.
Mais bon je vais tester ta solution voir si ça règle le problème ce qui confirmera que c'est bien la gestion de la carte AMD qui est en cause.

Hors ligne

#50 Le 14/08/2020, à 15:48

inbox

Re : [RESOLU] UBUNTU 16 LTS démarrage bloque après GRUB

Quand il y a deux cartes, il faut obligatoirement en désactiver une.Si tu laisse les deux cartes actives, la consommation électrique est plus élevée et vide la batterie plus rapidement. De plus, cela provoque des problèmes de gestion de l'affichage car les deux cartes font le travail en parallèle.

La différence entre Windows et Linux, est que sous Linux le changement de carte est manuel.

Si désactiver la carte AMD ne te convient pas, il faut voir à désactiver la carte Intel.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne