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 27/08/2016, à 10:36

AvelHéol

[RESOLU] Démarrage lent 16.04 nvidia et prime

Bonjour
J'ai renouvellé mon portable par un asus n552-vw avec une carte nvidia GTX960m, Après avoir résolu quelques soucis à l'installation (secure boot) j'ai installé le pilote propriétaire nvidia (352) avec prime. tout marche bien excepté le démarrage très lent (entre 20 et 60 minutes). Ce problème n'existe pas avec bumblebee qui me pose un problème de ventilation tournant au maximum en permanence. xorg est en version 1.18 ci-joint mon xorg.conf

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "intel"
    Driver "intel"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "SNA"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

Merci pour toute aide afin de résoudre ce problème

Dernière modification par AvelHéol (Le 22/01/2017, à 18:52)


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#2 Le 27/08/2016, à 10:47

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Bonjour
Pour analyser un démarrage lent qui se fait correctement, donnes le retour de

dmesg > TRACE.txt
gedit   TRACE.txt

et

systemd-analyze blame

N'oublies pas de mettre en forme en utilisant le 11eme icône <> de cette grille de saisie après avoir sélectionné ce que tu viens de copier

Hors ligne

#3 Le 27/08/2016, à 12:36

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Voilà les éléments demandés :
1- dmesg

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-34-generic (buildd@lgw01-52) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #53~14.04.1-Ubuntu SMP Wed Jul 27 16:56:40 UTC 2016 (Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=41052edc-c316-42be-a2f8-fec0bbcaacbc ro quiet splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  960, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x08: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR'
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000071413fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000071414000-0x0000000071414fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000071415000-0x000000007143efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007143f000-0x0000000071490fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000071491000-0x00000000718d1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000718d2000-0x0000000075990fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000075991000-0x00000000763ecfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000763ed000-0x0000000076a05fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076a06000-0x00000000773a5fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000773a6000-0x0000000077f87fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000077f88000-0x0000000077ffdfff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000077ffe000-0x0000000077ffefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000780fffff] 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 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000283ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x77ec6e18  ACPI=0x76b0a000  ACPI 2.0=0x76b0a000  SMBIOS=0x778e0000  SMBIOS 3.0=0x778df000 
[    0.000000] esrt: Reserving ESRT space from 0x0000000077ec6e18 to 0x0000000077ec6e50.
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x284000 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 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007A000000 mask 7FFE000000 uncachable
[    0.000000]   3 base 0079000000 mask 7FFF000000 uncachable
[    0.000000]   4 base 0078800000 mask 7FFF800000 uncachable
[    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  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x77fff max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x03003000, 0x03003fff] PGTABLE
[    0.000000] BRK [0x03004000, 0x03004fff] PGTABLE
[    0.000000] BRK [0x03005000, 0x03005fff] PGTABLE
[    0.000000] BRK [0x03006000, 0x03006fff] PGTABLE
[    0.000000] BRK [0x03007000, 0x03007fff] PGTABLE
[    0.000000] BRK [0x03008000, 0x03008fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x34216000-0x36102fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000076B0A000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x0000000076B0A0A8 0000D4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000076B30110 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000076B0A210 025EFE (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000773A4F80 000040
[    0.000000] ACPI: APIC 0x0000000076B30220 000084 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000076B302A8 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000076B302F0 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000076B30390 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000076B303D0 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x0000000076B30408 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: ECDT 0x0000000076B30720 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: LPIT 0x0000000076B307E8 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000076B30880 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x0000000076B30AC8 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x0000000076B30B00 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000076B30B58 003D69 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x0000000076B348C8 006685 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x0000000076B3AF50 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x0000000076B3AF98 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: BGRT 0x0000000076B3BDF0 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x0000000076B3BE28 0000A5 (v02 SgRef  SgPeg    00001000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x0000000076B3BED0 0000F0 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: TPM2 0x0000000076B3BFC0 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: SSDT 0x0000000076B3BFF8 001A3F (v01 OptRef OptTabl  00001000 INTL 20120913)
[    0.000000] ACPI: MSDM 0x00000000761AEF18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000283ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x283ff6000-0x283ffafff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000283ffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000071413fff]
[    0.000000]   node   0: [mem 0x000000007143f000-0x0000000071490fff]
[    0.000000]   node   0: [mem 0x00000000718d2000-0x0000000075990fff]
[    0.000000]   node   0: [mem 0x00000000763ed000-0x0000000076a05fff]
[    0.000000]   node   0: [mem 0x0000000077ffe000-0x0000000077ffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000283ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000283ffffff]
[    0.000000] On node 0 totalpages: 2071259
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7469 pages used for memmap
[    0.000000]   DMA32 zone: 478015 pages, LIFO batch:31
[    0.000000]   Normal zone: 24832 pages used for memmap
[    0.000000]   Normal zone: 1589248 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0x79000000-0x7affffff
[    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: 0x8086a701 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 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x71414000-0x71414fff]
[    0.000000] PM: Registered nosave memory: [mem 0x71415000-0x7143efff]
[    0.000000] PM: Registered nosave memory: [mem 0x71491000-0x718d1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x75991000-0x763ecfff]
[    0.000000] PM: Registered nosave memory: [mem 0x76a06000-0x773a5fff]
[    0.000000] PM: Registered nosave memory: [mem 0x773a6000-0x77f87fff]
[    0.000000] PM: Registered nosave memory: [mem 0x77f88000-0x77ffdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x77fff000-0x77ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x78000000-0x780fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x78100000-0x78ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x79000000-0x7affffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-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-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 0x7b000000-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] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff880283c00000 s98008 r8192 d28968 u524288
[    0.000000] pcpu-alloc: s98008 r8192 d28968 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2038872
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=41052edc-c316-42be-a2f8-fec0bbcaacbc ro quiet splash
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7958724K/8285036K available (8175K kernel code, 1292K rwdata, 3960K rodata, 1484K init, 1292K bss, 326312K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:16640 nr_irqs:1024 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: PIT calibration matches HPET. 1 loops
[    0.000000] tsc: Detected 2303.974 MHz processor
[    0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 4607.94 BogoMIPS (lpj=9215896)
[    0.000027] pid_max: default: 32768 minimum: 301
[    0.000031] ACPI: Core revision 20150930
[    0.033120] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.035061] Security Framework initialized
[    0.035062] Yama: becoming mindful.
[    0.035072] AppArmor: AppArmor initialized
[    0.035482] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.036711] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.037301] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.037309] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.037458] Initializing cgroup subsys io
[    0.037460] Initializing cgroup subsys memory
[    0.037464] Initializing cgroup subsys devices
[    0.037466] Initializing cgroup subsys freezer
[    0.037467] Initializing cgroup subsys net_cls
[    0.037469] Initializing cgroup subsys perf_event
[    0.037470] Initializing cgroup subsys net_prio
[    0.037472] Initializing cgroup subsys hugetlb
[    0.037474] Initializing cgroup subsys pids
[    0.037494] CPU: Physical Processor ID: 0
[    0.037495] CPU: Processor Core ID: 0
[    0.037498] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.037498] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.038437] mce: CPU supports 10 MCE banks
[    0.038451] CPU0: Thermal monitoring enabled (TM1)
[    0.038460] process: using mwait in idle threads
[    0.038462] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.038463] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.038752] Freeing SMP alternatives memory: 28K (ffffffff81eb7000 - ffffffff81ebe000)
[    0.043090] ftrace: allocating 32026 entries in 126 pages
[    0.053998] smpboot: Max logical packages: 1
[    0.054000] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.054003] DMAR: Host address width 39
[    0.054005] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.054011] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0501e
[    0.054012] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.054015] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.054016] DMAR: RMRR base: 0x0000007618e000 end: 0x000000761adfff
[    0.054017] DMAR: RMRR base: 0x00000078800000 end: 0x0000007affffff
[    0.054018] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.054018] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.054020] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.054021] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.054021] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.054022] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.055441] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.055442] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.059413] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.099104] TSC deadline timer enabled
[    0.099109] smpboot: CPU0: Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.099122] Performance Events: PEBS fmt3+, 32-deep LBR, Skylake events, full-width counters, Intel PMU driver.
[    0.099145] ... version:                4
[    0.099146] ... bit width:              48
[    0.099147] ... generic registers:      8
[    0.099147] ... value mask:             0000ffffffffffff
[    0.099148] ... max period:             0000ffffffffffff
[    0.099149] ... fixed-purpose events:   3
[    0.099149] ... event mask:             00000007000000ff
[    0.099816] x86: Booting SMP configuration:
[    0.099817] .... node  #0, CPUs:      #1
[    0.103296] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.103345]  #2 #3
[    0.110309] x86: Booted up 1 node, 4 CPUs
[    0.110311] smpboot: Total of 4 processors activated (18431.79 BogoMIPS)
[    0.113255] devtmpfs: initialized
[    0.115220] evm: security.selinux
[    0.115221] evm: security.SMACK64
[    0.115222] evm: security.SMACK64EXEC
[    0.115222] evm: security.SMACK64TRANSMUTE
[    0.115223] evm: security.SMACK64MMAP
[    0.115224] evm: security.ima
[    0.115224] evm: security.capability
[    0.115264] PM: Registering ACPI NVS region [mem 0x71414000-0x71414fff] (4096 bytes)
[    0.115265] PM: Registering ACPI NVS region [mem 0x76a06000-0x773a5fff] (10092544 bytes)
[    0.115407] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.115469] pinctrl core: initialized pinctrl subsystem
[    0.115623] RTC time: 11:25:02, date: 08/27/16
[    0.116278] NET: Registered protocol family 16
[    0.125105] cpuidle: using governor ladder
[    0.137099] cpuidle: using governor menu
[    0.137106] PCCT header not found.
[    0.137265] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.137266] ACPI: bus type PCI registered
[    0.137267] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.137340] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.137342] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.137353] PCI: Using configuration type 1 for base access
[    0.153506] ACPI: Added _OSI(Module Device)
[    0.153508] ACPI: Added _OSI(Processor Device)
[    0.153509] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.153510] ACPI: Added _OSI(Processor Aggregator Device)
[    0.157323] ACPI : EC: EC description table is found, configuring boot EC
[    0.157340] ACPI : EC: EC started
[    0.161926] ACPI: Executed 23 blocks of module-level executable AML code
[    0.168664] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.174516] ACPI: Dynamic OEM Table Load:
[    0.174523] ACPI: SSDT 0xFFFF880279812800 000579 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.175427] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.176488] ACPI: Dynamic OEM Table Load:
[    0.176493] ACPI: SSDT 0xFFFF8802799CD400 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.177931] ACPI: Dynamic OEM Table Load:
[    0.177935] ACPI: SSDT 0xFFFF880279813000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.178952] ACPI: Dynamic OEM Table Load:
[    0.178955] ACPI: SSDT 0xFFFF880279A56000 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.181313] ACPI: Interpreter enabled
[    0.181321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
[    0.181327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[    0.181342] ACPI: (supports S0 S3 S4 S5)
[    0.181342] ACPI: Using IOAPIC for interrupt routing
[    0.181366] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.183036] ACPI: Power Resource [PG00] (on)
[    0.210933] ACPI: Power Resource [PG01] (on)
[    0.211261] ACPI: Power Resource [PG02] (on)
[    0.211832] ACPI: Power Resource [WRST] (off)
[    0.212118] ACPI: Power Resource [WRST] (off)
[    0.212397] ACPI: Power Resource [WRST] (off)
[    0.212675] ACPI: Power Resource [WRST] (off)
[    0.212954] ACPI: Power Resource [WRST] (off)
[    0.213233] ACPI: Power Resource [WRST] (off)
[    0.213515] ACPI: Power Resource [WRST] (off)
[    0.213983] ACPI: Power Resource [WRST] (off)
[    0.214296] ACPI: Power Resource [WRST] (off)
[    0.214980] ACPI: Power Resource [WRST] (off)
[    0.215272] ACPI: Power Resource [WRST] (off)
[    0.215556] ACPI: Power Resource [WRST] (off)
[    0.215831] ACPI: Power Resource [WRST] (off)
[    0.216068] ACPI: Power Resource [WRST] (off)
[    0.216306] ACPI: Power Resource [WRST] (off)
[    0.216545] ACPI: Power Resource [WRST] (off)
[    0.216782] ACPI: Power Resource [WRST] (off)
[    0.217019] ACPI: Power Resource [WRST] (off)
[    0.217256] ACPI: Power Resource [WRST] (off)
[    0.217496] ACPI: Power Resource [WRST] (off)
[    0.223606] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.223611] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.224811] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.224812] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.225218] PCI host bridge to bus 0000:00
[    0.225221] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.225222] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.225223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.225224] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.225225] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.225226] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.225227] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.225228] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.225229] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.225230] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.225231] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.225232] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.225233] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.225234] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.225235] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.225236] pci_bus 0000:00: root bus resource [mem 0x7b000000-0xdfffffff window]
[    0.225237] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.225238] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.225244] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    0.225329] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.225359] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.225447] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.225498] pci 0000:00:02.0: [8086:191b] type 00 class 0x030000
[    0.225510] pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[    0.225514] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.225518] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.225611] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.225623] pci 0000:00:04.0: reg 0x10: [mem 0xdf420000-0xdf427fff 64bit]
[    0.225791] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.225815] pci 0000:00:14.0: reg 0x10: [mem 0xdf410000-0xdf41ffff 64bit]
[    0.225864] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.225935] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.225964] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.225988] pci 0000:00:14.2: reg 0x10: [mem 0xdf438000-0xdf438fff 64bit]
[    0.226146] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    0.226254] pci 0000:00:15.0: reg 0x10: [mem 0xdf437000-0xdf437fff 64bit]
[    0.226648] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[    0.226707] pci 0000:00:15.1: reg 0x10: [mem 0xdf436000-0xdf436fff 64bit]
[    0.227024] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.227054] pci 0000:00:16.0: reg 0x10: [mem 0xdf435000-0xdf435fff 64bit]
[    0.227109] pci 0000:00:16.0: PME# supported from D3hot
[    0.227217] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.227237] pci 0000:00:17.0: reg 0x10: [mem 0xdf430000-0xdf431fff]
[    0.227243] pci 0000:00:17.0: reg 0x14: [mem 0xdf434000-0xdf4340ff]
[    0.227249] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.227256] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.227262] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.227268] pci 0000:00:17.0: reg 0x24: [mem 0xdf433000-0xdf4337ff]
[    0.227294] pci 0000:00:17.0: PME# supported from D3hot
[    0.227396] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[    0.227448] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.227534] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.227567] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
[    0.227618] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.227700] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.227727] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.227782] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.227864] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.227909] pci 0000:00:1f.0: [8086:a14e] type 00 class 0x060100
[    0.228088] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.228101] pci 0000:00:1f.2: reg 0x10: [mem 0xdf42c000-0xdf42ffff]
[    0.228232] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.228265] pci 0000:00:1f.3: reg 0x10: [mem 0xdf428000-0xdf42bfff 64bit]
[    0.228295] pci 0000:00:1f.3: reg 0x20: [mem 0xdf400000-0xdf40ffff 64bit]
[    0.228328] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.228435] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.228468] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.228522] pci 0000:00:1f.4: reg 0x10: [mem 0xdf432000-0xdf4320ff 64bit]
[    0.228593] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.228774] pci 0000:01:00.0: [10de:139b] type 00 class 0x030200
[    0.228787] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.228794] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.228801] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.228806] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.228811] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.228874] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.233503] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.233510] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.233516] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.233524] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.233844] pci 0000:02:00.0: [8086:095a] type 00 class 0x028000
[    0.233949] pci 0000:02:00.0: reg 0x10: [mem 0xdf300000-0xdf301fff 64bit]
[    0.234195] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.234377] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.241800] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.241805] pci 0000:00:1c.0:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.241873] pci 0000:03:00.0: [10ec:5287] type 00 class 0xff0000
[    0.241909] pci 0000:03:00.0: reg 0x10: [mem 0xdf215000-0xdf215fff]
[    0.241966] pci 0000:03:00.0: reg 0x30: [mem 0xdf200000-0xdf20ffff pref]
[    0.242025] pci 0000:03:00.0: supports D1 D2
[    0.242027] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.242104] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.242143] pci 0000:03:00.1: [10ec:8168] type 00 class 0x020000
[    0.242179] pci 0000:03:00.1: reg 0x10: [io  0xd000-0xd0ff]
[    0.242204] pci 0000:03:00.1: reg 0x18: [mem 0xdf214000-0xdf214fff 64bit]
[    0.242220] pci 0000:03:00.1: reg 0x20: [mem 0xdf210000-0xdf213fff 64bit]
[    0.242284] pci 0000:03:00.1: supports D1 D2
[    0.242285] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.249525] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.249532] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.249538] pci 0000:00:1c.3:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.249699] pci 0000:04:00.0: [1b21:1242] type 00 class 0x0c0330
[    0.249734] pci 0000:04:00.0: reg 0x10: [mem 0xdf100000-0xdf107fff 64bit]
[    0.249833] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.249904] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.257571] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.257581] pci 0000:00:1c.4:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.259329] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.259376] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.259419] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.259462] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.259505] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.259548] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.259591] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.259634] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.260049] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.260166] ACPI : EC: GPE = 0x23, I/O: command/status = 0x66, data = 0x62
[    0.260256] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.260257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.260260] vgaarb: loaded
[    0.260261] vgaarb: bridge control possible 0000:00:02.0
[    0.260440] SCSI subsystem initialized
[    0.260467] libata version 3.00 loaded.
[    0.260485] ACPI: bus type USB registered
[    0.260497] usbcore: registered new interface driver usbfs
[    0.260505] usbcore: registered new interface driver hub
[    0.260516] usbcore: registered new device driver usb
[    0.260660] PCI: Using ACPI for IRQ routing
[    0.289204] PCI: pci_cache_line_size set to 64 bytes
[    0.289673] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.289675] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.289675] e820: reserve RAM buffer [mem 0x71414000-0x73ffffff]
[    0.289676] e820: reserve RAM buffer [mem 0x71491000-0x73ffffff]
[    0.289677] e820: reserve RAM buffer [mem 0x75991000-0x77ffffff]
[    0.289679] e820: reserve RAM buffer [mem 0x76a06000-0x77ffffff]
[    0.289680] e820: reserve RAM buffer [mem 0x77fff000-0x77ffffff]
[    0.289760] NetLabel: Initializing
[    0.289760] NetLabel:  domain hash size = 128
[    0.289761] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.289769] NetLabel:  unlabeled traffic allowed by default
[    0.289848] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.289851] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.291899] clocksource: Switched to clocksource hpet
[    0.296293] AppArmor: AppArmor Filesystem Enabled
[    0.296329] pnp: PnP ACPI init
[    0.296638] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.296640] system 00:00: [io  0xffff] has been reserved
[    0.296641] system 00:00: [io  0xffff] has been reserved
[    0.296642] system 00:00: [io  0xffff] has been reserved
[    0.296644] system 00:00: [io  0x1800-0x18fe] could not be reserved
[    0.296645] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.296647] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.296708] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.296710] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.296726] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.296755] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.296757] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.296838] system 00:04: [io  0x0240-0x0259] has been reserved
[    0.296840] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.296867] pnp 00:05: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.296986] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.296987] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.296988] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.296989] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.296990] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.296992] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.296993] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.296994] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.296995] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.296997] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.296998] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.297030] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.297031] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.297032] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.297033] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.297034] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.297036] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.297037] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.297038] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.297227] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.297229] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.297948] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.297949] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.297951] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.297952] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.298517] pnp: PnP ACPI: found 10 devices
[    0.307240] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.307263] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.307265] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.307268] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.307270] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.307273] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.307276] pci 0000:00:1c.0:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.307281] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.307283] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.307286] pci 0000:00:1c.3:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.307290] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.307294] pci 0000:00:1c.4:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.307300] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.307301] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.307302] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.307303] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.307304] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.307305] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.307306] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.307307] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.307308] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.307309] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.307310] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.307311] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.307312] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.307313] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.307314] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.307315] pci_bus 0000:00: resource 19 [mem 0x7b000000-0xdfffffff window]
[    0.307316] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    0.307318] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.307319] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.307320] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.307321] pci_bus 0000:02: resource 1 [mem 0xdf300000-0xdf3fffff]
[    0.307322] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.307323] pci_bus 0000:03: resource 1 [mem 0xdf200000-0xdf2fffff]
[    0.307324] pci_bus 0000:04: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.307344] NET: Registered protocol family 2
[    0.307468] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.307594] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.307691] TCP: Hash tables configured (established 65536 bind 65536)
[    0.307708] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.307725] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.307762] NET: Registered protocol family 1
[    0.307773] pci 0000:00:02.0: Video device with shadowed ROM
[    0.308447] PCI: CLS 0 bytes, default 64
[    0.308480] Trying to unpack rootfs image as initramfs...
[    0.705888] Freeing initrd memory: 31668K (ffff880034216000 - ffff880036103000)
[    0.705928] DMAR: ACPI device "device:77" under DMAR at fed91000 as 00:15.0
[    0.705931] DMAR: ACPI device "device:78" under DMAR at fed91000 as 00:15.1
[    0.705939] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.705941] software IO TLB [mem 0x6c3cb000-0x703cb000] (64MB) mapped at [ffff88006c3cb000-ffff8800703cafff]
[    0.706085] Scanning for low memory corruption every 60 seconds
[    0.706447] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.706470] audit: initializing netlink subsys (disabled)
[    0.706479] audit: type=2000 audit(1472297102.704:1): initialized
[    0.706782] Initialise system trusted keyring
[    0.707025] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.707026] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.708073] zbud: loaded
[    0.708290] VFS: Disk quotas dquot_6.6.0
[    0.708311] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.708489] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.708768] fuse init (API version 7.23)
[    0.708906] Key type big_key registered
[    0.708920] Allocating IMA MOK and blacklist keyrings.
[    0.710782] Key type asymmetric registered
[    0.710784] Asymmetric key parser 'x509' registered
[    0.710807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.710924] io scheduler noop registered
[    0.710926] io scheduler deadline registered (default)
[    0.710959] io scheduler cfq registered
[    0.711493] aer 0000:00:1c.0:pcie02: service driver aer loaded
[    0.711512] aer 0000:00:1c.3:pcie02: service driver aer loaded
[    0.711531] aer 0000:00:1c.4:pcie02: service driver aer loaded
[    0.711546] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.711547] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.711548] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.711554] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.711555] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    0.711557] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.711562] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.711563] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.711564] pci 0000:03:00.1: Signaling PME through PCIe PME interrupt
[    0.711566] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    0.711572] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.711572] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.711575] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.711579] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.711584] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.711612] efifb: probing for efifb
[    0.711622] efifb: framebuffer at 0xb0000000, mapped to 0xffffc90001000000, using 1920k, total 1920k
[    0.711623] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.711624] efifb: scrolling: redraw
[    0.711625] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.712554] Console: switching to colour frame buffer device 100x37
[    0.713310] fb0: EFI VGA frame buffer device
[    0.713317] intel_idle: MWAIT substates: 0x11142120
[    0.713318] intel_idle: v0.4.1 model 0x5E
[    0.713319] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.713568] ACPI: AC Adapter [AC0] (on-line)
[    0.713618] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.715196] ACPI: Lid Switch [LID]
[    0.715222] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.715224] ACPI: Sleep Button [SLPB]
[    0.715246] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.715248] ACPI: Power Button [PWRF]
[    0.715967] thermal LNXTHERM:00: registered as thermal_zone0
[    0.715968] ACPI: Thermal Zone [THRM] (43 C)
[    0.716016] GHES: HEST is not enabled!
[    0.716172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.724895] ACPI: Battery Slot [BAT0] (battery present)
[    0.725338] Linux agpgart interface v0.103
[    0.730633] brd: module loaded
[    0.732922] loop: module loaded
[    0.733108] libphy: Fixed MDIO Bus: probed
[    0.733110] tun: Universal TUN/TAP device driver, 1.6
[    0.733111] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.733171] PPP generic driver version 2.4.2
[    0.733276] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.733279] ehci-pci: EHCI PCI platform driver
[    0.733285] ehci-platform: EHCI generic platform driver
[    0.733293] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.733295] ohci-pci: OHCI PCI platform driver
[    0.733302] ohci-platform: OHCI generic platform driver
[    0.733308] uhci_hcd: USB Universal Host Controller Interface driver
[    0.733403] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.733407] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.734479] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.734483] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.734540] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.734541] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.734542] usb usb1: Product: xHCI Host Controller
[    0.734543] usb usb1: Manufacturer: Linux 4.4.0-34-generic xhci-hcd
[    0.734544] usb usb1: SerialNumber: 0000:00:14.0
[    0.734640] hub 1-0:1.0: USB hub found
[    0.734654] hub 1-0:1.0: 16 ports detected
[    0.735545] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.735547] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.735566] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.735568] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.735568] usb usb2: Product: xHCI Host Controller
[    0.735569] usb usb2: Manufacturer: Linux 4.4.0-34-generic xhci-hcd
[    0.735570] usb usb2: SerialNumber: 0000:00:14.0
[    0.735668] hub 2-0:1.0: USB hub found
[    0.735676] hub 2-0:1.0: 8 ports detected
[    0.735852] usb: port power management may be unreliable
[    0.736427] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    0.736430] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[    0.756198] pcieport 0000:00:1c.4: AER: Corrected error received: id=00e4
[    0.756206] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e4(Transmitter ID)
[    0.756255] pcieport 0000:00:1c.4:   device [8086:a114] error status/mask=00000100/00002000
[    0.756345] pcieport 0000:00:1c.4:    [ 8] RELAY_NUM Rollover    
[    0.795313] xhci_hcd 0000:04:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x00000010
[    0.795475] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.795476] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.795477] usb usb3: Product: xHCI Host Controller
[    0.795478] usb usb3: Manufacturer: Linux 4.4.0-34-generic xhci-hcd
[    0.795479] usb usb3: SerialNumber: 0000:04:00.0
[    0.795612] hub 3-0:1.0: USB hub found
[    0.795686] hub 3-0:1.0: 2 ports detected
[    0.795834] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    0.795836] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    0.795897] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.795953] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.795954] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.795955] usb usb4: Product: xHCI Host Controller
[    0.795956] usb usb4: Manufacturer: Linux 4.4.0-34-generic xhci-hcd
[    0.795957] usb usb4: SerialNumber: 0000:04:00.0
[    0.796082] hub 4-0:1.0: USB hub found
[    0.796162] hub 4-0:1.0: 2 ports detected
[    0.796339] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    0.796340] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.797592] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.797856] mousedev: PS/2 mouse device common for all mice
[    0.798296] rtc_cmos 00:02: RTC can wake from S4
[    0.798726] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.798822] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.798827] i2c /dev entries driver
[    0.798859] device-mapper: uevent: version 1.0.3
[    0.799002] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    0.799018] Intel P-state driver initializing.
[    0.799020] intel_pstate: HWP enabled
[    0.799939] ledtrig-cpu: registered to indicate activity on CPUs
[    0.799965] EFI Variables Facility v0.08 2004-May-17
[    0.805062] NET: Registered protocol family 10
[    0.805310] NET: Registered protocol family 17
[    0.805318] Key type dns_resolver registered
[    0.805602] microcode: CPU0 sig=0x506e3, pf=0x20, revision=0x74
[    0.805648] microcode: CPU1 sig=0x506e3, pf=0x20, revision=0x74
[    0.805709] microcode: CPU2 sig=0x506e3, pf=0x20, revision=0x74
[    0.805741] microcode: CPU3 sig=0x506e3, pf=0x20, revision=0x74
[    0.805911] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.806294] registered taskstats version 1
[    0.806305] Loading compiled-in X.509 certificates
[    0.806845] Loaded X.509 cert 'Build time autogenerated kernel key: 7e3faad6ffddb09bc2ef8e9405d93eb823ff40d4'
[    0.806860] zswap: loaded using pool lzo/zbud
[    0.808735] Key type trusted registered
[    0.813076] Key type encrypted registered
[    0.813081] AppArmor: AppArmor sha1 policy hashing enabled
[    0.813083] ima: No TPM chip found, activating TPM-bypass!
[    0.813094] evm: HMAC attrs: 0x1
[    0.814357]   Magic number: 12:581:429
[    0.814677] rtc_cmos 00:02: setting system clock to 2016-08-27 11:25:02 UTC (1472297102)
[    0.814968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.814969] EDD information not available.
[    0.815056] PM: Hibernation image not present or could not be loaded.
[    0.815873] Freeing unused kernel memory: 1484K (ffffffff81d44000 - ffffffff81eb7000)
[    0.815874] Write protecting the kernel read-only data: 12288k
[    0.816396] Freeing unused kernel memory: 4K (ffff8800027ff000 - ffff880002800000)
[    0.816736] Freeing unused kernel memory: 136K (ffff880002bde000 - ffff880002c00000)
[    0.827475] systemd-udevd[136]: starting version 204
[    0.834014] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    0.837701] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.852948] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 132
[    0.853560] ahci 0000:00:17.0: version 3.0
[    0.853703] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.853708] r8169 0000:03:00.1: can't disable ASPM; OS doesn't have ASPM control
[    0.861199] r8169 0000:03:00.1 eth0: RTL8411 at 0xffffc90000cc2000, d0:17:c2:1a:3e:7f, XID 1c800800 IRQ 134
[    0.861201] r8169 0000:03:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.868258] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0xe impl SATA mode
[    0.868261] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    0.889166] scsi host0: ahci
[    0.889710] scsi host1: ahci
[    0.890326] scsi host2: ahci
[    0.890869] scsi host3: ahci
[    0.890940] ata1: DUMMY
[    0.890945] ata2: SATA max UDMA/133 abar m2048@0xdf433000 port 0xdf433180 irq 133
[    0.890947] ata3: SATA max UDMA/133 abar m2048@0xdf433000 port 0xdf433200 irq 133
[    0.890948] ata4: SATA max UDMA/133 abar m2048@0xdf433000 port 0xdf433280 irq 133
[    1.048203] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    1.208248] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.208279] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.208305] ata3: SATA link down (SStatus 4 SControl 300)
[    1.210800] ata4.00: ATA-8: HGST HTS721010A9E630, JB0OA3J0, max UDMA/133
[    1.210819] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.210833] ata2.00: ATAPI: HL-DT-ST DVDRAM GUE1N, AS00, max UDMA/133
[    1.213220] usb 1-4: New USB device found, idVendor=13d3, idProduct=5666
[    1.213241] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.213242] usb 1-4: Product: USB2.0 HD UVC WebCam
[    1.213243] usb 1-4: Manufacturer: Azurewave
[    1.213244] usb 1-4: SerialNumber: NULL
[    1.213264] ata4.00: configured for UDMA/133
[    1.213648] ata2.00: configured for UDMA/133
[    1.231254] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GUE1N     AS00 PQ: 0 ANSI: 5
[    1.256615] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.256617] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.256929] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.257108] sr 1:0:0:0: Attached scsi generic sg0 type 5
[    1.257942] scsi 3:0:0:0: Direct-Access     ATA      HGST HTS721010A9 A3J0 PQ: 0 ANSI: 5
[    1.258346] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    1.258352] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.258355] sd 3:0:0:0: [sda] 4096-byte physical blocks
[    1.258804] sd 3:0:0:0: [sda] Write Protect is off
[    1.258807] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.258959] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.308538]  sda: sda1 sda2 sda3 sda4
[    1.310233] sd 3:0:0:0: [sda] Attached SCSI disk
[    1.328251] usb 1-5: new low-speed USB device number 3 using xhci_hcd
[    1.516186] usb 1-5: New USB device found, idVendor=15d9, idProduct=0a4d
[    1.516188] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.516190] usb 1-5: Product:  USB OPTICAL MOUSE
[    1.516424] usb 1-5: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    1.519572] hidraw: raw HID events driver (C) Jiri Kosina
[    1.522984] usbcore: registered new interface driver usbhid
[    1.522985] usbhid: USB HID core driver
[    1.524687] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:15D9:0A4D.0001/input/input4
[    1.524752] hid-generic 0003:15D9:0A4D.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:14.0-5/input0
[    1.684220] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    1.704210] tsc: Refined TSC clocksource calibration: 2304.010 MHz
[    1.704212] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2136013637b, max_idle_ns: 440795209479 ns
[    1.815941] usb 1-9: New USB device found, idVendor=8087, idProduct=0a2a
[    1.815944] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.708268] clocksource: Switched to clocksource tsc
[    2.780739] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.303988] random: nonblocking pool is initialized
[    8.455923] Adding 19999740k swap on /dev/sda3.  Priority:-1 extents:1 across:19999740k FS
[    8.611823] systemd-udevd[353]: starting version 204
[    8.824357] lp: driver loaded but no devices found
[    8.827956] ppdev: user-space parallel port driver
[    8.854748] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[    8.854754] tpm_crb: probe of MSFT0101:00 failed with error -16
[    8.860600] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    8.863018] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    8.877964] wmi: Mapper loaded
[    8.892385] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    8.892649] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    8.908888] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.910323] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    8.947445] [drm] Initialized drm 1.1.0 20060810
[    9.047923] Bluetooth: Core ver 2.21
[    9.047933] NET: Registered protocol family 31
[    9.047934] Bluetooth: HCI device and connection manager initialized
[    9.047937] Bluetooth: HCI socket layer initialized
[    9.047938] Bluetooth: L2CAP socket layer initialized
[    9.047942] Bluetooth: SCO socket layer initialized
[    9.053625] usbcore: registered new interface driver btusb
[    9.069102] Bluetooth: hci0: read Intel version: 370810011003110e00
[    9.087407] asus_wmi: ASUS WMI generic driver loaded
[    9.088295] asus_wmi: Initialization: 0x1
[    9.088318] asus_wmi: BIOS WMI version: 7.9
[    9.088341] asus_wmi: SFUN value: 0xa0077
[    9.088891] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
[    9.090970] asus_wmi: Number of fans: 1
[    9.092859] Intel(R) Wireless WiFi driver for Linux
[    9.092860] Copyright(c) 2003- 2015 Intel Corporation
[    9.094046] AVX2 version of gcm_enc/dec engaged.
[    9.094048] AES CTR mode by8 optimization enabled
[    9.098097] iwlwifi 0000:02:00.0: Unsupported splx structure
[    9.109868] usb 1-9: USB disconnect, device number 4
[    9.124970] Bluetooth: HCI UART driver ver 2.3
[    9.124972] Bluetooth: HCI UART protocol H4 registered
[    9.124973] Bluetooth: HCI UART protocol BCSP registered
[    9.124974] Bluetooth: HCI UART protocol LL registered
[    9.124975] Bluetooth: HCI UART protocol ATH3K registered
[    9.124975] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    9.124998] Bluetooth: HCI UART protocol Intel registered
[    9.125009] Bluetooth: HCI UART protocol BCM registered
[    9.125009] Bluetooth: HCI UART protocol QCA registered
[    9.136059] i2c-ELAN1000:00 supply vcc not found, using dummy regulator
[    9.180980] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-19.ucode failed with error -2
[    9.190300] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-18.ucode failed with error -2
[    9.190332] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-17.ucode failed with error -2
[    9.249083] input: Elan Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1000:00/input/input6
[    9.297303] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    9.297519] Bluetooth: hci0 sending frame failed (-19)
[    9.488532] audit: type=1400 audit(1472289911.170:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=448 comm="apparmor_parser"
[    9.488536] audit: type=1400 audit(1472289911.170:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=448 comm="apparmor_parser"
[    9.488539] audit: type=1400 audit(1472289911.170:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=448 comm="apparmor_parser"
[    9.488556] audit: type=1400 audit(1472289911.170:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=447 comm="apparmor_parser"
[    9.488560] audit: type=1400 audit(1472289911.170:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=447 comm="apparmor_parser"
[    9.488563] audit: type=1400 audit(1472289911.170:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=447 comm="apparmor_parser"
[    9.488818] audit: type=1400 audit(1472289911.170:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=448 comm="apparmor_parser"
[    9.488821] audit: type=1400 audit(1472289911.170:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=448 comm="apparmor_parser"
[    9.488839] audit: type=1400 audit(1472289911.170:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=447 comm="apparmor_parser"
[    9.488842] audit: type=1400 audit(1472289911.170:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=447 comm="apparmor_parser"
[    9.536972] [drm] Memory usable by graphics device = 4096M
[    9.536975] checking generic (b0000000 1e0000) vs hw (b0000000 10000000)
[    9.536976] fb: switching to inteldrmfb from EFI VGA
[    9.537025] Console: switching to colour dummy device 80x25
[    9.537056] [drm] Replacing VGA console driver
[    9.542069] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.542070] [drm] Driver supports precise vblank timestamp query.
[    9.553219] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    9.558408] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[    9.570962] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    9.573147] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    9.573225] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20150930/video-1216)
[    9.573228] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    9.573255] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input8
[    9.573333] [drm] Initialized i915_bpo 1.6.0 20160425 for 0000:00:02.0 on minor 0
[    9.701795] media: Linux media interface: v0.10
[    9.726668] [drm] Finished loading i915/skl_dmc_ver1.bin (v1.26)
[    9.766601] Linux video capture interface: v2.00
[    9.808650] intel_rapl: Found RAPL domain package
[    9.808652] intel_rapl: Found RAPL domain core
[    9.808654] intel_rapl: Found RAPL domain uncore
[    9.808655] intel_rapl: Found RAPL domain dram
[    9.823368] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:5666)
[    9.825866] input: USB2.0 HD UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input9
[    9.825945] usbcore: registered new interface driver uvcvideo
[    9.825946] USB Video Class driver (1.1.1)
[    9.829204] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915_bpo])
[    9.830634] fbcon: inteldrmfb (fb0) is primary device
[    9.830875] Console: switching to colour frame buffer device 480x135
[    9.830880] i915_bpo 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    9.853734] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    9.853736] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    9.853738] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    9.853739] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    9.853740] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    9.853741] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    9.853742] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    9.865534] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    9.865578] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    9.865617] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    9.865654] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    9.865691] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    9.974049] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[    9.975525] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    9.975954] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   10.015333] cfg80211: World regulatory domain updated:
[   10.015336] cfg80211:  DFS Master region: unset
[   10.015337] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   10.015338] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   10.015340] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   10.015340] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[   10.015341] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   10.015342] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   10.050941] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   10.167251] wl: module license 'MIXED/Proprietary' taints kernel.
[   10.167258] Disabling lock debugging due to kernel taint
[   10.168493] wl: module verification failed: signature and/or required key missing - tainting kernel
[   10.287784] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
[   10.287788] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  352.63  Sat Nov  7 21:25:42 PST 2015
[   10.820517] [drm] RC6 on
[   10.916726] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[   11.300312] Bluetooth: hci0 command 0xfc11 tx timeout
[   11.328438] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[   11.349603] iwlwifi 0000:02:00.0: RF_KILL bit toggled to disable radio.
[   11.445851] init: failsafe main process (740) killed by TERM signal
[   11.787373] init: cups main process (864) killed by HUP signal
[   11.787379] init: cups main process ended, respawning
[   11.947272] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.947274] Bluetooth: BNEP filters: protocol multicast
[   11.947276] Bluetooth: BNEP socket layer initialized
[   11.959706] Bluetooth: RFCOMM TTY layer initialized
[   11.959710] Bluetooth: RFCOMM socket layer initialized
[   11.959716] Bluetooth: RFCOMM ver 1.11
[   13.774492] r8169 0000:03:00.1 eth0: link down
[   13.774512] r8169 0000:03:00.1 eth0: link down
[   13.774551] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.834524] init: samba-ad-dc main process (1124) terminated with status 1
[   15.520416] r8169 0000:03:00.1 eth0: link up
[   15.520424] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   15.746217] bbswitch: version 0.7
[   15.746221] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[   15.746225] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[   15.746248] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   15.746332] bbswitch: detected an Optimus _DSM function
[   15.746337] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[   17.228228] vgaarb: this pci device is not a vga device
[   17.247802] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.247847] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.247873] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.247896] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.247919] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.247942] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.247990] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.248027] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.274588] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   17.748511] vgaarb: this pci device is not a vga device
[   18.094322] init: plymouth-upstart-bridge main process ended, respawning
[   18.097760] init: plymouth-upstart-bridge main process (1353) terminated with status 1
[   18.097767] init: plymouth-upstart-bridge main process ended, respawning
[   19.296527] Bluetooth: hci0 entering Intel manufacturer mode failed (-110)
[   41.790428] audit_printk_skb: 123 callbacks suppressed
[   41.790430] audit: type=1400 audit(1472289943.479:53): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1528 comm="apparmor_parser"
[   41.790434] audit: type=1400 audit(1472289943.479:54): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1528 comm="apparmor_parser"
[   41.790662] audit: type=1400 audit(1472289943.479:55): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1528 comm="apparmor_parser"
[ 1624.906853] vgaarb: this pci device is not a vga device
[ 1803.727052] vgaarb: this pci device is not a vga device
[ 3960.462937] systemd-hostnamed[2433]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!

2- systemd-analyze blame

systemd-analyze : commande introuvable

Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#4 Le 27/08/2016, à 13:39

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Le problème est probablement là

[ 1624.906853] vgaarb: this pci device is not a vga device

=> une discussion qui semble avoir le même problème  https://forums.kali.org/showthread.php? … #post36723
avec une réponse  me semble-t-il https://forums.kali.org/showthread.php? … #post36387
changing Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
to Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet rcutree.rcu_idle_gp_delay=1"

Cela vaudrait le coup d'essayer

sudo  gedit   /etc/default/grub

La 11eme ligne devrait être
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
tu la remplaces par
GRUB_CMDLINE_LINUX_DEFAULT="quiet rcutree.rcu_idle_gp_delay=1"
tu sauvegardes et tu fais prendre en charge par la commande

sudo update-grub

Si cela ne fonctionne pas, cela sera à remplacer par une autre option qu'il faudra découvrir

Peux-tu aussi faire

cat /proc/version 
cat /etc/lsb-release 

Hors ligne

#5 Le 27/08/2016, à 13:43

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Merci pour les réponses rapides.
Voilà déjà

phfdn@EnezVriad:~/Public$ cat /proc/version
Linux version 4.4.0-34-generic (buildd@lgw01-52) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #53~14.04.1-Ubuntu SMP Wed Jul 27 16:56:40 UTC 2016
phfdn@EnezVriad:~/Public$ cat /etc/lsb-release
DISTRIB_ID="elementary OS"
DISTRIB_RELEASE=0.3.2
DISTRIB_CODENAME=freya
DISTRIB_DESCRIPTION="elementary OS Freya"
phfdn@EnezVriad:~/Public$ sudo scratch-text-editor /etc/default/grub
phfdn@EnezVriad:~/Public$ sudo update-grub
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-4.4.0-34-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.4.0-34-generic
Windows Boot Manager trouvé sur /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
fait

Dernière modification par AvelHéol (Le 27/08/2016, à 13:47)


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#6 Le 27/08/2016, à 18:38

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Bonsoir,
après modification du grub, le redémarrage se fait en mode console, la résolution s'adapte bien aux possibilités de l'écran, mais le déroulement s'arrête sur "SMB/CIFS ..." sans affichage de l'écran graphique de connexion.
Si j'appuie sur le bouton marche arrêt, l'écran graphique de connexion apparaît fugacement.


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#7 Le 27/08/2016, à 20:31

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Ce fut donc une très mauvaise idée

Avec la live USB d'installation, tu choisis, "essayer avant d'installer" 
puis,    avec cette doc  https://doc.ubuntu-fr.org/boot-repair au 3eme onglet du paragraphe 2.4
tu as l'option "modifier le fichier de configuration de grub"

Je te propose dans un premier temps d'y ajouter l'option  '   nomodeset   '
Si ce n'est pas mieux, tu pourras remettre comme c'était avant.

Si tu as encore "bumblebee " , tu pourrais regarder comment la ligne est codée, et mettre la même chose.

Dernière modification par Bougron (Le 27/08/2016, à 20:32)

Hors ligne

#8 Le 27/08/2016, à 21:06

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Hélas, en effet, ça n'a pas fonctionné.
Je n'utilise plus bumblebee et ça a été compliqué de revenir à prime proprement.
Je ne comprend pas très bien à quel niveau ajouter "nomodeset"
Je joint donc mon fichier grub.

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet rcutree.rcu_idle_gp_delay=1"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=1920x1080
GRUB_GFXPAYLOAD_LINUX=auto

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#9 Le 28/08/2016, à 00:38

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Bonsoir
J'avais pensé à un essai avec une codif de ce style

GRUB_CMDLINE_LINUX_DEFAULT=" quiet   rcutree.rcu_idle_gp_delay=1  nomodeset "

ou  simplement

GRUB_CMDLINE_LINUX_DEFAULT=" quiet splash   nomodeset  "

Hors ligne

#10 Le 28/08/2016, à 16:39

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Bonjour,
Hélas celà ne fonctionne pas non plus.
J'ai bien l'affichage du splash screen, mais au moment de commuter vers l'écran noir avant lightdm, au lieu d'une poursuite des échanges avec le disque, la diode de celui-ci s'éteint que pour ne s'allumer que très rarement.
Est-ce vraiment grub qui est en cause ou xorg ?

Dernière modification par AvelHéol (Le 28/08/2016, à 17:32)


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#11 Le 28/08/2016, à 17:27

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Bonjour,
Je viens de relancer une recherche plus vaste avec la recherche avancée de google
    Tous les mots   suivants           ubuntu
    Ce mot ou cette expression      GRUB_CMDLINE_LINUX_DEFAULT
    L'un des mots suivants             GTX960m

Je ne vois que la solution d'essayer  encore et encore
Le premier de la liste indique solved  https://ubuntuforums.org/showthread.php?t=2263316
il avait cela comme codif 
GRUB_CMDLINE_LINUX_DEFAULT="nouveau.blacklist=1 quiet splash nomodeset"

Dernière modification par Bougron (Le 28/08/2016, à 17:38)

Hors ligne

#12 Le 28/08/2016, à 23:07

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Merci pour toutes ces recherches.

La ligne de paramètres ne donne pas de meilleurs résultats.
Je n'ai pas essayer la procédure complète du lien.

Dernière modification par AvelHéol (Le 28/08/2016, à 23:08)


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#13 Le 29/08/2016, à 00:51

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

J'ai trouvé cela
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=legacy"

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=1"

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash idle=nomwait"

GRUB_CMDLINE_LINUX_DEFAULT="nomodeset vga=normal rdblacklist=nouveau nouveau.modeset=0"

et c'est tout ce que j'ai trouvé en plus.
Sinon, il ne te reste plus qu'à regarder comment cela se passe avec la version 14.04.5  http://releases.ubuntu.com/trusty/ubunt … so.torrent

Hors ligne

#14 Le 10/09/2016, à 11:16

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Bonjour,

J'ai essayé toutes les solutions proposées mais aucune ne fonctionne mieux.

De plus, le démarrage avec une clé usb et 14.04.5 ou 16.04.1, mint 18 ou elementaryos Loki se fige sur le splash screen (pilote :nouveau)

Je continue de chercher.

J'ai l'impression que le problème a lieu lors du passage de Grub à lightdm ?

Dernière modification par AvelHéol (Le 10/09/2016, à 13:58)


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#15 Le 10/09/2016, à 16:07

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Bonjour
essaies simplement cette option: acpi=off

Hors ligne

#16 Le 10/09/2016, à 17:46

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Pour le lancement  avec clé usb ou dans grub ?

Bougron a écrit :

Bonjour
essaies simplement cette option: acpi=off


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#17 Le 10/09/2016, à 18:07

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Comme  ubuntu  est installé dans le grub direct.   .

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash  acpi=off"

Dernière modification par Bougron (Le 10/09/2016, à 18:09)

Hors ligne

#18 Le 10/09/2016, à 18:27

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Bonsoir,
Celà fonctionne. Merci beaucoup
Le démarrage se fait sur la carte intel, sans reproduire le problème de ventilateur tournant au maximum que j'avais jusque là.

!!! Cependant, l'accès à l'état de la batterie n'est plus disponible, ni le réglage du rétro-éclairage du clavier, le ventilateur ne semble plus se déclencher et le profile Prime n'est plus modifiable avec Nvidia settings !!!

Comment faire pour obtenir la même chose en démarrant une iso sur clé usb pour changer de version ?

Dernière modification par AvelHéol (Le 11/09/2016, à 10:42)


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#19 Le 10/09/2016, à 18:32

Bougron

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

C'est donc  pas mal.  Pour le live USB la procédure est décrite au  paragraphe 6.1  de https://doc.ubuntu-fr.org/kernel

Dernière modification par Bougron (Le 10/09/2016, à 18:33)

Hors ligne

#20 Le 10/09/2016, à 19:03

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

En effet celà fonctionne avec elementaryos Loki en passant le paramètres acpi=off en éditant les parmètres de grub. le secure boot doit être dévérouiller

Merci encore pour l'aide

Comment puis je passer le sujet en résolu ?

Dernière modification par AvelHéol (Le 11/09/2016, à 10:38)


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne

#21 Le 17/09/2016, à 21:07

AvelHéol

Re : [RESOLU] Démarrage lent 16.04 nvidia et prime

Je viens d'installer ElementaryOS Loki basé sur 16.04 LTS.

L'option acpi=off n'est plus nécessaire après l'installation du pilote nvidia361 et prime.
Elle n'est nécessaire que pour booter avec la clé live-usb

big_smile

PS : si le problème revient (après mise à jour nvidia), choisir la carte intel avec nvidia x server settings se déconnecter et ser econnecter
, sélectionner la carte nvidia avec nvidia x server settings et redemarrer

Dernière modification par AvelHéol (Le 22/01/2017, à 18:54)


Vent de Soleil - Kubuntu 20.04.3 - noyau 5.13.0-27

Hors ligne