ubuntuusers.de

dmesg Festplatte erkannt

Autor:
Halbstark1708
Datum:
9. Mai 2016 08:40
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.2.0-35-generic (buildd@lgw01-58) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #40~14.04.1-Ubuntu SMP Fri Mar 18 16:37:35 UTC 2016 (Ubuntu 4.2.0-35.40~14.04.1-generic 4.2.8-ckt5)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-35-generic root=UUID=35c57933-1fb8-4b3e-b827-be0529bffd50 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 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-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000064b2cfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064b2d000-0x0000000064b33fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000064b34000-0x0000000078a7efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078a7f000-0x0000000078b17fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078b18000-0x0000000078b31fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000078b32000-0x0000000078c8cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000078c8d000-0x0000000078ffefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078fff000-0x0000000078ffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a000000-0x000000007e1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000100dfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI:                  /D34010WYK, BIOS WYLPT10H.86A.0035.2015.0126.1814 01/26/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x100e00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F00000000 write-back
[    0.000000]   1 base 0100000000 mask 7FFF800000 write-back
[    0.000000]   2 base 0100800000 mask 7FFFC00000 write-back
[    0.000000]   3 base 0100C00000 mask 7FFFE00000 write-back
[    0.000000]   4 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   5 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   6 base 007A000000 mask 7FFE000000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 4GB, type WB
[    0.000000] reg 1, base: 4GB, range: 8MB, type WB
[    0.000000] reg 2, base: 4104MB, range: 4MB, type WB
[    0.000000] reg 3, base: 4108MB, range: 2MB, type WB
[    0.000000] reg 4, base: 2GB, range: 2GB, type UC
[    0.000000] reg 5, base: 1984MB, range: 64MB, type UC
[    0.000000] reg 6, base: 1952MB, range: 32MB, type UC
[    0.000000] total RAM covered: 1966M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 128M 	num_reg: 6  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 1952MB, range: 32MB, type UC
[    0.000000] reg 2, base: 1984MB, range: 64MB, type UC
[    0.000000] reg 3, base: 4GB, range: 8MB, type WB
[    0.000000] reg 4, base: 4104MB, range: 4MB, type WB
[    0.000000] reg 5, base: 4108MB, range: 2MB, type WB
[    0.000000] e820: update [mem 0x7a000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x79000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01ff5000, 0x01ff5fff] PGTABLE
[    0.000000] BRK [0x01ff6000, 0x01ff6fff] PGTABLE
[    0.000000] BRK [0x01ff7000, 0x01ff7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x100c00000-0x100dfffff]
[    0.000000]  [mem 0x100c00000-0x100dfffff] page 2M
[    0.000000] BRK [0x01ff8000, 0x01ff8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x100000000-0x100bfffff]
[    0.000000]  [mem 0x100000000-0x100bfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x60000000-0x64b2cfff]
[    0.000000]  [mem 0x60000000-0x649fffff] page 2M
[    0.000000]  [mem 0x64a00000-0x64b2cfff] page 4k
[    0.000000] BRK [0x01ff9000, 0x01ff9fff] PGTABLE
[    0.000000] BRK [0x01ffa000, 0x01ffafff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x64b34000-0x78a7efff]
[    0.000000]  [mem 0x64b34000-0x64bfffff] page 4k
[    0.000000]  [mem 0x64c00000-0x789fffff] page 2M
[    0.000000]  [mem 0x78a00000-0x78a7efff] page 4k
[    0.000000] init_memory_mapping: [mem 0x78fff000-0x78ffffff]
[    0.000000]  [mem 0x78fff000-0x78ffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000] RAMDISK: [mem 0x35872000-0x36c30fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 INTEL )
[    0.000000] ACPI: XSDT 0x0000000078B1D080 000084 (v01 INTEL  D34010WY 00000023 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000078B2C9A0 00010C (v05 INTEL  D34010WY 00000023 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000078B1D198 00F803 (v02 INTEL  D34010WY 00000023 INTL 20120711)
[    0.000000] ACPI: FACS 0x0000000078C8CF80 000040
[    0.000000] ACPI: APIC 0x0000000078B2CAB0 000072 (v03 INTEL  D34010WY 00000023 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000078B2CB28 000044 (v01 INTEL  D34010WY 00000023 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000078B2CB70 00009C (v01 INTEL  D34010WY 00000023 AMI  00010013)
[    0.000000] ACPI: SSDT 0x0000000078B2CC10 0004B5 (v01 INTEL  D34010WY 00000023 INTL 20120711)
[    0.000000] ACPI: SSDT 0x0000000078B2D0C8 000AD8 (v01 INTEL  D34010WY 00000023 INTL 20120711)
[    0.000000] ACPI: MCFG 0x0000000078B2DBA0 00003C (v01 INTEL  D34010WY 00000023 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000078B2DBE0 000038 (v01 INTEL  D34010WY 00000023 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x0000000078B2DC18 000315 (v01 INTEL  D34010WY 00000023 INTL 20120711)
[    0.000000] ACPI: SSDT 0x0000000078B2DF30 0030DF (v01 INTEL  D34010WY 00000023 INTL 20091112)
[    0.000000] ACPI: DMAR 0x0000000078B31010 0001AC (v01 INTEL  D34010WY 00000023 INTL 00000001)
[    0.000000] ACPI: CSRT 0x0000000078B311C0 0000C4 (v01 INTEL  D34010WY 00000023 INTL 20100528)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000100dfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x100df9000-0x100dfdfff]
[    0.000000]  [ffffea0000000000-ffffea00041fffff] PMD -> [ffff880076800000-ffff8800789fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000100dfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000064b2cfff]
[    0.000000]   node   0: [mem 0x0000000064b34000-0x0000000078a7efff]
[    0.000000]   node   0: [mem 0x0000000078fff000-0x0000000078ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000100dfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000100dfffff]
[    0.000000] On node 0 totalpages: 497685
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7658 pages used for memmap
[    0.000000]   DMA32 zone: 490105 pages, LIFO batch:31
[    0.000000]   Normal zone: 56 pages used for memmap
[    0.000000]   Normal zone: 3584 pages, LIFO batch:0
[    0.000000] Reserving Intel graphics stolen memory at 0x7a200000-0x7e1fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-39
[    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 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-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 0x64b2d000-0x64b33fff]
[    0.000000] PM: Registered nosave memory: [mem 0x78a7f000-0x78b17fff]
[    0.000000] PM: Registered nosave memory: [mem 0x78b18000-0x78b31fff]
[    0.000000] PM: Registered nosave memory: [mem 0x78b32000-0x78c8cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x78c8d000-0x78ffefff]
[    0.000000] PM: Registered nosave memory: [mem 0x79000000-0x79ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a000000-0x7e1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e200000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x7e200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff880100a00000 s96728 r8192 d30248 u524288
[    0.000000] pcpu-alloc: s96728 r8192 d30248 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: 489886
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-35-generic root=UUID=35c57933-1fb8-4b3e-b827-be0529bffd50 ro quiet splash vt.handoff=7
[    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: 1852396K/1990740K available (7971K kernel code, 1244K rwdata, 3816K rodata, 1472K init, 1292K bss, 138344K 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:728 16
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-3.
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1696.048 MHz processor
[    0.000038] Calibrating delay loop (skipped), value calculated using timer frequency.. 3392.09 BogoMIPS (lpj=6784192)
[    0.000042] pid_max: default: 32768 minimum: 301
[    0.000049] ACPI: Core revision 20150619
[    0.016141] ACPI: All ACPI Tables successfully acquired
[    0.016165] Security Framework initialized
[    0.016177] AppArmor: AppArmor initialized
[    0.016178] Yama: becoming mindful.
[    0.016416] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.016941] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.017163] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.017168] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.017384] Initializing cgroup subsys blkio
[    0.017387] Initializing cgroup subsys memory
[    0.017395] Initializing cgroup subsys devices
[    0.017398] Initializing cgroup subsys freezer
[    0.017400] Initializing cgroup subsys net_cls
[    0.017403] Initializing cgroup subsys perf_event
[    0.017405] Initializing cgroup subsys net_prio
[    0.017408] Initializing cgroup subsys hugetlb
[    0.017435] CPU: Physical Processor ID: 0
[    0.017436] CPU: Processor Core ID: 0
[    0.017441] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.017442] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.018637] mce: CPU supports 7 MCE banks
[    0.018652] CPU0: Thermal monitoring enabled (TM1)
[    0.018662] process: using mwait in idle threads
[    0.018666] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.018667] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.019101] Freeing SMP alternatives memory: 28K (ffffffff81ea9000 - ffffffff81eb0000)
[    0.031650] ftrace: allocating 30994 entries in 122 pages
[    0.048510] DMAR: Host address width 39
[    0.048514] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.048526] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.048527] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.048532] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.048534] DMAR: RMRR base: 0x00000078eb0000 end: 0x00000078ebefff
[    0.048536] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007e1fffff
[    0.048537] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.048538] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.048540] DMAR: ANDD device: 3 name: \_SB.PCI0.SPI0
[    0.048541] DMAR: ANDD device: 4 name: \_SB.PCI0.SPI1
[    0.048542] DMAR: ANDD device: 5 name: \_SB.PCI0.UA00
[    0.048543] DMAR: ANDD device: 6 name: \_SB.PCI0.UA01
[    0.048544] DMAR: ANDD device: 7 name: \_SB.PCI0.SDHC
[    0.048546] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 1
[    0.048548] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.048549] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.048978] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.048980] x2apic enabled
[    0.048988] Switched APIC routing to cluster x2apic.
[    0.049622] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.089329] TSC deadline timer enabled
[    0.089332] smpboot: CPU0: Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz (fam: 06, model: 45, stepping: 01)
[    0.089362] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.089389] ... version:                3
[    0.089391] ... bit width:              48
[    0.089392] ... generic registers:      4
[    0.089393] ... value mask:             0000ffffffffffff
[    0.089394] ... max period:             0000ffffffffffff
[    0.089395] ... fixed-purpose events:   3
[    0.089396] ... event mask:             000000070000000f
[    0.090453] x86: Booting SMP configuration:
[    0.090455] .... node  #0, CPUs:      #1
[    0.094868] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.094964]  #2 #3
[    0.103807] x86: Booted up 1 node, 4 CPUs
[    0.103810] smpboot: Total of 4 processors activated (13568.38 BogoMIPS)
[    0.108512] devtmpfs: initialized
[    0.110795] evm: security.selinux
[    0.110796] evm: security.SMACK64
[    0.110797] evm: security.SMACK64EXEC
[    0.110798] evm: security.SMACK64TRANSMUTE
[    0.110799] evm: security.SMACK64MMAP
[    0.110800] evm: security.ima
[    0.110801] evm: security.capability
[    0.110865] PM: Registering ACPI NVS region [mem 0x64b2d000-0x64b33fff] (28672 bytes)
[    0.110867] PM: Registering ACPI NVS region [mem 0x78b32000-0x78c8cfff] (1421312 bytes)
[    0.110984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.111082] pinctrl core: initialized pinctrl subsystem
[    0.111204] RTC time:  6:38:53, date: 05/09/16
[    0.111348] NET: Registered protocol family 16
[    0.116352] cpuidle: using governor ladder
[    0.120358] cpuidle: using governor menu
[    0.120445] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.120447] ACPI: bus type PCI registered
[    0.120449] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.120534] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.120536] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.120546] PCI: Using configuration type 1 for base access
[    0.120753] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.124775] ACPI: Added _OSI(Module Device)
[    0.124777] ACPI: Added _OSI(Processor Device)
[    0.124779] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.124780] ACPI: Added _OSI(Processor Aggregator Device)
[    0.130105] ACPI: Executed 1 blocks of module-level executable AML code
[    0.133610] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.134322] ACPI: Dynamic OEM Table Load:
[    0.134330] ACPI: SSDT 0xFFFF880100BA6000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.135203] ACPI: Dynamic OEM Table Load:
[    0.135209] ACPI: SSDT 0xFFFF880100CCB000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.136138] ACPI: Dynamic OEM Table Load:
[    0.136142] ACPI: SSDT 0xFFFF880072424600 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.137545] ACPI: Interpreter enabled
[    0.137554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580)
[    0.137561] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
[    0.137581] ACPI: (supports S0 S3 S4 S5)
[    0.137583] ACPI: Using IOAPIC for interrupt routing
[    0.137614] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.150374] ACPI: Power Resource [FN00] (off)
[    0.150467] ACPI: Power Resource [FN01] (off)
[    0.150557] ACPI: Power Resource [FN02] (off)
[    0.150647] ACPI: Power Resource [FN03] (off)
[    0.150736] ACPI: Power Resource [FN04] (off)
[    0.151673] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.151679] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.151937] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.152086] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.152088] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.152567] PCI host bridge to bus 0000:00
[    0.152570] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.152573] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.152575] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.152577] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.152579] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.152581] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.152583] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.152584] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.152586] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.152588] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.152590] pci_bus 0000:00: root bus resource [mem 0x7e200000-0xfeafffff window]
[    0.152598] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.152713] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.152726] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.152734] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.152740] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.152842] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.152852] pci 0000:00:03.0: reg 0x10: [mem 0xf7c34000-0xf7c37fff 64bit]
[    0.152980] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.152998] pci 0000:00:14.0: reg 0x10: [mem 0xf7c20000-0xf7c2ffff 64bit]
[    0.153054] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.153102] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.153148] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.153168] pci 0000:00:16.0: reg 0x10: [mem 0xf7c3e000-0xf7c3e01f 64bit]
[    0.153234] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.153326] pci 0000:00:19.0: [8086:1559] type 00 class 0x020000
[    0.153340] pci 0000:00:19.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff]
[    0.153349] pci 0000:00:19.0: reg 0x14: [mem 0xf7c3c000-0xf7c3cfff]
[    0.153357] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    0.153410] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.153458] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.153503] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.153519] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c30000-0xf7c33fff 64bit]
[    0.153582] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.153630] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.153676] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.153694] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c3b000-0xf7c3b3ff]
[    0.153775] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.153840] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.153886] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.154074] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    0.154088] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    0.154095] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    0.154102] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    0.154110] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    0.154117] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.154125] pci 0000:00:1f.2: reg 0x24: [mem 0xf7c3a000-0xf7c3a7ff]
[    0.154156] pci 0000:00:1f.2: PME# supported from D3hot
[    0.154239] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.154254] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c39000-0xf7c390ff 64bit]
[    0.154274] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.155356] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.155413] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.155474] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.155527] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.155580] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.155631] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.155684] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.155735] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.156076] ACPI: Enabled 4 GPEs in block 00 to 7F
[    0.156207] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.156209] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.156212] vgaarb: loaded
[    0.156214] vgaarb: bridge control possible 0000:00:02.0
[    0.156518] SCSI subsystem initialized
[    0.156564] libata version 3.00 loaded.
[    0.156593] ACPI: bus type USB registered
[    0.156614] usbcore: registered new interface driver usbfs
[    0.156624] usbcore: registered new interface driver hub
[    0.156643] usbcore: registered new device driver usb
[    0.156811] PCI: Using ACPI for IRQ routing
[    0.158276] PCI: pci_cache_line_size set to 64 bytes
[    0.158306] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.158308] e820: reserve RAM buffer [mem 0x64b2d000-0x67ffffff]
[    0.158310] e820: reserve RAM buffer [mem 0x78a7f000-0x7bffffff]
[    0.158312] e820: reserve RAM buffer [mem 0x79000000-0x7bffffff]
[    0.158313] e820: reserve RAM buffer [mem 0x100e00000-0x103ffffff]
[    0.158452] NetLabel: Initializing
[    0.158453] NetLabel:  domain hash size = 128
[    0.158454] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.158469] NetLabel:  unlabeled traffic allowed by default
[    0.158545] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.158551] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.160581] clocksource: Switched to clocksource hpet
[    0.167196] AppArmor: AppArmor Filesystem Enabled
[    0.167277] pnp: PnP ACPI init
[    0.167385] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.167390] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.167581] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.167584] system 00:01: [io  0xffff] has been reserved
[    0.167586] system 00:01: [io  0xffff] has been reserved
[    0.167588] system 00:01: [io  0xffff] has been reserved
[    0.167590] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.167592] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.167594] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.167596] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.167598] system 00:01: [io  0x1800-0x18fe] could not be reserved
[    0.167600] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.167603] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.167632] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.167682] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.167685] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.167793] system 00:04: [io  0x0a00-0x0a1f] has been reserved
[    0.167795] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.167798] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.168035] pnp 00:05: Plug and Play ACPI device, IDs NTN0530 (active)
[    0.168085] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.168088] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.168622] system 00:07: [mem 0xfe102000-0xfe102fff] has been reserved
[    0.168625] system 00:07: [mem 0xfe104000-0xfe104fff] has been reserved
[    0.168627] system 00:07: [mem 0xfe106000-0xfe106fff] has been reserved
[    0.168629] system 00:07: [mem 0xfe108000-0xfe108fff] has been reserved
[    0.168632] system 00:07: [mem 0xfe10a000-0xfe10afff] has been reserved
[    0.168634] system 00:07: [mem 0xfe10c000-0xfe10cfff] has been reserved
[    0.168636] system 00:07: [mem 0xfe10e000-0xfe10efff] has been reserved
[    0.168638] system 00:07: [mem 0xfe112000-0xfe112fff] has been reserved
[    0.168640] system 00:07: [mem 0xfe111000-0xfe111007] has been reserved
[    0.168642] system 00:07: [mem 0xfe111014-0xfe111fff] has been reserved
[    0.168645] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.169010] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.169012] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.169014] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.169016] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.169018] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.169020] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.169022] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.169024] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.169027] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.169029] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.169031] system 00:08: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.169033] system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.169036] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.169281] pnp: PnP ACPI: found 9 devices
[    0.175859] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.175871] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.175874] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.175876] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.175878] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.175880] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.175881] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.175883] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.175885] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.175887] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.175889] pci_bus 0000:00: resource 13 [mem 0x7e200000-0xfeafffff window]
[    0.175929] NET: Registered protocol family 2
[    0.176097] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.176142] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.176192] TCP: Hash tables configured (established 16384 bind 16384)
[    0.176215] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.176225] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.176273] NET: Registered protocol family 1
[    0.176288] pci 0000:00:02.0: Video device with shadowed ROM
[    0.196719] PCI: CLS 64 bytes, default 64
[    0.196778] Trying to unpack rootfs image as initramfs...
[    0.607441] Freeing initrd memory: 20220K (ffff880035872000 - ffff880036c31000)
[    0.607497] DMAR: ACPI device "INT33C2:00" under DMAR at fed91000 as 00:15.1
[    0.607501] DMAR: ACPI device "INT33C3:00" under DMAR at fed91000 as 00:15.2
[    0.607504] DMAR: ACPI device "INT33C0:00" under DMAR at fed91000 as 00:15.3
[    0.607507] DMAR: ACPI device "INT33C1:00" under DMAR at fed91000 as 00:15.4
[    0.607509] DMAR: ACPI device "INT33C4:00" under DMAR at fed91000 as 00:15.5
[    0.607512] DMAR: ACPI device "INT33C5:00" under DMAR at fed91000 as 00:15.6
[    0.607515] DMAR: ACPI device "INT33C6:00" under DMAR at fed91000 as 00:17.0
[    0.607526] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.607528] software IO TLB [mem 0x72800000-0x76800000] (64MB) mapped at [ffff880072800000-ffff8800767fffff]
[    0.607605] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[    0.607606] hw unit of domain pp0-core 2^-14 Joules
[    0.607608] hw unit of domain package 2^-14 Joules
[    0.607609] hw unit of domain dram 2^-14 Joules
[    0.607610] hw unit of domain pp1-gpu 2^-14 Joules
[    0.607731] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x18
[    0.607741] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x18
[    0.607750] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x18
[    0.607758] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x18
[    0.607822] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.607915] Scanning for low memory corruption every 60 seconds
[    0.608265] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.608286] Initialise system trusted keyring
[    0.608308] audit: initializing netlink subsys (disabled)
[    0.608326] audit: type=2000 audit(1462775933.592:1): initialized
[    0.608786] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.608788] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.610633] zpool: loaded
[    0.610636] zbud: loaded
[    0.610874] VFS: Disk quotas dquot_6.6.0
[    0.610913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.611463] fuse init (API version 7.23)
[    0.611618] Key type big_key registered
[    0.611975] Key type asymmetric registered
[    0.611981] Asymmetric key parser 'x509' registered
[    0.612009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.612055] io scheduler noop registered
[    0.612061] io scheduler deadline registered (default)
[    0.612100] io scheduler cfq registered
[    0.612186] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.612194] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.612227] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.612228] vesafb: scrolling: redraw
[    0.612230] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.612242] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90000800000, using 8128k, total 8128k
[    0.612360] Console: switching to colour frame buffer device 240x67
[    0.612389] fb0: VESA VGA frame buffer device
[    0.612407] intel_idle: MWAIT substates: 0x11142120
[    0.612409] intel_idle: v0.4 model 0x45
[    0.612410] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.612763] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.612777] ACPI: Power Button [PWRB]
[    0.612821] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.612824] ACPI: Power Button [PWRF]
[    0.613669] thermal LNXTHERM:00: registered as thermal_zone0
[    0.613671] ACPI: Thermal Zone [TZ00] (28 C)
[    0.613906] thermal LNXTHERM:01: registered as thermal_zone1
[    0.613908] ACPI: Thermal Zone [TZ01] (30 C)
[    0.613959] GHES: HEST is not enabled!
[    0.614085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.634615] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.636448] Linux agpgart interface v0.103
[    0.638982] brd: module loaded
[    0.639932] loop: module loaded
[    0.640174] libphy: Fixed MDIO Bus: probed
[    0.640179] tun: Universal TUN/TAP device driver, 1.6
[    0.640181] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.640229] PPP generic driver version 2.4.2
[    0.640433] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.640440] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.641506] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
[    0.641511] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.641601] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.641603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.641605] usb usb1: Product: xHCI Host Controller
[    0.641606] usb usb1: Manufacturer: Linux 4.2.0-35-generic xhci-hcd
[    0.641608] usb usb1: SerialNumber: 0000:00:14.0
[    0.641760] hub 1-0:1.0: USB hub found
[    0.641773] hub 1-0:1.0: 9 ports detected
[    0.644234] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.644239] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.644271] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.644273] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.644275] usb usb2: Product: xHCI Host Controller
[    0.644276] usb usb2: Manufacturer: Linux 4.2.0-35-generic xhci-hcd
[    0.644278] usb usb2: SerialNumber: 0000:00:14.0
[    0.644412] hub 2-0:1.0: USB hub found
[    0.644421] hub 2-0:1.0: 4 ports detected
[    0.645272] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.645280] ehci-pci: EHCI PCI platform driver
[    0.645394] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.645399] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    0.645412] ehci-pci 0000:00:1d.0: debug port 2
[    0.649302] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.649320] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c3b000
[    0.660804] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.660844] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.660846] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.660848] usb usb3: Product: EHCI Host Controller
[    0.660850] usb usb3: Manufacturer: Linux 4.2.0-35-generic ehci_hcd
[    0.660851] usb usb3: SerialNumber: 0000:00:1d.0
[    0.660986] hub 3-0:1.0: USB hub found
[    0.660991] hub 3-0:1.0: 8 ports detected
[    0.661202] ehci-platform: EHCI generic platform driver
[    0.661215] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.661221] ohci-pci: OHCI PCI platform driver
[    0.661234] ohci-platform: OHCI generic platform driver
[    0.661244] uhci_hcd: USB Universal Host Controller Interface driver
[    0.661305] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.401138] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    1.401145] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.401162] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[    1.417720] usb 2-4: New USB device found, idVendor=174c, idProduct=55aa
[    1.417724] usb 2-4: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    1.417726] usb 2-4: Product: USB 3.0 Device
[    1.417727] usb 2-4: Manufacturer: Intenso
[    1.417729] usb 2-4: SerialNumber: 3170000000000000050D
[    1.533631] usb 3-1: New USB device found, idVendor=8087, idProduct=8000
[    1.533635] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.533918] hub 3-1:1.0: USB hub found
[    1.534005] hub 3-1:1.0: 8 ports detected
[    1.721584] i8042: No controller found
[    1.721595] tsc: Refined TSC clocksource calibration: 1696.075 MHz
[    1.721599] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1872ab846c0, max_idle_ns: 440795273396 ns
[    1.721736] mousedev: PS/2 mouse device common for all mice
[    1.721950] rtc_cmos 00:02: RTC can wake from S4
[    1.722106] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.722143] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.722152] i2c /dev entries driver
[    1.722241] device-mapper: uevent: version 1.0.3
[    1.722342] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[    1.722358] Intel P-state driver initializing.
[    1.722529] ledtrig-cpu: registered to indicate activity on CPUs
[    1.722852] PCCT header not found.
[    1.723350] NET: Registered protocol family 10
[    1.723749] NET: Registered protocol family 17
[    1.723782] Key type dns_resolver registered
[    1.724550] Loading compiled-in X.509 certificates
[    1.726753] Loaded X.509 cert 'Build time autogenerated kernel key: 78a2b17e20a39676a35e2c3e160e701f99e0659b'
[    1.726784] registered taskstats version 1
[    1.726843] zswap: loading zswap
[    1.726847] zswap: using zbud pool
[    1.726858] zswap: using lzo compressor
[    1.730119] Key type trusted registered
[    1.733367] usb 1-3: New USB device found, idVendor=0409, idProduct=005a
[    1.733372] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.733714] hub 1-3:1.0: USB hub found
[    1.733742] hub 1-3:1.0: 4 ports detected
[    1.733779] Key type encrypted registered
[    1.733789] AppArmor: AppArmor sha1 policy hashing enabled
[    1.733795] ima: No TPM chip found, activating TPM-bypass!
[    1.733827] evm: HMAC attrs: 0x1
[    1.734096]   Magic number: 0:883:619
[    1.734231] rtc_cmos 00:02: setting system clock to 2016-05-09 06:38:54 UTC (1462775934)
[    1.734331] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.734333] EDD information not available.
[    1.734425] PM: Hibernation image not present or could not be loaded.
[    1.734815] Freeing unused kernel memory: 1472K (ffffffff81d39000 - ffffffff81ea9000)
[    1.734816] Write protecting the kernel read-only data: 12288k
[    1.735032] Freeing unused kernel memory: 208K (ffff8800017cc000 - ffff880001800000)
[    1.735135] Freeing unused kernel memory: 280K (ffff880001bba000 - ffff880001c00000)
[    1.747217] systemd-udevd[122]: starting version 204
[    1.762486] sdhci: Secure Digital Host Controller Interface driver
[    1.762491] sdhci: Copyright(c) Pierre Ossman
[    1.777030] pps_core: LinuxPPS API ver. 1 registered
[    1.777035] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.779819] PTP clock support registered
[    1.780453] usb-storage 2-4:1.0: USB Mass Storage device detected
[    1.781298] usb-storage 2-4:1.0: Quirks match for vid 174c pid 55aa: 400000
[    1.781879] ahci 0000:00:1f.2: version 3.0
[    1.782927] scsi host0: usb-storage 2-4:1.0
[    1.783306] usbcore: registered new interface driver usb-storage
[    1.785848] usbcore: registered new interface driver uas
[    1.786935] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.5-k
[    1.786938] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.797299] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x8 impl SATA mode
[    1.797306] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.798493] scsi host1: ahci
[    1.798714] scsi host2: ahci
[    1.799030] scsi host3: ahci
[    1.799393] scsi host4: ahci
[    1.799490] ata1: DUMMY
[    1.799493] ata2: DUMMY
[    1.799495] ata3: DUMMY
[    1.799499] ata4: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a280 irq 43
[    1.799711] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.021434] usb 1-3.1: new full-speed USB device number 3 using xhci_hcd
[    2.117442] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.130624] usb 1-3.1: New USB device found, idVendor=045e, idProduct=0800
[    2.130628] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.130630] usb 1-3.1: Product: Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0
[    2.130632] usb 1-3.1: Manufacturer: Microsoft
[    2.131870] ata4.00: ATA-8: KINGSTON SMS200S360G, 524ABBF0, max UDMA/133
[    2.131876] ata4.00: 117231408 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.135313] hidraw: raw HID events driver (C) Jiri Kosina
[    2.141741] ata4.00: configured for UDMA/133
[    2.141947] scsi 4:0:0:0: Direct-Access     ATA      KINGSTON SMS200S BBF0 PQ: 0 ANSI: 5
[    2.142289] sd 4:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
[    2.142327] sd 4:0:0:0: Attached scsi generic sg0 type 0
[    2.142442] sd 4:0:0:0: [sda] Write Protect is off
[    2.142447] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.142515] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.143132]  sda: sda1 sda2 < sda5 >
[    2.143638] sd 4:0:0:0: [sda] Attached SCSI disk
[    2.149365] usbcore: registered new interface driver usbhid
[    2.149369] usbhid: USB HID core driver
[    2.151454] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:045E:0800.0001/input/input2
[    2.176414] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.205802] hid-generic 0003:045E:0800.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:14.0-3.1/input0
[    2.206063] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:045E:0800.0002/input/input3
[    2.206415] hid-generic 0003:045E:0800.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:14.0-3.1/input1
[    2.216738] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:045E:0800.0003/input/input4
[    2.269759] hid-generic 0003:045E:0800.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:14.0-3.1/input2
[    2.376905] e1000e 0000:00:19.0 eth0: registered PHC clock
[    2.376910] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) b8:ae:ed:70:4e:78
[    2.376912] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.376939] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    2.440114] random: init urandom read with 13 bits of entropy available
[    2.466905] init: plymouth-upstart-bridge main process (188) terminated with status 1
[    2.466918] init: plymouth-upstart-bridge main process ended, respawning
[    2.474810] init: plymouth-upstart-bridge main process (198) terminated with status 1
[    2.474822] init: plymouth-upstart-bridge main process ended, respawning
[    2.480717] init: plymouth-upstart-bridge main process (201) terminated with status 1
[    2.480736] init: plymouth-upstart-bridge main process ended, respawning
[    2.586286] Adding 1988604k swap on /dev/sda5.  Priority:-1 extents:1 across:1988604k SSFS
[    2.590165] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    2.721772] clocksource: Switched to clocksource tsc
[    2.722385] systemd-udevd[338]: starting version 204
[    2.781974] scsi 0:0:0:0: Direct-Access     Intenso  USB 3.0 Device   0    PQ: 0 ANSI: 6
[    2.782228] sd 0:0:0:0: Attached scsi generic sg1 type 0
[    2.782357] sd 0:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    2.782360] sd 0:0:0:0: [sdb] 4096-byte physical blocks
[    2.782564] sd 0:0:0:0: [sdb] Write Protect is off
[    2.782567] sd 0:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    2.782756] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.787030]  sdb: sdb1 sdb2
[    2.793513] sd 0:0:0:0: [sdb] Attached SCSI disk
[    2.836330] lp: driver loaded but no devices found
[    2.849413] ppdev: user-space parallel port driver
[    2.855810] parport0: PC-style at 0x378 (0x778)
[    2.870282] FS-Cache: Loaded
[    2.904890] RPC: Registered named UNIX socket transport module.
[    2.904895] RPC: Registered udp transport module.
[    2.904897] RPC: Registered tcp transport module.
[    2.904899] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.933125] FS-Cache: Netfs 'nfs' registered for caching
[    2.964949] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    2.982565]  [PCSPP,TRISTATE,EPP]
[    2.982575] parport0: irq 0 detected
[    3.094817] lp0: using parport0 (polling).
[    3.098977] Bluetooth: Core ver 2.20
[    3.099034] NET: Registered protocol family 31
[    3.099037] Bluetooth: HCI device and connection manager initialized
[    3.099044] Bluetooth: HCI socket layer initialized
[    3.099048] Bluetooth: L2CAP socket layer initialized
[    3.099057] Bluetooth: SCO socket layer initialized
[    3.107650] audit: type=1400 audit(1462775935.867:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=481 comm="apparmor_parser"
[    3.107662] audit: type=1400 audit(1462775935.867:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=481 comm="apparmor_parser"
[    3.108363] audit: type=1400 audit(1462775935.867:4): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=481 comm="apparmor_parser"
[    3.131970] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.131975] Bluetooth: BNEP filters: protocol multicast
[    3.131981] Bluetooth: BNEP socket layer initialized
[    3.138535] Bluetooth: RFCOMM TTY layer initialized
[    3.138547] Bluetooth: RFCOMM socket layer initialized
[    3.138553] Bluetooth: RFCOMM ver 1.11
[    3.145731] Registered IR keymap rc-rc6-mce
[    3.145899] input: Nuvoton w836x7hg Infrared Remote Transceiver as /devices/pnp0/00:05/rc/rc0/input5
[    3.147254] rc0: Nuvoton w836x7hg Infrared Remote Transceiver as /devices/pnp0/00:05/rc/rc0
[    3.154837] IR NEC protocol handler initialized
[    3.163625] IR RC5(x/sz) protocol handler initialized
[    3.171096] IR RC6 protocol handler initialized
[    3.176092] IR Sony protocol handler initialized
[    3.176185] IR JVC protocol handler initialized
[    3.184629] IR SANYO protocol handler initialized
[    3.195246] IR MCE Keyboard/mouse protocol handler initialized
[    3.198964] lirc_dev: IR Remote Control driver registered, major 245 
[    3.201593] IR LIRC bridge handler initialized
[    3.201756] IR XMP protocol handler initialized
[    3.206142] input: MCE IR Keyboard/Mouse (nuvoton-cir) as /devices/virtual/input/input6
[    3.206408] rc rc0: lirc_dev: driver ir-lirc-codec (nuvoton-cir) registered at minor = 0
[    3.206498] nuvoton_cir: driver has been successfully loaded
[    3.208646] IR Sharp protocol handler initialized
[    3.257387] [drm] Initialized drm 1.1.0 20060810
[    3.278012] audit: type=1400 audit(1462775936.039:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=536 comm="apparmor_parser"
[    3.278022] audit: type=1400 audit(1462775936.039:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=536 comm="apparmor_parser"
[    3.278026] audit: type=1400 audit(1462775936.039:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=536 comm="apparmor_parser"
[    3.278497] audit: type=1400 audit(1462775936.039:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=536 comm="apparmor_parser"
[    3.278503] audit: type=1400 audit(1462775936.039:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=536 comm="apparmor_parser"
[    3.278741] audit: type=1400 audit(1462775936.039:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=536 comm="apparmor_parser"
[    3.331860] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC283: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp
[    3.331868] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.331871] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.331874] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.331876] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.331880] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    3.348188] [drm] Memory usable by graphics device = 2048M
[    3.348195] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[    3.348198] fb: switching to inteldrmfb from VESA VGA
[    3.348271] Console: switching to colour dummy device 80x25
[    3.348376] [drm] Replacing VGA console driver
[    3.352815] AVX2 version of gcm_enc/dec engaged.
[    3.352820] AES CTR mode by8 optimization enabled
[    3.371725] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.371731] [drm] Driver supports precise vblank timestamp query.
[    3.371855] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.374288] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
[    3.374408] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
[    3.501575] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.502716] acpi device:60: registered as cooling_device9
[    3.502846] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[    3.515699] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.515719] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    3.516283] fbcon: inteldrmfb (fb0) is primary device
[    3.516509] Console: switching to colour frame buffer device 240x67
[    3.516558] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.516561] i915 0000:00:02.0: registered panic notifier
[    3.558332] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[    3.558513] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[    3.612266] intel_rapl: Found RAPL domain package
[    3.612279] intel_rapl: Found RAPL domain core
[    3.612282] intel_rapl: Found RAPL domain uncore
[    3.612284] intel_rapl: Found RAPL domain dram
[    3.744852] init: failsafe main process (598) killed by TERM signal
[    3.745801] init: samba-ad-dc main process (673) terminated with status 1
[    3.776780] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE
[    4.162495] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.267257] random: nonblocking pool is initialized
[    4.674332] usbcore: registered new interface driver mceusb
[    5.218822] init: plymouth-upstart-bridge main process ended, respawning
[    5.229340] init: plymouth-upstart-bridge main process (1267) terminated with status 1
[    5.229357] init: plymouth-upstart-bridge main process ended, respawning
[    6.532843] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    6.633810] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    6.672137] init: plymouth-stop pre-start process (1769) terminated with status 1
[    7.337504] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    7.337689] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready