Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 07/12/2019, à 13:29

SiobanDev

Ubuntu 18.04 boot lent malgré snapp correction

Bonjour ^^ ,

Je suis une utilisatrice débutante d'Ubuntu, j'ai installé la version LTS 18.04 sur mon PC portable après avoir supprimé Windows. Voici les infos techniques que j'ai eu avec la commande

sudo dmidecode
BIOS Information
	Vendor: HP
	Version: N78 Ver. 01.15
	Release Date: 11/07/2016
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 16 MB
	Characteristics:
		PCI is supported
		PC Card (PCMCIA) is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		EDD is supported
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		Smart battery is supported
		BIOS boot specification is supported
		Function key-initiated network boot is supported
		Targeted content distribution is supported
		UEFI is supported
	BIOS Revision: 1.15
	Firmware Revision: 64.99

Handle 0x000C, DMI type 1, 27 bytes
System Information
	Manufacturer: HP
	Product Name: HP ProBook 430 G3
	Version:  
	Serial Number: 5CD63069NP
	UUID: 260FEF02-57F6-11E6-B9A6-C158730100E2
	Wake-up Type: Power Switch
	SKU Number: V5F13AV
	Family: 103C_5336AN G=N L=BUS B=HP S=PRO

System Boot Information
	Status: No errors detected

Processor Information
	Socket Designation: U3E1
	Type: Central Processor
	Family: Core i7
	Manufacturer: Intel(R) Corporation
	ID: E3 06 04 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 78, Stepping 3
	Version: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
	Voltage: 0.7 V
	External Clock: 100 MHz
	Max Speed: 8300 MHz
	Current Speed: 1700 MHz
	Status: Populated, Enabled
	Upgrade: Other
	L1 Cache Handle: 0x0001
	L2 Cache Handle: 0x0002
	L3 Cache Handle: 0x0003
	Serial Number: To Be Filled By O.E.M.
	Asset Tag: To Be Filled By O.E.M.
	Part Number: To Be Filled By O.E.M.
	Core Count: 2
	Core Enabled: 2
	Thread Count: 4
	Characteristics:
		64-bit capable
		Multi-Core
		Hardware Thread
		Execute Protection
		Enhanced Virtualization
		Power/Performance Control

Comme Alessandro dans le fil «Boot lent», le démarrage de mon PC met plus de 10 secondes.
J'ai lancé la commande

systemd-analyze

qui m'a retourné

Startup finished in 5.251s (kernel) + 42.747s (userspace) = 47.999s
graphical.target reached after 40.968s in userspace

Puis

systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

graphical.target @40.968s
└─multi-user.target @40.968s
  └─kerneloops.service @40.952s +15ms
    └─network-online.target @40.952s
      └─NetworkManager-wait-online.service @34.693s +6.258s
        └─NetworkManager.service @34.533s +155ms
          └─dbus.service @34.514s
            └─basic.target @34.499s
              └─sockets.target @34.499s
                └─snapd.socket @34.495s +3ms
                  └─sysinit.target @34.494s
                    └─apparmor.service @33.793s +699ms
                      └─local-fs.target @33.791s
                        └─run-user-121.mount @35.078s
                          └─swap.target @418ms
                            └─swapfile.swap @230ms +185ms
                              └─systemd-remount-fs.service @217ms +10ms
                                └─systemd-journald.socket @211ms
                                  └─system.slice @211ms
                                    └─-.slice @209ms

J'avais beaucoup d'appli Snap, donc j'ai suivi les conseils donnés par f.x0 et j'ai suivi ce ticket https://forum.ubuntu-fr.org/viewtopic.p … #p22011947

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"

Mon démarrage est toujours aussi lent, et même pire que ça, mon PC frise régulièrement (au moins une fois par utilisation) alors que je n'utilise que deux ou trois applis comme Mozilla et Thunderbird.

Enfin, j'ai fait un boot info : http://paste.ubuntu.com/p/fSBkMn3FNn/

Je veux bien votre aide et je vous remercie d'avance pour le temps que vous passerez sur mon souci ^^ !

Dernière modification par SiobanDev (Le 07/12/2019, à 13:30)

Hors ligne

#2 Le 07/12/2019, à 14:09

geole

Re : Ubuntu 18.04 boot lent malgré snapp correction

Bonjour
Les caractéristiques de l'ordinateur sont visibles ici https://support.hp.com/fr-fr/document/c04845641

Tu as un SSD. Cela devrait mettre en route plus vite. Peux-tu donner le retour  entier du dmesg?

dmesg

afin qu'on voit ce qui se passe dans cet intervalle.

                        └─run-user-121.mount @35.078s
                          └─swap.target @418ms

Tu n'as pas donné la taille de la ram.

free -h

Il faut optimiser la gestion de la RAM. Voir les commandes au paragraphe 3.1.2 de cette documentation

Dernière modification par geole (Le 07/12/2019, à 14:12)


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

Hors ligne

#3 Le 07/12/2019, à 14:27

SiobanDev

Re : Ubuntu 18.04 boot lent malgré snapp correction

Merci @geole pour ta réponse rapide smile !

Voici les retours de la commande dmesg

dmesg
[    0.000000] microcode: microcode updated early to revision 0xd6, date = 2019-10-03
[    0.000000] Linux version 5.0.0-37-generic (buildd@lcy01-amd64-023) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 (Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic root=UUID=7d30b3eb-7bac-4973-b843-f76909f30cf3 ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    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] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c9c56fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9c57000-0x00000000c9c57fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c9c58000-0x00000000d90fafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d90fb000-0x00000000d9c7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9c7f000-0x00000000d9e7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d9e7f000-0x00000000d9efefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d9eff000-0x00000000d9efffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9f00000-0x00000000de7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80fa000-0x00000000f80fafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80fd000-0x00000000f80fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002207fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by HP
[    0.000000] efi:  ACPI=0xd9efe000  ACPI 2.0=0xd9efe014  SMBIOS=0xd98db000  ESRT=0xd907a660 
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: HP HP ProBook 430 G3/80FF, BIOS N78 Ver. 01.15 11/07/2016
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.001767] tsc: Detected 2592.000 MHz TSC
[    0.001768] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001769] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001775] last_pfn = 0x220800 max_arch_pfn = 0x400000000
[    0.001779] MTRR default type: write-back
[    0.001779] MTRR fixed ranges enabled:
[    0.001780]   00000-9FFFF write-back
[    0.001781]   A0000-BFFFF uncachable
[    0.001782]   C0000-FFFFF write-protect
[    0.001783] MTRR variable ranges enabled:
[    0.001784]   0 base 00E0000000 mask 7FE0000000 uncachable
[    0.001785]   1 base 00DC000000 mask 7FFC000000 uncachable
[    0.001785]   2 disabled
[    0.001786]   3 disabled
[    0.001786]   4 disabled
[    0.001787]   5 disabled
[    0.001787]   6 disabled
[    0.001787]   7 disabled
[    0.001788]   8 disabled
[    0.001788]   9 disabled
[    0.002813] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002964] last_pfn = 0xd9f00 max_arch_pfn = 0x400000000
[    0.011432] esrt: ESRT header is not in the memory map.
[    0.011440] check: Scanning 1 areas for low memory corruption
[    0.011445] Using GB pages for direct mapping
[    0.011447] BRK [0x11bc01000, 0x11bc01fff] PGTABLE
[    0.011449] BRK [0x11bc02000, 0x11bc02fff] PGTABLE
[    0.011449] BRK [0x11bc03000, 0x11bc03fff] PGTABLE
[    0.011473] BRK [0x11bc04000, 0x11bc04fff] PGTABLE
[    0.011475] BRK [0x11bc05000, 0x11bc05fff] PGTABLE
[    0.011567] BRK [0x11bc06000, 0x11bc06fff] PGTABLE
[    0.011592] BRK [0x11bc07000, 0x11bc07fff] PGTABLE
[    0.011673] BRK [0x11bc08000, 0x11bc08fff] PGTABLE
[    0.011714] BRK [0x11bc09000, 0x11bc09fff] PGTABLE
[    0.011758] RAMDISK: [mem 0x3d910000-0x3fffdfff]
[    0.011766] ACPI: Early table checksum verification disabled
[    0.011770] ACPI: RSDP 0x00000000D9EFE014 000024 (v02 HPQOEM)
[    0.011773] ACPI: XSDT 0x00000000D9EBF188 0000D4 (v01 HPQOEM SLIC-BPC 00000000      01000013)
[    0.011778] ACPI: FACP 0x00000000D9EEE000 0000F4 (v05 HPQOEM SLIC-BPC 00000000 HP   00000001)
[    0.011783] ACPI: DSDT 0x00000000D9EC8000 0226BF (v02 HPQOEM 80FF     00000000 INTL 20121018)
[    0.011786] ACPI: FACS 0x00000000D9E57000 000040
[    0.011788] ACPI: SSDT 0x00000000D9EFC000 000108 (v02 HP     ShmTable 00000001 INTL 20121018)
[    0.011790] ACPI: SSDT 0x00000000D9EFB000 00024F (v01 AcpiRe zpodd    00001000 INTL 20121018)
[    0.011793] ACPI: TCPA 0x00000000D9EF9000 000032 (v02 HPQOEM EDK2     00000002      01000013)
[    0.011795] ACPI: SSDT 0x00000000D9EF8000 0003B8 (v02 HPQOEM TcgTable 00001000 INTL 20121018)
[    0.011798] ACPI: UEFI 0x00000000D9E69000 000042 (v01 HPQOEM EDK2     00000002      01000013)
[    0.011800] ACPI: SSDT 0x00000000D9EF2000 0051FA (v02 SaSsdt SaSsdt   00003000 INTL 20121018)
[    0.011803] ACPI: SSDT 0x00000000D9EF1000 0005B1 (v01 Intel  PerfTune 00001000 INTL 20121018)
[    0.011805] ACPI: MSDM 0x00000000D9EF0000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP   00000001)
[    0.011807] ACPI: SLIC 0x00000000D9EEF000 000176 (v01 HPQOEM SLIC-BPC 00000001 HP   00000001)
[    0.011810] ACPI: HPET 0x00000000D9EED000 000038 (v01 HPQOEM 80FF     00000001 HP   00000001)
[    0.011812] ACPI: APIC 0x00000000D9EEC000 0000BC (v01 HPQOEM 80FF     00000001 HP   00000001)
[    0.011814] ACPI: MCFG 0x00000000D9EEB000 00003C (v01 HPQOEM 80FF     00000001 HP   00000001)
[    0.011817] ACPI: SSDT 0x00000000D9EC7000 00019A (v02 HPQOEM Sata0Ide 00001000 INTL 20121018)
[    0.011819] ACPI: SSDT 0x00000000D9EC6000 000729 (v01 HPQOEM PtidDevc 00001000 INTL 20121018)
[    0.011821] ACPI: SSDT 0x00000000D9EC5000 0003DC (v02 HPQOEM SDS_RTD3 00001000 INTL 20121018)
[    0.011824] ACPI: SSDT 0x00000000D9EC4000 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20121018)
[    0.011826] ACPI: SSDT 0x00000000D9EC2000 001B5C (v01 HP     LAPTOPPC 00001000 INTL 20121018)
[    0.011829] ACPI: NHLT 0x00000000D9EC1000 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.011831] ACPI: FPDT 0x00000000D9EC0000 000044 (v01 HPQOEM EDK2     00000002      01000013)
[    0.011833] ACPI: BGRT 0x00000000D9EFD000 000038 (v01 HPQOEM EDK2     00000002      01000013)
[    0.011836] ACPI: SSDT 0x00000000D9EFA000 000260 (v02 HP     PwrCtlEv 00000001 INTL 20121018)
[    0.011842] ACPI: Local APIC address 0xfee00000
[    0.012015] No NUMA configuration found
[    0.012016] Faking a node at [mem 0x0000000000000000-0x00000002207fffff]
[    0.012025] NODE_DATA(0) allocated [mem 0x2207d5000-0x2207fffff]
[    0.012248] Zone ranges:
[    0.012249]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.012250]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.012251]   Normal   [mem 0x0000000100000000-0x00000002207fffff]
[    0.012252]   Device   empty
[    0.012253] Movable zone start for each node
[    0.012256] Early memory node ranges
[    0.012257]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.012257]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.012258]   node   0: [mem 0x0000000000100000-0x00000000c9c56fff]
[    0.012259]   node   0: [mem 0x00000000c9c58000-0x00000000d90fafff]
[    0.012259]   node   0: [mem 0x00000000d9eff000-0x00000000d9efffff]
[    0.012260]   node   0: [mem 0x0000000100000000-0x00000002207fffff]
[    0.012699] Zeroed struct page in unavailable ranges: 28521 pages
[    0.012700] Initmem setup node 0 [mem 0x0000000000001000-0x00000002207fffff]
[    0.012701] On node 0 totalpages: 2070679
[    0.012702]   DMA zone: 64 pages used for memmap
[    0.012703]   DMA zone: 21 pages reserved
[    0.012704]   DMA zone: 3996 pages, LIFO batch:0
[    0.012821]   DMA32 zone: 13828 pages used for memmap
[    0.012822]   DMA32 zone: 884987 pages, LIFO batch:63
[    0.036059]   Normal zone: 18464 pages used for memmap
[    0.036059]   Normal zone: 1181696 pages, LIFO batch:63
[    0.065227] Reserving Intel graphics memory at [mem 0xdc800000-0xde7fffff]
[    0.065395] ACPI: PM-Timer IO Port: 0x1808
[    0.065396] ACPI: Local APIC address 0xfee00000
[    0.065403] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.065403] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.065404] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.065404] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.065405] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.065405] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.065406] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.065407] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.065434] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.065435] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.065437] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.065438] ACPI: IRQ0 used by override.
[    0.065439] ACPI: IRQ9 used by override.
[    0.065441] Using ACPI (MADT) for SMP configuration information
[    0.065442] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.065450] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.065466] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.065468] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.065469] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.065470] PM: Registered nosave memory: [mem 0xc9c57000-0xc9c57fff]
[    0.065472] PM: Registered nosave memory: [mem 0xd90fb000-0xd9c7efff]
[    0.065472] PM: Registered nosave memory: [mem 0xd9c7f000-0xd9e7efff]
[    0.065473] PM: Registered nosave memory: [mem 0xd9e7f000-0xd9efefff]
[    0.065474] PM: Registered nosave memory: [mem 0xd9f00000-0xde7fffff]
[    0.065475] PM: Registered nosave memory: [mem 0xde800000-0xf80f9fff]
[    0.065475] PM: Registered nosave memory: [mem 0xf80fa000-0xf80fafff]
[    0.065476] PM: Registered nosave memory: [mem 0xf80fb000-0xf80fcfff]
[    0.065476] PM: Registered nosave memory: [mem 0xf80fd000-0xf80fdfff]
[    0.065477] PM: Registered nosave memory: [mem 0xf80fe000-0xfdffffff]
[    0.065477] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.065478] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[    0.065479] [mem 0xde800000-0xf80f9fff] available for PCI devices
[    0.065480] Booting paravirtualized kernel on bare hardware
[    0.065483] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.065494] random: get_random_bytes called from start_kernel+0x97/0x516 with crng_init=0
[    0.065499] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.065775] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u524288
[    0.065781] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.065782] pcpu-alloc: [0] 0 1 2 3 
[    0.065804] Built 1 zonelists, mobility grouping on.  Total pages: 2038302
[    0.065805] Policy zone: Normal
[    0.065806] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic root=UUID=7d30b3eb-7bac-4973-b843-f76909f30cf3 ro quiet splash vt.handoff=1
[    0.072733] Calgary: detecting Calgary via BIOS EBDA area
[    0.072735] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.105995] Memory: 7938752K/8282716K available (14339K kernel code, 2336K rwdata, 4416K rodata, 2588K init, 5192K bss, 343964K reserved, 0K cma-reserved)
[    0.106125] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.106131] Kernel/User page tables isolation: enabled
[    0.106149] ftrace: allocating 41688 entries in 163 pages
[    0.124267] rcu: Hierarchical RCU implementation.
[    0.124269] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.124270] 	Tasks RCU enabled.
[    0.124270] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.124271] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.127036] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.127335] vt handoff: transparent VT on vt#1
[    0.127343] Console: colour dummy device 80x25
[    0.127347] printk: console [tty0] enabled
[    0.127367] ACPI: Core revision 20181213
[    0.127742] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.127772] hpet clockevent registered
[    0.127809] APIC: Switch to symmetric I/O mode setup
[    0.129014] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.133212] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.151781] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[    0.151793] Calibrating delay loop (skipped), value calculated using timer frequency.. 5184.00 BogoMIPS (lpj=10368000)
[    0.151795] pid_max: default: 32768 minimum: 301
[    0.154179] LSM: Security Framework initializing
[    0.154189] Yama: becoming mindful.
[    0.154205] AppArmor: AppArmor initialized
[    0.155774] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.156547] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.156582] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.156605] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.156820] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.156820] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.156835] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.156850] process: using mwait in idle threads
[    0.156852] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.156852] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.156854] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.156855] Spectre V2 : Mitigation: Full generic retpoline
[    0.156856] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.156856] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.156862] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.156862] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.156863] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.156887] MDS: Mitigation: Clear CPU buffers
[    0.157156] Freeing SMP alternatives memory: 36K
[    0.159862] TSC deadline timer enabled
[    0.159867] smpboot: CPU0: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[    0.159953] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.159960] ... version:                4
[    0.159960] ... bit width:              48
[    0.159960] ... generic registers:      4
[    0.159961] ... value mask:             0000ffffffffffff
[    0.159962] ... max period:             00007fffffffffff
[    0.159962] ... fixed-purpose events:   3
[    0.159963] ... event mask:             000000070000000f
[    0.160000] rcu: Hierarchical SRCU implementation.
[    0.160700] random: crng done (trusting CPU's manufacturer)
[    0.160980] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.161048] smp: Bringing up secondary CPUs ...
[    0.161122] x86: Booting SMP configuration:
[    0.161123] .... node  #0, CPUs:      #1 #2
[    0.163946] 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.163946]  #3
[    0.164390] smp: Brought up 1 node, 4 CPUs
[    0.164390] smpboot: Max logical packages: 1
[    0.164390] smpboot: Total of 4 processors activated (20736.00 BogoMIPS)
[    0.168034] devtmpfs: initialized
[    0.168034] x86/mm: Memory block size: 128MB
[    0.168483] PM: Registering ACPI NVS region [mem 0xd9c7f000-0xd9e7efff] (2097152 bytes)
[    0.168483] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.168483] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.168483] pinctrl core: initialized pinctrl subsystem
[    0.168483] RTC time: 11:31:26, date: 2019-12-07
[    0.168483] NET: Registered protocol family 16
[    0.168483] audit: initializing netlink subsys (disabled)
[    0.168483] audit: type=2000 audit(1575718286.040:1): state=initialized audit_enabled=0 res=1
[    0.168483] EISA bus registered
[    0.168483] cpuidle: using governor ladder
[    0.168483] cpuidle: using governor menu
[    0.168483] KVM setup pv remote TLB flush
[    0.168483] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.168483] ACPI: bus type PCI registered
[    0.168483] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.168483] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.168483] PCI: not using MMCONFIG
[    0.168483] PCI: Using configuration type 1 for base access
[    0.169049] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.169049] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.169049] ACPI: Added _OSI(Module Device)
[    0.169049] ACPI: Added _OSI(Processor Device)
[    0.169049] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.169049] ACPI: Added _OSI(Processor Aggregator Device)
[    0.169049] ACPI: Added _OSI(Linux-Dell-Video)
[    0.169049] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.169049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.208284] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.212316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.218159] ACPI: Dynamic OEM Table Load:
[    0.218172] ACPI: SSDT 0xFFFF96F95697B000 000660 (v02 PmRef  Cpu0Ist  00003000 INTL 20121018)
[    0.218819] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.219773] ACPI: Dynamic OEM Table Load:
[    0.219780] ACPI: SSDT 0xFFFF96F956AB0C00 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20121018)
[    0.220264] ACPI: Dynamic OEM Table Load:
[    0.220269] ACPI: SSDT 0xFFFF96F9569B20C0 00008E (v02 PmRef  Cpu0Hwp  00003000 INTL 20121018)
[    0.220621] ACPI: Dynamic OEM Table Load:
[    0.220626] ACPI: SSDT 0xFFFF96F956AAF400 000130 (v02 PmRef  HwpLvt   00003000 INTL 20121018)
[    0.221511] ACPI: Dynamic OEM Table Load:
[    0.221518] ACPI: SSDT 0xFFFF96F95697E000 0005AA (v02 PmRef  ApIst    00003000 INTL 20121018)
[    0.222311] ACPI: Dynamic OEM Table Load:
[    0.222316] ACPI: SSDT 0xFFFF96F956AAFA00 000119 (v02 PmRef  ApHwp    00003000 INTL 20121018)
[    0.222766] ACPI: Dynamic OEM Table Load:
[    0.222771] ACPI: SSDT 0xFFFF96F956AAEA00 000119 (v02 PmRef  ApCst    00003000 INTL 20121018)
[    0.224664] ACPI: EC: EC started
[    0.224665] ACPI: EC: interrupt blocked
[    2.452115] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    2.452116] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x6e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    2.452118] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    2.452118] ACPI: Interpreter enabled
[    2.452166] ACPI: (supports S0 S3 S4 S5)
[    2.452167] ACPI: Using IOAPIC for interrupt routing
[    2.452208] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    2.453392] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    2.453399] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.453806] ACPI: Enabled 7 GPEs in block 00 to 7F
[    2.455286] ACPI: Power Resource [PG01] (on)
[    2.455710] ACPI: Power Resource [PG02] (on)
[    2.456153] ACPI: Power Resource [PG00] (on)
[    2.462341] ACPI: Power Resource [WRST] (on)
[    2.462865] ACPI: Power Resource [WRST] (on)
[    2.463353] ACPI: Power Resource [WRST] (on)
[    2.463845] ACPI: Power Resource [WRST] (on)
[    2.464343] ACPI: Power Resource [WRST] (on)
[    2.464931] ACPI: Power Resource [WRST] (on)
[    2.465420] ACPI: Power Resource [WRST] (on)
[    2.465913] ACPI: Power Resource [WRST] (on)
[    2.466191] ACPI: Power Resource [PXP] (on)
[    2.596426] ACPI: Power Resource [WRST] (on)
[    2.596925] ACPI: Power Resource [WRST] (on)
[    2.597414] ACPI: Power Resource [WRST] (on)
[    2.597902] ACPI: Power Resource [WRST] (on)
[    2.598361] ACPI: Power Resource [WRST] (on)
[    2.598816] ACPI: Power Resource [WRST] (on)
[    2.599273] ACPI: Power Resource [WRST] (on)
[    2.599728] ACPI: Power Resource [WRST] (on)
[    2.600189] ACPI: Power Resource [WRST] (on)
[    2.600649] ACPI: Power Resource [WRST] (on)
[    2.601108] ACPI: Power Resource [WRST] (on)
[    2.601572] ACPI: Power Resource [WRST] (on)
[    2.602188] ACPI: Power Resource [P1PR] (on)
[    3.331698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    3.331703] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.333806] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    3.333806] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.335868] PCI host bridge to bus 0000:00
[    3.335870] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    3.335871] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.335872] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    3.335873] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    3.335874] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    3.335874] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    3.335875] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    3.335876] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    3.335877] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    3.335878] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    3.335879] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    3.335880] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    3.335880] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    3.335881] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    3.335882] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    3.335883] pci_bus 0000:00: root bus resource [mem 0xde800000-0xf7ffffff window]
[    3.335884] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    3.335885] pci_bus 0000:00: root bus resource [bus 00-3e]
[    3.335893] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[    3.336723] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
[    3.336735] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf0ffffff 64bit]
[    3.336741] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    3.336746] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    3.336762] pci 0000:00:02.0: BAR 2: assigned to efifb
[    3.337652] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    3.337673] pci 0000:00:14.0: reg 0x10: [mem 0xf1300000-0xf130ffff 64bit]
[    3.337745] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    3.338653] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    3.338674] pci 0000:00:14.2: reg 0x10: [mem 0xf132a000-0xf132afff 64bit]
[    3.339547] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    3.339568] pci 0000:00:16.0: reg 0x10: [mem 0xf132b000-0xf132bfff 64bit]
[    3.339637] pci 0000:00:16.0: PME# supported from D3hot
[    3.340494] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    3.340513] pci 0000:00:17.0: reg 0x10: [mem 0xf1328000-0xf1329fff]
[    3.340520] pci 0000:00:17.0: reg 0x14: [mem 0xf132e000-0xf132e0ff]
[    3.340527] pci 0000:00:17.0: reg 0x18: [io  0x4080-0x4087]
[    3.340535] pci 0000:00:17.0: reg 0x1c: [io  0x4088-0x408b]
[    3.340542] pci 0000:00:17.0: reg 0x20: [io  0x4040-0x405f]
[    3.340550] pci 0000:00:17.0: reg 0x24: [mem 0xf132c000-0xf132c7ff]
[    3.340592] pci 0000:00:17.0: PME# supported from D3hot
[    3.341447] pci 0000:00:1c.0: [8086:9d14] type 01 class 0x060400
[    3.341521] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.342426] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    3.342496] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    3.343385] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    3.344217] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    3.345121] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[    3.346024] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    3.346039] pci 0000:00:1f.2: reg 0x10: [mem 0xf1320000-0xf1323fff]
[    3.346915] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040380
[    3.346941] pci 0000:00:1f.3: reg 0x10: [mem 0xf1324000-0xf1327fff 64bit]
[    3.346965] pci 0000:00:1f.3: reg 0x20: [mem 0xf1310000-0xf131ffff 64bit]
[    3.347013] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    3.347896] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    3.347949] pci 0000:00:1f.4: reg 0x10: [mem 0xf132d000-0xf132d0ff 64bit]
[    3.347999] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    3.348944] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    3.348974] pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
[    3.349000] pci 0000:01:00.0: reg 0x18: [mem 0xf1004000-0xf1004fff 64bit]
[    3.349016] pci 0000:01:00.0: reg 0x20: [mem 0xf1000000-0xf1003fff 64bit]
[    3.349118] pci 0000:01:00.0: supports D1 D2
[    3.349119] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    3.349310] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.349312] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    3.349315] pci 0000:00:1c.0:   bridge window [mem 0xf1000000-0xf10fffff]
[    3.349429] pci 0000:02:00.0: [8086:24f3] type 00 class 0x028000
[    3.349524] pci 0000:02:00.0: reg 0x10: [mem 0xf1100000-0xf1101fff 64bit]
[    3.349751] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    3.350201] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    3.350205] pci 0000:00:1c.5:   bridge window [mem 0xf1100000-0xf11fffff]
[    3.350267] pci 0000:03:00.0: [10ec:522a] type 00 class 0xff0000
[    3.350293] pci 0000:03:00.0: reg 0x10: [mem 0xf1200000-0xf1200fff]
[    3.350416] pci 0000:03:00.0: supports D1 D2
[    3.350417] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    3.350594] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    3.350598] pci 0000:00:1d.0:   bridge window [mem 0xf1200000-0xf12fffff]
[    3.352403] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.352469] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    3.352534] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.352598] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.352661] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.352725] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.352790] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.352853] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.353373] ACPI: EC: interrupt unblocked
[    3.353381] ACPI: EC: event unblocked
[    3.353389] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x6e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    3.353391] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    3.353501] SCSI subsystem initialized
[    3.353501] libata version 3.00 loaded.
[    3.353501] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    3.353501] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    3.353501] pci 0000:00:02.0: vgaarb: bridge control possible
[    3.353501] vgaarb: loaded
[    3.353501] ACPI: bus type USB registered
[    3.353501] usbcore: registered new interface driver usbfs
[    3.353501] usbcore: registered new interface driver hub
[    3.353501] usbcore: registered new device driver usb
[    3.353501] pps_core: LinuxPPS API ver. 1 registered
[    3.353501] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.353501] PTP clock support registered
[    3.353501] EDAC MC: Ver: 3.0.0
[    3.353501] Registered efivars operations
[    3.353501] PCI: Using ACPI for IRQ routing
[    3.356799] PCI: pci_cache_line_size set to 64 bytes
[    3.356945] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    3.356946] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    3.356947] e820: reserve RAM buffer [mem 0xc9c57000-0xcbffffff]
[    3.356948] e820: reserve RAM buffer [mem 0xd90fb000-0xdbffffff]
[    3.356949] e820: reserve RAM buffer [mem 0xd9f00000-0xdbffffff]
[    3.356949] e820: reserve RAM buffer [mem 0x220800000-0x223ffffff]
[    3.359784] NetLabel: Initializing
[    3.359784] NetLabel:  domain hash size = 128
[    3.359784] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    3.359784] NetLabel:  unlabeled traffic allowed by default
[    3.360353] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    3.360356] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    3.363788] clocksource: Switched to clocksource tsc-early
[    3.374904] VFS: Disk quotas dquot_6.6.0
[    3.374916] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.375008] AppArmor: AppArmor Filesystem Enabled
[    3.375032] pnp: PnP ACPI init
[    3.375225] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    3.375227] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    3.375228] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    3.375229] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    3.375230] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    3.375234] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.375567] system 00:01: [io  0x2000-0x20fe] has been reserved
[    3.375569] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.375832] system 00:02: [io  0x0680-0x069f] has been reserved
[    3.375833] system 00:02: [io  0xffff] has been reserved
[    3.375834] system 00:02: [io  0xffff] has been reserved
[    3.375835] system 00:02: [io  0xffff] has been reserved
[    3.375836] system 00:02: [io  0x1800-0x18fe] has been reserved
[    3.375837] system 00:02: [io  0x164e-0x164f] has been reserved
[    3.375840] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.375939] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.375974] system 00:04: [io  0x1854-0x1857] has been reserved
[    3.375977] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    3.375992] pnp 00:05: Plug and Play ACPI device, IDs HPQ8002 PNP0303 (active)
[    3.376007] pnp 00:06: Plug and Play ACPI device, IDs SYN302e SYN0100 SYN0002 PNP0f13 (active)
[    3.376076] system 00:07: [io  0x0200-0x023f] has been reserved
[    3.376078] system 00:07: [mem 0xfedf0000-0xfedfffff] has been reserved
[    3.376080] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.376499] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    3.376500] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    3.376501] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    3.376503] system 00:08: [mem 0xf8000000-0xfbffffff] could not be reserved
[    3.376504] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    3.376505] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    3.376506] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    3.376507] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    3.376508] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[    3.376509] system 00:08: [mem 0xde800000-0xde81ffff] has been reserved
[    3.376512] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.376844] pnp 00:09: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    3.377042] pnp: PnP ACPI: found 10 devices
[    3.382830] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.382850] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    3.382851] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    3.382863] pci 0000:00:1d.0: BAR 15: assigned [mem 0xde900000-0xdeafffff 64bit pref]
[    3.382865] pci 0000:00:1d.0: BAR 13: assigned [io  0x5000-0x5fff]
[    3.382867] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.382869] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    3.382872] pci 0000:00:1c.0:   bridge window [mem 0xf1000000-0xf10fffff]
[    3.382878] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    3.382881] pci 0000:00:1c.5:   bridge window [mem 0xf1100000-0xf11fffff]
[    3.382886] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    3.382887] pci 0000:00:1d.0:   bridge window [io  0x5000-0x5fff]
[    3.382890] pci 0000:00:1d.0:   bridge window [mem 0xf1200000-0xf12fffff]
[    3.382892] pci 0000:00:1d.0:   bridge window [mem 0xde900000-0xdeafffff 64bit pref]
[    3.382897] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    3.382898] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    3.382899] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.382899] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    3.382900] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    3.382901] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    3.382902] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    3.382903] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    3.382904] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    3.382905] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    3.382906] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    3.382906] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    3.382907] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    3.382908] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    3.382909] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    3.382910] pci_bus 0000:00: resource 19 [mem 0xde800000-0xf7ffffff window]
[    3.382911] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    3.382912] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    3.382913] pci_bus 0000:01: resource 1 [mem 0xf1000000-0xf10fffff]
[    3.382914] pci_bus 0000:02: resource 1 [mem 0xf1100000-0xf11fffff]
[    3.382915] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    3.382915] pci_bus 0000:03: resource 1 [mem 0xf1200000-0xf12fffff]
[    3.382916] pci_bus 0000:03: resource 2 [mem 0xde900000-0xdeafffff 64bit pref]
[    3.383055] NET: Registered protocol family 2
[    3.383194] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    3.383222] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    3.383336] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.383522] TCP: Hash tables configured (established 65536 bind 65536)
[    3.383549] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    3.383575] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    3.383645] NET: Registered protocol family 1
[    3.383650] NET: Registered protocol family 44
[    3.383658] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.383995] PCI: CLS 0 bytes, default 64
[    3.384022] Unpacking initramfs...
[    3.924624] Freeing initrd memory: 39864K
[    3.924642] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.924643] software IO TLB: mapped [mem 0xd488f000-0xd888f000] (64MB)
[    3.924842] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[    3.924854] clocksource: Switched to clocksource tsc
[    3.924907] check: Scanning for low memory corruption every 60 seconds
[    3.926603] Initialise system trusted keyrings
[    3.926611] Key type blacklist registered
[    3.926637] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    3.927777] zbud: loaded
[    3.928159] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.928315] fuse init (API version 7.28)
[    3.960839] Key type asymmetric registered
[    3.960840] Asymmetric key parser 'x509' registered
[    3.960852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    3.960883] io scheduler mq-deadline registered
[    3.961232] pcieport 0000:00:1c.0: Signaling PME with IRQ 120
[    3.961280] aer 0000:00:1c.0:pcie002: AER enabled with IRQ 120
[    3.961501] pcieport 0000:00:1c.5: Signaling PME with IRQ 121
[    3.961545] aer 0000:00:1c.5:pcie002: AER enabled with IRQ 121
[    3.961734] pcieport 0000:00:1d.0: Signaling PME with IRQ 122
[    3.961776] aer 0000:00:1d.0:pcie002: AER enabled with IRQ 122
[    3.961794] pciehp 0000:00:1d.0:pcie004: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    3.961872] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.961928] efifb: probing for efifb
[    3.961939] efifb: framebuffer at 0xe0000000, using 4128k, total 4128k
[    3.961940] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    3.961940] efifb: scrolling: redraw
[    3.961941] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.962043] Console: switching to colour frame buffer device 170x48
[    3.962070] fb0: EFI VGA frame buffer device
[    3.962077] intel_idle: MWAIT substates: 0x11142120
[    3.962078] intel_idle: v0.4.1 model 0x4E
[    3.962292] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.962520] ACPI: AC Adapter [AC] (on-line)
[    3.962573] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    3.962579] ACPI: Sleep Button [SLPB]
[    3.962603] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    3.962606] ACPI: Lid Switch [LID]
[    3.962629] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    3.962638] ACPI: Power Button [PWRF]
[    3.968527] thermal LNXTHERM:00: registered as thermal_zone0
[    3.968528] ACPI: Thermal Zone [CPUZ] (26 C)
[    3.973837] thermal LNXTHERM:01: registered as thermal_zone1
[    3.973838] ACPI: Thermal Zone [GFXZ] (0 C)
[    3.977026] thermal LNXTHERM:02: registered as thermal_zone2
[    3.977027] ACPI: Thermal Zone [EXTZ] (21 C)
[    3.979605] thermal LNXTHERM:03: registered as thermal_zone3
[    3.979605] ACPI: Thermal Zone [LOCZ] (22 C)
[    3.982427] thermal LNXTHERM:04: registered as thermal_zone4
[    3.982427] ACPI: Thermal Zone [BATZ] (20 C)
[    3.982734] thermal LNXTHERM:05: registered as thermal_zone5
[    3.982734] ACPI: Thermal Zone [PCHZ] (0 C)
[    3.982891] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.982908] battery: ACPI: Battery Slot [BAT0] (battery absent)
[    3.984197] Linux agpgart interface v0.103
[    3.986394] tpm_tis 00:09: 1.2 TPM (device-id 0x1B, rev-id 16)
[    4.005054] loop: module loaded
[    4.005269] libphy: Fixed MDIO Bus: probed
[    4.005270] tun: Universal TUN/TAP device driver, 1.6
[    4.005336] PPP generic driver version 2.4.2
[    4.005365] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.005367] ehci-pci: EHCI PCI platform driver
[    4.005376] ehci-platform: EHCI generic platform driver
[    4.005385] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.005388] ohci-pci: OHCI PCI platform driver
[    4.005394] ohci-platform: OHCI generic platform driver
[    4.005399] uhci_hcd: USB Universal Host Controller Interface driver
[    4.005588] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.005593] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    4.006652] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    4.006656] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    4.006816] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    4.006817] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.006818] usb usb1: Product: xHCI Host Controller
[    4.006819] usb usb1: Manufacturer: Linux 5.0.0-37-generic xhci-hcd
[    4.006820] usb usb1: SerialNumber: 0000:00:14.0
[    4.006933] hub 1-0:1.0: USB hub found
[    4.006947] hub 1-0:1.0: 12 ports detected
[    4.009670] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.009673] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    4.009675] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    4.009704] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    4.009705] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.009705] usb usb2: Product: xHCI Host Controller
[    4.009706] usb usb2: Manufacturer: Linux 5.0.0-37-generic xhci-hcd
[    4.009707] usb usb2: SerialNumber: 0000:00:14.0
[    4.009807] hub 2-0:1.0: USB hub found
[    4.009816] hub 2-0:1.0: 6 ports detected
[    4.009940] usb: port power management may be unreliable
[    4.010304] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    4.011728] i8042: Detected active multiplexing controller, rev 1.1
[    4.012066] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.012069] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    4.012085] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    4.012097] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    4.012109] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    4.012278] mousedev: PS/2 mouse device common for all mice
[    4.012640] rtc_cmos 00:03: RTC can wake from S4
[    4.013137] rtc_cmos 00:03: registered as rtc0
[    4.013148] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    4.013153] i2c /dev entries driver
[    4.013231] device-mapper: uevent: version 1.0.3
[    4.013310] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    4.013325] platform eisa.0: Probing EISA bus 0
[    4.013327] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    4.013328] platform eisa.0: Cannot allocate resource for EISA slot 1
[    4.013329] platform eisa.0: Cannot allocate resource for EISA slot 2
[    4.013330] platform eisa.0: Cannot allocate resource for EISA slot 3
[    4.013330] platform eisa.0: Cannot allocate resource for EISA slot 4
[    4.013331] platform eisa.0: Cannot allocate resource for EISA slot 5
[    4.013332] platform eisa.0: Cannot allocate resource for EISA slot 6
[    4.013333] platform eisa.0: Cannot allocate resource for EISA slot 7
[    4.013334] platform eisa.0: Cannot allocate resource for EISA slot 8
[    4.013335] platform eisa.0: EISA: Detected 0 cards
[    4.013337] intel_pstate: Intel P-state driver initializing
[    4.013589] intel_pstate: HWP enabled
[    4.013616] ledtrig-cpu: registered to indicate activity on CPUs
[    4.013620] EFI Variables Facility v0.08 2004-May-17
[    4.037671] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    4.051584] intel_pmc_core:  initialized
[    4.051834] NET: Registered protocol family 10
[    4.057120] Segment Routing with IPv6
[    4.057141] NET: Registered protocol family 17
[    4.057201] Key type dns_resolver registered
[    4.057573] mce: Using 8 MCE banks
[    4.057596] RAS: Correctable Errors collector initialized.
[    4.057621] microcode: sig=0x406e3, pf=0x80, revision=0xd6
[    4.057760] microcode: Microcode Update Driver: v2.2.
[    4.057769] sched_clock: Marking stable (4057289561, 466947)->(4066817375, -9060867)
[    4.058150] registered taskstats version 1
[    4.058160] Loading compiled-in X.509 certificates
[    4.059890] Loaded X.509 cert 'Build time autogenerated kernel key: 88fcad88465f792265cf358553c118dce4c5c672'
[    4.060744] Loaded UEFI:db cert 'Hewlett-Packard Company: HP UEFI Secure Boot 2013 DB key: 1d7cf2c2b92673f69c8ee1ec7063967ab9b62bec' linked to secondary sys keyring
[    4.060759] Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring
[    4.060775] Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring
[    4.061044] Couldn't get size: 0x800000000000000e
[    4.061046] MODSIGN: Couldn't get UEFI MokListRT
[    4.061796] zswap: loaded using pool lzo/zbud
[    4.067600] Key type big_key registered
[    4.067605] Key type trusted registered
[    4.070500] Key type encrypted registered
[    4.070503] AppArmor: AppArmor sha1 policy hashing enabled
[    4.071932] ima: Allocated hash algorithm: sha1
[    4.101214] No architecture policies found
[    4.101233] evm: Initialising EVM extended attributes:
[    4.101234] evm: security.selinux
[    4.101234] evm: security.SMACK64
[    4.101235] evm: security.SMACK64EXEC
[    4.101235] evm: security.SMACK64TRANSMUTE
[    4.101235] evm: security.SMACK64MMAP
[    4.101236] evm: security.apparmor
[    4.101236] evm: security.ima
[    4.101236] evm: security.capability
[    4.101237] evm: HMAC attrs: 0x1
[    4.102269]   Magic number: 15:206:529
[    4.102467] rtc_cmos 00:03: setting system clock to 2019-12-07T11:31:30 UTC (1575718290)
[    4.102773] Lockdown: swapper/0: Hibernation is restricted; see man kernel_lockdown.7
[    4.103731] Freeing unused decrypted memory: 2040K
[    4.104148] Freeing unused kernel image memory: 2588K
[    4.123797] Write protecting the kernel read-only data: 22528k
[    4.124391] Freeing unused kernel image memory: 2016K
[    4.124642] Freeing unused kernel image memory: 1728K
[    4.132032] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.132033] x86/mm: Checking user space page tables
[    4.139212] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.139213] Run /init as init process
[    4.270723] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    4.271179] rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
[    4.272310] ahci 0000:00:17.0: version 3.0
[    4.272566] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[    4.273258] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    4.282663] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl SATA mode
[    4.282666] ahci 0000:00:17.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
[    4.283812] scsi host0: ahci
[    4.284070] scsi host1: ahci
[    4.284272] scsi host2: ahci
[    4.284360] ata1: SATA max UDMA/133 abar m2048@0xf132c000 port 0xf132c100 irq 125
[    4.284362] ata2: SATA max UDMA/133 abar m2048@0xf132c000 port 0xf132c180 irq 125
[    4.284364] ata3: SATA max UDMA/133 abar m2048@0xf132c000 port 0xf132c200 irq 125
[    4.290381] libphy: r8169: probed
[    4.290739] r8169 0000:01:00.0 eth0: RTL8168h/8111h, ec:8e:b5:51:2c:49, XID 541, IRQ 126
[    4.290741] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    4.322431] r8169 0000:01:00.0 enp1s0: renamed from eth0
[    4.348044] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    4.368611] usb 2-1: New USB device found, idVendor=04e8, idProduct=61b6, bcdDevice=13.06
[    4.368612] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.368614] usb 2-1: Product: Samsung M3 Portable
[    4.368614] usb 2-1: Manufacturer: Samsung M3 Portable
[    4.368615] usb 2-1: SerialNumber: 0A247DF90900002A
[    4.373753] usbcore: registered new interface driver usb-storage
[    4.378196] scsi host3: uas
[    4.378348] usbcore: registered new interface driver uas
[    4.378743] scsi 3:0:0:0: Direct-Access     Samsung  M3 Portable      1306 PQ: 0 ANSI: 6
[    4.379474] sd 3:0:0:0: Attached scsi generic sg0 type 0
[    4.380009] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    4.380010] sd 3:0:0:0: [sda] 4096-byte physical blocks
[    4.380148] sd 3:0:0:0: [sda] Write Protect is off
[    4.380149] sd 3:0:0:0: [sda] Mode Sense: 53 00 00 08
[    4.380430] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.380671] sd 3:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[    4.495921] usb 1-4: new low-speed USB device number 2 using xhci_hcd
[    4.600865] ata1: SATA link down (SStatus 4 SControl 300)
[    4.653124] usb 1-4: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
[    4.653126] usb 1-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.653127] usb 1-4: Product: USB Optical Mouse
[    4.684619]  sda: sda1
[    4.686210] sd 3:0:0:0: [sda] Attached SCSI disk
[    4.783886] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    4.912232] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.915383] ata2.00: ACPI cmd f5/00:00:00:00:00:e0 (SECURITY FREEZE LOCK) filtered out
[    4.915385] ata2.00: ACPI cmd b1/c1:00:00:00:00:e0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    4.915520] ata2.00: ATA-10: LITEON L8H-256V2G-HP, 2803, max UDMA/100
[    4.915522] ata2.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    4.916442] ata2.00: ACPI cmd f5/00:00:00:00:00:e0 (SECURITY FREEZE LOCK) filtered out
[    4.916444] ata2.00: ACPI cmd b1/c1:00:00:00:00:e0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    4.917065] ata2.00: configured for UDMA/100
[    4.927338] ahci 0000:00:17.0: port does not support device sleep
[    4.927743] scsi 1:0:0:0: Direct-Access     ATA      LITEON L8H-256V2 2803 PQ: 0 ANSI: 5
[    4.928143] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    4.928171] sd 1:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    4.928192] sd 1:0:0:0: [sdb] Write Protect is off
[    4.928194] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.928221] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.929656]  sdb: sdb1 sdb2
[    4.930002] sd 1:0:0:0: [sdb] Attached SCSI disk
[    4.962104] usb 1-6: New USB device found, idVendor=04ca, idProduct=7053, bcdDevice= 0.08
[    4.962105] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.962106] usb 1-6: Product: HP HD Camera
[    4.962107] usb 1-6: Manufacturer: DETNQ019I30ECK
[    4.962108] usb 1-6: SerialNumber: 200901010001
[    5.005497] psmouse serio3: synaptics: queried max coordinates: x [..5742], y [..5004]
[    5.037780] psmouse serio3: synaptics: queried min coordinates: x [1198..], y [972..]
[    5.091997] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    5.095951] psmouse serio3: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xf00173/0x640000/0xa2400/0x0, board id: 2653, fw id: 1481159
[    5.132840] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input10
[    5.240251] ata3: SATA link down (SStatus 4 SControl 300)
[    5.241274] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[    5.241276] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.249698] hidraw: raw HID events driver (C) Jiri Kosina
[    5.254613] usbcore: registered new interface driver usbhid
[    5.254614] usbhid: USB HID core driver
[    5.256748] input: USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1BCF:0005.0001/input/input12
[    5.256839] hid-generic 0003:1BCF:0005.0001: input,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:14.0-4/input0
[    6.074100] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    6.278658] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    6.296251] systemd[1]: Detected architecture x86-64.
[    6.299897] systemd[1]: Set hostname to <sioban-hp>.
[    6.301009] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[    6.348033] Lockdown: systemd: BPF is restricted; see man kernel_lockdown.7
[    6.348039] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    6.348041] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    6.404348] systemd[1]: Created slice User and Session Slice.
[    6.404392] systemd[1]: Reached target User and Group Name Lookups.
[    6.404428] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.404525] systemd[1]: Created slice System Slice.
[    6.404637] systemd[1]: Listening on Journal Audit Socket.
[    6.425202] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro
[    6.455593] lp: driver loaded but no devices found
[    6.472016] ppdev: user-space parallel port driver
[    6.571810] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    6.667360] systemd-journald[326]: Received request to flush runtime journal from PID 1
[    6.723836] systemd-journald[326]: File /var/log/journal/02797b39a0d043da9e68374d3e777005/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    6.829351] input: HP Wireless hotkeys as /devices/virtual/input/input13
[    6.845443] hp_accel: laptop model unknown, using default axes configuration
[    6.876930] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    6.973499] lis3lv02d: 8 bits 3DC sensor found
[    7.033811] VFIO - User Level meta-driver version: 0.3
[    7.053720] Bluetooth: Core ver 2.22
[    7.053735] NET: Registered protocol family 31
[    7.053736] Bluetooth: HCI device and connection manager initialized
[    7.053740] Bluetooth: HCI socket layer initialized
[    7.053742] Bluetooth: L2CAP socket layer initialized
[    7.053745] Bluetooth: SCO socket layer initialized
[    7.058588] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.060657] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.076191] media: Linux media interface: v0.10
[    7.089451] videodev: Linux video capture interface: v2.00
[    7.100949] usbcore: registered new interface driver btusb
[    7.103246] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[    7.109255] Bluetooth: hci0: Device revision is 5
[    7.109256] Bluetooth: hci0: Secure boot is enabled
[    7.109257] Bluetooth: hci0: OTP lock is enabled
[    7.109258] Bluetooth: hci0: API lock is enabled
[    7.109259] Bluetooth: hci0: Debug lock is disabled
[    7.109260] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    7.112225] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[    7.149882] Intel(R) Wireless WiFi driver for Linux
[    7.149883] Copyright(c) 2003- 2015 Intel Corporation
[    7.150009] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[    7.160976] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000d7e691fe (20181213/exresop-560)
[    7.160985] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20181213/dswexec-427)
[    7.160994] 
               Initialized Local Variables for Method [WVPO]:
[    7.160995]   Local1: 0000000069051ae9 <Obj>           Buffer(12) 00 00 00 00 00 00 00 00
[    7.161006] Initialized Arguments for Method [WVPO]:  (2 arguments defined for method invocation)
[    7.161006]   Arg0:   000000002e1eaa0c <Obj>           Integer 0000000000000004
[    7.161011]   Arg1:   00000000d7e691fe <Obj>           Integer 0000000000000000
[    7.161276] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20181213/psparse-531)
[    7.161289] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20181213/psparse-531)
[    7.164836] ACPI Error: Needed [Buffer/String/Package], found [Integer] 000000008d306aa4 (20181213/exresop-560)
[    7.164843] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20181213/dswexec-427)
[    7.164852] 
               Initialized Local Variables for Method [WVPO]:
[    7.164853]   Local1: 000000006a4dfe2f <Obj>           Buffer(12) 00 00 00 00 00 00 00 00
[    7.164864] Initialized Arguments for Method [WVPO]:  (2 arguments defined for method invocation)
[    7.164865]   Arg0:   000000002cc928b8 <Obj>           Integer 0000000000000004
[    7.164869]   Arg1:   000000008d306aa4 <Obj>           Integer 0000000000000000
[    7.164876] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20181213/psparse-531)
[    7.164885] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20181213/psparse-531)
[    7.172655] iwlwifi 0000:02:00.0: loaded firmware version 36.e91976c0.0 op_mode iwlmvm
[    7.173019] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000eb21dea2 (20181213/exresop-560)
[    7.173027] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20181213/dswexec-427)
[    7.173036] 
               Initialized Local Variables for Method [WVPO]:
[    7.173037]   Local1: 000000005f831888 <Obj>           Buffer(12) 00 00 00 00 00 00 00 00
[    7.173046] Initialized Arguments for Method [WVPO]:  (2 arguments defined for method invocation)
[    7.173047]   Arg0:   00000000bd0412f2 <Obj>           Integer 0000000000000004
[    7.173051]   Arg1:   00000000eb21dea2 <Obj>           Integer 0000000000000000
[    7.173060] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPO, AE_AML_OPERAND_TYPE (20181213/psparse-531)
[    7.173071] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_TYPE (20181213/psparse-531)
[    7.174759] input: HP WMI hotkeys as /devices/virtual/input/input14
[    7.175184] checking generic (e0000000 408000) vs hw (e0000000 10000000)
[    7.175186] fb0: switching to inteldrmfb from EFI VGA
[    7.175227] Console: switching to colour dummy device 80x25
[    7.185296] [drm] Replacing VGA console driver
[    7.236567] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[    7.244620] ACPI Error: Attempt to CreateField of length zero (20181213/dsopcode-134)
[    7.244634] 
               Initialized Local Variables for Method [WVPI]:
[    7.244635]   Local0: 0000000069051ae9 <Obj>           Integer 0000000000000080
[    7.244641]   Local1: 000000002ccd8625 <Obj>           Package 000000002ccd8625
[    7.244646] Initialized Arguments for Method [WVPI]:  (3 arguments defined for method invocation)
[    7.244647]   Arg0:   0000000043b50b4f <Obj>           Integer 0000000000000000
[    7.244652]   Arg1:   00000000eed5a36d <Obj>           Integer 0000000000000003
[    7.244655]   Arg2:   00000000a0ab51f8 <Obj>           Buffer(20) 53 45 43 55 01 00 00 00
[    7.244993] ACPI Error: Method parse/execution failed \_SB.WMIV.WVPI, AE_AML_OPERAND_VALUE (20181213/psparse-531)
[    7.245011] ACPI Error: Method parse/execution failed \_SB.WMIV.WMPV, AE_AML_OPERAND_VALUE (20181213/psparse-531)
[    7.246879] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.246881] [drm] Driver supports precise vblank timestamp query.
[    7.247670] uvcvideo: Found UVC 1.00 device HP HD Camera (04ca:7053)
[    7.250591] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    7.250593] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.250594] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.250595] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.250595] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.250596] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    7.254746] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.272265] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
[    7.272267] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
[    7.272269] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
[    7.272866] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[    7.275841] input: HP HD Camera: HP HD Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input15
[    7.279047] usbcore: registered new interface driver uvcvideo
[    7.279048] USB Video Class driver (1.1.1)
[    7.281679] cryptd: max_cpu_qlen set to 1000
[    7.294607] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0
[    7.300374] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.301172] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
[    7.310157] fbcon: inteldrmfb (fb0) is primary device
[    7.310254] Console: switching to colour frame buffer device 170x48
[    7.310301] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.320583] AVX2 version of gcm_enc/dec engaged.
[    7.320585] AES CTR mode by8 optimization enabled
[    7.329573] iwlwifi 0000:02:00.0: base HW address: e4:a4:71:99:7f:3c
[    7.444896] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    7.445125] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[    7.452783] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.453149] thermal thermal_zone7: failed to read out thermal zone (-61)
[    7.527019] kvm: disabled by bios
[    7.572957] kvm: disabled by bios
[    7.591980] intel_rapl: Found RAPL domain package
[    7.591982] intel_rapl: Found RAPL domain core
[    7.591983] intel_rapl: Found RAPL domain uncore
[    7.591985] intel_rapl: Found RAPL domain dram
[    7.639106] kvm: disabled by bios
[    7.683517] kvm: disabled by bios
[    7.708203] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    8.271852] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input17
[    8.443570] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.470808] snd_hda_codec_conexant hdaudioC0D0: CX20724: BIOS auto-probing.
[    8.471333] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20724: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    8.471335] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.471337] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[    8.471337] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[    8.471338] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[    8.471339] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x1a
[    8.471340] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x19
[    8.488111] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    8.488199] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    8.488313] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    8.488377] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    8.488465] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    8.488525] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    8.488592] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    8.667753] audit: type=1400 audit(1575718295.060:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=894 comm="apparmor_parser"
[    8.667757] audit: type=1400 audit(1575718295.060:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=894 comm="apparmor_parser"
[    8.667759] audit: type=1400 audit(1575718295.060:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=894 comm="apparmor_parser"
[    8.669055] audit: type=1400 audit(1575718295.064:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=891 comm="apparmor_parser"
[    8.669075] audit: type=1400 audit(1575718295.064:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=891 comm="apparmor_parser"
[    8.669078] audit: type=1400 audit(1575718295.064:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=891 comm="apparmor_parser"
[    8.669080] audit: type=1400 audit(1575718295.064:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=891 comm="apparmor_parser"
[    8.669103] audit: type=1400 audit(1575718295.064:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=895 comm="apparmor_parser"
[    8.670717] audit: type=1400 audit(1575718295.064:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=896 comm="apparmor_parser"
[    8.672760] audit: type=1400 audit(1575718295.068:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=898 comm="apparmor_parser"
[    8.792924] Bluetooth: hci0: Waiting for firmware download to complete
[    8.793232] Bluetooth: hci0: Firmware loaded in 1650841 usecs
[    8.793266] Bluetooth: hci0: Waiting for device to boot
[    8.804242] Bluetooth: hci0: Device booted in 10732 usecs
[    8.805634] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-11-5.ddc
[    8.809242] Bluetooth: hci0: Applying Intel DDC parameters completed
[    8.843395] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.843397] Bluetooth: BNEP filters: protocol multicast
[    8.843401] Bluetooth: BNEP socket layer initialized
[    9.151982] Generic PHY r8169-100:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[    9.259524] r8169 0000:01:00.0 enp1s0: Link is Down
[   13.148194] wlp2s0: authenticate with 40:65:a3:41:62:90
[   13.156759] wlp2s0: send auth to 40:65:a3:41:62:90 (try 1/3)
[   13.163688] wlp2s0: authenticated
[   13.167847] wlp2s0: associate with 40:65:a3:41:62:90 (try 1/3)
[   13.171587] wlp2s0: RX AssocResp from 40:65:a3:41:62:90 (capab=0x411 status=0 aid=2)
[   13.173034] wlp2s0: associated
[   13.211643] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  192.800494] systemd-journald[326]: File /var/log/journal/02797b39a0d043da9e68374d3e777005/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[  193.157233] broken atomic modeset userspace detected, disabling atomic
[  194.266516] Bluetooth: RFCOMM TTY layer initialized
[  194.266524] Bluetooth: RFCOMM socket layer initialized
[  194.266529] Bluetooth: RFCOMM ver 1.11
[  195.768699] rfkill: input handler disabled
[  286.597912] kauditd_printk_skb: 48 callbacks suppressed
[  286.597916] audit: type=1400 audit(1575718573.860:60): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3552 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  286.601605] audit: type=1400 audit(1575718573.864:61): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3552 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  286.608736] audit: type=1400 audit(1575718573.872:62): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3552 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  286.610426] audit: type=1400 audit(1575718573.872:63): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3552 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  286.619140] audit: type=1400 audit(1575718573.880:64): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/sioban/.cache/mesa_shader_cache/index" pid=3552 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
[  286.623087] audit: type=1400 audit(1575718573.884:65): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3552 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  289.468779] audit: type=1400 audit(1575718576.732:66): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/sioban/.thunderbird/profiles.ini" pid=3551 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[  289.469747] audit: type=1400 audit(1575718576.732:67): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/sioban/.thunderbird/fls1h9yl.default/secmod.db" pid=3551 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[  289.470425] audit: type=1400 audit(1575718576.732:68): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/sioban/.thunderbird/fls1h9yl.default/cert8.db" pid=3551 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[  289.471253] audit: type=1400 audit(1575718576.732:69): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/sioban/.thunderbird/fls1h9yl.default/key3.db" pid=3551 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 6449.607464] perf: interrupt took too long (2532 > 2500), lowering kernel.perf_event_max_sample_rate to 78750

et de free -h

              total       utilisé      libre     partagé tamp/cache   disponible
Mem:           7,7G        3,4G        629M        455M        3,7G        3,5G
Partition d'échange:        2,0G        1,2M        2,0G

Je vais me renseigner sur l'optimisation de la RAM alors !

Hors ligne

#4 Le 07/12/2019, à 15:11

geole

Re : Ubuntu 18.04 boot lent malgré snapp correction

J'isole ces lignes vues dans la trace.. Je ne sais pas interpréter "broken atomic modeset userspace detected, disabling atomic"
( https://01.org/linuxgraphics/gfx-docs/d … lpers.html )

[   13.211643] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  192.800494] systemd-journald[326]: File /var/log/journal/02797b39a0d043da9e68374d3e777005/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[  193.157233] broken atomic modeset userspace detected, disabling atomic
[  194.266516] Bluetooth: RFCOMM TTY layer initialized

Dernière modification par geole (Le 07/12/2019, à 15:13)


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

Hors ligne

#5 Le 07/12/2019, à 15:33

SiobanDev

Re : Ubuntu 18.04 boot lent malgré snapp correction

Merci encore pour ton retour rapide !

Concernant l'optimisation de la rame, les commandes que tu me conseilles sont précédées de l'avertissement
« L'application de cette procédure avec une valeur faible du swappiness n'est pas conseillée :
[...]
–> en cas d'utilisation d'applications demandant d'importantes ressources mémoire»

Or il m'arrive régulièrement d'avoir quand même de gros processus qui s'additionnent (genre PHPStorm + Gimp + Inkscape par exemple).
Qu'est-ce que tu en penses ?

Le lien que tu m'as envoyé concernant la ligne "broken atomic modeset userspace detected, disabling atomic" est trop compliqué pour moi hmm... Je vais voir si je trouve autre chose en cherchant là-dessus...

Hors ligne

#6 Le 07/12/2019, à 16:16

geole

Re : Ubuntu 18.04 boot lent malgré snapp correction

Pour le premier cas,   Tu as quand même 8 Go de RAM.   Dans l'ensemble une application au  point ne dépasse jamais 1 Go.
Tu n'as pas de risque  avec un ordinateur personnel

Pour le second cas,  Je suis encore en train de chercher.
Je ne sais pas si ce message est responsable de la lenteur
J'ai deux pistes
   A)    Regarde si tu n'as pas un pilote propriétaire de proposé que tu pourrais installer. (  https://doc.ubuntu-fr.org/gestionnaire_ … prietaires )
  Si tu en vois, donne la liste qui est proposée afin d'avoir une idée

  B) Je te propose de faire un essai.
