summaryrefslogtreecommitdiffstats
path: root/docs/future/dumps/x200-at25df321-lenovobios3.18/dmesg.log
blob: bc8a4b27077a328624069404c16a95aef7bdf31a (plain)
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
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-39-lowlatency (root@devel.trisquel.info) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #66+7.0trisquel2 SMP PREEMPT Wed Oct 29 17:10:10 UTC 2014 (Ubuntu 3.13.0-39.66+7.0trisquel2-lowlatency 3.13.11.8-gnu)
[    0.000000] Command line: cdrom-detect/try-usb=true persistent file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt --
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b96a0fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b96a1000-0x00000000b96a6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b96a7000-0x00000000b97b7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b97b8000-0x00000000b980efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b980f000-0x00000000b98c6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b98c7000-0x00000000b98d1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b98d2000-0x00000000b98d4fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b98d5000-0x00000000b98d8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b98d9000-0x00000000b98dcfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b98dd000-0x00000000b98dffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b98e0000-0x00000000b9906fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9907000-0x00000000b9907fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b9908000-0x00000000b9b0efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b9b0f000-0x00000000b9b9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9b9f000-0x00000000b9bfefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b9bff000-0x00000000b9bfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9c00000-0x00000000bbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: LENOVO 74542GU/74542GU, BIOS 7XET68WW (3.18 ) 03/08/2011
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0xb9c00 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-D3FFF write-protect
[    0.000000]   D4000-DBFFF uncachable
[    0.000000]   DC000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0BD000000 mask FFF000000 uncachable
[    0.000000]   1 base 0BE000000 mask FFE000000 uncachable
[    0.000000]   2 base 000000000 mask F80000000 write-back
[    0.000000]   3 base 080000000 mask FC0000000 write-back
[    0.000000]   4 base 0B9E00000 mask FFFE00000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 3024MB, range: 16MB, type UC
[    0.000000] reg 1, base: 3040MB, range: 32MB, type UC
[    0.000000] reg 2, base: 0GB, range: 2GB, type WB
[    0.000000] reg 3, base: 2GB, range: 1GB, type WB
[    0.000000] reg 4, base: 2974MB, range: 2MB, type UC
[    0.000000] total RAM covered: 3022M
[    0.000000]  gran_size: 64K 	chunk_size: 64K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 128K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 256K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 512K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 1M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 2M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 4M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 64K 	chunk_size: 8M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 64K 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 64K 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 0G
[    0.000000]  gran_size: 64K 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 64K 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 128K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 256K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 512K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 1M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 2M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 4M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 128K 	chunk_size: 8M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 128K 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 128K 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 128K 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 0G
[    0.000000]  gran_size: 128K 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 128K 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 256K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 512K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 1M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 2M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 4M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 256K 	chunk_size: 8M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 256K 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 256K 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 256K 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 0G
[    0.000000]  gran_size: 256K 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 256K 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 512K 	chunk_size: 512K 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 512K 	chunk_size: 1M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 512K 	chunk_size: 2M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 512K 	chunk_size: 4M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 512K 	chunk_size: 8M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 512K 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 512K 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 512K 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 0G
[    0.000000]  gran_size: 512K 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 512K 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 512K 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 512K 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 512K 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 1M 	chunk_size: 1M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 1M 	chunk_size: 2M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 1M 	chunk_size: 4M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 1M 	chunk_size: 8M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 1M 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 1M 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 1M 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 0G
[    0.000000]  gran_size: 1M 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 1M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 1M 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 1M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 1M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 2M 	chunk_size: 2M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 2M 	chunk_size: 4M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 2M 	chunk_size: 8M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 2M 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 2M 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 16M
[    0.000000]  gran_size: 2M 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 0G
[    0.000000]  gran_size: 2M 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 2M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 2M 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 2M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 2M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 4M 	chunk_size: 4M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 4M 	chunk_size: 8M 	num_reg: 7  	lose cover RAM: 18M
[    0.000000]  gran_size: 4M 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 18M
[    0.000000]  gran_size: 4M 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 18M
[    0.000000]  gran_size: 4M 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 2M
[    0.000000]  gran_size: 4M 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 4M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 4M 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 4M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 4M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 50M
[    0.000000]  gran_size: 8M 	chunk_size: 8M 	num_reg: 7  	lose cover RAM: 22M
[    0.000000]  gran_size: 8M 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 22M
[    0.000000]  gran_size: 8M 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 22M
[    0.000000]  gran_size: 8M 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 6M
[    0.000000]  gran_size: 8M 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 22M
[    0.000000]  gran_size: 8M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 22M
[    0.000000]  gran_size: 8M 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 22M
[    0.000000]  gran_size: 8M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 22M
[    0.000000]  gran_size: 8M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 22M
[    0.000000]  gran_size: 16M 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 14M
[    0.000000]  gran_size: 16M 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 30M
[    0.000000]  gran_size: 16M 	chunk_size: 64M 	num_reg: 7  	lose cover RAM: 14M
[    0.000000]  gran_size: 16M 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 14M
[    0.000000]  gran_size: 16M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 14M
[    0.000000]  gran_size: 16M 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 14M
[    0.000000]  gran_size: 16M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 14M
[    0.000000]  gran_size: 16M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 14M
[    0.000000]  gran_size: 32M 	chunk_size: 32M 	num_reg: 5  	lose cover RAM: 46M
[    0.000000]  gran_size: 32M 	chunk_size: 64M 	num_reg: 5  	lose cover RAM: 46M
[    0.000000]  gran_size: 32M 	chunk_size: 128M 	num_reg: 5  	lose cover RAM: 46M
[    0.000000]  gran_size: 32M 	chunk_size: 256M 	num_reg: 5  	lose cover RAM: 46M
[    0.000000]  gran_size: 32M 	chunk_size: 512M 	num_reg: 5  	lose cover RAM: 46M
[    0.000000]  gran_size: 32M 	chunk_size: 1G 	num_reg: 5  	lose cover RAM: 46M
[    0.000000]  gran_size: 32M 	chunk_size: 2G 	num_reg: 5  	lose cover RAM: 46M
[    0.000000]  gran_size: 64M 	chunk_size: 64M 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 64M 	chunk_size: 128M 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 64M 	chunk_size: 256M 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 64M 	chunk_size: 512M 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 64M 	chunk_size: 1G 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 64M 	chunk_size: 2G 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 128M 	chunk_size: 128M 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 128M 	chunk_size: 256M 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 128M 	chunk_size: 512M 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 128M 	chunk_size: 1G 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 128M 	chunk_size: 2G 	num_reg: 4  	lose cover RAM: 78M
[    0.000000]  gran_size: 256M 	chunk_size: 256M 	num_reg: 3  	lose cover RAM: 206M
[    0.000000]  gran_size: 256M 	chunk_size: 512M 	num_reg: 3  	lose cover RAM: 206M
[    0.000000]  gran_size: 256M 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 206M
[    0.000000]  gran_size: 256M 	chunk_size: 2G 	num_reg: 3  	lose cover RAM: 206M
[    0.000000]  gran_size: 512M 	chunk_size: 512M 	num_reg: 2  	lose cover RAM: 462M
[    0.000000]  gran_size: 512M 	chunk_size: 1G 	num_reg: 2  	lose cover RAM: 462M
[    0.000000]  gran_size: 512M 	chunk_size: 2G 	num_reg: 2  	lose cover RAM: 462M
[    0.000000]  gran_size: 1G 	chunk_size: 1G 	num_reg: 1  	lose cover RAM: 974M
[    0.000000]  gran_size: 1G 	chunk_size: 2G 	num_reg: 1  	lose cover RAM: 974M
[    0.000000]  gran_size: 2G 	chunk_size: 2G 	num_reg: 1  	lose cover RAM: 974M
[    0.000000] mtrr_cleanup: can not find optimal value
[    0.000000] please specify mtrr_gran_size/mtrr_chunk_size
[    0.000000] e820: update [mem 0xb9e00000-0xb9ffffff] usable ==> reserved
[    0.000000] found SMP MP-table at [mem 0x000f7320-0x000f732f] mapped at [ffff8800000f7320]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01fd9000, 0x01fd9fff] PGTABLE
[    0.000000] BRK [0x01fda000, 0x01fdafff] PGTABLE
[    0.000000] BRK [0x01fdb000, 0x01fdbfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xb9400000-0xb95fffff]
[    0.000000]  [mem 0xb9400000-0xb95fffff] page 2M
[    0.000000] BRK [0x01fdc000, 0x01fdcfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xb8000000-0xb93fffff]
[    0.000000]  [mem 0xb8000000-0xb93fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x80000000-0xb7ffffff]
[    0.000000]  [mem 0x80000000-0xb7ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0xb9600000-0xb96a0fff]
[    0.000000]  [mem 0xb9600000-0xb96a0fff] page 4k
[    0.000000] BRK [0x01fdd000, 0x01fddfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xb96a7000-0xb97b7fff]
[    0.000000]  [mem 0xb96a7000-0xb97b7fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xb980f000-0xb98c6fff]
[    0.000000]  [mem 0xb980f000-0xb98c6fff] page 4k
[    0.000000] BRK [0x01fde000, 0x01fdefff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xb9bff000-0xb9bfffff]
[    0.000000]  [mem 0xb9bff000-0xb9bfffff] page 4k
[    0.000000] RAMDISK: [mem 0x7ef86000-0x7fffffff]
[    0.000000] ACPI: RSDP 00000000000f72e0 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 00000000b9b5b743 000094 (v01 LENOVO TP-7X    00003180  LTP 00000000)
[    0.000000] ACPI: FACP 00000000b9b5b800 0000F4 (v03 LENOVO TP-7X    00003180 LNVO 00000001)
[    0.000000] ACPI: DSDT 00000000b9b5bbf4 00DF12 (v01 LENOVO TP-7X    00003180 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000b9b8e000 000040
[    0.000000] ACPI: SSDT 00000000b9b5b9b4 000240 (v01 LENOVO TP-7X    00003180 MSFT 03000000)
[    0.000000] ACPI: ECDT 00000000b9b69b06 000052 (v01 LENOVO TP-7X    00003180 LNVO 00000001)
[    0.000000] ACPI: APIC 00000000b9b69b58 000078 (v01 LENOVO TP-7X    00003180 LNVO 00000001)
[    0.000000] ACPI: MCFG 00000000b9b69bd0 00003C (v01 LENOVO TP-7X    00003180 LNVO 00000001)
[    0.000000] ACPI: HPET 00000000b9b69c0c 000038 (v01 LENOVO TP-7X    00003180 LNVO 00000001)
[    0.000000] ACPI: SLIC 00000000b9b69dc2 000176 (v01 LENOVO TP-7X    00003180  LTP 00000000)
[    0.000000] ACPI: BOOT 00000000b9b69f38 000028 (v01 LENOVO TP-7X    00003180  LTP 00000001)
[    0.000000] ACPI: ASF! 00000000b9b69f60 0000A0 (v16 LENOVO TP-7X    00003180 PTL  00000001)
[    0.000000] ACPI: SSDT 00000000b9b8d1ea 000578 (v01 LENOVO TP-7X    00003180 INTL 20050513)
[    0.000000] ACPI: TCPA 00000000b9907000 000032 (v00                 00000000      00000000)
[    0.000000] ACPI: SSDT 00000000b98d4000 000655 (v01  PmRef    CpuPm 00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 00000000b98d3000 000274 (v01  PmRef  Cpu0Tst 00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 00000000b98d2000 000242 (v01  PmRef    ApTst 00003000 INTL 20050624)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000000b9bfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0xb9bfffff]
[    0.000000]   NODE_DATA [mem 0xb98c1000-0xb98c5fff]
[    0.000000]  [ffffea0000000000-ffffea0002ffffff] PMD -> [ffff8800b5c00000-ffff8800b8bfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0xb96a0fff]
[    0.000000]   node   0: [mem 0xb96a7000-0xb97b7fff]
[    0.000000]   node   0: [mem 0xb980f000-0xb98c6fff]
[    0.000000]   node   0: [mem 0xb9bff000-0xb9bfffff]
[    0.000000] On node 0 totalpages: 759816
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11824 pages used for memmap
[    0.000000]   DMA32 zone: 755819 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    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: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb96a1000-0xb96a6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb97b8000-0xb980efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb98c7000-0xb98d1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb98d2000-0xb98d4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb98d5000-0xb98d8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb98d9000-0xb98dcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xb98dd000-0xb98dffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb98e0000-0xb9906fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9907000-0xb9907fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9908000-0xb9b0efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9b0f000-0xb9b9efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9b9f000-0xb9bfefff]
[    0.000000] e820: [mem 0xbc000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff8800b9200000 s86848 r8192 d23744 u524288
[    0.000000] pcpu-alloc: s86848 r8192 d23744 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: 747907
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: cdrom-detect/try-usb=true persistent file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt --
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 2956160K/3039264K available (7418K kernel code, 1135K rwdata, 3420K rodata, 1324K init, 1444K bss, 83104K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-3.
[    0.000000] NR_IRQS:16640 nr_irqs:712 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 12582912 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2394.140 MHz processor
[    0.001003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.28 BogoMIPS (lpj=2394140)
[    0.001007] pid_max: default: 32768 minimum: 301
[    0.001043] Security Framework initialized
[    0.001067] AppArmor: AppArmor initialized
[    0.001068] Yama: becoming mindful.
[    0.001457] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004202] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.005273] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.005283] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.005612] Initializing cgroup subsys memory
[    0.005621] Initializing cgroup subsys devices
[    0.005623] Initializing cgroup subsys freezer
[    0.005626] Initializing cgroup subsys blkio
[    0.005628] Initializing cgroup subsys bfqio
[    0.005630] Initializing cgroup subsys perf_event
[    0.005633] Initializing cgroup subsys hugetlb
[    0.005657] Disabled fast string operations
[    0.005663] CPU: Physical Processor ID: 0
[    0.005664] CPU: Processor Core ID: 0
[    0.005666] mce: CPU supports 6 MCE banks
[    0.005674] CPU0: Thermal monitoring enabled (TM2)
[    0.005682] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.005682] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
[    0.005682] tlb_flushall_shift: -1
[    0.005761] Freeing SMP alternatives memory: 24K (ffffffff81e68000 - ffffffff81e6e000)
[    0.006599] ACPI: Core revision 20131115
[    0.012912] ACPI: All ACPI Tables successfully acquired
[    0.013011] ftrace: allocating 28647 entries in 112 pages
[    0.021174] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.031181] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz (fam: 06, model: 17, stepping: 0a)
[    0.032000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.032000] ... version:                2
[    0.032000] ... bit width:              40
[    0.032000] ... generic registers:      2
[    0.032000] ... value mask:             000000ffffffffff
[    0.032000] ... max period:             000000007fffffff
[    0.032000] ... fixed-purpose events:   3
[    0.032000] ... event mask:             0000000700000003
[    0.040066] x86: Booting SMP configuration:
[    0.038029] Disabled fast string operations
[    0.052121] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.040068] .... node  #0, CPUs:      #1
[    0.052135] x86: Booted up 1 node, 2 CPUs
[    0.052137] smpboot: Total of 2 processors activated (9576.56 BogoMIPS)
[    0.053128] devtmpfs: initialized
[    0.058471] EVM: security.selinux
[    0.058473] EVM: security.SMACK64
[    0.058474] EVM: security.ima
[    0.058475] EVM: security.capability
[    0.058495] PM: Registering ACPI NVS region [mem 0xb98c7000-0xb98d1fff] (45056 bytes)
[    0.058495] PM: Registering ACPI NVS region [mem 0xb98d9000-0xb98dcfff] (16384 bytes)
[    0.058495] PM: Registering ACPI NVS region [mem 0xb98e0000-0xb9906fff] (159744 bytes)
[    0.058495] PM: Registering ACPI NVS region [mem 0xb9b0f000-0xb9b9efff] (589824 bytes)
[    0.059484] pinctrl core: initialized pinctrl subsystem
[    0.059551] regulator-dummy: no parameters
[    0.059588] RTC time: 11:31:33, date: 02/21/15
[    0.059627] NET: Registered protocol family 16
[    0.059753] cpuidle: using governor ladder
[    0.059755] cpuidle: using governor menu
[    0.059801] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.059804] ACPI: bus type PCI registered
[    0.059806] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.059863] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.059866] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.067387] PCI: Using configuration type 1 for base access
[    0.068283] bio: create slab <bio-0> at 0
[    0.068283] ACPI: Added _OSI(Module Device)
[    0.068283] ACPI: Added _OSI(Processor Device)
[    0.068283] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.068283] ACPI: Added _OSI(Processor Aggregator Device)
[    0.070026] ACPI : EC: EC description table is found, configuring boot EC
[    0.074477] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.080816] ACPI: SSDT 00000000b98d7c20 0002C8 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
[    0.081301] ACPI: Dynamic OEM Table Load:
[    0.081303] ACPI: SSDT           (null) 0002C8 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
[    0.081422] ACPI: SSDT 00000000b98d5020 00087A (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.081820] ACPI: Dynamic OEM Table Load:
[    0.081822] ACPI: SSDT           (null) 00087A (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.085196] ACPI: SSDT 00000000b98d6ca0 0001CF (v01  PmRef    ApIst 00003000 INTL 20050624)
[    0.085587] ACPI: Dynamic OEM Table Load:
[    0.085589] ACPI: SSDT           (null) 0001CF (v01  PmRef    ApIst 00003000 INTL 20050624)
[    0.087064] ACPI: SSDT 00000000b98d6f20 00008D (v01  PmRef    ApCst 00003000 INTL 20050624)
[    0.087439] ACPI: Dynamic OEM Table Load:
[    0.087442] ACPI: SSDT           (null) 00008D (v01  PmRef    ApCst 00003000 INTL 20050624)
[    0.090137] ACPI: Interpreter enabled
[    0.090143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.090147] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.090160] ACPI: (supports S0 S3 S4 S5)
[    0.090162] ACPI: Using IOAPIC for interrupt routing
[    0.090184] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.091143] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[    0.098191] ACPI: Power Resource [PUBS] (on)
[    0.103781] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.103872] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[    0.103961] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.104057] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.104146] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.104234] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    0.104322] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[    0.104409] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.104462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.104468] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.104830] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.104860] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.105026] PCI host bridge to bus 0000:00
[    0.105029] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.105032] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.105034] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.105035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.105037] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.105039] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.105041] pci_bus 0000:00: root bus resource [mem 0xbc000000-0xfebfffff]
[    0.105049] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.105069] DMAR: Forcing write-buffer flush capability
[    0.105070] DMAR: Disabling IOMMU for graphics on this chipset
[    0.105136] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.105149] pci 0000:00:02.0: reg 0x10: [mem 0xf2000000-0xf23fffff 64bit]
[    0.105156] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.105162] pci 0000:00:02.0: reg 0x20: [io  0x1800-0x1807]
[    0.105240] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
[    0.105251] pci 0000:00:02.1: reg 0x10: [mem 0xf2400000-0xf24fffff 64bit]
[    0.105343] pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
[    0.105358] pci 0000:00:03.0: reg 0x10: [mem 0xf2725800-0xf272580f 64bit]
[    0.105407] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.105520] pci 0000:00:19.0: [8086:10bf] type 00 class 0x020000
[    0.105545] pci 0000:00:19.0: reg 0x10: [mem 0xf2500000-0xf251ffff]
[    0.105556] pci 0000:00:19.0: reg 0x14: [mem 0xf2524000-0xf2524fff]
[    0.105568] pci 0000:00:19.0: reg 0x18: [io  0x1820-0x183f]
[    0.105656] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.105699] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.105736] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.105791] pci 0000:00:1a.0: reg 0x20: [io  0x1840-0x185f]
[    0.105889] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.105925] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.105981] pci 0000:00:1a.1: reg 0x20: [io  0x1860-0x187f]
[    0.106099] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.106155] pci 0000:00:1a.2: reg 0x20: [io  0x1880-0x189f]
[    0.106252] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.106299] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.106325] pci 0000:00:1a.7: reg 0x10: [mem 0xf2725c00-0xf2725fff]
[    0.106435] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.106482] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.106523] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.106544] pci 0000:00:1b.0: reg 0x10: [mem 0xf2520000-0xf2523fff 64bit]
[    0.106640] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.106694] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.106731] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.106832] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.106879] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.106919] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
[    0.107025] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.107074] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.107116] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.107172] pci 0000:00:1d.0: reg 0x20: [io  0x18a0-0x18bf]
[    0.107269] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.107313] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.107369] pci 0000:00:1d.1: reg 0x20: [io  0x18c0-0x18df]
[    0.107480] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.107536] pci 0000:00:1d.2: reg 0x20: [io  0x18e0-0x18ff]
[    0.107658] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.107684] pci 0000:00:1d.7: reg 0x10: [mem 0xf2726000-0xf27263ff]
[    0.107793] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.107837] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.107874] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.108014] pci 0000:00:1f.0: [8086:2919] type 00 class 0x060100
[    0.108225] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.108252] pci 0000:00:1f.2: reg 0x10: [io  0x1818-0x181f]
[    0.108263] pci 0000:00:1f.2: reg 0x14: [io  0x180c-0x180f]
[    0.108274] pci 0000:00:1f.2: reg 0x18: [io  0x1810-0x1817]
[    0.108285] pci 0000:00:1f.2: reg 0x1c: [io  0x1808-0x180b]
[    0.108296] pci 0000:00:1f.2: reg 0x20: [io  0x1c00-0x1c1f]
[    0.108307] pci 0000:00:1f.2: reg 0x24: [mem 0xf2725000-0xf27257ff]
[    0.108376] pci 0000:00:1f.2: PME# supported from D3hot
[    0.108451] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.108472] pci 0000:00:1f.3: reg 0x10: [mem 0xf2726400-0xf27264ff 64bit]
[    0.108501] pci 0000:00:1f.3: reg 0x20: [io  0x1c20-0x1c3f]
[    0.108646] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.108730] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.108735] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    0.108740] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf1ffffff]
[    0.108747] pci 0000:00:1c.3:   bridge window [mem 0xf2800000-0xf28fffff 64bit pref]
[    0.108842] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
[    0.108855] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.108857] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.108859] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.108861] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.108863] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.108865] pci 0000:00:1e.0:   bridge window [mem 0xbc000000-0xfebfffff] (subtractive decode)
[    0.108885] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.111499] ACPI: Enabled 3 GPEs in block 00 to 3F
[    0.111511] ACPI: \_SB_.PCI0: notify handler is installed
[    0.111624] Found 1 acpi root devices
[    0.113062] ACPI : EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.113142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.113142] vgaarb: loaded
[    0.113142] vgaarb: bridge control possible 0000:00:02.0
[    0.113202] SCSI subsystem initialized
[    0.113215] libata version 3.00 loaded.
[    0.113215] ACPI: bus type USB registered
[    0.113215] usbcore: registered new interface driver usbfs
[    0.113215] usbcore: registered new interface driver hub
[    0.113215] usbcore: registered new device driver usb
[    0.113215] PCI: Using ACPI for IRQ routing
[    0.116201] PCI: pci_cache_line_size set to 64 bytes
[    0.116262] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.116264] e820: reserve RAM buffer [mem 0xb96a1000-0xbbffffff]
[    0.116267] e820: reserve RAM buffer [mem 0xb97b8000-0xbbffffff]
[    0.116269] e820: reserve RAM buffer [mem 0xb98c7000-0xbbffffff]
[    0.116271] e820: reserve RAM buffer [mem 0xb9c00000-0xbbffffff]
[    0.116356] NetLabel: Initializing
[    0.116357] NetLabel:  domain hash size = 128
[    0.116358] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.116370] NetLabel:  unlabeled traffic allowed by default
[    0.116382] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.116382] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.116382] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.118034] Switched to clocksource hpet
[    0.124260] AppArmor: AppArmor Filesystem Enabled
[    0.124301] pnp: PnP ACPI init
[    0.124320] ACPI: bus type PNP registered
[    0.144699] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.144702] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.144704] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.144707] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[    0.144709] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[    0.144711] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[    0.144713] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
[    0.144715] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.144717] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.144719] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.144721] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.144723] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.144725] system 00:00: [mem 0x00100000-0xbbffffff] could not be reserved
[    0.144728] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.144730] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.144734] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.164764] system 00:01: [io  0x1000-0x107f] could not be reserved
[    0.164767] system 00:01: [io  0x1180-0x11ff] has been reserved
[    0.164770] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.164772] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.164774] system 00:01: [io  0x1600-0x167f] has been reserved
[    0.164776] system 00:01: [io  0x1680-0x169f] has been reserved
[    0.164779] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.164781] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.164783] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.164785] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.164787] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.164789] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.164792] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.164842] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.164851] pnp 00:03: [dma 4]
[    0.164871] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.164894] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.164932] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.164959] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.164989] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.165032] pnp 00:08: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
[    0.185027] pnp 00:09: Plug and Play ACPI device, IDs PNP0c31 (active)
[    0.185451] pnp: PnP ACPI: found 10 devices
[    0.185453] ACPI: bus type PNP unregistered
[    0.192181] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.192190] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.192193] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.192215] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.192217] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.192219] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.192224] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbc000000-0xbc1fffff]
[    0.192227] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.192230] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.192233] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.192237] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.192242] pci 0000:00:1c.0:   bridge window [mem 0xbc000000-0xbc1fffff]
[    0.192247] pci 0000:00:1c.0:   bridge window [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.192254] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.192258] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    0.192263] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf1ffffff]
[    0.192268] pci 0000:00:1c.3:   bridge window [mem 0xf2800000-0xf28fffff 64bit pref]
[    0.192275] pci 0000:00:1e.0: PCI bridge to [bus 0d]
[    0.192289] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.192291] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.192293] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.192295] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.192297] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.192299] pci_bus 0000:00: resource 9 [mem 0xbc000000-0xfebfffff]
[    0.192301] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.192303] pci_bus 0000:02: resource 1 [mem 0xbc000000-0xbc1fffff]
[    0.192305] pci_bus 0000:02: resource 2 [mem 0xbc200000-0xbc3fffff 64bit pref]
[    0.192307] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    0.192309] pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
[    0.192311] pci_bus 0000:05: resource 2 [mem 0xf2800000-0xf28fffff 64bit pref]
[    0.192313] pci_bus 0000:0d: resource 4 [io  0x0000-0x0cf7]
[    0.192314] pci_bus 0000:0d: resource 5 [io  0x0d00-0xffff]
[    0.192316] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
[    0.192318] pci_bus 0000:0d: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.192320] pci_bus 0000:0d: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.192322] pci_bus 0000:0d: resource 9 [mem 0xbc000000-0xfebfffff]
[    0.192357] NET: Registered protocol family 2
[    0.192570] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.192706] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.192909] TCP: Hash tables configured (established 32768 bind 32768)
[    0.192961] TCP: reno registered
[    0.192969] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.193015] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.193102] NET: Registered protocol family 1
[    0.193116] pci 0000:00:02.0: Boot video device
[    0.194059] PCI: CLS 64 bytes, default 64
[    0.194120] Trying to unpack rootfs image as initramfs...
[    3.803263] Freeing initrd memory: 16872K (ffff88007ef86000 - ffff880080000000)
[    3.803324] Simple Boot Flag at 0x35 set to 0x1
[    3.803473] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa0b
[    3.803480] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa0b
[    3.803566] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.803568] Scanning for low memory corruption every 60 seconds
[    3.803819] Initialise system trusted keyring
[    3.803868] audit: initializing netlink socket (disabled)
[    3.803883] type=2000 audit(1424518296.802:1): initialized
[    3.826319] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.827565] zbud: loaded
[    3.827699] VFS: Disk quotas dquot_6.5.2
[    3.827741] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.828217] fuse init (API version 7.22)
[    3.828299] msgmni has been set to 5806
[    3.828353] Key type big_key registered
[    3.828819] Key type asymmetric registered
[    3.828822] Asymmetric key parser 'x509' registered
[    3.828854] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    3.828889] io scheduler noop registered
[    3.828891] io scheduler deadline registered
[    3.828917] io scheduler cfq registered
[    3.828922] io scheduler bfq registered (default)
[    3.828923] BFQ I/O-scheduler version: v7r5
[    3.829131] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    3.829304] pcieport 0000:00:1c.3: irq 41 for MSI/MSI-X
[    3.829454] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    3.829460] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    3.829520] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    3.829525] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    3.829539] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.829586] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 2940 ss_vid 17aa ss_did 20f3
[    3.829645] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    3.829660] pciehp 0000:00:1c.3:pcie04: HPC vendor_id 8086 device_id 2946 ss_vid 17aa ss_did 20f3
[    3.829725] pciehp 0000:00:1c.3:pcie04: service driver pciehp loaded
[    3.829731] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.829780] intel_idle: does not run on family 6 model 23
[    3.829786] ipmi message handler version 39.2
[    3.829945] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    3.830062] ACPI: AC Adapter [AC] (on-line)
[    3.830125] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    3.830257] ACPI: Lid Switch [LID]
[    3.830290] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    3.830294] ACPI: Sleep Button [SLPB]
[    3.830337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    3.830339] ACPI: Power Button [PWRF]
[    3.831703] Monitor-Mwait will be used to enter C-1 state
[    3.831709] Monitor-Mwait will be used to enter C-2 state
[    3.831712] Monitor-Mwait will be used to enter C-3 state
[    3.831715] tsc: Marking TSC unstable due to TSC halts in idle
[    3.831725] ACPI: acpi_idle registered with cpuidle
[    3.833988] thermal LNXTHERM:00: registered as thermal_zone0
[    3.833991] ACPI: Thermal Zone [THM0] (36 C)
[    3.843039] thermal LNXTHERM:01: registered as thermal_zone1
[    3.843042] ACPI: Thermal Zone [THM1] (40 C)
[    3.843079] GHES: HEST is not enabled!
[    3.843164] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.843282] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    3.843288] ACPI: Battery Slot [BAT0] (battery absent)
[    3.845376] Linux agpgart interface v0.103
[    3.845443] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    3.845533] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    3.846607] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    3.846770] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    3.852064] tpm_tis 00:09: 1.2 TPM (device-id 0x1020, rev-id 6)
[    3.852068] tpm_tis 00:09: Intel iTPM workaround enabled
[    3.925799] brd: module loaded
[    3.926712] loop: module loaded
[    3.927106] libphy: Fixed MDIO Bus: probed
[    3.927192] tun: Universal TUN/TAP device driver, 1.6
[    3.927194] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.927254] PPP generic driver version 2.4.2
[    3.927316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.927321] ehci-pci: EHCI PCI platform driver
[    3.927443] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    3.927449] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    3.927464] ehci-pci 0000:00:1a.7: debug port 1
[    3.931370] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    3.931462] ehci-pci 0000:00:1a.7: irq 23, io mem 0xf2725c00
[    3.937024] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.937089] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.937091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.937093] usb usb1: Product: EHCI Host Controller
[    3.937095] usb usb1: Manufacturer: Linux 3.13.0-39-lowlatency ehci_hcd
[    3.937097] usb usb1: SerialNumber: 0000:00:1a.7
[    3.940281] Monitor-Mwait will be used to enter C-3 state
[    3.940297] hub 1-0:1.0: USB hub found
[    3.940307] hub 1-0:1.0: 6 ports detected
[    3.940972] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    3.940978] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    3.940991] ehci-pci 0000:00:1d.7: debug port 1
[    3.944919] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    3.944969] ehci-pci 0000:00:1d.7: irq 19, io mem 0xf2726000
[    3.951028] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.951060] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.951062] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.951064] usb usb2: Product: EHCI Host Controller
[    3.951066] usb usb2: Manufacturer: Linux 3.13.0-39-lowlatency ehci_hcd
[    3.951067] usb usb2: SerialNumber: 0000:00:1d.7
[    3.951183] hub 2-0:1.0: USB hub found
[    3.951190] hub 2-0:1.0: 6 ports detected
[    3.951416] ehci-platform: EHCI generic platform driver
[    3.951425] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.951426] ohci-pci: OHCI PCI platform driver
[    3.951435] ohci-platform: OHCI generic platform driver
[    3.951444] uhci_hcd: USB Universal Host Controller Interface driver
[    3.951514] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    3.951519] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    3.951616] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001840
[    3.951663] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.951665] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.951667] usb usb3: Product: UHCI Host Controller
[    3.951669] usb usb3: Manufacturer: Linux 3.13.0-39-lowlatency uhci_hcd
[    3.951671] usb usb3: SerialNumber: 0000:00:1a.0
[    3.951788] hub 3-0:1.0: USB hub found
[    3.951795] hub 3-0:1.0: 2 ports detected
[    3.951966] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    3.951971] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    3.952069] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001860
[    3.952130] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    3.952132] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.952134] usb usb4: Product: UHCI Host Controller
[    3.952136] usb usb4: Manufacturer: Linux 3.13.0-39-lowlatency uhci_hcd
[    3.952137] usb usb4: SerialNumber: 0000:00:1a.1
[    3.952262] hub 4-0:1.0: USB hub found
[    3.952269] hub 4-0:1.0: 2 ports detected
[    3.952424] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    3.952430] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    3.952534] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00001880
[    3.952579] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    3.952582] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.952583] usb usb5: Product: UHCI Host Controller
[    3.952585] usb usb5: Manufacturer: Linux 3.13.0-39-lowlatency uhci_hcd
[    3.952587] usb usb5: SerialNumber: 0000:00:1a.2
[    3.952693] hub 5-0:1.0: USB hub found
[    3.952700] hub 5-0:1.0: 2 ports detected
[    3.952863] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.952868] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    3.952948] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
[    3.952996] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    3.952999] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.953013] usb usb6: Product: UHCI Host Controller
[    3.953015] usb usb6: Manufacturer: Linux 3.13.0-39-lowlatency uhci_hcd
[    3.953017] usb usb6: SerialNumber: 0000:00:1d.0
[    3.953115] hub 6-0:1.0: USB hub found
[    3.953122] hub 6-0:1.0: 2 ports detected
[    3.953285] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.953290] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    3.953374] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
[    3.953432] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    3.953434] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.953436] usb usb7: Product: UHCI Host Controller
[    3.953438] usb usb7: Manufacturer: Linux 3.13.0-39-lowlatency uhci_hcd
[    3.953439] usb usb7: SerialNumber: 0000:00:1d.1
[    3.953543] hub 7-0:1.0: USB hub found
[    3.953550] hub 7-0:1.0: 2 ports detected
[    3.953717] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.953722] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    3.953794] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0
[    3.953840] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    3.953843] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.953844] usb usb8: Product: UHCI Host Controller
[    3.953846] usb usb8: Manufacturer: Linux 3.13.0-39-lowlatency uhci_hcd
[    3.953848] usb usb8: SerialNumber: 0000:00:1d.2
[    3.953941] hub 8-0:1.0: USB hub found
[    3.953948] hub 8-0:1.0: 2 ports detected
[    3.954143] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    3.963188] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.963211] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.963337] mousedev: PS/2 mouse device common for all mice
[    3.963595] rtc_cmos 00:06: RTC can wake from S4
[    3.963734] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    3.963813] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.963881] device-mapper: uevent: version 1.0.3
[    3.963953] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    3.963960] ledtrig-cpu: registered to indicate activity on CPUs
[    3.964067] TCP: cubic registered
[    3.964159] NET: Registered protocol family 10
[    3.964332] NET: Registered protocol family 17
[    3.964342] Key type dns_resolver registered
[    3.964602] Loading compiled-in X.509 certificates
[    3.965713] Loaded X.509 cert 'Magrathea: Glacier signing key: a7171335f18ca6131c1947ca87d46fb662317fa6'
[    3.965731] registered taskstats version 1
[    3.968167] Key type trusted registered
[    3.969501] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    3.970230] Key type encrypted registered
[    3.972145] AppArmor: AppArmor sha1 policy hashing enabled
[    4.152419] regulator-dummy: disabling
[    4.152460]   Magic number: 3:197:530
[    4.152488] tty ttyS10: hash matches
[    4.152603] rtc_cmos 00:06: setting system clock to 2015-02-21 11:31:38 UTC (1424518298)
[    4.154855] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    4.154858] EDD information not available.
[    4.154944] PM: Hibernation image not present or could not be loaded.
[    4.156984] Freeing unused kernel memory: 1324K (ffffffff81d1d000 - ffffffff81e68000)
[    4.156987] Write protecting the kernel read-only data: 12288k
[    4.160483] Freeing unused kernel memory: 764K (ffff880001741000 - ffff880001800000)
[    4.163502] Freeing unused kernel memory: 676K (ffff880001b57000 - ffff880001c00000)
[    4.182888] systemd-udevd[126]: starting version 204
[    4.212349] pps_core: LinuxPPS API ver. 1 registered
[    4.212354] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.221283] PTP clock support registered
[    4.230528] [drm] Initialized drm 1.1.0 20060810
[    4.230814] ahci 0000:00:1f.2: version 3.0
[    4.230983] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    4.232489] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    4.232538] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    4.232543] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc sxs 
[    4.236648] scsi0 : ahci
[    4.238036] scsi1 : ahci
[    4.240110] scsi2 : ahci
[    4.241891] scsi3 : ahci
[    4.241958] ata1: SATA max UDMA/133 abar m2048@0xf2725000 port 0xf2725100 irq 42
[    4.241963] ata2: SATA max UDMA/133 abar m2048@0xf2725000 port 0xf2725180 irq 42
[    4.241965] ata3: DUMMY
[    4.241967] ata4: DUMMY
[    4.242060] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    4.243394] wmi: Mapper loaded
[    4.244554] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    4.244557] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    4.244784] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    4.244815] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[    4.357556] usb 1-1: New USB device found, idVendor=8644, idProduct=8003
[    4.357561] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.357564] usb 1-1: Product: USB Flash Disk                
[    4.357567] usb 1-1: Manufacturer: General                       
[    4.357570] usb 1-1: SerialNumber: A3F000000000031B
[    4.434608] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1f:16:2b:cf:a2
[    4.434613] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    4.434642] e1000e 0000:00:19.0 eth0: MAC: 7, PHY: 8, PBA No: 1008FF-0FF
[    4.435326] [drm] Memory usable by graphics device = 2048M
[    4.499151] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[    4.499163] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.499165] [drm] Driver supports precise vblank timestamp query.
[    4.499331] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.546043] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.546887] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    4.546892] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    4.546958] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
[    4.546962] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    4.588753] ata1.00: ATA-8: WDC WD1600BEVS-08VAT2, 14.01A14, max UDMA/133
[    4.588756] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.590334] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    4.590339] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    4.590552] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
[    4.590555] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    4.592033] ata1.00: configured for UDMA/133
[    4.592221] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BEVS-0 14.0 PQ: 0 ANSI: 5
[    4.592454] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.592471] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    4.592619] sd 0:0:0:0: [sda] Write Protect is off
[    4.592623] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.592674] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.602642]  sda: sda1 sda2
[    4.603090] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.614042] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
[    4.615250] usb-storage 1-1:1.0: USB Mass Storage device detected
[    4.615422] scsi4 : usb-storage 1-1:1.0
[    4.615507] usbcore: registered new interface driver usb-storage
[    4.648976] fbcon: inteldrmfb (fb0) is primary device
[    4.705306] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[    4.816109] usb 4-2: new full-speed USB device number 2 using uhci_hcd
[    4.897124] ata2: SATA link down (SStatus 0 SControl 300)
[    4.972153] usb 4-2: New USB device found, idVendor=0a5c, idProduct=2145
[    4.972156] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.972158] usb 4-2: Product: ThinkPad Bluetooth with Enhanced Data Rate II
[    4.972160] usb 4-2: Manufacturer: Lenovo Computer Corp
[    5.067909] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    5.085627] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input5
[    5.138272] Console: switching to colour frame buffer device 160x50
[    5.142364] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.142366] i915 0000:00:02.0: registered panic notifier
[    5.145408] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    5.151870] acpi device:02: registered as cooling_device2
[    5.151992] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    5.152113] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    5.616810] scsi 4:0:0:0: Direct-Access     General  USB Flash Disk   1.00 PQ: 0 ANSI: 2
[    5.619496] sd 4:0:0:0: Attached scsi generic sg1 type 0
[    5.620039] sd 4:0:0:0: [sdb] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
[    5.620651] sd 4:0:0:0: [sdb] Write Protect is off
[    5.620656] sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
[    5.621281] sd 4:0:0:0: [sdb] No Caching mode page found
[    5.621285] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    5.623777] sd 4:0:0:0: [sdb] No Caching mode page found
[    5.623781] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    5.624555]  sdb: sdb1
[    5.627657] sd 4:0:0:0: [sdb] No Caching mode page found
[    5.627662] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    5.627665] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    5.908306] md: linear personality registered for level -1
[    5.912211] md: multipath personality registered for level -4
[    5.916367] md: raid0 personality registered for level 0
[    5.922109] md: raid1 personality registered for level 1
[    5.944036] raid6: sse2x1    2851 MB/s
[    5.961032] raid6: sse2x2    3179 MB/s
[    5.978024] raid6: sse2x4    4652 MB/s
[    5.978028] raid6: using algorithm sse2x4 (4652 MB/s)
[    5.978030] raid6: using ssse3x2 recovery algorithm
[    5.980128] xor: measuring software checksum speed
[    5.990029]    prefetch64-sse:  6648.000 MB/sec
[    6.000024]    generic_sse:  5860.000 MB/sec
[    6.000026] xor: using function: prefetch64-sse (6648.000 MB/sec)
[    6.001981] async_tx: api initialized (async)
[    6.013907] md: raid6 personality registered for level 6
[    6.013910] md: raid5 personality registered for level 5
[    6.013912] md: raid4 personality registered for level 4
[    6.024125] md: raid10 personality registered for level 10
[    6.103108] random: nonblocking pool is initialized
[   18.157667] ISO 9660 Extensions: Microsoft Joliet Level 3
[   18.163443] ISO 9660 Extensions: RRIP_1991A
[   18.225496] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   30.656381] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.802458] systemd-udevd[1963]: starting version 204
[   31.024240] lp: driver loaded but no devices found
[   31.052614] ppdev: user-space parallel port driver
[   31.238710] Bluetooth: Core ver 2.17
[   31.238766] NET: Registered protocol family 31
[   31.238769] Bluetooth: HCI device and connection manager initialized
[   31.238781] Bluetooth: HCI socket layer initialized
[   31.238784] Bluetooth: L2CAP socket layer initialized
[   31.238790] Bluetooth: SCO socket layer initialized
[   31.242739] mei_me 0000:00:03.0: irq 45 for MSI/MSI-X
[   31.297628] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   31.297633] Bluetooth: BNEP filters: protocol multicast
[   31.297646] Bluetooth: BNEP socket layer initialized
[   31.304627] systemd-udevd[2059]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1 1 2': No such file or directory
[   31.326042] Bluetooth: RFCOMM TTY layer initialized
[   31.326057] Bluetooth: RFCOMM socket layer initialized
[   31.326064] Bluetooth: RFCOMM ver 1.11
[   31.376385] ACPI Warning: 0x0000000000001028-0x000000000000102f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20131115/utaddress-251)
[   31.376396] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   31.376401] ACPI Warning: 0x00000000000011b0-0x00000000000011bf SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20131115/utaddress-251)
[   31.376406] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   31.376408] ACPI Warning: 0x0000000000001180-0x00000000000011af SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20131115/utaddress-251)
[   31.376412] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   31.376414] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   31.562451] usbcore: registered new interface driver btusb
[   31.595543] init: cups main process (2055) killed by HUP signal
[   31.595562] init: cups main process ended, respawning
[   31.662364] device-mapper: multipath: version 1.6.0 loaded
[   31.885227] kvm: disabled by bios
[   31.891607] kvm: disabled by bios
[   32.111991] init: failsafe main process (2179) killed by TERM signal
[   32.170169] Non-volatile memory driver v1.3
[   32.266943] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[   32.266948] thinkpad_acpi: http://ibm-acpi.sf.net/
[   32.266950] thinkpad_acpi: ThinkPad BIOS 7XET68WW (3.18 ), EC 7XHT24WW-1.06
[   32.266953] thinkpad_acpi: Lenovo ThinkPad X200, model 74542GU
[   32.294579] thinkpad_acpi: detected a 16-level brightness capable ThinkPad
[   32.294778] thinkpad_acpi: radio switch found; radios are enabled
[   32.332067] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   32.332073] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   32.342939] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[   32.352077] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[   32.352247] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[   32.354737] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[   32.536365] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[   32.574058] hda_codec: CX20561 (Hermosa): BIOS auto-probing.
[   32.574593] autoconfig: line_outs=1 (0x1a/0x0/0x0/0x0/0x0) type:speaker
[   32.574596]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   32.574599]    hp_outs=2 (0x19/0x16/0x0/0x0/0x0)
[   32.574600]    mono: mono_out=0x0
[   32.574602]    dig-out=0x1c/0x0
[   32.574603]    inputs:
[   32.574606]      Mic=0x18
[   32.574608]      Internal Mic=0x1d
[   32.574610]      Dock Mic=0x17
[   32.576218] hda_codec: Enable sync_write for stable communication
[   32.579249] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   32.579369] input: HDA Intel Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   32.579498] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   32.579591] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   33.222164] init: alsa-restore main process (2476) terminated with status 99
[   33.605146] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   33.707107] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   33.715204] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   33.715599] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   34.569341] init: plymouth-upstart-bridge main process ended, respawning
[   34.578388] init: plymouth-upstart-bridge main process (2946) terminated with status 1
[   34.578409] init: plymouth-upstart-bridge main process ended, respawning
[  100.704972] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  100.705149] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  474.528473] init: plymouth-upstart-bridge main process (5898) terminated with status 1
[  474.528493] init: plymouth-upstart-bridge main process ended, respawning
[  474.760421] init: upstart-udev-bridge main process ended, respawning
[  474.765032] systemd-udevd[6046]: starting version 204
[  474.790215] init: udev main process ended, respawning
[  474.854619] init: dbus main process (6067) terminated with status 1
[  474.854638] init: dbus main process ended, respawning
[  474.925408] init: bluetooth main process ended, respawning
[  475.001168] init: systemd-logind main process (6105) terminated with status 1
[  475.001188] init: systemd-logind main process ended, respawning
[  475.226888] init: systemd-logind main process (6141) terminated with status 1
[  475.227475] init: systemd-logind main process ended, respawning
[  475.279362] init: avahi-daemon main process (6146) terminated with status 255
[  475.279382] init: avahi-daemon main process ended, respawning
[  475.332602] init: systemd-logind main process (6157) terminated with status 1
[  475.332621] init: systemd-logind main process ended, respawning
[  475.335161] init: rsyslog main process (6153) terminated with status 1
[  475.335180] init: rsyslog main process ended, respawning
[  475.508194] init: systemd-logind main process (6174) terminated with status 1
[  475.508215] init: systemd-logind main process ended, respawning
[  475.576472] init: systemd-logind main process (6201) terminated with status 1
[  475.576492] init: systemd-logind main process ended, respawning
[  475.630574] init: systemd-logind main process (6217) terminated with status 1
[  475.630603] init: systemd-logind main process ended, respawning
[  475.712584] init: systemd-logind main process (6232) terminated with status 1
[  475.712604] init: systemd-logind main process ended, respawning
[  475.725102] kvm: disabled by bios
[  475.781998] init: systemd-logind main process (6246) terminated with status 1
[  475.782133] init: systemd-logind main process ended, respawning
[  475.870229] kvm: disabled by bios
[  475.870985] init: systemd-logind main process (6264) terminated with status 1
[  475.872031] init: systemd-logind main process ended, respawning
[  475.891155] kvm: disabled by bios
[  475.926052] init: systemd-logind main process (6273) terminated with status 1
[  475.926072] init: systemd-logind main process ended, respawning
[  475.984188] init: systemd-logind main process (6293) terminated with status 1
[  475.984209] init: systemd-logind respawning too fast, stopped
[  477.072045] init: upstart-file-bridge main process ended, respawning
[  477.087863] init: upstart-socket-bridge main process ended, respawning
[  597.034488] init: alsa-restore main process (8483) terminated with status 99
[  597.037572] init: acpid main process ended, respawning
[  597.039311] init: cron main process (8368) terminated with status 1
[  597.039330] init: cron main process ended, respawning
[  597.043760] init: atd main process ended, respawning
[  597.352398] init: lightdm main process (8579) terminated with status 1
[  597.394280] init: plymouth-ready (startup) main process (5897) terminated with status 1
[ 1064.352951] perf samples too long (2509 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 1735.602530] msrtool[12436]: segfault at 0 ip           (null) sp 00007fffaa4a86e8 error 14 in msrtool[400000+26be000]
[ 1846.458103] msrtool[12480]: segfault at 0 ip           (null) sp 00007fff5b6dde38 error 14 in msrtool[400000+26be000]
[ 1861.377633] msrtool[12492]: segfault at 0 ip           (null) sp 00007fff5a61be88 error 14 in msrtool[400000+26be000]
[ 2033.226596] msrtool[12524]: segfault at 0 ip           (null) sp 00007fffbf5c5d38 error 14 in msrtool[400000+26be000]