Résolu le 15-11-18 Accélerer le démarrage Linux Mint 19 Mate sur un Disque Dur

Assistance concernant Linux Mint
Jean Kinesonrien
Messages : 42
Enregistré le : lun. 8 oct. 2018 11:25

Accélerer le démarrage Linux Mint 19 Mate sur un Disque Dur

Message par Jean Kinesonrien »

Bonjour,

Je trouve le démarrage de LM19 Mate sur mon PC un chouya trop lent.

Code : Tout sélectionner

utilisateur@utilisateur-GL72M-7RDX:~$ systemd-analyze
Startup finished in 5.899s (kernel) + 39.366s (userspace) = 45.266s
graphical.target reached after 33.942s in userspace
Donc, comme d'usage d'après mes recherches sur ce forum, j'ai lancé:

Code : Tout sélectionner

sudo dmesg
Voici le résultat:

Code : Tout sélectionner

[    0.000000] microcode: microcode updated early to revision 0x8e, date = 2018-03-24
[    0.000000] Linux version 4.15.0-36-generic (buildd@lgw01-amd64-031) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #39-Ubuntu SMP Mon Sep 24 16:19:09 UTC 2018 (Ubuntu 4.15.0-36.39-generic 4.15.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic root=UUID=628da445-2504-4583-b538-da2b2774fc47 ro quiet splash vt.handoff=1
[    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-0x000000000009c3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000075ee8fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000075ee9000-0x0000000075ee9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000075eea000-0x0000000075eeafff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000075eeb000-0x000000007bcc0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bcc1000-0x000000007c747fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007c748000-0x000000007c8d2fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c8d3000-0x000000007cfb9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007cfba000-0x000000007d3fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007d3fe000-0x000000007d3fefff] usable
[    0.000000] BIOS-e820: [mem 0x000000007d3ff000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. GL72M 7RDX/MS-1799, BIOS E1799IMS.31C 10/24/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x27f000 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 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 007E000000 mask 7FFE000000 uncachable
[    0.000000]   2 base 007D800000 mask 7FFF800000 uncachable
[    0.000000]   3 disabled
[    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 = 0x7d3ff max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcc50-0x000fcc5f] mapped at [        (ptrval)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x7933f000, 0x7933ffff] PGTABLE
[    0.000000] BRK [0x79340000, 0x79340fff] PGTABLE
[    0.000000] BRK [0x79341000, 0x79341fff] PGTABLE
[    0.000000] BRK [0x79342000, 0x79342fff] PGTABLE
[    0.000000] BRK [0x79343000, 0x79343fff] PGTABLE
[    0.000000] BRK [0x79344000, 0x79344fff] PGTABLE
[    0.000000] BRK [0x79345000, 0x79345fff] PGTABLE
[    0.000000] BRK [0x79346000, 0x79346fff] PGTABLE
[    0.000000] BRK [0x79347000, 0x79347fff] PGTABLE
[    0.000000] BRK [0x79348000, 0x79348fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31029000-0x3480bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 MSI_NB)
[    0.000000] ACPI: XSDT 0x000000007C8D30B0 0000E4 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007C8FB3B8 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007C8D3230 028188 (v02 MSI_NB MEGABOOK 01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000007CFA1C40 000040
[    0.000000] ACPI: APIC 0x000000007C8FB4D0 000084 (v03 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007C8FB558 000044 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: ECDT 0x000000007C8FB5A0 0000C1 (v01 MSI_NB MEGABOOK 01072009 AMI. 00010013)
[    0.000000] ACPI: MCFG 0x000000007C8FB668 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000007C8FB6A8 000322 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.000000] ACPI: FIDT 0x000000007C8FB9D0 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: SLIC 0x000000007C8FBA70 000176 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000007C8FBBE8 00317F (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000007C8FED68 002771 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000007C9014E0 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000007C901518 005DFB (v02 INTEL  RV11Rtd3 00001000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000007C907318 000DE5 (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x000000007C908100 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000007C908148 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000007C909028 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x000000007C9090C0 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000007C9090E8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.000000] ACPI: DBGP 0x000000007C909388 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000007C9093C0 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000007C909418 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160422)
[    0.000000] ACPI: TPM2 0x000000007C9094C8 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: SSDT 0x000000007C909500 001A94 (v01 OptRef OptTabl  00001000 INTL 20160422)
[    0.000000] ACPI: ASF! 0x000000007C90AF98 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000027effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x27efd4000-0x27effefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000027effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000075ee8fff]
[    0.000000]   node   0: [mem 0x0000000075eeb000-0x000000007bcc0fff]
[    0.000000]   node   0: [mem 0x000000007c748000-0x000000007c8d2fff]
[    0.000000]   node   0: [mem 0x000000007d3fe000-0x000000007d3fefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000027effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000027effffff]
[    0.000000] On node 0 totalpages: 2076134
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7866 pages used for memmap
[    0.000000]   DMA32 zone: 503371 pages, LIFO batch:31
[    0.000000]   Normal zone: 24512 pages used for memmap
[    0.000000]   Normal zone: 1568768 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 101 pages
[    0.000000] Reserving Intel graphics memory at 0x000000007e000000-0x000000007fffffff
[    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] 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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x75ee9000-0x75ee9fff]
[    0.000000] PM: Registered nosave memory: [mem 0x75eea000-0x75eeafff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bcc1000-0x7c747fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7c8d3000-0x7cfb9fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7cfba000-0x7d3fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7d3ff000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-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-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-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 0x80000000-0xdfffffff] 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/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2043671
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-36-generic root=UUID=628da445-2504-4583-b538-da2b2774fc47 ro quiet splash vt.handoff=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8021280K/8304536K available (12300K kernel code, 2472K rwdata, 4248K rodata, 2408K init, 2416K bss, 283256K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39168 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.000000] vt handoff: transparent VT on vt#1
[    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] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.028000] tsc: Detected 2500.000 MHz processor
[    0.028000] tsc: Detected 2496.000 MHz TSC
[    0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=9984000)
[    0.028000] pid_max: default: 32768 minimum: 301
[    0.028000] Security Framework initialized
[    0.028000] Yama: becoming mindful.
[    0.028000] AppArmor: AppArmor initialized
[    0.028000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.028000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.028000] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.028000] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.028000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.028000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.028000] mce: CPU supports 10 MCE banks
[    0.028000] CPU0: Thermal monitoring enabled (TM1)
[    0.028000] process: using mwait in idle threads
[    0.028000] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.028000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.028000] Spectre V2 : Mitigation: Full generic retpoline
[    0.028000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.028000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.028000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.028000] Freeing SMP alternatives memory: 36K
[    0.028000] TSC deadline timer enabled
[    0.028000] smpboot: CPU0: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.028000] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.028000] ... version:                4
[    0.028000] ... bit width:              48
[    0.028000] ... generic registers:      8
[    0.028000] ... value mask:             0000ffffffffffff
[    0.028000] ... max period:             00007fffffffffff
[    0.028000] ... fixed-purpose events:   3
[    0.028000] ... event mask:             00000007000000ff
[    0.028000] Hierarchical SRCU implementation.
[    0.028000] smp: Bringing up secondary CPUs ...
[    0.028000] x86: Booting SMP configuration:
[    0.028000] .... node  #0, CPUs:      #1
[    0.028049] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.028049]  #2 #3
[    0.033994] smp: Brought up 1 node, 4 CPUs
[    0.033994] smpboot: Max logical packages: 1
[    0.033994] smpboot: Total of 4 processors activated (19968.00 BogoMIPS)
[    0.036227] devtmpfs: initialized
[    0.036227] x86/mm: Memory block size: 128MB
[    0.036623] evm: security.selinux
[    0.036623] evm: security.SMACK64
[    0.036624] evm: security.SMACK64EXEC
[    0.036624] evm: security.SMACK64TRANSMUTE
[    0.036625] evm: security.SMACK64MMAP
[    0.036625] evm: security.apparmor
[    0.036626] evm: security.ima
[    0.036626] evm: security.capability
[    0.036638] PM: Registering ACPI NVS region [mem 0x75ee9000-0x75ee9fff] (4096 bytes)
[    0.036638] PM: Registering ACPI NVS region [mem 0x7c8d3000-0x7cfb9fff] (7237632 bytes)
[    0.036638] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.036638] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.036638] pinctrl core: initialized pinctrl subsystem
[    0.036638] RTC time: 10:33:38, date: 10/17/18
[    0.036638] NET: Registered protocol family 16
[    0.036638] audit: initializing netlink subsys (disabled)
[    0.036638] audit: type=2000 audit(1539772417.036:1): state=initialized audit_enabled=0 res=1
[    0.036638] cpuidle: using governor ladder
[    0.036638] cpuidle: using governor menu
[    0.036638] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.036638] ACPI: bus type PCI registered
[    0.036638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.036638] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.036638] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.036638] PCI: Using configuration type 1 for base access
[    0.037104] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.037104] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.037104] ACPI: Added _OSI(Module Device)
[    0.037104] ACPI: Added _OSI(Processor Device)
[    0.037104] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.037104] ACPI: Added _OSI(Processor Aggregator Device)
[    0.037104] ACPI: Added _OSI(Linux-Dell-Video)
[    0.037104] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.037104] ACPI: EC: EC started
[    0.037104] ACPI: EC: interrupt blocked
[color=#FF0000][    0.041406] ACPI Error: [^^^PEG0.PEGP.EASP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)[/color]
[    0.041415] No Local Variables are initialized for Method [_REG]
[    0.041416] Initialized Arguments for Method [_REG]:  (2 arguments defined for method invocation)
[    0.041417]   Arg0:           (ptrval) <Obj>           Integer 0000000000000003
[    0.041421]   Arg1:           (ptrval) <Obj>           Integer 0000000000000001
[color=#FF0000][    0.041425] ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC._REG, AE_NOT_FOUND (20170831/psparse-550)[/color]
[    0.041443] ACPI: \: Used as first EC
[    0.041445] ACPI: \: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.041446] ACPI: \: Used as boot ECDT EC to handle transactions
[color=#FF0000][    0.046213] ACPI Exception: Could not find/resolve named package element: V0PR (20170831/dspkginit-381)
[    0.046244] ACPI Exception: Could not find/resolve named package element: V0PR (20170831/dspkginit-381)
[    0.046286] ACPI Exception: Could not find/resolve named package element: V1PR (20170831/dspkginit-381)
[    0.046314] ACPI Exception: Could not find/resolve named package element: V1PR (20170831/dspkginit-381)
[    0.046355] ACPI Exception: Could not find/resolve named package element: V2PR (20170831/dspkginit-381)
[    0.046383] ACPI Exception: Could not find/resolve named package element: V2PR (20170831/dspkginit-381)[/color]
[    0.046440] ACPI: Executed 42 blocks of module-level executable AML code
[    0.064472] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.072887] ACPI: Dynamic OEM Table Load:
[    0.072887] ACPI: SSDT 0xFFFF9A3CB4D48000 000600 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.072887] ACPI: Executed 1 blocks of module-level executable AML code
[    0.072887] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.073796] ACPI: Dynamic OEM Table Load:
[    0.073802] ACPI: SSDT 0xFFFF9A3CB4DF7400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.074109] ACPI: Executed 1 blocks of module-level executable AML code
[    0.076490] ACPI: Dynamic OEM Table Load:
[    0.076496] ACPI: SSDT 0xFFFF9A3CB5351000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.077156] ACPI: Executed 1 blocks of module-level executable AML code
[    0.077398] ACPI: Dynamic OEM Table Load:
[    0.077402] ACPI: SSDT 0xFFFF9A3CB4DD5A00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.077710] ACPI: Executed 1 blocks of module-level executable AML code
[    0.079859] ACPI: Interpreter enabled
[    0.079903] ACPI: (supports S0 S3 S4 S5)
[    0.079904] ACPI: Using IOAPIC for interrupt routing
[    0.079948] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.081229] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.084466] ACPI: Power Resource [PG00] (on)
[    0.145250] ACPI: Power Resource [PG01] (on)
[    0.145777] ACPI: Power Resource [PG02] (on)
[    0.146375] ACPI: Power Resource [PXP] (off)
[    0.146853] ACPI: Power Resource [WRST] (on)
[    0.147313] ACPI: Power Resource [WRST] (on)
[    0.147762] ACPI: Power Resource [WRST] (on)
[    0.148213] ACPI: Power Resource [WRST] (on)
[    0.148338] ACPI: Power Resource [PXP] (off)
[    0.148880] ACPI: Power Resource [WRST] (on)
[    0.149445] ACPI: Power Resource [WRST] (on)
[    0.149889] ACPI: Power Resource [WRST] (on)
[    0.150331] ACPI: Power Resource [WRST] (on)
[    0.150774] ACPI: Power Resource [WRST] (on)
[    0.151220] ACPI: Power Resource [WRST] (on)
[    0.151349] ACPI: Power Resource [PXP] (off)
[    0.151836] ACPI: Power Resource [WRST] (on)
[    0.151969] ACPI: Power Resource [PXP] (off)
[    0.152455] ACPI: Power Resource [WRST] (on)
[    0.152904] ACPI: Power Resource [WRST] (on)
[    0.153028] ACPI: Power Resource [PXP] (off)
[    0.153568] ACPI: Power Resource [WRST] (on)
[    0.154129] ACPI: Power Resource [WRST] (on)
[    0.154573] ACPI: Power Resource [WRST] (on)
[    0.155016] ACPI: Power Resource [WRST] (on)
[    0.156708] ACPI: Power Resource [WRST] (on)
[    0.157154] ACPI: Power Resource [WRST] (on)
[    0.157604] ACPI: Power Resource [WRST] (on)
[    0.161767] ACPI: Power Resource [PX01] (off)
[    0.162939] ACPI: Power Resource [PX02] (off)
[    0.164057] ACPI: Power Resource [PX03] (off)
[    0.165905] ACPI: Power Resource [PX04] (off)
[    0.167097] ACPI: Power Resource [PX05] (off)
[    0.167378] ACPI: Power Resource [PX06] (off)
[    0.170503] ACPI: Power Resource [USBC] (on)
[    0.170725] ACPI: Power Resource [PAUD] (on)
[    0.171443] ACPI: Power Resource [V0PR] (on)
[    0.171506] ACPI: Power Resource [V1PR] (on)
[    0.171566] ACPI: Power Resource [V2PR] (on)
[    0.175418] ACPI: Power Resource [PXTC] (on)
[    0.176243] ACPI: Power Resource [PXTC] (off)
[    0.185775] ACPI: Power Resource [FN00] (off)
[    0.185892] ACPI: Power Resource [FN01] (off)
[    0.186007] ACPI: Power Resource [FN02] (off)
[    0.186119] ACPI: Power Resource [FN03] (off)
[    0.186231] ACPI: Power Resource [FN04] (off)
[    0.187885] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.187892] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.189807] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.189809] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.190805] PCI host bridge to bus 0000:00
[    0.190807] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.190808] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.190810] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.190811] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.190812] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfc00ffff window]
[    0.190814] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.190815] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.190824] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
[    0.191260] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.191305] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.191541] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
[    0.191552] pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[    0.191558] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.191562] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.191801] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.191822] pci 0000:00:14.0: reg 0x10: [mem 0xdf310000-0xdf31ffff 64bit]
[    0.191891] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.192163] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.192183] pci 0000:00:14.2: reg 0x10: [mem 0xdf32e000-0xdf32efff 64bit]
[    0.192389] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.192415] pci 0000:00:16.0: reg 0x10: [mem 0xdf32d000-0xdf32dfff 64bit]
[    0.192487] pci 0000:00:16.0: PME# supported from D3hot
[    0.192695] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.192711] pci 0000:00:17.0: reg 0x10: [mem 0xdf328000-0xdf329fff]
[    0.192718] pci 0000:00:17.0: reg 0x14: [mem 0xdf32c000-0xdf32c0ff]
[    0.192726] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.192733] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.192740] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.192747] pci 0000:00:17.0: reg 0x24: [mem 0xdf32b000-0xdf32b7ff]
[    0.192787] pci 0000:00:17.0: PME# supported from D3hot
[    0.193002] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.193068] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.193296] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
[    0.193363] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.193598] pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
[    0.193880] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.193895] pci 0000:00:1f.2: reg 0x10: [mem 0xdf324000-0xdf327fff]
[    0.194123] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
[    0.194151] pci 0000:00:1f.3: reg 0x10: [mem 0xdf320000-0xdf323fff 64bit]
[    0.194182] pci 0000:00:1f.3: reg 0x20: [mem 0xdf300000-0xdf30ffff 64bit]
[    0.194233] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.194489] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.194549] pci 0000:00:1f.4: reg 0x10: [mem 0xdf32a000-0xdf32a0ff 64bit]
[    0.194618] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.194905] pci 0000:01:00.0: [10de:1c8d] type 00 class 0x030200
[    0.194919] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.194927] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.194935] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.194940] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.194946] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.204040] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.204042] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.204045] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.204048] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.204125] pci 0000:02:00.0: [8086:24fb] type 00 class 0x028000
[    0.204178] pci 0000:02:00.0: reg 0x10: [mem 0xdf200000-0xdf201fff 64bit]
[    0.204364] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.204532] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.204536] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.204604] pci 0000:03:00.0: [1969:10a1] type 00 class 0x020000
[    0.204635] pci 0000:03:00.0: reg 0x10: [mem 0xdf100000-0xdf13ffff 64bit]
[    0.204646] pci 0000:03:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.204756] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.204883] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.204886] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.204888] pci 0000:00:1c.3:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.209925] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.209997] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.210066] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.210136] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.210204] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.210273] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.210341] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.210410] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.211279] ACPI: EC: interrupt unblocked
[    0.211292] ACPI: EC: event unblocked
[    0.211303] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.211304] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    0.211498] SCSI subsystem initialized
[    0.212016] libata version 3.00 loaded.
[    0.212019] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.212019] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.212019] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.212019] vgaarb: loaded
[    0.212024] ACPI: bus type USB registered
[    0.212037] usbcore: registered new interface driver usbfs
[    0.212043] usbcore: registered new interface driver hub
[    0.212054] usbcore: registered new device driver usb
[    0.212083] EDAC MC: Ver: 3.0.0
[    0.212083] PCI: Using ACPI for IRQ routing
[    0.239646] PCI: pci_cache_line_size set to 64 bytes
[    0.239697] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
[    0.239698] e820: reserve RAM buffer [mem 0x75ee9000-0x77ffffff]
[    0.239699] e820: reserve RAM buffer [mem 0x7bcc1000-0x7bffffff]
[    0.239700] e820: reserve RAM buffer [mem 0x7c8d3000-0x7fffffff]
[    0.239701] e820: reserve RAM buffer [mem 0x7d3ff000-0x7fffffff]
[    0.239702] e820: reserve RAM buffer [mem 0x27f000000-0x27fffffff]
[    0.240001] NetLabel: Initializing
[    0.240001] NetLabel:  domain hash size = 128
[    0.240001] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.240001] NetLabel:  unlabeled traffic allowed by default
[    0.240211] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.240216] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.242260] clocksource: Switched to clocksource hpet
[    0.249381] VFS: Disk quotas dquot_6.6.0
[    0.249393] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.249475] AppArmor: AppArmor Filesystem Enabled
[    0.249493] pnp: PnP ACPI init
[    0.249754] pnp 00:00: Plug and Play ACPI device, IDs MSI0007 PNP0303 (active)
[    0.249796] pnp 00:01: Plug and Play ACPI device, IDs SYN1509 SYN1500 SYN0002 PNP0f13 (active)
[    0.249944] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.249946] system 00:02: [io  0xffff] has been reserved
[    0.249947] system 00:02: [io  0xffff] has been reserved
[    0.249949] system 00:02: [io  0xffff] has been reserved
[    0.249950] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.249952] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.249956] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.250059] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.250062] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.250082] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.250119] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.250122] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.250773] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.250775] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.250776] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.250778] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.250779] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.250781] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.250782] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.250784] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.250785] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.250787] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.250791] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.250835] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.250837] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.250838] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.250841] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.250843] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.250844] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.250846] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.250849] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.251216] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.251220] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.252787] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.252788] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.252790] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.252793] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.253920] pnp: PnP ACPI: found 10 devices
[    0.261424] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.261444] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.261446] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.261449] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.261451] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.261455] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.261458] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.261464] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.261466] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.261469] pci 0000:00:1c.3:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.261475] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.261477] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.261478] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.261479] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[    0.261481] pci_bus 0000:00: resource 8 [mem 0xfc000000-0xfc00ffff window]
[    0.261482] pci_bus 0000:00: resource 9 [mem 0xfd000000-0xfe7fffff window]
[    0.261483] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.261485] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.261486] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.261487] pci_bus 0000:02: resource 1 [mem 0xdf200000-0xdf2fffff]
[    0.261489] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.261490] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.261690] NET: Registered protocol family 2
[    0.261852] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.261946] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.262082] TCP: Hash tables configured (established 65536 bind 65536)
[    0.262108] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.262133] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.262176] NET: Registered protocol family 1
[    0.262189] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.262464] pci 0000:03:00.0: set MSI_INTX_DISABLE_BUG flag
[    0.262467] PCI: CLS 64 bytes, default 64
[    0.262496] Unpacking initramfs...
[    1.084410] Freeing initrd memory: 57228K
[    1.084439] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.084442] software IO TLB [mem 0x71ee9000-0x75ee9000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    1.084605] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    1.084730] Scanning for low memory corruption every 60 seconds
[    1.085393] Initialise system trusted keyrings
[    1.085401] Key type blacklist registered
[    1.085456] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    1.086417] zbud: loaded
[    1.086883] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.087018] fuse init (API version 7.26)
[    1.089461] Key type asymmetric registered
[    1.089461] Asymmetric key parser 'x509' registered
[    1.089487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.089535] io scheduler noop registered
[    1.089535] io scheduler deadline registered
[    1.089568] io scheduler cfq registered (default)
[    1.090309] pcieport 0000:00:1c.0: AER enabled with IRQ 121
[    1.090329] pcieport 0000:00:1c.3: AER enabled with IRQ 122
[    1.090345] pcieport 0000:00:01.0: Signaling PME with IRQ 120
[    1.090353] pcieport 0000:00:1c.0: Signaling PME with IRQ 121
[    1.090362] pcieport 0000:00:1c.3: Signaling PME with IRQ 122
[    1.090412] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    1.090413] vesafb: scrolling: redraw
[    1.090414] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.090425] vesafb: framebuffer at 0xb0000000, mapped to 0x        (ptrval), using 8128k, total 8128k
[    1.090508] Console: switching to colour frame buffer device 240x67
[    1.090531] fb0: VESA VGA frame buffer device
[    1.090544] intel_idle: MWAIT substates: 0x11142120
[    1.090545] intel_idle: v0.4.1 model 0x9E
[    1.090736] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.091068] ACPI: AC Adapter [ADP1] (on-line)
[    1.091134] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:49/PNP0C09:01/PNP0C0D:00/input/input0
[    1.091184] ACPI: Lid Switch [LID0]
[    1.091221] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.091229] ACPI: Sleep Button [SLPB]
[    1.091254] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    1.091261] ACPI: Power Button [PWRB]
[    1.091288] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.091331] ACPI: Power Button [PWRF]
[    1.149651] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.150111] thermal LNXTHERM:00: registered as thermal_zone0
[    1.150113] ACPI: Thermal Zone [THRM] (35 C)
[    1.208486] thermal LNXTHERM:01: registered as thermal_zone1
[    1.208488] ACPI: Thermal Zone [TZ00] (28 C)
[    1.208707] thermal LNXTHERM:02: registered as thermal_zone2
[    1.208708] ACPI: Thermal Zone [TZ01] (30 C)
[    1.208967] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.212198] Linux agpgart interface v0.103
[color=#FF0000][    1.212904] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[    1.212910] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80[/color]
[    1.241781] loop: module loaded
[    1.241914] libphy: Fixed MDIO Bus: probed
[    1.241915] tun: Universal TUN/TAP device driver, 1.6
[    1.241964] PPP generic driver version 2.4.2
[    1.242020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.242022] ehci-pci: EHCI PCI platform driver
[    1.242029] ehci-platform: EHCI generic platform driver
[    1.242037] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.242038] ohci-pci: OHCI PCI platform driver
[    1.242045] ohci-platform: OHCI generic platform driver
[    1.242051] uhci_hcd: USB Universal Host Controller Interface driver
[    1.242210] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.242214] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.243297] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    1.243303] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.243438] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.243440] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.243441] usb usb1: Product: xHCI Host Controller
[    1.243443] usb usb1: Manufacturer: Linux 4.15.0-36-generic xhci-hcd
[    1.243444] usb usb1: SerialNumber: 0000:00:14.0
[    1.243587] hub 1-0:1.0: USB hub found
[    1.243603] hub 1-0:1.0: 16 ports detected
[    1.245299] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.245302] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.245305] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    1.245332] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.245333] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.245335] usb usb2: Product: xHCI Host Controller
[    1.245336] usb usb2: Manufacturer: Linux 4.15.0-36-generic xhci-hcd
[    1.245337] usb usb2: SerialNumber: 0000:00:14.0
[    1.245474] hub 2-0:1.0: USB hub found
[    1.245485] hub 2-0:1.0: 8 ports detected
[    1.246580] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.250424] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.250428] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.250639] mousedev: PS/2 mouse device common for all mice
[    1.251100] rtc_cmos 00:04: RTC can wake from S4
[    1.251493] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.251572] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.251578] i2c /dev entries driver
[    1.251582] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    1.251635] device-mapper: uevent: version 1.0.3
[    1.251711] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.251713] intel_pstate: Intel P-state driver initializing
[    1.251767] intel_pstate: Disabling energy efficiency optimization
[    1.252353] intel_pstate: HWP enabled
[    1.252665] ledtrig-cpu: registered to indicate activity on CPUs
[    1.253392] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
[    1.253395] caller pmc_core_probe+0x99/0x224 mapping multiple BARs
[    1.253399] intel_pmc_core:  initialized
[    1.253577] NET: Registered protocol family 10
[    1.257779] Segment Routing with IPv6
[    1.257806] NET: Registered protocol family 17
[    1.257945] Key type dns_resolver registered
[    1.258369] RAS: Correctable Errors collector initialized.
[    1.258388] microcode: sig=0x906e9, pf=0x20, revision=0x8e
[    1.258576] microcode: Microcode Update Driver: v2.2.
[    1.258582] sched_clock: Marking stable (1258570792, 0)->(1240443857, 18126935)
[    1.258911] registered taskstats version 1
[    1.258916] Loading compiled-in X.509 certificates
[    1.260841] Loaded X.509 cert 'Build time autogenerated kernel key: fcd93cd0852f7ae1da10896371e06e3c19479c00'
[    1.260855] zswap: loaded using pool lzo/zbud
[    1.261479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.263950] Key type big_key registered
[    1.263952] Key type trusted registered
[    1.265301] Key type encrypted registered
[    1.265303] AppArmor: AppArmor sha1 policy hashing enabled
[    1.272050] ima: Allocated hash algorithm: sha1
[    1.320127] ACPI: Battery Slot [BAT1] (battery present)
[    1.335401] evm: HMAC attrs: 0x1
[    1.336259]   Magic number: 6:391:578
[    1.336273] platform pcspkr: hash matches
[    1.336480] rtc_cmos 00:04: setting system clock to 2018-10-17 10:33:39 UTC (1539772419)
[    1.336710] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.336710] EDD information not available.
[    1.338188] Freeing unused kernel memory: 2408K
[    1.360028] Write protecting the kernel read-only data: 20480k
[    1.360337] Freeing unused kernel memory: 2008K
[    1.362898] Freeing unused kernel memory: 1896K
[    1.367073] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.367074] x86/mm: Checking user space page tables
[    1.371135] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.455830] alx 0000:03:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [30:9c:23:8c:eb:a0]
[    1.469044] alx 0000:03:00.0 enp3s0: renamed from eth0
[    1.469731] ahci 0000:00:17.0: version 3.0
[    1.480177] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl SATA mode
[    1.480179] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    1.492947] scsi host0: ahci
[    1.493215] scsi host1: ahci
[    1.493658] scsi host2: ahci
[    1.493921] scsi host3: ahci
[    1.494016] ata1: DUMMY
[    1.494017] ata2: DUMMY
[    1.494018] ata3: SATA max UDMA/133 abar m2048@0xdf32b000 port 0xdf32b200 irq 124
[    1.494022] ata4: SATA max UDMA/133 abar m2048@0xdf32b000 port 0xdf32b280 irq 124
[    1.496138] [drm] Memory usable by graphics device = 4096M
[    1.496140] checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
[    1.496140] fb: switching to inteldrmfb from VESA VGA
[    1.496152] Console: switching to colour dummy device 80x25
[    1.496256] [drm] Replacing VGA console driver
[    1.502114] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.502114] [drm] Driver supports precise vblank timestamp query.
[    1.504168] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.505144] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[    1.512648] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[    1.514453] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.514777] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    1.514879] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    1.514912] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input8
[    1.568413] fbcon: inteldrmfb (fb0) is primary device
[    1.568446] Console: switching to colour frame buffer device 240x67
[    1.568465] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.588095] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    1.739374] usb 1-7: New USB device found, idVendor=1770, idProduct=ff00
[    1.739376] usb 1-7: New USB device strings: Mfr=1, Product=1, SerialNumber=1
[    1.739377] usb 1-7: Product: MSI EPF USB
[    1.739378] usb 1-7: Manufacturer: MSI EPF USB
[    1.739379] usb 1-7: SerialNumber: MSI EPF USB
[    1.742227] hidraw: raw HID events driver (C) Jiri Kosina
[    1.744963] usbcore: registered new interface driver usbhid
[    1.744964] usbhid: USB HID core driver
[    1.809064] ata3: SATA link down (SStatus 4 SControl 300)
[    1.809104] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.868160] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[    1.875168] ata4.00: ATA-10: ST1000LM048-2E7172, SDM1, max UDMA/133
[    1.875170] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.924844] ata4.00: configured for UDMA/133
[    1.925204] scsi 3:0:0:0: Direct-Access     ATA      ST1000LM048-2E71 SDM1 PQ: 0 ANSI: 5
[    1.925711] sd 3:0:0:0: Attached scsi generic sg0 type 0
[    1.925916] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.925917] sd 3:0:0:0: [sda] 4096-byte physical blocks
[    1.925996] sd 3:0:0:0: [sda] Write Protect is off
[    1.925997] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.926049] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.955140]  sda: sda1
[    1.956341] sd 3:0:0:0: [sda] Attached SCSI disk
[    2.016360] random: fast init done
[    2.017202] usb 1-10: New USB device found, idVendor=8087, idProduct=0aa7
[    2.017204] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.017474] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.017481] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.017499] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.108351] clocksource: Switched to clocksource tsc
[    2.144137] usb 1-12: new high-speed USB device number 4 using xhci_hcd
[    2.158036] psmouse serio1: synaptics: queried max coordinates: x [..5656], y [..4728]
[    2.186506] psmouse serio1: synaptics: queried min coordinates: x [1284..], y [1128..]
[    2.186509] psmouse serio1: synaptics: Your touchpad (PNP: SYN1509 SYN1500 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    2.242890] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00323/0x840300/0x26800/0x0, board id: 3163, fw id: 2286728
[    2.278307] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    2.292649] usb 1-12: New USB device found, idVendor=0bda, idProduct=0129
[    2.292650] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.292651] usb 1-12: Product: USB2.0-CRW
[    2.292652] usb 1-12: Manufacturer: Generic
[    2.292653] usb 1-12: SerialNumber: 20100201396000000
[    2.296357] usbcore: registered new interface driver rtsx_usb
[    2.812300] [drm] RC6 on
[    3.252036] raid6: sse2x1   gen() 12018 MB/s
[    3.300038] raid6: sse2x1   xor()  8976 MB/s
[    3.348062] raid6: sse2x2   gen() 15311 MB/s
[    3.396037] raid6: sse2x2   xor() 10353 MB/s
[    3.444037] raid6: sse2x4   gen() 17848 MB/s
[    3.492036] raid6: sse2x4   xor() 11250 MB/s
[    3.540036] raid6: avx2x1   gen() 24194 MB/s
[    3.588062] raid6: avx2x1   xor() 17036 MB/s
[    3.636036] raid6: avx2x2   gen() 29961 MB/s
[    3.684035] raid6: avx2x2   xor() 18770 MB/s
[    3.732036] raid6: avx2x4   gen() 34303 MB/s
[    3.780035] raid6: avx2x4   xor() 19727 MB/s
[    3.780036] raid6: using algorithm avx2x4 gen() 34303 MB/s
[    3.780036] raid6: .... xor() 19727 MB/s, rmw enabled
[    3.780037] raid6: using avx2x2 recovery algorithm
[    3.782591] xor: automatically using best checksumming function   avx       
[    3.794495] Btrfs loaded, crc32c=crc32c-intel
[    3.986720] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.897170] random: crng init done
[    5.897171] random: 7 urandom warning(s) missed due to ratelimiting
[    6.549018] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.727359] 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.744200] systemd[1]: Detected architecture x86-64.
[    6.748645] systemd[1]: Set hostname to <utilisateur-GL72M-7RDX>.
[    9.313719] systemd[1]: Reached target System Time Synchronized.
[    9.313855] systemd[1]: Created slice User and Session Slice.
[    9.313883] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    9.313892] systemd[1]: Reached target User and Group Name Lookups.
[    9.314033] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.314114] systemd[1]: Created slice System Slice.
[    9.314187] systemd[1]: Listening on Journal Audit Socket.
[    9.834395] lp: driver loaded but no devices found
[   10.094778] ppdev: user-space parallel port driver
[   10.368629] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   10.583408] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   10.891630] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.894270] systemd-journald[346]: Received request to flush runtime journal from PID 1
[   11.209266] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
[   15.671830] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   15.756418] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   15.830076] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   15.857255] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   15.857257] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   15.857257] RAPL PMU: hw unit of domain package 2^-14 Joules
[   15.857257] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   15.857258] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   15.857258] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   15.968960] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   15.970593] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   16.066574] ipmi message handler version 39.2
[   16.173048] Intel(R) Wireless WiFi driver for Linux
[   16.173048] Copyright(c) 2003- 2015 Intel Corporation
[   16.222286] input: MSI WMI hotkeys as /devices/virtual/input/input9
[   16.508275] ipmi device interface
[   16.947347] Bluetooth: Core ver 2.22
[   16.947361] NET: Registered protocol family 31
[   16.947362] Bluetooth: HCI device and connection manager initialized
[   16.947364] Bluetooth: HCI socket layer initialized
[   16.947366] Bluetooth: L2CAP socket layer initialized
[   16.947368] Bluetooth: SCO socket layer initialized
[   17.071151] iwlwifi 0000:02:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[   17.115562] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3168, REV=0x220
[   17.133015] iwlwifi 0000:02:00.0: base HW address: 68:ec:c5:7f:20:e7
[   17.182766] AVX2 version of gcm_enc/dec engaged.
[   17.182767] AES CTR mode by8 optimization enabled
[   17.481939] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   17.482371] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   17.482381] thermal thermal_zone4: failed to read out thermal zone (-61)
[   17.521769] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   17.675404] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[   17.851111] usbcore: registered new interface driver btusb
[   17.859584] Bluetooth: hci0: read Intel version: 370810225019140f00
[   17.931246] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
[   17.982499] nvidia: loading out-of-tree module taints kernel.
[   17.982504] nvidia: module license 'NVIDIA' taints kernel.
[   17.982504] Disabling lock debugging due to kernel taint
[   17.986450] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[   17.993516] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
[   17.993928] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.77  Tue Jul 10 18:28:52 PDT 2018 (using threaded interrupts)
[   18.155595] Bluetooth: hci0: Intel firmware patch completed and activated
[   18.216399] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.77  Tue Jul 10 22:10:46 PDT 2018
[   18.266214] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   18.266216] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[   18.575095] intel_rapl: Found RAPL domain package
[   18.575096] intel_rapl: Found RAPL domain core
[   18.575097] intel_rapl: Found RAPL domain uncore
[   18.575098] intel_rapl: Found RAPL domain dram
[   18.656010] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC898: line_outs=2 (0x15/0x1b/0x0/0x0/0x0) type:speaker
[   18.656012] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.656013] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[   18.656014] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   18.656015] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   18.656016] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   18.656017] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   18.656018] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   18.670780] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[   18.670818] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[   18.670850] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[   18.670886] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[   18.670914] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   18.670944] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   18.670975] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   18.975858] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 239
[   19.748112] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170831/nsarguments-100)
[   22.932056] audit: type=1400 audit(1539772441.091:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=752 comm="apparmor_parser"
[   22.932077] audit: type=1400 audit(1539772441.091:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=752 comm="apparmor_parser"
[   22.972728] audit: type=1400 audit(1539772441.131:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=753 comm="apparmor_parser"
[   22.972749] audit: type=1400 audit(1539772441.131:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=753 comm="apparmor_parser"
[   22.972750] audit: type=1400 audit(1539772441.131:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=753 comm="apparmor_parser"
[   22.972752] audit: type=1400 audit(1539772441.131:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=753 comm="apparmor_parser"
[   22.992173] audit: type=1400 audit(1539772441.151:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/freshclam" pid=755 comm="apparmor_parser"
[   23.048940] audit: type=1400 audit(1539772441.207:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=757 comm="apparmor_parser"
[   23.049183] audit: type=1400 audit(1539772441.207:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=756 comm="apparmor_parser"
[   23.049185] audit: type=1400 audit(1539772441.207:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=756 comm="apparmor_parser"
[   29.545899] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   29.545899] Bluetooth: BNEP filters: protocol multicast
[   29.545902] Bluetooth: BNEP socket layer initialized
[   37.127728] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   37.128662] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   37.169162] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   37.238417] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   38.015559] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   41.465908] wlp2s0: authenticate with 30:7c:b2:34:2a:63
[   41.469841] wlp2s0: send auth to 30:7c:b2:34:2a:63 (try 1/3)
[   41.472480] wlp2s0: authenticated
[   41.480044] wlp2s0: associate with 30:7c:b2:34:2a:63 (try 1/3)
[   41.484639] wlp2s0: RX AssocResp from 30:7c:b2:34:2a:63 (capab=0x431 status=0 aid=3)
[   41.487695] wlp2s0: associated
[   41.939460] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   69.093664] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[   70.322466] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[   87.257251] Bluetooth: RFCOMM TTY layer initialized
[   87.257255] Bluetooth: RFCOMM socket layer initialized
[   87.257259] Bluetooth: RFCOMM ver 1.11
[  109.031534] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  111.488776] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  148.968297] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  152.041260] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  188.905613] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  189.212625] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=61100 PROTO=2 
[  228.842819] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  229.457255] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  269.087314] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  271.852200] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=46869 PROTO=2 
[  309.024437] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  312.403744] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  348.961767] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  349.576119] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  388.898997] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  396.886363] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=54970 PROTO=2 
[  428.836210] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  436.516377] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=48977 PROTO=2 
[  469.080639] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  473.689337] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=49226 PROTO=2 
[  509.017651] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  513.318645] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  548.955035] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  551.412731] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  588.892086] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  591.657226] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=49589 PROTO=2 
[  628.829406] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  629.443840] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=51834 PROTO=2 
[  669.073793] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  669.688220] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  709.010874] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  711.775725] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  748.948084] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  752.634587] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=46181 PROTO=2 
[  788.886461] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  795.029507] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=15936 PROTO=2 
[  828.822488] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  831.587380] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  869.066657] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  871.831765] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  909.004016] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:30:7c:b2:34:2a:63:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 
[  912.690545] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d8:49:2f:a8:d4:90:08:00 SRC=192.168.1.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=18301 PROTO=2 
Ma question est simple: y a t-il moyen d'accélérer le démarrage? Sinon je ferais avec mes 45 secondes.
Précision: prenez en considération que je suis un noob total sous Linux. Merci :oops:
Modifié en dernier par Jean Kinesonrien le sam. 20 oct. 2018 08:21, modifié 5 fois.
Distro: Linux Mint 20.3 Una System: Noyau Linux 5.4 bits: 64 Desktop: MATE 1.26 Machine: MSi GL72M 7RDX CPU: Quad core Intel Core i5-7300HQ (-MCP-) Graphics: Card-1: Intel Device 591b Card-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] Resolution: 1920x1080@60.00hz version: NVIDIA 470.94 Audio: Card Intel CM238 HD Audio Drives: HDD Total Size: 1000.2GB

Avatar du membre
arghlub
Administrateur du site
Messages : 10421
Enregistré le : dim. 21 mai 2017 08:19
Localisation : Provence
Contact :

Re: Démarrage un peu lent avec LM19 Mate

Message par arghlub »

Salut,

Donne-nous en plus le résultat de ces 2 commandes :

Code : Tout sélectionner

systemd-analyze

Code : Tout sélectionner

systemd-analyze blame
;)
Tour1 (custom)CM MSI Z270 M3 | CPU Intel I7-7700K | CG Nvidia GTX 1080 | RAM 16Go | tripleBoot : Debian 11 | MXlinux 21 | LMint 19.3 | XFCE
Tour2 (custom)CM Gigabyte | CPU AMD Athlon 5200+ | CG Nvidia GTX 560 | RAM 6Go | FreeBSD 12.1 XFCE
Portable1 MSI GF75 Thin 9SC | CPU Intel I7-9750H | CG Nvidia GTX 1650 | RAM 32Go | dualBoot : LMint 20.2 | MXlinux 21 | XFCE
Portable2 MacBook Air A1466 (2015) | CPU Intel I5-5250U | CG Intel HD Graphics 6000 | RAM 8Go | dualBoot : macOS Sierra | MXlinux 21 XFCE
─────( pour une informatique libre ! -membre en stand-by de l' April.org────────────────

Jean Kinesonrien
Messages : 42
Enregistré le : lun. 8 oct. 2018 11:25

Re: Démarrage un peu lent avec LM19 Mate

Message par Jean Kinesonrien »

Voici:

Code : Tout sélectionner

utilisateur@utilisateur-GL72M-7RDX:~$ systemd-analyze
Startup finished in 5.899s (kernel) + 39.366s (userspace) = 45.266s
graphical.target reached after 33.942s in userspace

utilisateur@utilisateur-GL72M-7RDX:~$ systemd-analyze blame
         17.856s apt-daily-upgrade.service
         12.568s networking.service
         12.390s udisks2.service
         11.837s networkd-dispatcher.service
         11.788s keyboard-setup.service
          9.700s accounts-daemon.service
          9.657s gpu-manager.service
          9.653s ubuntu-system-adjustments.service
          9.232s dev-sda1.device
          7.979s NetworkManager.service
          7.708s systemd-journal-flush.service
          7.278s ufw.service
          6.943s ModemManager.service
          6.754s apport.service
          4.581s wpa_supplicant.service
          4.095s lm-sensors.service
          4.091s pppd-dns.service
          4.058s hddtemp.service
          4.058s bluetooth.service
          3.992s systemd-logind.service
          3.675s lightdm.service
          3.669s plymouth-quit-wait.service
          3.579s avahi-daemon.service
log file: ystemd-analyze blame
Edité: juste pour préciser que je n'ai pas de Dual Boot ; seulement LM19.
Distro: Linux Mint 20.3 Una System: Noyau Linux 5.4 bits: 64 Desktop: MATE 1.26 Machine: MSi GL72M 7RDX CPU: Quad core Intel Core i5-7300HQ (-MCP-) Graphics: Card-1: Intel Device 591b Card-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] Resolution: 1920x1080@60.00hz version: NVIDIA 470.94 Audio: Card Intel CM238 HD Audio Drives: HDD Total Size: 1000.2GB

Avatar du membre
arghlub
Administrateur du site
Messages : 10421
Enregistré le : dim. 21 mai 2017 08:19
Localisation : Provence
Contact :

Re: Démarrage un peu lent avec LM19 Mate

Message par arghlub »

Pour commencer il faudrait désactiver le service «apt-daily-upgrade.service» pour ne pas le lancer au boot mais un peu plus tard (rapport de bug : https://bugs.debian.org/cgi-bin/bugrepo ... bug=844453).
Pour cela :

Code : Tout sélectionner

sudo systemctl edit apt-daily.timer
Et tu y colles ces lignes :

Code : Tout sélectionner

# apt-daily timer configuration override
[Timer]
OnBootSec=15min
OnUnitActiveSec=1d
AccuracySec=1h
RandomizedDelaySec=30min
, enregistre le fichier (Ctrl+o) et ferme le (Ctrl+x) et redémarre.
Cela aura pour effet de démarrer ce service entre 30 et 45 minutes de façon aléatoire, tu y gagneras 17secondes au démarrage. ;)
Tour1 (custom)CM MSI Z270 M3 | CPU Intel I7-7700K | CG Nvidia GTX 1080 | RAM 16Go | tripleBoot : Debian 11 | MXlinux 21 | LMint 19.3 | XFCE
Tour2 (custom)CM Gigabyte | CPU AMD Athlon 5200+ | CG Nvidia GTX 560 | RAM 6Go | FreeBSD 12.1 XFCE
Portable1 MSI GF75 Thin 9SC | CPU Intel I7-9750H | CG Nvidia GTX 1650 | RAM 32Go | dualBoot : LMint 20.2 | MXlinux 21 | XFCE
Portable2 MacBook Air A1466 (2015) | CPU Intel I5-5250U | CG Intel HD Graphics 6000 | RAM 8Go | dualBoot : macOS Sierra | MXlinux 21 XFCE
─────( pour une informatique libre ! -membre en stand-by de l' April.org────────────────

Jean Kinesonrien
Messages : 42
Enregistré le : lun. 8 oct. 2018 11:25

Re: Démarrage un peu lent avec LM19 Mate

Message par Jean Kinesonrien »

Voici le nouveau résultat de

Code : Tout sélectionner

systemd-analyze
et

Code : Tout sélectionner

systemd-analyze blame

Code : Tout sélectionner

utilisateur@utilisateur-GL72M-7RDX:~$ systemd-analyze
Startup finished in 5.907s (kernel) + 35.010s (userspace) = 40.918s
graphical.target reached after 34.697s in userspace
utilisateur@utilisateur-GL72M-7RDX:~$ systemd-analyze blame
         25.502s systemd-journal-flush.service
         24.733s keyboard-setup.service
         23.949s dev-sda1.device
         22.557s ufw.service
         16.314s systemd-udevd.service
          6.009s systemd-tmpfiles-setup-dev.service
          4.228s networkd-dispatcher.service
          4.041s ubuntu-system-adjustments.service
          3.592s NetworkManager.service
          2.994s thermald.service
          2.839s udisks2.service
          2.708s lvm2-monitor.service
          2.229s ModemManager.service
          2.194s accounts-daemon.service
          2.115s gpu-manager.service
          1.805s systemd-sysctl.service
          1.441s grub-common.service
          1.355s systemd-modules-load.service
          1.240s wpa_supplicant.service
          1.032s dns-clean.service
           995ms apport.service
           994ms plymouth-start.service
           910ms plymouth-read-write.service
lines 1-23
Seulement 5 petites secondes de gagnées :) c'est pas le Pérou, mais si c'est le maximum qu'on puisse faire, je m'en contenterai.

A propos des messages d'erreur repérés dans le résultat de mon

Code : Tout sélectionner

sudo dmesg
copié dans mon 1er post: y a t-il un rapport avec le démarrage? Rien de grave?

Merci de votre patience ;)
Distro: Linux Mint 20.3 Una System: Noyau Linux 5.4 bits: 64 Desktop: MATE 1.26 Machine: MSi GL72M 7RDX CPU: Quad core Intel Core i5-7300HQ (-MCP-) Graphics: Card-1: Intel Device 591b Card-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] Resolution: 1920x1080@60.00hz version: NVIDIA 470.94 Audio: Card Intel CM238 HD Audio Drives: HDD Total Size: 1000.2GB

Avatar du membre
Yvance77
Messages : 195
Enregistré le : mar. 14 juil. 2015 12:48
Localisation : Une île perdue du Pacifique

Re: Démarrage un peu lent avec LM19 Mate

Message par Yvance77 »

arghlub a écrit :Cela aura pour effet de démarrer ce service entre 30 et 45 minutes de façon aléatoire,
Voilà qui va le réconforter :lol:
Manjaro Mate - C.M. Msi B550 Tomahawk - C.G. Amd Radeon RX 550 - CPU. Ryzen 5 3600 à 6 cœurs 12 proc. - C.S. Terratec Aureon - Ddr4 Corsaire Vengeance 16 Go - 3 SSD Crucial BX100 + BX500 + Corsair Me 120 Go - 2 & 1To + 1 Sata 500 Go
_______________________________________________________________________________________
À trop vouloir faire de l'économie un idéal, nous faisons l'économie de l'Idéal !

Avatar du membre
alain
Administrateur du site
Messages : 14704
Enregistré le : dim. 11 oct. 2015 23:41
Localisation : Chelles
Contact :

Re: Démarrage un peu lent avec LM19 Mate

Message par alain »

Bonjour Jean Kinesonrien

Tu peux aussi supprimer le démarrage de NetworkManager-wait-online

Code : Tout sélectionner

systemctl mask NetworkManager-wait-online.service
Ça fera toujours 3.592s de moins :l

Sinon, je ne sais pas a quoi sert : " systemd-journal-flush.service" qui met 25.502s à démarrer. Le mien ne met que 295 ms à démarrer...
Fait:

Code : Tout sélectionner

cd /
puis:

Code : Tout sélectionner

ls /var/log
je voudrais voir si tu à un dossier "journal" la dedans.
Si oui il y a peut être quelque chose à faire.

Idem, ton clavier il a quoi de spéciale?
Le mien il met:
1.076s keyboard-setup.service
et encore c'est sur une vielle trapanelle... Sur que si je regardais sur mon PC1
ça serait beaucoup moins.
Sur qu'il faudrait regarder aussi la, car 25s pour démarrer le service du clavier, c'est énorme.
Si c'est un clavier usb, donne le retour de

Code : Tout sélectionner

lsusb
Ne serait-ce point un clavier wireless?

(modifié le 20/10/2018 par le membre, suite a une inversion de nom de service)
Modifié en dernier par alain le sam. 20 oct. 2018 02:31, modifié 1 fois.
PC are like air conditioning, they becomes useless when you open Windows (L.T)
PC1 : CM : ASRock 990FX | CPU: AMD FX 8350-8 cores, 4 GHz | RAM: 16 Go DDR3 1600 MHz | CG: ATI RX 580-8 Go | OS : LM 20.3 Uma Xfce 4.16 | K: 5.4
PC2
:Core2 Quad Q9650 @ 3 GHz | CG: Nvidia GTX 650TI | OS: LM 21.3 Xfce 4.18| K: 6.5
PC3 :Core i7-2600 @ 3,5 GHz | CG: ATI HD 4650 | OS: Emmade5 Xfce 4.18.0 | K: 6.1
PC4 : AMD Ryzen 5 3500X 4GHz | CG: GTX 970 | Ram : 8GB |OS : Debian 10.5 | K: 5.10
In a world without walls and fences, who needs windows and gates?

zeb
Messages : 16473
Enregistré le : ven. 19 juin 2015 22:13
Localisation : plus ici

Re: Démarrage un peu lent avec LM19 Mate