La démarche n'est pas facile paragraphe 7.3.1 de https://doc.ubuntu-fr.org/kernel#modifi … sur_disque

Tu devrais voir voir la ligne suivante
        linux    /boot/vmlinuz-5.0.0-36-generic root=UUID=7d30b3eb-7bac-4973-b843-f76909f30cf3 ro  quiet splash $vt_handoff
Tu fais en sorte qu'elle devienne
          linux    /boot/vmlinuz-5.0.0-36-generic root=UUID=7d30b3eb-7bac-4973-b843-f76909f30cf3 ro  nomodeset   $vt_handoff
La modification est perdue au boot suivant. Donc peu de risque.


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

Hors ligne

#7 Le 19/12/2019, à 20:30

SiobanDev

Re : Ubuntu 18.04 boot lent malgré snapp correction

Ooh mist, je pensais avoir envoyé mon message et je n'arrive même pas à le retrouver. Graaa !

Je disais que
A) je n'ai pas de pilote propriétaire manquant, selon le lien que tu m'as mis.

B) effectivement, j'ai dû mal à suivre l'explication hmm. À la place du menu grub, j'ai un menu hp :
https://framapic.org/2b7ByP5DiiPQ/S0uI75BVnHab.jpg

J'ai navigué parmi les menus, sans trouver quelque chose qui se déclenche avec la touche e...
Je te mets les photos d'écran que j'ai prises durant ma navigation, si jamais ça te parle :
galerie photos écran boot

Est-ce que tu pourrais m'aider à décoder le tuto ?

Encore merci pour ton aide précédente smile


Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images (Des hébergeurs comme Toile Libre ou TDCT'Pix le permettent).

Dernière modification par cqfd93 (Le 12/01/2020, à 17:12)

Hors ligne

#8 Le 12/01/2020, à 09:52

SiobanDev

Re : Ubuntu 18.04 boot lent malgré snapp correction

Up smile ! Je me permets de relancer le topic et j'ai renouvelé mon boot-info et j'ai vu que le lien vers la galerie d'images de mon écran de boot n'avait pas marché, alors je le remets aussi :
boot-info : http://paste.ubuntu.com/p/cxTHgkYZkb/
screen pictures : https://framapic.org/gallery#UKJJ0X8UJj … grJZ5V.jpg

Hors ligne

#9 Le 17/01/2020, à 13:21

geole

Re : Ubuntu 18.04 boot lent malgré snapp correction

Bonjour
De ton dernier boot-info, j'ai extrait ceci

=================== lsblk:
KNAME  TYPE FSTYPE     SIZE LABEL
loop0  loop squashfs 140,7M
loop1  loop squashfs   3,7M
loop2  loop squashfs 206,5M
loop3  loop squashfs  89,1M
loop4  loop squashfs  65,9M
loop5  loop squashfs 153,5M
loop6  loop squashfs  65,9M
loop7  loop squashfs   4,2M
loop8  loop squashfs 148,2M
loop9  loop squashfs   206M
loop10 loop squashfs 216,4M
loop11 loop squashfs 156,7M
loop12 loop squashfs   317M
loop13 loop squashfs 136,9M
loop14 loop squashfs 310,3M
loop15 loop squashfs  14,8M
loop16 loop squashfs  89,1M
loop17 loop squashfs 202,9M
loop18 loop squashfs 202,9M
loop19 loop squashfs  78,5M
loop20 loop squashfs  54,6M
loop21 loop squashfs 140,7M
loop22 loop squashfs   132K
loop23 loop squashfs   3,7M
loop24 loop squashfs 136,9M
loop25 loop squashfs  44,2M
loop26 loop squashfs   156M
loop27 loop squashfs  14,8M
loop28 loop squashfs 215,4M
loop29 loop squashfs   956K
loop30 loop squashfs  54,5M
loop31 loop squashfs  73,8M
loop32 loop squashfs 409,4M

Cela fait déjà 5,304 Go d'espace applicatif.    Je crois que tout cet espace est préventivement mis dans la RAM.
Cela déclenche déjà le swapping si tu n'as pas changé le paramétrage
Peux-tu donner le retour de cette commande

snap list --all 

ainsi que la version de ubuntu

cat /etc/lsb-release && uname -a

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

Hors ligne

#10 Le 21/01/2020, à 23:22

SiobanDev

Re : Ubuntu 18.04 boot lent malgré snapp correction

Bonjour geole ! Merci pour ton retour !
Voici ce que me renvoie snap list --all :

snap list --all

    Notes
audacity              2.3.3                       517       stable    diddledan     désactivé
audacity              2.3.3                       532       stable    diddledan     -
chromium              78.0.3904.108               958       stable    canonical✓    désactivé
chromium              79.0.3945.79                971       stable    canonical✓    -
code                  8795a988                    20        stable    vscode✓       désactivé,classic
code                  f359dd69                    21        stable    vscode✓       classic
core                  16-2.42.5                   8268      stable    canonical✓    core
core                  16-2.42.4                   8213      stable    canonical✓    core,désactivé
core18                20191126                    1279      stable    canonical✓    base
core18                20191030                    1265      stable    canonical✓    base,désactivé
discord               0.0.9                       101       stable    snapcrafters  -
discord               0.0.9                       93        stable    snapcrafters  désactivé
firefox               70.0.1-1                    280       stable    mozilla✓      désactivé
firefox               71.0-5                      287       stable    mozilla✓      -
gimp                  2.10.12                     227       stable    snapcrafters  -
gitkraken             6.3.1                       146       stable    gitkraken✓    désactivé
gitkraken             6.4.0                       147       stable    gitkraken✓    -
gnome-3-26-1604       3.26.0.20191114             98        stable/…  canonical✓    -
gnome-3-26-1604       3.26.0.20191024             97        stable/…  canonical✓    désactivé
gnome-3-28-1804       3.28.0-16-g27c9498.27c9498  110       stable    canonical✓    -
gnome-3-28-1804       3.28.0-14-g9303a49.9303a49  91        stable    canonical✓    désactivé
gnome-calculator      3.34.1+git1.d34dc842        544       stable/…  canonical✓    -
gnome-characters      v3.32.1+git2.3367201        367       stable/…  canonical✓    désactivé
gnome-characters      v3.32.1+git3.b9120df        375       stable/…  canonical✓    -
gnome-logs            3.34.0                      81        stable/…  canonical✓    -
gnome-system-monitor  3.32.1-3-g0ea89b4922        123       stable/…  canonical✓    -
gnome-system-monitor  3.32.1-3-g0ea89b4922        111       stable/…  canonical✓    désactivé
gtk-common-themes     0.1-25-gcc83164             1353      stable/…  canonical✓    -
gtk2-common-themes    0.1                         5         stable    canonical✓    -
phpstorm              2019.2.5                    130       stable    jetbrains✓    désactivé,classic
phpstorm              2019.3                      133       stable    jetbrains✓    classic
vlc                   3.0.8                       1397      stable    videolan✓     -
vlc                   3.0.7                       1049      stable    videolan✓     désactivé

et

cat /etc/lsb-release && uname -a

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS"
Linux sioban-hp 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Hors ligne