Message par zeb »

Bonjour,
Question bête, mais qu’apparemment personne n'a demandé :l :mrgreen:

Tu es sur un disque dur SSD ???
Si non, je dirai que 45 secondes est un temps "normal" pour une config standard ;)

Si oui, alors là, c'est un peu/beaucoup long est ce n'est pas normal :?

Jean Kinesonrien
Messages : 42
Enregistré le : lun. 8 oct. 2018 11:25

Re: Démarrage un peu lent avec LM19 Mate

Message par Jean Kinesonrien »

Re ! Pour commencer, le résultat:
version code

Code : Tout sélectionner

utilisateur@utilisateur-GL72M-7RDX:/$ ls /var/log
alternatives.log kern.log.4.gz
alternatives.log.1 lastlog
apport.log lightdm
apport.log.1 mintsystem.log
apport.log.2.gz mintsystem.timestamps
apport.log.3.gz mintupdate.log
apt ntpstats
aptitude openvpn
auth.log prime-supported.log
auth.log.1 samba
auth.log.2.gz speech-dispatcher
auth.log.3.gz syslog
auth.log.4.gz syslog.1
boot.log syslog.2.gz
bootstrap.log syslog.3.gz
btmp syslog.4.gz
btmp.1 syslog.5.gz
chkrootkit syslog.6.gz
clamav syslog.7.gz
cups tallylog
dpkg.log ubuntu-system-adjustments-adjust-grub-title.log
dpkg.log.1 ubuntu-system-adjustments-start.log
faillog ubuntu-system-adjustments-stop.log
fontconfig.log ufw.log
gpu-manager.log ufw.log.1
gufw.log ufw.log.2.gz
hp ufw.log.3.gz
installer ufw.log.4.gz
journal wtmp
kern.log wtmp.1
kern.log.1 Xorg.0.log
kern.log.2.gz Xorg.0.log.old
kern.log.3.gz
utilisateur@utilisateur-GL72M-7RDX:/$ 
version en couleurs, siouplé!
utilisateur@utilisateur-GL72M-7RDX:/$ ls /var/log
alternatives.log kern.log.4.gz
alternatives.log.1 lastlog
apport.log lightdm
apport.log.1 mintsystem.log
apport.log.2.gz mintsystem.timestamps
apport.log.3.gz mintupdate.log
apt ntpstats
aptitude openvpn
auth.log prime-supported.log
auth.log.1 samba
auth.log.2.gz speech-dispatcher
auth.log.3.gz syslog
auth.log.4.gz syslog.1
boot.log syslog.2.gz
bootstrap.log syslog.3.gz
btmp syslog.4.gz
btmp.1 syslog.5.gz
chkrootkit syslog.6.gz
clamav syslog.7.gz
cups tallylog
dpkg.log ubuntu-system-adjustments-adjust-grub-title.log
dpkg.log.1 ubuntu-system-adjustments-start.log
faillog ubuntu-system-adjustments-stop.log
fontconfig.log ufw.log
gpu-manager.log ufw.log.1
gufw.log ufw.log.2.gz
hp ufw.log.3.gz
installer ufw.log.4.gz
journal wtmp
kern.log wtmp.1
kern.log.1 Xorg.0.log
kern.log.2.gz Xorg.0.log.old
kern.log.3.gz
utilisateur@utilisateur-GL72M-7RDX:/$
Non, mon clavier n'est pas en USB, c'est un clavier de laptop MSi basique, je pense.

Image

Je n'ai pas non plus de SSD, c'est un disque dur, donc si les 40 sec. sont incompréssibles, je m'en contenterais, sans problème. :D
Modifié en dernier par débitant le ven. 19 oct. 2018 20:41, modifié 2 fois.
Distro: Linux Mint 20.3 Una System: Noyau Linux 5.4 bits: 64 Desktop: MATE 1.26 Machine: MSi GL72M 7RDX CPU: Quad core Intel Core i5-7300HQ (-MCP-) Graphics: Card-1: Intel Device 591b Card-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] Resolution: 1920x1080@60.00hz version: NVIDIA 470.94 Audio: Card Intel CM238 HD Audio Drives: HDD Total Size: 1000.2GB

zeb
Messages : 16473
Enregistré le : ven. 19 juin 2015 22:13
Localisation : plus ici

Re: Démarrage un peu lent avec LM19 Mate

Message par zeb »

Re,
Merci de placer les balises code pour les retours de terminal et non les balise quote (il faudra aussi oublier car pas possible les code couleur à l’intérieur des balises code) ;)

Perso 40 secondes pour un dd classique ca ne me choque pas, oui, tu peux toujours réduire ce temps avec des manips.
Attends d'autres avis et ceux qui pourront t'aiguiller.

Répondre