clearlinux / clr-installer

Clear Linux* OS Installer
GNU General Public License v3.0
92 stars 42 forks source link

Cannot start live environment from USB #641

Closed err53 closed 4 years ago

err53 commented 5 years ago

I am unable to load any GUI when booting on real hardware. The ISO works in virtual machines, but freezes at Found installer media, continuing boot... with no other information. All other TTYs are blank. This is on a ThinkPad T470 i5, with UEFI boot enabled. Let me know if any other information would be useful. 15578611156787004315963010639419

mdhorn commented 5 years ago

@evil-brian Advice on debugging?

evil-brain commented 5 years ago

@jhthenerd, To debug this problem we'll need a bit more information.

Would you please remove the 'quiet' and 'console=ttyS0,115200n8' options from the kernel command line parameters and post another photo of that output?

Instructions to modify the kernel command line parameters: At this screen: Boot Selection Screen press the 'e' key before the 5 second timeout ends, then at the bottom of the screen you'll see a bunch of options - they should look like this (this example is truncated): initrd=\EFI\BOOT\initrd.gz quiet console=tty0 console=ttyS0,115200n8 init=/usr/bin/initra-desktop initcall_debug

Delete the options 'quiet' and 'console=ttyS0,115200n8', then press enter to boot. This will enable a deluge of boot debug output.

Once the output stops or freezes, please take a pic of the whole monitor and post. Ideally the photo contains enough information to debug or reproduce this problem.

Thank you for helping, -Brian Lovin

err53 commented 5 years ago

It seems like removing those two boot options let it boot into the Gnome environment fine, but leaving the options on prevents the DE from loading. What logs should I send that might be of use?

mdhorn commented 5 years ago

Very likely the console=, not the quiet. Would you be able to share the output of dmesg?

err53 commented 5 years ago
clrlinux@clr-live ~ $ dmesg
[    0.257963] calling  dw_i2c_init_driver+0x0/0x14 @ 1
[    0.257963] initcall dw_i2c_init_driver+0x0/0x14 returned 0 after 0 usecs
[    0.257963] calling  cec_devnode_init+0x0/0xaa @ 1
[    0.257963] initcall cec_devnode_init+0x0/0xaa returned 0 after 0 usecs
[    0.257963] calling  pps_init+0x0/0xb0 @ 1
[    0.257963] pps_core: LinuxPPS API ver. 1 registered
[    0.257963] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.257963] initcall pps_init+0x0/0xb0 returned 0 after 0 usecs
[    0.257963] calling  ptp_init+0x0/0x9f @ 1
[    0.257963] PTP clock support registered
[    0.257963] initcall ptp_init+0x0/0x9f returned 0 after 0 usecs
[    0.257963] calling  power_supply_class_init+0x0/0x40 @ 1
[    0.257963] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[    0.257963] calling  hwmon_init+0x0/0xca @ 1
[    0.257963] initcall hwmon_init+0x0/0xca returned 0 after 0 usecs
[    0.257963] calling  md_init+0x0/0x16a @ 1
[    0.257963] initcall md_init+0x0/0x16a returned 0 after 0 usecs
[    0.257963] calling  mmc_init+0x0/0x3b @ 1
[    0.257963] initcall mmc_init+0x0/0x3b returned 0 after 0 usecs
[    0.257963] calling  leds_init+0x0/0x3c @ 1
[    0.257963] initcall leds_init+0x0/0x3c returned 0 after 0 usecs
[    0.257963] calling  dmi_init+0x0/0x11e @ 1
[    0.257963] initcall dmi_init+0x0/0x11e returned 0 after 0 usecs
[    0.257963] calling  efisubsys_init+0x0/0x184 @ 1
[    0.257963] Registered efivars operations
[    0.289653] initcall efisubsys_init+0x0/0x184 returned 0 after 31250 usecs
[    0.289655] calling  devfreq_init+0x0/0xaa @ 1
[    0.289663] initcall devfreq_init+0x0/0xaa returned 0 after 0 usecs
[    0.289663] calling  devfreq_performance_init+0x0/0x12 @ 1
[    0.289663] initcall devfreq_performance_init+0x0/0x12 returned 0 after 0 usecs
[    0.289663] calling  ras_init+0x0/0x10 @ 1
[    0.289667] initcall ras_init+0x0/0x10 returned 0 after 0 usecs
[    0.289668] calling  nvmem_init+0x0/0x12 @ 1
[    0.289678] initcall nvmem_init+0x0/0x12 returned 0 after 0 usecs
[    0.289680] calling  fpga_mgr_class_init+0x0/0x48 @ 1
[    0.289680] FPGA manager framework
[    0.289687] initcall fpga_mgr_class_init+0x0/0x48 returned 0 after 0 usecs
[    0.289688] calling  pci_subsys_init+0x0/0x67 @ 1
[    0.289689] PCI: Using ACPI for IRQ routing
[    0.292088] PCI: pci_cache_line_size set to 64 bytes
[    0.292656] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.292657] e820: reserve RAM buffer [mem 0x0008c000-0x0008ffff]
[    0.292657] e820: reserve RAM buffer [mem 0x81233018-0x83ffffff]
[    0.292658] e820: reserve RAM buffer [mem 0x85095000-0x87ffffff]
[    0.292659] e820: reserve RAM buffer [mem 0x8e9d9000-0x8fffffff]
[    0.292660] e820: reserve RAM buffer [mem 0x261800000-0x263ffffff]
[    0.292662] initcall pci_subsys_init+0x0/0x67 returned 0 after 2929 usecs
[    0.292664] calling  proto_init+0x0/0x12 @ 1
[    0.292668] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    0.292670] calling  net_dev_init+0x0/0x22b @ 1
[    0.292741] initcall net_dev_init+0x0/0x22b returned 0 after 0 usecs
[    0.292743] calling  neigh_init+0x0/0x85 @ 1
[    0.292745] initcall neigh_init+0x0/0x85 returned 0 after 0 usecs
[    0.292746] calling  fib_notifier_init+0x0/0x12 @ 1
[    0.292748] initcall fib_notifier_init+0x0/0x12 returned 0 after 0 usecs
[    0.292750] calling  fib_rules_init+0x0/0xb2 @ 1
[    0.292752] initcall fib_rules_init+0x0/0xb2 returned 0 after 0 usecs
[    0.292754] calling  init_cgroup_netprio+0x0/0x14 @ 1
[    0.292756] initcall init_cgroup_netprio+0x0/0x14 returned 0 after 0 usecs
[    0.292757] calling  bpf_lwt_init+0x0/0x17 @ 1
[    0.292759] initcall bpf_lwt_init+0x0/0x17 returned 0 after 0 usecs
[    0.292761] calling  pktsched_init+0x0/0x113 @ 1
[    0.292765] initcall pktsched_init+0x0/0x113 returned 0 after 0 usecs
[    0.292766] calling  tc_filter_init+0x0/0x128 @ 1
[    0.292774] initcall tc_filter_init+0x0/0x128 returned 0 after 0 usecs
[    0.292776] calling  tc_action_init+0x0/0x55 @ 1
[    0.292778] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[    0.292779] calling  genl_init+0x0/0x3a @ 1
[    0.292786] initcall genl_init+0x0/0x3a returned 0 after 0 usecs
[    0.292787] calling  cipso_v4_init+0x0/0x63 @ 1
[    0.292789] initcall cipso_v4_init+0x0/0x63 returned 0 after 0 usecs
[    0.292790] calling  wireless_nlevent_init+0x0/0x3f @ 1
[    0.292792] initcall wireless_nlevent_init+0x0/0x3f returned 0 after 0 usecs
[    0.292793] calling  netlbl_init+0x0/0x79 @ 1
[    0.292794] NetLabel: Initializing
[    0.292796] NetLabel:  domain hash size = 128
[    0.292797] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.292812] NetLabel:  unlabeled traffic allowed by default
[    0.292814] initcall netlbl_init+0x0/0x79 returned 0 after 0 usecs
[    0.292889] calling  nmi_warning_debugfs+0x0/0x27 @ 1
[    0.292895] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs
[    0.292897] calling  save_microcode_in_initrd+0x0/0x4d @ 1
[    0.292900] initcall save_microcode_in_initrd+0x0/0x4d returned 0 after 0 usecs
[    0.292902] calling  hpet_late_init+0x0/0x133 @ 1
[    0.292950] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.292955] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.294649] initcall hpet_late_init+0x0/0x133 returned 0 after 1953 usecs
[    0.294650] calling  init_amd_nbs+0x0/0x78 @ 1
[    0.294655] initcall init_amd_nbs+0x0/0x78 returned 0 after 0 usecs
[    0.294657] calling  clocksource_done_booting+0x0/0x42 @ 1
[    0.294667] clocksource: Switched to clocksource tsc-early
[    0.294671] initcall clocksource_done_booting+0x0/0x42 returned 0 after 5 usecs
[    0.294673] calling  tracer_init_tracefs+0x0/0x19f @ 1
[    0.319145] initcall tracer_init_tracefs+0x0/0x19f returned 0 after 23911 usecs
[    0.319147] calling  init_trace_printk_function_export+0x0/0x32 @ 1
[    0.319150] initcall init_trace_printk_function_export+0x0/0x32 returned 0 after 0 usecs
[    0.319152] calling  bpf_event_init+0x0/0x14 @ 1
[    0.319154] initcall bpf_event_init+0x0/0x14 returned 0 after 0 usecs
[    0.319155] calling  init_dynamic_event+0x0/0x43 @ 1
[    0.319158] initcall init_dynamic_event+0x0/0x43 returned 0 after 0 usecs
[    0.319159] calling  init_uprobe_trace+0x0/0x6e @ 1
[    0.319163] initcall init_uprobe_trace+0x0/0x6e returned 0 after 1 usecs
[    0.319164] calling  bpf_init+0x0/0x4d @ 1
[    0.319169] initcall bpf_init+0x0/0x4d returned 0 after 3 usecs
[    0.319171] calling  init_pipe_fs+0x0/0x4c @ 1
[    0.319181] initcall init_pipe_fs+0x0/0x4c returned 0 after 8 usecs
[    0.319183] calling  cgroup_writeback_init+0x0/0x2b @ 1
[    0.319198] initcall cgroup_writeback_init+0x0/0x2b returned 0 after 12 usecs
[    0.319199] calling  inotify_user_setup+0x0/0x48 @ 1
[    0.319205] initcall inotify_user_setup+0x0/0x48 returned 0 after 5 usecs
[    0.319206] calling  eventpoll_init+0x0/0xa0 @ 1
[    0.319215] initcall eventpoll_init+0x0/0xa0 returned 0 after 7 usecs
[    0.319216] calling  anon_inode_init+0x0/0x5b @ 1
[    0.319223] initcall anon_inode_init+0x0/0x5b returned 0 after 5 usecs
[    0.319223] calling  init_dax_wait_table+0x0/0x34 @ 1
[    0.319239] initcall init_dax_wait_table+0x0/0x34 returned 0 after 14 usecs
[    0.319240] calling  proc_locks_init+0x0/0x28 @ 1
[    0.319243] initcall proc_locks_init+0x0/0x28 returned 0 after 1 usecs
[    0.319244] calling  proc_cmdline_init+0x0/0x22 @ 1
[    0.319245] initcall proc_cmdline_init+0x0/0x22 returned 0 after 0 usecs
[    0.319246] calling  proc_consoles_init+0x0/0x25 @ 1
[    0.319248] initcall proc_consoles_init+0x0/0x25 returned 0 after 0 usecs
[    0.319249] calling  proc_cpuinfo_init+0x0/0x1f @ 1
[    0.319250] initcall proc_cpuinfo_init+0x0/0x1f returned 0 after 0 usecs
[    0.319251] calling  proc_devices_init+0x0/0x25 @ 1
[    0.319253] initcall proc_devices_init+0x0/0x25 returned 0 after 0 usecs
[    0.319254] calling  proc_interrupts_init+0x0/0x25 @ 1
[    0.319256] initcall proc_interrupts_init+0x0/0x25 returned 0 after 0 usecs
[    0.319257] calling  proc_loadavg_init+0x0/0x22 @ 1
[    0.319258] initcall proc_loadavg_init+0x0/0x22 returned 0 after 0 usecs
[    0.319259] calling  proc_meminfo_init+0x0/0x22 @ 1
[    0.319260] initcall proc_meminfo_init+0x0/0x22 returned 0 after 0 usecs
[    0.319261] calling  proc_stat_init+0x0/0x1f @ 1
[    0.319263] initcall proc_stat_init+0x0/0x1f returned 0 after 0 usecs
[    0.319264] calling  proc_uptime_init+0x0/0x22 @ 1
[    0.319266] initcall proc_uptime_init+0x0/0x22 returned 0 after 0 usecs
[    0.319267] calling  proc_version_init+0x0/0x22 @ 1
[    0.319268] initcall proc_version_init+0x0/0x22 returned 0 after 0 usecs
[    0.319269] calling  proc_softirqs_init+0x0/0x22 @ 1
[    0.319271] initcall proc_softirqs_init+0x0/0x22 returned 0 after 0 usecs
[    0.319272] calling  proc_kmsg_init+0x0/0x22 @ 1
[    0.319273] initcall proc_kmsg_init+0x0/0x22 returned 0 after 0 usecs
[    0.319274] calling  proc_page_init+0x0/0x56 @ 1
[    0.319277] initcall proc_page_init+0x0/0x56 returned 0 after 2 usecs
[    0.319279] calling  init_ramfs_fs+0x0/0x21 @ 1
[    0.319280] initcall init_ramfs_fs+0x0/0x21 returned 0 after 0 usecs
[    0.319282] calling  init_hugetlbfs_fs+0x0/0x157 @ 1
[    0.319298] initcall init_hugetlbfs_fs+0x0/0x157 returned 0 after 14 usecs
[    0.319300] calling  blk_scsi_ioctl_init+0x0/0x394 @ 1
[    0.319302] initcall blk_scsi_ioctl_init+0x0/0x394 returned 0 after 0 usecs
[    0.319304] calling  dynamic_debug_init_debugfs+0x0/0x68 @ 1
[    0.319308] initcall dynamic_debug_init_debugfs+0x0/0x68 returned 0 after 2 usecs
[    0.319309] calling  acpi_event_init+0x0/0x30 @ 1
[    0.319315] initcall acpi_event_init+0x0/0x30 returned 0 after 5 usecs
[    0.319317] calling  pnp_system_init+0x0/0x12 @ 1
[    0.319346] initcall pnp_system_init+0x0/0x12 returned 0 after 27 usecs
[    0.319347] calling  pnpacpi_init+0x0/0x6a @ 1
[    0.319348] pnp: PnP ACPI init
[    0.319460] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.319465] probe of 00:00 returned 1 after 10 usecs
[    0.319468] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319610] system 00:01: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.319613] system 00:01: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.319615] system 00:01: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.319618] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.319620] system 00:01: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.319623] system 00:01: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.319625] system 00:01: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.319628] probe of 00:01 returned 1 after 21 usecs
[    0.319630] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319977] system 00:02: [io  0xff00-0xfffe] has been reserved
[    0.319980] probe of 00:02 returned 1 after 7 usecs
[    0.319982] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.320950] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.320953] system 00:03: [io  0xffff] has been reserved
[    0.320956] system 00:03: [io  0xffff] has been reserved
[    0.320958] system 00:03: [io  0xffff] has been reserved
[    0.320960] system 00:03: [io  0x1800-0x18fe] has been reserved
[    0.320962] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.320965] probe of 00:03 returned 1 after 19 usecs
[    0.320967] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.321077] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.321119] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.321122] probe of 00:05 returned 1 after 6 usecs
[    0.321124] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.321143] pnp 00:06: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.321163] pnp 00:07: Plug and Play ACPI device, IDs LEN006e PNP0f13 (active)
[    0.321273] system 00:08: [io  0x1800-0x189f] could not be reserved
[    0.321276] system 00:08: [io  0x0800-0x087f] has been reserved
[    0.321278] system 00:08: [io  0x0880-0x08ff] has been reserved
[    0.321280] system 00:08: [io  0x0900-0x097f] has been reserved
[    0.321282] system 00:08: [io  0x0980-0x09ff] has been reserved
[    0.321285] system 00:08: [io  0x0a00-0x0a7f] has been reserved
[    0.321287] system 00:08: [io  0x0a80-0x0aff] has been reserved
[    0.321289] system 00:08: [io  0x0b00-0x0b7f] has been reserved
[    0.321291] system 00:08: [io  0x0b80-0x0bff] has been reserved
[    0.321293] system 00:08: [io  0x15e0-0x15ef] has been reserved
[    0.321296] system 00:08: [io  0x1600-0x167f] could not be reserved
[    0.321298] system 00:08: [io  0x1640-0x165f] could not be reserved
[    0.321301] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.321303] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.321305] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.321308] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.321310] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.321313] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.321315] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.321318] system 00:08: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.321321] probe of 00:08 returned 1 after 51 usecs
[    0.321322] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.322883] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.322886] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.322889] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.322892] probe of 00:09 returned 1 after 12 usecs
[    0.322894] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.323543] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
[    0.323547] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.323550] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.323552] system 00:0a: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.323555] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.323557] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.323559] system 00:0a: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.323562] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[    0.323564] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.323567] system 00:0a: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.323570] probe of 00:0a returned 1 after 29 usecs
[    0.323571] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.324005] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.324008] system 00:0b: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.324010] system 00:0b: [mem 0x000c8000-0x000cbfff] could not be reserved
[    0.324012] system 00:0b: [mem 0x000d0000-0x000d3fff] could not be reserved
[    0.324015] system 00:0b: [mem 0x000d8000-0x000dbfff] could not be reserved
[    0.324017] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.324019] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.324022] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.324024] system 00:0b: [mem 0x00100000-0x9c7fffff] could not be reserved
[    0.324027] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.324029] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.324032] probe of 00:0b returned 1 after 31 usecs
[    0.324034] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.324181] pnp: PnP ACPI: found 12 devices
[    0.324185] initcall pnpacpi_init+0x0/0x6a returned 0 after 4722 usecs
[    0.324187] calling  chr_dev_init+0x0/0xa6 @ 1
[    0.325314] initcall chr_dev_init+0x0/0xa6 returned 0 after 1098 usecs
[    0.325316] calling  firmware_class_init+0x0/0xfb @ 1
[    0.325322] initcall firmware_class_init+0x0/0xfb returned 0 after 4 usecs
[    0.325324] calling  thermal_init+0x0/0xe4 @ 1
[    0.325332] initcall thermal_init+0x0/0xe4 returned 0 after 6 usecs
[    0.325334] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    0.325336] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 0 usecs
[    0.325337] calling  map_properties+0x0/0x16e @ 1
[    0.325339] initcall map_properties+0x0/0x16e returned 0 after 0 usecs
[    0.325340] calling  init_acpi_pm_clocksource+0x0/0xd6 @ 1
[    0.329869] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.329873] initcall init_acpi_pm_clocksource+0x0/0xd6 returned 0 after 4425 usecs
[    0.329875] calling  pcibios_assign_resources+0x0/0xd2 @ 1
[    0.329893] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.329895] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.329897] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.329916] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 05-3d] add_size 1000
[    0.329922] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9c800000-0x9c9fffff]
[    0.329927] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9ca00000-0x9cbfffff 64bit pref]
[    0.329931] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.329933] pci 0000:00:1d.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.329939] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.329955] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.329968] pci 0000:00:1c.0:   bridge window [mem 0x9c800000-0x9c9fffff]
[    0.329972] pci 0000:00:1c.0:   bridge window [mem 0x9ca00000-0x9cbfffff 64bit pref]
[    0.329978] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.329984] pci 0000:00:1c.6:   bridge window [mem 0xec000000-0xec0fffff]
[    0.329992] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[    0.329995] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.329999] pci 0000:00:1d.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.330003] pci 0000:00:1d.0:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[    0.330010] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.330011] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.330012] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.330013] pci_bus 0000:00: resource 7 [mem 0x9c800000-0xefffffff window]
[    0.330014] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.330015] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.330016] pci_bus 0000:02: resource 1 [mem 0x9c800000-0x9c9fffff]
[    0.330017] pci_bus 0000:02: resource 2 [mem 0x9ca00000-0x9cbfffff 64bit pref]
[    0.330018] pci_bus 0000:04: resource 1 [mem 0xec000000-0xec0fffff]
[    0.330018] pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
[    0.330019] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff]
[    0.330020] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref]
[    0.330163] initcall pcibios_assign_resources+0x0/0xd2 returned 0 after 279 usecs
[    0.330164] calling  sysctl_core_init+0x0/0x2c @ 1
[    0.330178] initcall sysctl_core_init+0x0/0x2c returned 0 after 11 usecs
[    0.330180] calling  eth_offload_init+0x0/0x14 @ 1
[    0.330182] initcall eth_offload_init+0x0/0x14 returned 0 after 0 usecs
[    0.330183] calling  ipv4_offload_init+0x0/0x74 @ 1
[    0.330184] initcall ipv4_offload_init+0x0/0x74 returned 0 after 0 usecs
[    0.330185] calling  inet_init+0x0/0x262 @ 1
[    0.330206] NET: Registered protocol family 2
[    0.330362] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.330392] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.330531] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.330749] TCP: Hash tables configured (established 65536 bind 65536)
[    0.330780] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.330813] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.330893] initcall inet_init+0x0/0x262 returned 0 after 682 usecs
[    0.330894] calling  af_unix_init+0x0/0x52 @ 1
[    0.330900] NET: Registered protocol family 1
[    0.330905] initcall af_unix_init+0x0/0x52 returned 0 after 9 usecs
[    0.330907] calling  ipv6_offload_init+0x0/0x7f @ 1
[    0.330909] initcall ipv6_offload_init+0x0/0x7f returned 0 after 0 usecs
[    0.330910] calling  vlan_offload_init+0x0/0x20 @ 1
[    0.330912] initcall vlan_offload_init+0x0/0x20 returned 0 after 0 usecs
[    0.330913] calling  xsk_init+0x0/0x41 @ 1
[    0.330914] NET: Registered protocol family 44
[    0.330916] initcall xsk_init+0x0/0x41 returned 0 after 1 usecs
[    0.330918] calling  pci_apply_final_quirks+0x0/0xfc @ 1
[    0.330928] pci 0000:00:02.0: calling  pci_fixup_video+0x0/0xf0 @ 1
[    0.330932] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.330935] pci 0000:00:02.0: pci_fixup_video+0x0/0xf0 took 4 usecs
[    0.330941] pci 0000:00:14.0: calling  quirk_usb_early_handoff+0x0/0x678 @ 1
[    0.331261] pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x678 took 308 usecs
[    0.331303] pci 0000:00:1f.6: calling  quirk_e100_interrupt+0x0/0x180 @ 1
[    0.331306] pci 0000:00:1f.6: quirk_e100_interrupt+0x0/0x180 took 0 usecs
[    0.331574] PCI: CLS 0 bytes, default 64
[    0.331576] initcall pci_apply_final_quirks+0x0/0xfc returned 0 after 640 usecs
[    0.331578] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    0.331581] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 1 usecs
[    0.331583] calling  populate_rootfs+0x0/0xa6 @ 1
[    0.331632] Unpacking initramfs...
[    0.777052] Freeing initrd memory: 24784K
[    0.777096] initcall populate_rootfs+0x0/0xa6 returned 0 after 435066 usecs
[    0.777098] calling  pci_iommu_init+0x0/0x3f @ 1
[    0.777151] DMAR: No ATSR found
[    0.777194] DMAR: dmar1: Using Queued invalidation
[    0.777204] DMAR: Setting RMRR:
[    0.777254] DMAR: Setting identity map for device 0000:00:14.0 [0x8f49f000 - 0x8f4befff]
[    0.777263] DMAR: Prepare 0-16MiB unity mapping for LPC
[    0.777304] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[    0.777313] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.777356] iommu: Adding device 0000:00:00.0 to group 0
[    0.777376] iommu: Adding device 0000:00:14.0 to group 1
[    0.777383] iommu: Adding device 0000:00:14.2 to group 1
[    0.777394] iommu: Adding device 0000:00:16.0 to group 2
[    0.777402] iommu: Adding device 0000:00:17.0 to group 3
[    0.777430] iommu: Adding device 0000:00:1c.0 to group 4
[    0.777450] iommu: Adding device 0000:00:1c.6 to group 5
[    0.777466] iommu: Adding device 0000:00:1d.0 to group 6
[    0.777487] iommu: Adding device 0000:00:1f.0 to group 7
[    0.777495] iommu: Adding device 0000:00:1f.2 to group 7
[    0.777504] iommu: Adding device 0000:00:1f.3 to group 7
[    0.777512] iommu: Adding device 0000:00:1f.4 to group 7
[    0.777521] iommu: Adding device 0000:00:1f.6 to group 7
[    0.777540] iommu: Adding device 0000:04:00.0 to group 8
[    0.779107] initcall pci_iommu_init+0x0/0x3f returned 0 after 1958 usecs
[    0.779110] calling  ir_dev_scope_init+0x0/0x39 @ 1
[    0.779111] initcall ir_dev_scope_init+0x0/0x39 returned 0 after 0 usecs
[    0.779176] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    0.779181] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 3 usecs
[    0.779182] calling  amd_uncore_init+0x0/0x2ce @ 1
[    0.779184] initcall amd_uncore_init+0x0/0x2ce returned -19 after 0 usecs
[    0.779185] calling  amd_ibs_init+0x0/0x1aa @ 1
[    0.779187] initcall amd_ibs_init+0x0/0x1aa returned -19 after 0 usecs
[    0.779188] calling  msr_init+0x0/0xd6 @ 1
[    0.779193] initcall msr_init+0x0/0xd6 returned 0 after 3 usecs
[    0.779194] calling  rapl_pmu_init+0x0/0x1ba @ 1
[    0.779223] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    0.779226] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    0.779227] RAPL PMU: hw unit of domain package 2^-14 Joules
[    0.779229] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    0.779230] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    0.779232] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    0.779235] initcall rapl_pmu_init+0x0/0x1ba returned 0 after 37 usecs
[    0.779236] calling  intel_uncore_init+0x0/0x16e @ 1
[    0.779305] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
[    0.779310] caller snb_uncore_imc_init_box+0x58/0x80 mapping multiple BARs
[    0.779324] probe of 0000:00:00.0 returned 1 after 64 usecs
[    0.779366] initcall intel_uncore_init+0x0/0x16e returned 0 after 124 usecs
[    0.779367] calling  cstate_pmu_init+0x0/0x1b1 @ 1
[    0.779391] initcall cstate_pmu_init+0x0/0x1b1 returned 0 after 21 usecs
[    0.779392] calling  vmx_init+0x0/0x51 @ 1
[    0.779573] initcall vmx_init+0x0/0x51 returned 0 after 173 usecs
[    0.779575] calling  register_kernel_offset_dumper+0x0/0x1b @ 1
[    0.779577] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 0 usecs
[    0.779579] calling  i8259A_init_ops+0x0/0x24 @ 1
[    0.779581] initcall i8259A_init_ops+0x0/0x24 returned 0 after 0 usecs
[    0.779582] calling  init_tsc_clocksource+0x0/0xb9 @ 1
[    0.779584] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
[    0.779598] clocksource: Switched to clocksource tsc
[    0.779602] initcall init_tsc_clocksource+0x0/0xb9 returned 0 after 18 usecs
[    0.779603] calling  add_rtc_cmos+0x0/0xb8 @ 1
[    0.779605] initcall add_rtc_cmos+0x0/0xb8 returned 0 after 1 usecs
[    0.779607] calling  i8237A_init_ops+0x0/0x3c @ 1
[    0.779619] initcall i8237A_init_ops+0x0/0x3c returned -19 after 10 usecs
[    0.779620] calling  thermal_throttle_init_device+0x0/0x47 @ 1
[    0.779676] initcall thermal_throttle_init_device+0x0/0x47 returned 0 after 52 usecs
[    0.779679] calling  msr_init+0x0/0xde @ 1
[    0.779843] initcall msr_init+0x0/0xde returned 0 after 158 usecs
[    0.779844] calling  cpuid_init+0x0/0xde @ 1
[    0.779934] initcall cpuid_init+0x0/0xde returned 0 after 85 usecs
[    0.779935] calling  ioapic_init_ops+0x0/0x14 @ 1
[    0.779936] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs
[    0.779937] calling  register_e820_pmem+0x0/0x46 @ 1
[    0.779941] initcall register_e820_pmem+0x0/0x46 returned 0 after 2 usecs
[    0.779943] calling  start_periodic_check_for_corruption+0x0/0x30 @ 1
[    0.779944] initcall start_periodic_check_for_corruption+0x0/0x30 returned 0 after 0 usecs
[    0.779945] calling  sysfb_init+0x0/0x77 @ 1
[    0.779962] initcall sysfb_init+0x0/0x77 returned 0 after 14 usecs
[    0.779963] calling  audit_classes_init+0x0/0xaf @ 1
[    0.779967] initcall audit_classes_init+0x0/0xaf returned 0 after 2 usecs
[    0.779968] calling  aes_init+0x0/0x12 @ 1
[    0.780007] alg: self-tests disabled
[    0.780733] initcall aes_init+0x0/0x12 returned 0 after 743 usecs
[    0.780734] calling  init+0x0/0x73 @ 1
[    0.783035] initcall init+0x0/0x73 returned 0 after 2243 usecs
[    0.783037] calling  crc32c_intel_mod_init+0x0/0x57 @ 1
[    0.783587] initcall crc32c_intel_mod_init+0x0/0x57 returned 0 after 534 usecs
[    0.783589] calling  sha1_ssse3_mod_init+0x0/0xb4 @ 1
[    0.785222] initcall sha1_ssse3_mod_init+0x0/0xb4 returned 0 after 1592 usecs
[    0.785223] calling  sha256_ssse3_mod_init+0x0/0xe8 @ 1
[    0.788457] initcall sha256_ssse3_mod_init+0x0/0xe8 returned 0 after 3155 usecs
[    0.788459] calling  sha512_ssse3_mod_init+0x0/0xad @ 1
[    0.791748] initcall sha512_ssse3_mod_init+0x0/0xad returned 0 after 3209 usecs
[    0.791749] calling  camellia_aesni_init+0x0/0x82 @ 1
[    0.796059] initcall camellia_aesni_init+0x0/0x82 returned 0 after 4205 usecs
[    0.796061] calling  serpent_init+0x0/0x48 @ 1
[    0.800356] initcall serpent_init+0x0/0x48 returned 0 after 4191 usecs
[    0.800357] calling  camellia_aesni_init+0x0/0x90 @ 1
[    0.804670] initcall camellia_aesni_init+0x0/0x90 returned 0 after 4208 usecs
[    0.804671] calling  init+0x0/0x76 @ 1
[    0.808965] initcall init+0x0/0x76 returned 0 after 4178 usecs
[    0.808967] calling  iosf_mbi_init+0x0/0x2f @ 1
[    0.808995] initcall iosf_mbi_init+0x0/0x2f returned 0 after 24 usecs
[    0.808996] calling  proc_execdomains_init+0x0/0x22 @ 1
[    0.809001] initcall proc_execdomains_init+0x0/0x22 returned 0 after 2 usecs
[    0.809002] calling  register_warn_debugfs+0x0/0x24 @ 1
[    0.809010] initcall register_warn_debugfs+0x0/0x24 returned 0 after 5 usecs
[    0.809012] calling  cpuhp_sysfs_init+0x0/0x8b @ 1
[    0.809024] initcall cpuhp_sysfs_init+0x0/0x8b returned 0 after 10 usecs
[    0.809026] calling  ioresources_init+0x0/0x4a @ 1
[    0.809029] initcall ioresources_init+0x0/0x4a returned 0 after 1 usecs
[    0.809031] calling  init_sched_debug_procfs+0x0/0x2f @ 1
[    0.809032] initcall init_sched_debug_procfs+0x0/0x2f returned 0 after 0 usecs
[    0.809033] calling  psi_proc_init+0x0/0x5b @ 1
[    0.809036] initcall psi_proc_init+0x0/0x5b returned 0 after 2 usecs
[    0.809038] calling  irq_pm_init_ops+0x0/0x14 @ 1
[    0.809039] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 0 usecs
[    0.809040] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    0.809042] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[    0.809043] calling  init_clocksource_sysfs+0x0/0x24 @ 1
[    0.809071] initcall init_clocksource_sysfs+0x0/0x24 returned 0 after 26 usecs
[    0.809073] calling  init_timer_list_procfs+0x0/0x32 @ 1
[    0.809074] initcall init_timer_list_procfs+0x0/0x32 returned 0 after 0 usecs
[    0.809076] calling  alarmtimer_init+0x0/0x113 @ 1
[    0.809107] probe of alarmtimer returned 1 after 5 usecs
[    0.809109] initcall alarmtimer_init+0x0/0x113 returned 0 after 31 usecs
[    0.809110] calling  init_posix_timers+0x0/0x2a @ 1
[    0.809127] initcall init_posix_timers+0x0/0x2a returned 0 after 14 usecs
[    0.809128] calling  clockevents_init_sysfs+0x0/0xc2 @ 1
[    0.809175] initcall clockevents_init_sysfs+0x0/0xc2 returned 0 after 44 usecs
[    0.809176] calling  proc_dma_init+0x0/0x22 @ 1
[    0.809179] initcall proc_dma_init+0x0/0x22 returned 0 after 1 usecs
[    0.809180] calling  proc_modules_init+0x0/0x37 @ 1
[    0.809182] initcall proc_modules_init+0x0/0x37 returned 0 after 0 usecs
[    0.809184] calling  kallsyms_init+0x0/0x22 @ 1
[    0.809185] initcall kallsyms_init+0x0/0x22 returned 0 after 0 usecs
[    0.809187] calling  pid_namespaces_init+0x0/0x40 @ 1
[    0.809194] initcall pid_namespaces_init+0x0/0x40 returned 0 after 5 usecs
[    0.809195] calling  audit_watch_init+0x0/0x3a @ 1
[    0.809197] initcall audit_watch_init+0x0/0x3a returned 0 after 0 usecs
[    0.809199] calling  audit_fsnotify_init+0x0/0x3a @ 1
[    0.809200] initcall audit_fsnotify_init+0x0/0x3a returned 0 after 0 usecs
[    0.809202] calling  audit_tree_init+0x0/0x6e @ 1
[    0.809204] initcall audit_tree_init+0x0/0x6e returned 0 after 1 usecs
[    0.809206] calling  seccomp_sysctl_init+0x0/0x2c @ 1
[    0.809210] initcall seccomp_sysctl_init+0x0/0x2c returned 0 after 2 usecs
[    0.809211] calling  utsname_sysctl_init+0x0/0x14 @ 1
[    0.809217] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 3 usecs
[    0.809218] calling  init_tracepoints+0x0/0x2c @ 1
[    0.809220] initcall init_tracepoints+0x0/0x2c returned 0 after 0 usecs
[    0.809222] calling  init_lstats_procfs+0x0/0x22 @ 1
[    0.809224] initcall init_lstats_procfs+0x0/0x22 returned 0 after 0 usecs
[    0.809226] calling  init_blk_tracer+0x0/0x56 @ 1
[    0.809235] initcall init_blk_tracer+0x0/0x56 returned 0 after 7 usecs
[    0.809236] calling  perf_event_sysfs_init+0x0/0x86 @ 1
[    0.809407] initcall perf_event_sysfs_init+0x0/0x86 returned 0 after 165 usecs
[    0.809408] calling  init_uprobes+0x0/0x65 @ 1
[    0.809423] initcall init_uprobes+0x0/0x65 returned 0 after 14 usecs
[    0.809424] calling  padata_driver_init+0x0/0x39 @ 1
[    0.809431] initcall padata_driver_init+0x0/0x39 returned 0 after 5 usecs
[    0.809432] calling  system_trusted_keyring_init+0x0/0x61 @ 1
[    0.809433] Initialise system trusted keyrings
[    0.809441] initcall system_trusted_keyring_init+0x0/0x61 returned 0 after 7 usecs
[    0.809442] calling  kswapd_init+0x0/0x89 @ 1
[    0.809463] initcall kswapd_init+0x0/0x89 returned 0 after 18 usecs
[    0.809464] calling  extfrag_debug_init+0x0/0x7a @ 1
[    0.809469] initcall extfrag_debug_init+0x0/0x7a returned 0 after 3 usecs
[    0.809470] calling  mm_compute_batch_init+0x0/0x19 @ 1
[    0.809472] initcall mm_compute_batch_init+0x0/0x19 returned 0 after 0 usecs
[    0.809473] calling  slab_proc_init+0x0/0x22 @ 1
[    0.809476] initcall slab_proc_init+0x0/0x22 returned 0 after 1 usecs
[    0.809477] calling  workingset_init+0x0/0x92 @ 1
[    0.809478] workingset: timestamp_bits=44 max_order=21 bucket_order=0
[    0.809482] initcall workingset_init+0x0/0x92 returned 0 after 3 usecs
[    0.809484] calling  proc_vmalloc_init+0x0/0x30 @ 1
[    0.809487] initcall proc_vmalloc_init+0x0/0x30 returned 0 after 1 usecs
[    0.809488] calling  procswaps_init+0x0/0x1f @ 1
[    0.809490] initcall procswaps_init+0x0/0x1f returned 0 after 0 usecs
[    0.809492] calling  init_frontswap+0x0/0x93 @ 1
[    0.809499] initcall init_frontswap+0x0/0x93 returned 0 after 5 usecs
[    0.809500] calling  cpucache_init+0x0/0x35 @ 1
[    0.809526] initcall cpucache_init+0x0/0x35 returned 0 after 23 usecs
[    0.809528] calling  slab_proc_init+0x0/0x3 @ 1
[    0.809529] initcall slab_proc_init+0x0/0x3 returned 0 after 0 usecs
[    0.809531] calling  init_cleancache+0x0/0x93 @ 1
[    0.809538] initcall init_cleancache+0x0/0x93 returned 0 after 5 usecs
[    0.809539] calling  init_zbud+0x0/0x20 @ 1
[    0.809539] zbud: loaded
[    0.809542] initcall init_zbud+0x0/0x20 returned 0 after 1 usecs
[    0.809544] calling  init_z3fold+0x0/0x14 @ 1
[    0.809545] initcall init_z3fold+0x0/0x14 returned 0 after 0 usecs
[    0.809547] calling  fcntl_init+0x0/0x2a @ 1
[    0.809550] initcall fcntl_init+0x0/0x2a returned 0 after 1 usecs
[    0.809552] calling  proc_filesystems_init+0x0/0x22 @ 1
[    0.809554] initcall proc_filesystems_init+0x0/0x22 returned 0 after 0 usecs
[    0.809556] calling  start_dirtytime_writeback+0x0/0x2a @ 1
[    0.809559] initcall start_dirtytime_writeback+0x0/0x2a returned 0 after 0 usecs
[    0.809560] calling  blkdev_init+0x0/0x21 @ 1
[    0.809566] initcall blkdev_init+0x0/0x21 returned 0 after 3 usecs
[    0.809567] calling  dio_init+0x0/0x2d @ 1
[    0.809573] initcall dio_init+0x0/0x2d returned 0 after 5 usecs
[    0.809574] calling  dnotify_init+0x0/0x79 @ 1
[    0.809578] initcall dnotify_init+0x0/0x79 returned 0 after 2 usecs
[    0.809579] calling  fanotify_user_setup+0x0/0x52 @ 1
[    0.809581] initcall fanotify_user_setup+0x0/0x52 returned 0 after 1 usecs
[    0.809582] calling  aio_setup+0x0/0x7b @ 1
[    0.809591] initcall aio_setup+0x0/0x7b returned 0 after 7 usecs
[    0.809592] calling  fscrypt_init+0x0/0xb9 @ 1
[    0.809625] initcall fscrypt_init+0x0/0xb9 returned 0 after 31 usecs
[    0.809626] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    0.809764] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 133 usecs
[    0.809765] calling  mbcache_init+0x0/0x31 @ 1
[    0.809771] initcall mbcache_init+0x0/0x31 returned 0 after 4 usecs
[    0.809772] calling  init_devpts_fs+0x0/0x2c @ 1
[    0.809779] initcall init_devpts_fs+0x0/0x2c returned 0 after 5 usecs
[    0.809781] calling  ext4_init_fs+0x0/0x1ba @ 1
[    0.809814] initcall ext4_init_fs+0x0/0x1ba returned 0 after 30 usecs
[    0.809815] calling  journal_init+0x0/0x114 @ 1
[    0.809836] initcall journal_init+0x0/0x114 returned 0 after 19 usecs
[    0.809837] calling  init_squashfs_fs+0x0/0x70 @ 1
[    0.809841] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.809844] initcall init_squashfs_fs+0x0/0x70 returned 0 after 5 usecs
[    0.809846] calling  init_fat_fs+0x0/0x4f @ 1
[    0.809853] initcall init_fat_fs+0x0/0x4f returned 0 after 5 usecs
[    0.809854] calling  init_vfat_fs+0x0/0x12 @ 1
[    0.809856] initcall init_vfat_fs+0x0/0x12 returned 0 after 0 usecs
[    0.809857] calling  init_nls_cp437+0x0/0x14 @ 1
[    0.809859] initcall init_nls_cp437+0x0/0x14 returned 0 after 0 usecs
[    0.809860] calling  init_nls_ascii+0x0/0x14 @ 1
[    0.809862] initcall init_nls_ascii+0x0/0x14 returned 0 after 0 usecs
[    0.809863] calling  init_nls_iso8859_1+0x0/0x14 @ 1
[    0.809865] initcall init_nls_iso8859_1+0x0/0x14 returned 0 after 0 usecs
[    0.809866] calling  init_nls_utf8+0x0/0x27 @ 1
[    0.809868] initcall init_nls_utf8+0x0/0x27 returned 0 after 0 usecs
[    0.809869] calling  init_autofs_fs+0x0/0x2a @ 1
[    0.809917] initcall init_autofs_fs+0x0/0x2a returned 0 after 44 usecs
[    0.809918] calling  fuse_init+0x0/0x1b0 @ 1
[    0.809919] fuse init (API version 7.28)
[    0.809950] initcall fuse_init+0x0/0x1b0 returned 0 after 29 usecs
[    0.809951] calling  init_xfs_fs+0x0/0x194 @ 1
[    0.809952] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    0.810094] initcall init_xfs_fs+0x0/0x194 returned 0 after 138 usecs
[    0.810096] calling  efivarfs_init+0x0/0x34 @ 1
[    0.810098] initcall efivarfs_init+0x0/0x34 returned 0 after 0 usecs
[    0.810099] calling  ipc_init+0x0/0x25 @ 1
[    0.810104] initcall ipc_init+0x0/0x25 returned 0 after 4 usecs
[    0.810106] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    0.810113] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 5 usecs
[    0.810114] calling  init_mqueue_fs+0x0/0xf5 @ 1
[    0.810129] initcall init_mqueue_fs+0x0/0xf5 returned 0 after 13 usecs
[    0.810130] calling  key_proc_init+0x0/0x64 @ 1
[    0.810132] initcall key_proc_init+0x0/0x64 returned 0 after 1 usecs
[    0.810133] calling  crypto_algapi_init+0x0/0xd @ 1
[    0.810135] initcall crypto_algapi_init+0x0/0xd returned 0 after 0 usecs
[    0.810136] calling  seqiv_module_init+0x0/0x12 @ 1
[    0.810138] initcall seqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.810139] calling  echainiv_module_init+0x0/0x12 @ 1
[    0.810140] initcall echainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.810142] calling  dh_init+0x0/0x20 @ 1
[    0.810744] initcall dh_init+0x0/0x20 returned 0 after 584 usecs
[    0.810747] calling  rsa_init+0x0/0x40 @ 1
[    0.811298] initcall rsa_init+0x0/0x40 returned 0 after 536 usecs
[    0.811300] calling  hmac_module_init+0x0/0x12 @ 1
[    0.811301] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.811303] calling  crypto_null_mod_init+0x0/0x4e @ 1
[    0.813463] initcall crypto_null_mod_init+0x0/0x4e returned 0 after 2107 usecs
[    0.813465] calling  md5_mod_init+0x0/0x12 @ 1
[    0.814007] initcall md5_mod_init+0x0/0x12 returned 0 after 528 usecs
[    0.814009] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    0.814550] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 527 usecs
[    0.814551] calling  sha256_generic_mod_init+0x0/0x17 @ 1
[    0.815615] initcall sha256_generic_mod_init+0x0/0x17 returned 0 after 1037 usecs
[    0.815616] calling  sha512_generic_mod_init+0x0/0x17 @ 1
[    0.816708] initcall sha512_generic_mod_init+0x0/0x17 returned 0 after 1063 usecs
[    0.816709] calling  crypto_ecb_module_init+0x0/0x12 @ 1
[    0.816711] initcall crypto_ecb_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.816712] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    0.816713] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.816714] calling  crypto_cts_module_init+0x0/0x12 @ 1
[    0.816715] initcall crypto_cts_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.816717] calling  crypto_module_init+0x0/0x12 @ 1
[    0.816718] initcall crypto_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.816719] calling  crypto_module_init+0x0/0x12 @ 1
[    0.816720] initcall crypto_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.816721] calling  crypto_ctr_module_init+0x0/0x3f @ 1
[    0.816723] initcall crypto_ctr_module_init+0x0/0x3f returned 0 after 0 usecs
[    0.816724] calling  crypto_ccm_module_init+0x0/0x7d @ 1
[    0.816725] initcall crypto_ccm_module_init+0x0/0x7d returned 0 after 0 usecs
[    0.816726] calling  serpent_mod_init+0x0/0x17 @ 1
[    0.817793] initcall serpent_mod_init+0x0/0x17 returned 0 after 1040 usecs
[    0.817794] calling  aes_init+0x0/0x12 @ 1
[    0.818325] initcall aes_init+0x0/0x12 returned 0 after 517 usecs
[    0.818326] calling  aes_init+0x0/0x12 @ 1
[    0.818866] initcall aes_init+0x0/0x12 returned 0 after 525 usecs
[    0.818867] calling  arc4_init+0x0/0x17 @ 1
[    0.819955] initcall arc4_init+0x0/0x17 returned 0 after 1060 usecs
[    0.819956] calling  deflate_mod_init+0x0/0x44 @ 1
[    0.821583] initcall deflate_mod_init+0x0/0x44 returned 0 after 1586 usecs
[    0.821584] calling  crc32c_mod_init+0x0/0x12 @ 1
[    0.822129] initcall crc32c_mod_init+0x0/0x12 returned 0 after 530 usecs
[    0.822131] calling  crct10dif_mod_init+0x0/0x12 @ 1
[    0.822673] initcall crct10dif_mod_init+0x0/0x12 returned 0 after 527 usecs
[    0.822674] calling  crypto_authenc_module_init+0x0/0x12 @ 1
[    0.822676] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.822677] calling  crypto_authenc_esn_module_init+0x0/0x12 @ 1
[    0.822678] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.822680] calling  lzo_mod_init+0x0/0x3f @ 1
[    0.823768] initcall lzo_mod_init+0x0/0x3f returned 0 after 1060 usecs
[    0.823769] calling  lz4_mod_init+0x0/0x3f @ 1
[    0.824845] initcall lz4_mod_init+0x0/0x3f returned 0 after 1048 usecs
[    0.824846] calling  drbg_init+0x0/0x1ba @ 1
[    0.829161] initcall drbg_init+0x0/0x1ba returned 0 after 4210 usecs
[    0.829162] calling  jent_mod_init+0x0/0x30 @ 1
[    0.829832] initcall jent_mod_init+0x0/0x30 returned 0 after 651 usecs
[    0.829833] calling  af_alg_init+0x0/0x41 @ 1
[    0.829834] NET: Registered protocol family 38
[    0.829839] initcall af_alg_init+0x0/0x41 returned 0 after 4 usecs
[    0.829841] calling  algif_hash_init+0x0/0x12 @ 1
[    0.829842] initcall algif_hash_init+0x0/0x12 returned 0 after 0 usecs
[    0.829844] calling  algif_skcipher_init+0x0/0x12 @ 1
[    0.829845] initcall algif_skcipher_init+0x0/0x12 returned 0 after 0 usecs
[    0.829846] calling  zstd_mod_init+0x0/0x3f @ 1
[    0.830925] initcall zstd_mod_init+0x0/0x3f returned 0 after 1050 usecs
[    0.830926] calling  asymmetric_key_init+0x0/0x12 @ 1
[    0.830928] Key type asymmetric registered
[    0.830931] initcall asymmetric_key_init+0x0/0x12 returned 0 after 2 usecs
[    0.830932] calling  x509_key_init+0x0/0x12 @ 1
[    0.830933] Asymmetric key parser 'x509' registered
[    0.830935] initcall x509_key_init+0x0/0x12 returned 0 after 1 usecs
[    0.830936] calling  proc_genhd_init+0x0/0x42 @ 1
[    0.830941] initcall proc_genhd_init+0x0/0x42 returned 0 after 3 usecs
[    0.830943] calling  bsg_init+0x0/0x12d @ 1
[    0.830952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.830955] initcall bsg_init+0x0/0x12d returned 0 after 10 usecs
[    0.830957] calling  throtl_init+0x0/0x42 @ 1
[    0.830988] initcall throtl_init+0x0/0x42 returned 0 after 29 usecs
[    0.830990] calling  deadline_init+0x0/0x12 @ 1
[    0.830991] io scheduler mq-deadline registered
[    0.830993] initcall deadline_init+0x0/0x12 returned 0 after 2 usecs
[    0.830995] calling  kyber_init+0x0/0x12 @ 1
[    0.830995] io scheduler kyber registered
[    0.830998] initcall kyber_init+0x0/0x12 returned 0 after 1 usecs
[    0.830999] calling  bfq_init+0x0/0x8b @ 1
[    0.831016] io scheduler bfq registered
[    0.831019] initcall bfq_init+0x0/0x8b returned 0 after 17 usecs
[    0.831021] calling  btree_module_init+0x0/0x2a @ 1
[    0.831024] initcall btree_module_init+0x0/0x2a returned 0 after 1 usecs
[    0.831025] calling  crc_t10dif_mod_init+0x0/0x4a @ 1
[    0.831029] initcall crc_t10dif_mod_init+0x0/0x4a returned 0 after 2 usecs
[    0.831031] calling  libcrc32c_mod_init+0x0/0x2b @ 1
[    0.831034] initcall libcrc32c_mod_init+0x0/0x2b returned 0 after 2 usecs
[    0.831036] calling  percpu_counter_startup+0x0/0x56 @ 1
[    0.831057] initcall percpu_counter_startup+0x0/0x56 returned 0 after 18 usecs
[    0.831059] calling  sg_pool_init+0x0/0xb5 @ 1
[    0.831073] initcall sg_pool_init+0x0/0xb5 returned 0 after 12 usecs
[    0.831075] calling  phy_core_init+0x0/0x4b @ 1
[    0.831080] initcall phy_core_init+0x0/0x4b returned 0 after 3 usecs
[    0.831081] calling  pci_proc_init+0x0/0x6c @ 1
[    0.831100] initcall pci_proc_init+0x0/0x6c returned 0 after 16 usecs
[    0.831101] calling  pcie_portdrv_init+0x0/0x40 @ 1
[    0.831368] probe of 0000:00:1c.0 returned 1 after 232 usecs
[    0.831542] probe of 0000:00:1c.6 returned 1 after 172 usecs
[    0.831705] probe of 0000:00:1d.0 returned 1 after 161 usecs
[    0.831720] initcall pcie_portdrv_init+0x0/0x40 returned 0 after 602 usecs
[    0.831722] calling  pci_hotplug_init+0x0/0x3 @ 1
[    0.831723] initcall pci_hotplug_init+0x0/0x3 returned 0 after 0 usecs
[    0.831725] calling  shpcd_init+0x0/0x5d @ 1
[    0.831735] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.831739] initcall shpcd_init+0x0/0x5d returned 0 after 11 usecs
[    0.831740] calling  pci_stub_init+0x0/0x130 @ 1
[    0.831748] initcall pci_stub_init+0x0/0x130 returned 0 after 5 usecs
[    0.831750] calling  pci_ep_cfs_init+0x0/0xd6 @ 1
[    0.831766] initcall pci_ep_cfs_init+0x0/0xd6 returned 0 after 13 usecs
[    0.831767] calling  pci_epc_init+0x0/0x42 @ 1
[    0.831771] initcall pci_epc_init+0x0/0x42 returned 0 after 2 usecs
[    0.831772] calling  pci_epf_init+0x0/0x2e @ 1
[    0.831778] initcall pci_epf_init+0x0/0x2e returned 0 after 3 usecs
[    0.831780] calling  dw_plat_pcie_driver_init+0x0/0x14 @ 1
[    0.831793] initcall dw_plat_pcie_driver_init+0x0/0x14 returned 0 after 11 usecs
[    0.831795] calling  meson_pcie_driver_init+0x0/0x14 @ 1
[    0.831803] initcall meson_pcie_driver_init+0x0/0x14 returned 0 after 6 usecs
[    0.831804] calling  efifb_driver_init+0x0/0x14 @ 1
[    0.831812] efifb: probing for efifb
[    0.831826] efifb: framebuffer at 0xa0000000, using 8100k, total 8100k
[    0.831828] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.831830] efifb: scrolling: redraw
[    0.831832] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.835606] Console: switching to colour frame buffer device 240x67
[    0.839331] fb0: EFI VGA frame buffer device
[    0.839348] probe of efi-framebuffer.0 returned 1 after 7539 usecs
[    0.839354] initcall efifb_driver_init+0x0/0x14 returned 0 after 7370 usecs
[    0.839356] calling  intel_idle_init+0x0/0x267 @ 1
[    0.839358] intel_idle: MWAIT substates: 0x11142120
[    0.839358] intel_idle: v0.4.1 model 0x8E
[    0.839571] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.839574] initcall intel_idle_init+0x0/0x267 returned 0 after 210 usecs
[    0.839576] calling  acpi_button_driver_init+0x0/0x1e @ 1
[    0.839666] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.839721] ACPI: Sleep Button [SLPB]
[    0.839748] probe of PNP0C0E:00 returned 1 after 117 usecs
[    0.839786] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.839825] ACPI: Lid Switch [LID]
[    0.839840] probe of PNP0C0D:00 returned 1 after 89 usecs
[    0.839868] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.839896] ACPI: Power Button [PWRF]
[    0.839924] probe of LNXPWRBN:00 returned 1 after 78 usecs
[    0.839929] initcall acpi_button_driver_init+0x0/0x1e returned 0 after 342 usecs
[    0.839930] calling  acpi_fan_driver_init+0x0/0x14 @ 1
[    0.839944] initcall acpi_fan_driver_init+0x0/0x14 returned 0 after 11 usecs
[    0.839945] calling  acpi_video_init+0x0/0x88 @ 1
[    0.839950] initcall acpi_video_init+0x0/0x88 returned 0 after 3 usecs
[    0.839951] calling  acpi_tad_driver_init+0x0/0x14 @ 1
[    0.839959] initcall acpi_tad_driver_init+0x0/0x14 returned 0 after 6 usecs
[    0.839960] calling  acpi_processor_driver_init+0x0/0x98 @ 1
[    0.840177] probe of cpu0 returned 1 after 214 usecs
[    0.840337] probe of cpu1 returned 1 after 158 usecs
[    0.840502] probe of cpu2 returned 1 after 162 usecs
[    0.840663] probe of cpu3 returned 1 after 159 usecs
[    0.840668] initcall acpi_processor_driver_init+0x0/0x98 returned 0 after 690 usecs
[    0.840670] calling  acpi_hed_driver_init+0x0/0x12 @ 1
[    0.840714] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 41 usecs
[    0.840715] calling  acpi_ec_sys_init+0x0/0x121 @ 1
[    0.840728] initcall acpi_ec_sys_init+0x0/0x121 returned 0 after 11 usecs
[    0.840729] calling  acpi_pad_init+0x0/0xa7 @ 1
[    0.840762] probe of ACPI000C:00 returned 1 after 6 usecs
[    0.840767] initcall acpi_pad_init+0x0/0xa7 returned 0 after 36 usecs
[    0.840768] calling  erst_init+0x0/0x2d3 @ 1
[    0.840770] initcall erst_init+0x0/0x2d3 returned 0 after 0 usecs
[    0.840771] calling  ghes_init+0x0/0x140 @ 1
[    0.840773] initcall ghes_init+0x0/0x140 returned -19 after 0 usecs
[    0.840774] calling  gpio_clk_driver_init+0x0/0x14 @ 1
[    0.840782] initcall gpio_clk_driver_init+0x0/0x14 returned 0 after 6 usecs
[    0.840783] calling  plt_clk_driver_init+0x0/0x14 @ 1
[    0.840791] initcall plt_clk_driver_init+0x0/0x14 returned 0 after 5 usecs
[    0.840792] calling  ioat_init_module+0x0/0xb7 @ 1
[    0.840793] ioatdma: Intel(R) QuickData Technology Driver 4.00
[    0.840832] initcall ioat_init_module+0x0/0xb7 returned 0 after 37 usecs
[    0.840833] calling  virtio_pci_driver_init+0x0/0x1b @ 1
[    0.840841] initcall virtio_pci_driver_init+0x0/0x1b returned 0 after 6 usecs
[    0.840843] calling  n_null_init+0x0/0x1f @ 1
[    0.840844] initcall n_null_init+0x0/0x1f returned 0 after 0 usecs
[    0.840845] calling  pty_init+0x0/0x1ee @ 1
[    0.840878] initcall pty_init+0x0/0x1ee returned 0 after 29 usecs
[    0.840879] calling  sysrq_init+0x0/0x6c @ 1
[    0.840882] initcall sysrq_init+0x0/0x6c returned 0 after 2 usecs
[    0.840884] calling  serial8250_init+0x0/0x15f @ 1
[    0.840885] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.862203] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.862460] probe of serial8250 returned 1 after 4 usecs
[    0.862464] initcall serial8250_init+0x0/0x15f returned 0 after 21072 usecs
[    0.862466] calling  serial_pci_driver_init+0x0/0x1b @ 1
[    0.862487] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 18 usecs
[    0.862488] calling  ttyprintk_init+0x0/0x10b @ 1
[    0.862506] initcall ttyprintk_init+0x0/0x10b returned 0 after 16 usecs
[    0.862508] calling  init+0x0/0x107 @ 1
[    0.862520] initcall init+0x0/0x107 returned 0 after 10 usecs
[    0.862522] calling  hpet_init+0x0/0x6b @ 1
[    0.862662] probe of PNP0103:00 returned 0 after 110 usecs
[    0.862688] initcall hpet_init+0x0/0x6b returned 0 after 160 usecs
[    0.862689] calling  hwrng_modinit+0x0/0x82 @ 1
[    0.862749] initcall hwrng_modinit+0x0/0x82 returned 0 after 56 usecs
[    0.862750] calling  mod_init+0x0/0x1ed @ 1
[    0.862787] initcall mod_init+0x0/0x1ed returned -19 after 34 usecs
[    0.862788] calling  mod_init+0x0/0x18c @ 1
[    0.862792] initcall mod_init+0x0/0x18c returned -19 after 2 usecs
[    0.862794] calling  virtio_rng_driver_init+0x0/0x12 @ 1
[    0.862798] initcall virtio_rng_driver_init+0x0/0x12 returned 0 after 2 usecs
[    0.862800] calling  cn_proc_init+0x0/0x3a @ 1
[    0.862802] initcall cn_proc_init+0x0/0x3a returned 0 after 0 usecs
[    0.862805] calling  topology_sysfs_init+0x0/0x30 @ 1
[    0.862817] initcall topology_sysfs_init+0x0/0x30 returned 0 after 10 usecs
[    0.862819] calling  cacheinfo_sysfs_init+0x0/0x2d @ 1
[    0.863008] initcall cacheinfo_sysfs_init+0x0/0x2d returned 178 after 182 usecs
[    0.863010] calling  devcoredump_init+0x0/0x19 @ 1
[    0.863016] initcall devcoredump_init+0x0/0x19 returned 0 after 3 usecs
[    0.863017] calling  loop_init+0x0/0x142 @ 1
[    0.863882] loop: module loaded
[    0.863898] initcall loop_init+0x0/0x142 returned 0 after 856 usecs
[    0.863900] calling  init_cryptoloop+0x0/0x2c @ 1
[    0.863902] initcall init_cryptoloop+0x0/0x2c returned 0 after 0 usecs
[    0.863903] calling  init+0x0/0x80 @ 1
[    0.863920] initcall init+0x0/0x80 returned 0 after 14 usecs
[    0.863922] calling  intel_lpss_init+0x0/0x1d @ 1
[    0.863927] initcall intel_lpss_init+0x0/0x1d returned 0 after 2 usecs
[    0.863928] calling  intel_lpss_acpi_driver_init+0x0/0x14 @ 1
[    0.863944] initcall intel_lpss_acpi_driver_init+0x0/0x14 returned 0 after 13 usecs
[    0.863946] calling  intel_soc_pmic_i2c_driver_init+0x0/0x14 @ 1
[    0.863951] initcall intel_soc_pmic_i2c_driver_init+0x0/0x14 returned 0 after 3 usecs
[    0.863953] calling  udmabuf_dev_init+0x0/0x12 @ 1
[    0.863987] initcall udmabuf_dev_init+0x0/0x12 returned 0 after 31 usecs
[    0.863988] calling  raid_init+0x0/0x12 @ 1
[    0.863991] initcall raid_init+0x0/0x12 returned 0 after 2 usecs
[    0.863992] calling  spi_transport_init+0x0/0x76 @ 1
[    0.863998] initcall spi_transport_init+0x0/0x76 returned 0 after 4 usecs
[    0.863999] calling  fc_transport_init+0x0/0x87 @ 1
[    0.864008] initcall fc_transport_init+0x0/0x87 returned 0 after 7 usecs
[    0.864009] calling  sas_transport_init+0x0/0xbf @ 1
[    0.864019] initcall sas_transport_init+0x0/0xbf returned 0 after 8 usecs
[    0.864019] calling  sas_class_init+0x0/0x78 @ 1
[    0.864025] initcall sas_class_init+0x0/0x78 returned 0 after 4 usecs
[    0.864026] calling  libfc_init+0x0/0x3b @ 1
[    0.864192] initcall libfc_init+0x0/0x3b returned 0 after 158 usecs
[    0.864193] calling  blogic_init+0x0/0x980 @ 1
[    0.864274] initcall blogic_init+0x0/0x980 returned 0 after 77 usecs
[    0.864275] calling  isci_init+0x0/0x6d @ 1
[    0.864275] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    0.864318] initcall isci_init+0x0/0x6d returned 0 after 41 usecs
[    0.864319] calling  hpsa_init+0x0/0x53 @ 1
[    0.864330] initcall hpsa_init+0x0/0x53 returned 0 after 9 usecs
[    0.864330] calling  pqi_init+0x0/0xe0 @ 1
[    0.864331] Microsemi PQI Driver (v1.2.4-070)
[    0.864362] initcall pqi_init+0x0/0xe0 returned 0 after 29 usecs
[    0.864363] calling  megasas_init+0x0/0x216 @ 1
[    0.864364] megasas: 07.707.50.00-rc1
[    0.864392] initcall megasas_init+0x0/0x216 returned 0 after 27 usecs
[    0.864393] calling  _mpt3sas_init+0x0/0x1b4 @ 1
[    0.864394] mpt3sas version 27.101.00.00 loaded
[    0.864488] initcall _mpt3sas_init+0x0/0x1b4 returned 0 after 91 usecs
[    0.864489] calling  init+0x0/0xd3 @ 1
[    0.864504] initcall init+0x0/0xd3 returned 0 after 13 usecs
[    0.864505] calling  pvscsi_init+0x0/0x35 @ 1
[    0.864506] VMware PVSCSI driver - version 1.0.7.0-k
[    0.864530] initcall pvscsi_init+0x0/0x35 returned 0 after 22 usecs
[    0.864531] calling  init_sd+0x0/0x1ae @ 1
[    0.864547] initcall init_sd+0x0/0x1ae returned 0 after 14 usecs
[    0.864547] calling  init_sg+0x0/0xc7 @ 1
[    0.864551] initcall init_sg+0x0/0xc7 returned 0 after 2 usecs
[    0.864552] calling  nvme_core_init+0x0/0x14d @ 1
[    0.864724] initcall nvme_core_init+0x0/0x14d returned 0 after 165 usecs
[    0.864725] calling  nvme_init+0x0/0x1b @ 1
[    0.864738] initcall nvme_init+0x0/0x1b returned 0 after 11 usecs
[    0.864739] calling  ahci_pci_driver_init+0x0/0x1b @ 1
[    0.864754] ahci 0000:00:17.0: version 3.0
[    0.865027] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x4 impl SATA mode
[    0.865055] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    0.865522] scsi host0: ahci
[    0.865633] scsi host1: ahci
[    0.865791] scsi host2: ahci
[    0.865875] ata1: DUMMY
[    0.865885] ata2: DUMMY
[    0.865903] ata3: SATA max UDMA/133 abar m2048@0xec14c000 port 0xec14c200 irq 122
[    0.865933] probe of 0000:00:17.0 returned 1 after 1185 usecs
[    0.865950] initcall ahci_pci_driver_init+0x0/0x1b returned 0 after 1179 usecs
[    0.865951] calling  ahci_driver_init+0x0/0x14 @ 1
[    0.865968] initcall ahci_driver_init+0x0/0x14 returned 0 after 14 usecs
[    0.865969] calling  piix_init+0x0/0x29 @ 1
[    0.865984] initcall piix_init+0x0/0x29 returned 0 after 13 usecs
[    0.865986] calling  sch_pci_driver_init+0x0/0x1b @ 1
[    0.865998] initcall sch_pci_driver_init+0x0/0x1b returned 0 after 9 usecs
[    0.865999] calling  mpiix_pci_driver_init+0x0/0x1b @ 1
[    0.866010] initcall mpiix_pci_driver_init+0x0/0x1b returned 0 after 8 usecs
[    0.866011] calling  ata_generic_pci_driver_init+0x0/0x1b @ 1
[    0.866019] initcall ata_generic_pci_driver_init+0x0/0x1b returned 0 after 7 usecs
[    0.866020] calling  drm_kms_helper_init+0x0/0x14 @ 1
[    0.866025] initcall drm_kms_helper_init+0x0/0x14 returned 0 after 3 usecs
[    0.866026] calling  drm_core_init+0x0/0xcf @ 1
[    0.866034] initcall drm_core_init+0x0/0xcf returned 0 after 6 usecs
[    0.866035] calling  ttm_init+0x0/0x63 @ 1
[    0.866045] initcall ttm_init+0x0/0x63 returned 0 after 8 usecs
[    0.866046] calling  kvmgt_init+0x0/0x3 @ 1
[    0.866047] initcall kvmgt_init+0x0/0x3 returned 0 after 0 usecs
[    0.866048] calling  i915_init+0x0/0x4e @ 1
[    0.866792] checking generic (a0000000 7e9000) vs hw (a0000000 10000000)
[    0.866793] fb0: switching to inteldrmfb from EFI VGA
[    0.866823] Console: switching to colour dummy device 80x25
[    0.866886] [drm] Replacing VGA console driver
[    0.867892] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.867895] [drm] Driver supports precise vblank timestamp query.
[    0.868624] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.869160] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    0.897602] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0
[    0.900593] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    0.901021] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    0.901038] probe of LNXVIDEO:00 returned 1 after 2700 usecs
[    0.901091] [drm] DRM_I915_DEBUG_RUNTIME_PM enabled
[    0.901098] probe of 0000:00:02.0 returned 1 after 35045 usecs
[    0.901123] initcall i915_init+0x0/0x4e returned 0 after 34249 usecs
[    0.901125] calling  cirrus_init+0x0/0x40 @ 1
[    0.901138] initcall cirrus_init+0x0/0x40 returned 0 after 10 usecs
[    0.901139] calling  bochs_init+0x0/0x40 @ 1
[    0.901152] initcall bochs_init+0x0/0x40 returned 0 after 10 usecs
[    0.901154] calling  virtio_gpu_driver_init+0x0/0x12 @ 1
[    0.901160] initcall virtio_gpu_driver_init+0x0/0x12 returned 0 after 4 usecs
[    0.901162] calling  macvlan_init_module+0x0/0x7c @ 1
[    0.901166] initcall macvlan_init_module+0x0/0x7c returned 0 after 2 usecs
[    0.901168] calling  macvtap_init+0x0/0xb0 @ 1
[    0.901175] initcall macvtap_init+0x0/0xb0 returned 0 after 4 usecs
[    0.901176] calling  net_olddevs_init+0x0/0x5b @ 1
[    0.901181] initcall net_olddevs_init+0x0/0x5b returned 0 after 2 usecs
[    0.901182] calling  tun_init+0x0/0xa5 @ 1
[    0.901183] tun: Universal TUN/TAP device driver, 1.6
[    0.901218] initcall tun_init+0x0/0xa5 returned 0 after 32 usecs
[    0.901219] calling  pcnet32_init_module+0x0/0x119 @ 1
[    0.901220] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    0.901234] initcall pcnet32_init_module+0x0/0x119 returned 0 after 12 usecs
[    0.901235] calling  e100_init_module+0x0/0x59 @ 1
[    0.901236] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    0.901238] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.901254] initcall e100_init_module+0x0/0x59 returned 0 after 16 usecs
[    0.901255] calling  fjes_init_module+0x0/0xa6 @ 1
[    0.901419] initcall fjes_init_module+0x0/0xa6 returned -19 after 158 usecs
[    0.901421] calling  fusion_init+0x0/0xf5 @ 1
[    0.901422] Fusion MPT base driver 3.04.20
[    0.901424] Copyright (c) 1999-2008 LSI Corporation
[    0.901432] initcall fusion_init+0x0/0xf5 returned 0 after 8 usecs
[    0.901433] calling  mptspi_init+0x0/0xf1 @ 1
[    0.901434] Fusion MPT SPI Host driver 3.04.20
[    0.901448] initcall mptspi_init+0x0/0xf1 returned 0 after 12 usecs
[    0.901450] calling  mptsas_init+0x0/0x12d @ 1
[    0.901451] Fusion MPT SAS Host driver 3.04.20
[    0.901465] initcall mptsas_init+0x0/0x12d returned 0 after 13 usecs
[    0.901467] calling  vfio_init+0x0/0x199 @ 1
[    0.901497] VFIO - User Level meta-driver version: 0.3
[    0.901501] initcall vfio_init+0x0/0x199 returned 0 after 31 usecs
[    0.901503] calling  vfio_iommu_type1_init+0x0/0x12 @ 1
[    0.901505] initcall vfio_iommu_type1_init+0x0/0x12 returned 0 after 0 usecs
[    0.901506] calling  mdev_init+0x0/0xb @ 1
[    0.901513] initcall mdev_init+0x0/0xb returned 0 after 5 usecs
[    0.901515] calling  vfio_mdev_init+0x0/0x14 @ 1
[    0.901520] initcall vfio_mdev_init+0x0/0x14 returned 0 after 3 usecs
[    0.901522] calling  ehci_hcd_init+0x0/0xb1 @ 1
[    0.901523] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.901530] initcall ehci_hcd_init+0x0/0xb1 returned 0 after 6 usecs
[    0.901532] calling  ehci_pci_init+0x0/0x69 @ 1
[    0.901532] ehci-pci: EHCI PCI platform driver
[    0.901544] initcall ehci_pci_init+0x0/0x69 returned 0 after 10 usecs
[    0.901546] calling  uhci_hcd_init+0x0/0x10f @ 1
[    0.901547] uhci_hcd: USB Universal Host Controller Interface driver
[    0.901565] initcall uhci_hcd_init+0x0/0x10f returned 0 after 16 usecs
[    0.901566] calling  xhci_hcd_init+0x0/0x24 @ 1
[    0.901569] initcall xhci_hcd_init+0x0/0x24 returned 0 after 1 usecs
[    0.901570] calling  xhci_pci_init+0x0/0x44 @ 1
[    0.901790] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.901798] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.902943] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    0.902956] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.903146] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    0.903149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.903152] usb usb1: Product: xHCI Host Controller
[    0.903154] usb usb1: Manufacturer: Linux 5.0.15-754.native xhci-hcd
[    0.903155] usb usb1: SerialNumber: 0000:00:14.0
[    0.903297] hub 1-0:1.0: USB hub found
[    0.903322] hub 1-0:1.0: 12 ports detected
[    0.904766] probe of 1-0:1.0 returned 1 after 1472 usecs
[    0.904780] probe of usb1 returned 1 after 1513 usecs
[    0.904874] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.904879] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.904882] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    0.904926] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    0.904929] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.904931] usb usb2: Product: xHCI Host Controller
[    0.904933] usb usb2: Manufacturer: Linux 5.0.15-754.native xhci-hcd
[    0.904935] usb usb2: SerialNumber: 0000:00:14.0
[    0.905011] hub 2-0:1.0: USB hub found
[    0.905029] hub 2-0:1.0: 6 ports detected
[    0.905941] usb: port power management may be unreliable
[    0.906079] probe of 2-0:1.0 returned 1 after 1071 usecs
[    0.906093] probe of usb2 returned 1 after 1105 usecs
[    0.906297] probe of 0000:00:14.0 returned 1 after 4723 usecs
[    0.906309] initcall xhci_pci_init+0x0/0x44 returned 0 after 4624 usecs
[    0.906311] calling  uas_driver_init+0x0/0x1b @ 1
[    0.906319] usbcore: registered new interface driver uas
[    0.906323] initcall uas_driver_init+0x0/0x1b returned 0 after 9 usecs
[    0.906324] calling  usb_storage_driver_init+0x0/0x30 @ 1
[    0.906335] usbcore: registered new interface driver usb-storage
[    0.906339] initcall usb_storage_driver_init+0x0/0x30 returned 0 after 12 usecs
[    0.906340] calling  evdev_init+0x0/0x12 @ 1
[    0.906523] initcall evdev_init+0x0/0x12 returned 0 after 175 usecs
[    0.906525] calling  rmi_bus_init+0x0/0xda @ 1
[    0.906561] initcall rmi_bus_init+0x0/0xda returned 0 after 33 usecs
[    0.906563] calling  cmos_init+0x0/0x70 @ 1
[    0.906589] rtc_cmos 00:04: RTC can wake from S4
[    0.907058] rtc_cmos 00:04: registered as rtc0
[    0.907061] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.907065] probe of 00:04 returned 1 after 497 usecs
[    0.907072] initcall cmos_init+0x0/0x70 returned 0 after 495 usecs
[    0.907074] calling  acpi_smbus_cmi_driver_init+0x0/0x12 @ 1
[    0.907124] initcall acpi_smbus_cmi_driver_init+0x0/0x12 returned 0 after 46 usecs
[    0.907125] calling  dw_i2c_driver_init+0x0/0x1b @ 1
[    0.907163] initcall dw_i2c_driver_init+0x0/0x1b returned 0 after 34 usecs
[    0.907165] calling  acpi_power_meter_init+0x0/0x37 @ 1
[    0.907200] initcall acpi_power_meter_init+0x0/0x37 returned 0 after 33 usecs
[    0.907202] calling  coretemp_init+0x0/0xdd @ 1
[    0.907252] probe of coretemp.0 returned 1 after 14 usecs
[    0.907294] initcall coretemp_init+0x0/0xdd returned 0 after 87 usecs
[    0.907296] calling  powerclamp_init+0x0/0x1ff @ 1
[    0.907321] initcall powerclamp_init+0x0/0x1ff returned 0 after 22 usecs
[    0.907323] calling  pkg_temp_thermal_init+0x0/0x148 @ 1
[    0.907369] initcall pkg_temp_thermal_init+0x0/0x148 returned 0 after 42 usecs
[    0.907370] calling  raid0_init+0x0/0x12 @ 1
[    0.907372] initcall raid0_init+0x0/0x12 returned 0 after 0 usecs
[    0.907374] calling  raid_init+0x0/0x12 @ 1
[    0.907375] initcall raid_init+0x0/0x12 returned 0 after 0 usecs
[    0.907377] calling  raid_init+0x0/0x12 @ 1
[    0.907378] initcall raid_init+0x0/0x12 returned 0 after 0 usecs
[    0.907380] calling  dm_init+0x0/0x4c @ 1
[    0.907428] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    0.907433] initcall dm_init+0x0/0x4c returned 0 after 50 usecs
[    0.907435] calling  dm_crypt_init+0x0/0x2e @ 1
[    0.907437] initcall dm_crypt_init+0x0/0x2e returned 0 after 0 usecs
[    0.907438] calling  cpufreq_gov_dbs_init+0x0/0x12 @ 1
[    0.907440] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 usecs
[    0.907442] calling  intel_pstate_init+0x0/0x391 @ 1
[    0.907444] intel_pstate: Intel P-state driver initializing
[    0.907701] intel_pstate: HWP enabled
[    0.907704] initcall intel_pstate_init+0x0/0x391 returned 0 after 253 usecs
[    0.907705] calling  mmc_blk_init+0x0/0xf1 @ 1
[    0.907713] initcall mmc_blk_init+0x0/0xf1 returned 0 after 6 usecs
[    0.907714] calling  sdhci_drv_init+0x0/0x20 @ 1
[    0.907714] sdhci: Secure Digital Host Controller Interface driver
[    0.907715] sdhci: Copyright(c) Pierre Ossman
[    0.907717] initcall sdhci_drv_init+0x0/0x20 returned 0 after 2 usecs
[    0.907718] calling  sdhci_driver_init+0x0/0x1b @ 1
[    0.907727] initcall sdhci_driver_init+0x0/0x1b returned 0 after 7 usecs
[    0.907728] calling  sdhci_acpi_driver_init+0x0/0x14 @ 1
[    0.907739] initcall sdhci_acpi_driver_init+0x0/0x14 returned 0 after 9 usecs
[    0.907740] calling  dmi_sysfs_init+0x0/0xb7 @ 1
[    0.907868] initcall dmi_sysfs_init+0x0/0xb7 returned 0 after 124 usecs
[    0.907870] calling  efivars_sysfs_init+0x0/0x34 @ 1
[    0.907871] EFI Variables Facility v0.08 2004-May-17
[    0.941706] initcall efivars_sysfs_init+0x0/0x34 returned 0 after 33039 usecs
[    0.941708] calling  esrt_sysfs_init+0x0/0x2f7 @ 1
[    0.941724] initcall esrt_sysfs_init+0x0/0x2f7 returned 0 after 14 usecs
[    0.941725] calling  efivars_pstore_init+0x0/0x9a @ 1
[    0.941726] pstore: Registered efi as persistent store backend
[    0.941729] initcall efivars_pstore_init+0x0/0x9a returned 0 after 3 usecs
[    0.941729] calling  efibc_init+0x0/0x3d @ 1
[    0.941731] initcall efibc_init+0x0/0x3d returned 0 after 0 usecs
[    0.941732] calling  efi_capsule_loader_init+0x0/0x3d @ 1
[    0.941751] initcall efi_capsule_loader_init+0x0/0x3d returned 0 after 17 usecs
[    0.941752] calling  adf_register_ctl_device_driver+0x0/0x169 @ 1
[    0.941840] initcall adf_register_ctl_device_driver+0x0/0x169 returned 0 after 85 usecs
[    0.941841] calling  adfdrv_init+0x0/0x41 @ 1
[    0.942389] initcall adfdrv_init+0x0/0x41 returned 0 after 532 usecs
[    0.942390] calling  adfdrv_init+0x0/0x41 @ 1
[    0.942783] initcall adfdrv_init+0x0/0x41 returned 0 after 382 usecs
[    0.942784] calling  adfdrv_init+0x0/0x41 @ 1
[    0.943193] initcall adfdrv_init+0x0/0x41 returned 0 after 397 usecs
[    0.943194] calling  adfdrv_init+0x0/0x41 @ 1
[    0.943563] initcall adfdrv_init+0x0/0x41 returned 0 after 358 usecs
[    0.943564] calling  adfdrv_init+0x0/0x41 @ 1
[    0.943984] initcall adfdrv_init+0x0/0x41 returned 0 after 408 usecs
[    0.943985] calling  adfdrv_init+0x0/0x41 @ 1
[    0.944386] initcall adfdrv_init+0x0/0x41 returned 0 after 390 usecs
[    0.944387] calling  virtio_crypto_driver_init+0x0/0x12 @ 1
[    0.944391] initcall virtio_crypto_driver_init+0x0/0x12 returned 0 after 3 usecs
[    0.944392] calling  hid_init+0x0/0x62 @ 1
[    0.944399] hidraw: raw HID events driver (C) Jiri Kosina
[    0.944406] initcall hid_init+0x0/0x62 returned 0 after 12 usecs
[    0.944407] calling  hid_generic_init+0x0/0x1b @ 1
[    0.944415] initcall hid_generic_init+0x0/0x1b returned 0 after 6 usecs
[    0.944415] calling  belkin_driver_init+0x0/0x1b @ 1
[    0.944420] initcall belkin_driver_init+0x0/0x1b returned 0 after 3 usecs
[    0.944421] calling  ch_driver_init+0x0/0x1b @ 1
[    0.944424] initcall ch_driver_init+0x0/0x1b returned 0 after 2 usecs
[    0.944425] calling  ch_driver_init+0x0/0x1b @ 1
[    0.944429] initcall ch_driver_init+0x0/0x1b returned 0 after 2 usecs
[    0.944429] calling  holtek_kbd_driver_init+0x0/0x1b @ 1
[    0.944434] initcall holtek_kbd_driver_init+0x0/0x1b returned 0 after 3 usecs
[    0.944435] calling  holtek_mouse_driver_init+0x0/0x1b @ 1
[    0.944438] initcall holtek_mouse_driver_init+0x0/0x1b returned 0 after 2 usecs
[    0.944439] calling  holtek_driver_init+0x0/0x1b @ 1
[    0.944443] initcall holtek_driver_init+0x0/0x1b returned 0 after 2 usecs
[    0.944444] calling  ks_driver_init+0x0/0x1b @ 1
[    0.944449] initcall ks_driver_init+0x0/0x1b returned 0 after 3 usecs
[    0.944449] calling  lenovo_driver_init+0x0/0x1b @ 1
[    0.944453] initcall lenovo_driver_init+0x0/0x1b returned 0 after 2 usecs
[    0.944454] calling  lg_driver_init+0x0/0x1b @ 1
[    0.944460] initcall lg_driver_init+0x0/0x1b returned 0 after 4 usecs
[    0.944461] calling  ms_driver_init+0x0/0x1b @ 1
[    0.944465] initcall ms_driver_init+0x0/0x1b returned 0 after 3 usecs
[    0.944466] calling  samsung_driver_init+0x0/0x1b @ 1
[    0.944470] initcall samsung_driver_init+0x0/0x1b returned 0 after 2 usecs
[    0.944471] calling  hid_init+0x0/0x5e @ 1
[    0.944479] usbcore: registered new interface driver usbhid
[    0.944481] usbhid: USB HID core driver
[    0.944482] initcall hid_init+0x0/0x5e returned 0 after 10 usecs
[    0.944484] calling  vhost_net_init+0x0/0x30 @ 1
[    0.944506] initcall vhost_net_init+0x0/0x30 returned 0 after 20 usecs
[    0.944507] calling  vhost_init+0x0/0x3 @ 1
[    0.944508] initcall vhost_init+0x0/0x3 returned 0 after 0 usecs
[    0.944509] calling  ips_pci_driver_init+0x0/0x1b @ 1
[    0.944515] initcall ips_pci_driver_init+0x0/0x1b returned 0 after 5 usecs
[    0.944516] calling  pmc_atom_init+0x0/0x292 @ 1
[    0.944519] initcall pmc_atom_init+0x0/0x292 returned -19 after 2 usecs
[    0.944520] calling  isp_pci_driver_init+0x0/0x1b @ 1
[    0.944525] initcall isp_pci_driver_init+0x0/0x1b returned 0 after 4 usecs
[    0.944526] calling  vbg_pci_driver_init+0x0/0x1b @ 1
[    0.944532] initcall vbg_pci_driver_init+0x0/0x1b returned 0 after 5 usecs
[    0.944533] calling  extcon_class_init+0x0/0x18 @ 1
[    0.944536] initcall extcon_class_init+0x0/0x18 returned 0 after 2 usecs
[    0.944537] calling  powercap_init+0x0/0x26b @ 1
[    0.944555] initcall powercap_init+0x0/0x26b returned 0 after 16 usecs
[    0.944556] calling  rapl_init+0x0/0x22e @ 1
[    0.944570] intel_rapl: Found RAPL domain package
[    0.944572] intel_rapl: Found RAPL domain core
[    0.944574] intel_rapl: Found RAPL domain uncore
[    0.944575] intel_rapl: Found RAPL domain dram
[    0.944668] initcall rapl_init+0x0/0x22e returned 0 after 108 usecs
[    0.944670] calling  pm_check_save_msr+0x0/0x20 @ 1
[    0.944672] initcall pm_check_save_msr+0x0/0x20 returned 0 after 0 usecs
[    0.944673] calling  sock_diag_init+0x0/0x35 @ 1
[    0.944689] initcall sock_diag_init+0x0/0x35 returned 0 after 14 usecs
[    0.944690] calling  llc_init+0x0/0x20 @ 1
[    0.944692] initcall llc_init+0x0/0x20 returned 0 after 0 usecs
[    0.944693] calling  snap_init+0x0/0x3b @ 1
[    0.944695] initcall snap_init+0x0/0x3b returned 0 after 0 usecs
[    0.944696] calling  blackhole_init+0x0/0x12 @ 1
[    0.944697] initcall blackhole_init+0x0/0x12 returned 0 after 0 usecs
[    0.944699] calling  cbq_module_init+0x0/0x12 @ 1
[    0.944700] initcall cbq_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.944701] calling  multiq_module_init+0x0/0x12 @ 1
[    0.944702] initcall multiq_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.944703] calling  codel_module_init+0x0/0x12 @ 1
[    0.944705] initcall codel_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.944706] calling  fq_codel_module_init+0x0/0x12 @ 1
[    0.944707] initcall fq_codel_module_init+0x0/0x12 returned 0 after 0 usecs
[    0.944708] calling  fq_module_init+0x0/0x56 @ 1
[    0.944713] initcall fq_module_init+0x0/0x56 returned 0 after 3 usecs
[    0.944714] calling  init_cgroup_cls+0x0/0x12 @ 1
[    0.944715] initcall init_cgroup_cls+0x0/0x12 returned 0 after 0 usecs
[    0.944716] calling  cls_bpf_init_mod+0x0/0x12 @ 1
[    0.944718] initcall cls_bpf_init_mod+0x0/0x12 returned 0 after 0 usecs
[    0.944719] calling  nfnetlink_init+0x0/0x5e @ 1
[    0.944722] initcall nfnetlink_init+0x0/0x5e returned 0 after 1 usecs
[    0.944723] calling  nfnl_acct_init+0x0/0x5e @ 1
[    0.944724] initcall nfnl_acct_init+0x0/0x5e returned 0 after 0 usecs
[    0.944725] calling  nfnetlink_queue_init+0x0/0x9e @ 1
[    0.944731] initcall nfnetlink_queue_init+0x0/0x9e returned 0 after 4 usecs
[    0.944732] calling  nfnetlink_log_init+0x0/0xa0 @ 1
[    0.944734] initcall nfnetlink_log_init+0x0/0xa0 returned 0 after 1 usecs
[    0.944735] calling  xt_init+0x0/0x104 @ 1
[    0.944737] initcall xt_init+0x0/0x104 returned 0 after 0 usecs
[    0.944738] calling  tcpudp_mt_init+0x0/0x17 @ 1
[    0.944740] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 0 usecs
[    0.944741] calling  mark_mt_init+0x0/0x44 @ 1
[    0.944742] initcall mark_mt_init+0x0/0x44 returned 0 after 0 usecs
[    0.944743] calling  ip_set_init+0x0/0x94 @ 1
[    0.944746] initcall ip_set_init+0x0/0x94 returned 0 after 1 usecs
[    0.944747] calling  hash_ip_init+0x0/0x12 @ 1
[    0.944748] initcall hash_ip_init+0x0/0x12 returned 0 after 0 usecs
[    0.944749] calling  gre_offload_init+0x0/0x4e @ 1
[    0.944750] initcall gre_offload_init+0x0/0x4e returned 0 after 0 usecs
[    0.944751] calling  bpfilter_sockopt_init+0x0/0x3f @ 1
[    0.944752] initcall bpfilter_sockopt_init+0x0/0x3f returned 0 after 0 usecs
[    0.944752] calling  sysctl_ipv4_init+0x0/0x4e @ 1
[    0.944782] initcall sysctl_ipv4_init+0x0/0x4e returned 0 after 28 usecs
[    0.944783] calling  bbr_register+0x0/0x12 @ 1
[    0.944784] initcall bbr_register+0x0/0x12 returned 0 after 0 usecs
[    0.944785] calling  xfrm_user_init+0x0/0x4b @ 1
[    0.944786] Initializing XFRM netlink socket
[    0.944789] initcall xfrm_user_init+0x0/0x4b returned 0 after 2 usecs
[    0.944789] calling  inet6_init+0x0/0x380 @ 1
[    0.944814] NET: Registered protocol family 10
[    0.944932] Segment Routing with IPv6
[    0.944944] initcall inet6_init+0x0/0x380 returned 0 after 150 usecs
[    0.944945] calling  packet_init+0x0/0x46 @ 1
[    0.944946] NET: Registered protocol family 17
[    0.944949] initcall packet_init+0x0/0x46 returned 0 after 2 usecs
[    0.944950] calling  packet_diag_init+0x0/0x12 @ 1
[    0.944951] initcall packet_diag_init+0x0/0x12 returned 0 after 0 usecs
[    0.944951] calling  br_init+0x0/0xdc @ 1
[    0.944957] initcall br_init+0x0/0xdc returned 0 after 4 usecs
[    0.944957] calling  br_netfilter_init+0x0/0xb1 @ 1
[    0.944961] Bridge firewalling registered
[    0.944962] initcall br_netfilter_init+0x0/0xb1 returned 0 after 4 usecs
[    0.944963] calling  ebtables_init+0x0/0x44 @ 1
[    0.944964] initcall ebtables_init+0x0/0x44 returned 0 after 0 usecs
[    0.944965] calling  ebtable_broute_init+0x0/0x23 @ 1
[    0.944971] initcall ebtable_broute_init+0x0/0x23 returned 0 after 5 usecs
[    0.944972] calling  ebtable_filter_init+0x0/0x12 @ 1
[    0.945033] initcall ebtable_filter_init+0x0/0x12 returned 0 after 58 usecs
[    0.945034] calling  ebtable_nat_init+0x0/0x12 @ 1
[    0.945065] initcall ebtable_nat_init+0x0/0x12 returned 0 after 29 usecs
[    0.945066] calling  ebt_802_3_init+0x0/0x12 @ 1
[    0.945067] initcall ebt_802_3_init+0x0/0x12 returned 0 after 0 usecs
[    0.945068] calling  ebt_among_init+0x0/0x12 @ 1
[    0.945069] initcall ebt_among_init+0x0/0x12 returned 0 after 0 usecs
[    0.945069] calling  ebt_arp_init+0x0/0x12 @ 1
[    0.945070] initcall ebt_arp_init+0x0/0x12 returned 0 after 0 usecs
[    0.945071] calling  ebt_ip_init+0x0/0x12 @ 1
[    0.945072] initcall ebt_ip_init+0x0/0x12 returned 0 after 0 usecs
[    0.945073] calling  ebt_ip6_init+0x0/0x12 @ 1
[    0.945073] initcall ebt_ip6_init+0x0/0x12 returned 0 after 0 usecs
[    0.945074] calling  ebt_limit_init+0x0/0x12 @ 1
[    0.945075] initcall ebt_limit_init+0x0/0x12 returned 0 after 0 usecs
[    0.945076] calling  ebt_mark_m_init+0x0/0x12 @ 1
[    0.945077] initcall ebt_mark_m_init+0x0/0x12 returned 0 after 0 usecs
[    0.945077] calling  ebt_pkttype_init+0x0/0x12 @ 1
[    0.945078] initcall ebt_pkttype_init+0x0/0x12 returned 0 after 0 usecs
[    0.945079] calling  ebt_stp_init+0x0/0x12 @ 1
[    0.945080] initcall ebt_stp_init+0x0/0x12 returned 0 after 0 usecs
[    0.945081] calling  ebt_vlan_init+0x0/0x2c @ 1
[    0.945081] initcall ebt_vlan_init+0x0/0x2c returned 0 after 0 usecs
[    0.945082] calling  ebt_arpreply_init+0x0/0x12 @ 1
[    0.945083] initcall ebt_arpreply_init+0x0/0x12 returned 0 after 0 usecs
[    0.945084] calling  ebt_mark_init+0x0/0x12 @ 1
[    0.945085] initcall ebt_mark_init+0x0/0x12 returned 0 after 0 usecs
[    0.945086] calling  ebt_dnat_init+0x0/0x12 @ 1
[    0.945086] initcall ebt_dnat_init+0x0/0x12 returned 0 after 0 usecs
[    0.945087] calling  ebt_redirect_init+0x0/0x12 @ 1
[    0.945088] initcall ebt_redirect_init+0x0/0x12 returned 0 after 0 usecs
[    0.945089] calling  ebt_snat_init+0x0/0x12 @ 1
[    0.945090] initcall ebt_snat_init+0x0/0x12 returned 0 after 0 usecs
[    0.945090] calling  ebt_log_init+0x0/0x12 @ 1
[    0.945091] initcall ebt_log_init+0x0/0x12 returned 0 after 0 usecs
[    0.945092] calling  ebt_nflog_init+0x0/0x12 @ 1
[    0.945093] initcall ebt_nflog_init+0x0/0x12 returned 0 after 0 usecs
[    0.945094] calling  strp_mod_init+0x0/0x31 @ 1
[    0.945125] initcall strp_mod_init+0x0/0x31 returned 0 after 28 usecs
[    0.945127] calling  dcbnl_init+0x0/0x4e @ 1
[    0.945129] initcall dcbnl_init+0x0/0x4e returned 0 after 0 usecs
[    0.945130] calling  mcheck_init_device+0x0/0x12f @ 1
[    0.945234] initcall mcheck_init_device+0x0/0x12f returned 0 after 99 usecs
[    0.945235] calling  dev_mcelog_init_device+0x0/0x4f @ 1
[    0.945252] initcall dev_mcelog_init_device+0x0/0x4f returned 0 after 15 usecs
[    0.945299] calling  mcheck_late_init+0x0/0x75 @ 1
[    0.945307] RAS: Correctable Errors collector initialized.
[    0.945310] initcall mcheck_late_init+0x0/0x75 returned 0 after 10 usecs
[    0.945311] calling  severities_debugfs_init+0x0/0x3c @ 1
[    0.945313] initcall severities_debugfs_init+0x0/0x3c returned 0 after 0 usecs
[    0.945314] calling  threshold_init_device+0x0/0x67 @ 1
[    0.945315] initcall threshold_init_device+0x0/0x67 returned 0 after 0 usecs
[    0.945316] calling  microcode_init+0x0/0x1e9 @ 1
[    0.945335] microcode: sig=0x806e9, pf=0x80, revision=0x9a
[    0.945361] microcode: Microcode Update Driver: v2.2.
[    0.945362] initcall microcode_init+0x0/0x1e9 returned 0 after 43 usecs
[    0.945364] calling  resctrl_late_init+0x0/0x682 @ 1
[    0.945365] initcall resctrl_late_init+0x0/0x682 returned -19 after 0 usecs
[    0.945366] calling  hpet_insert_resource+0x0/0x24 @ 1
[    0.945369] initcall hpet_insert_resource+0x0/0x24 returned 0 after 1 usecs
[    0.945371] calling  update_mp_table+0x0/0x50e @ 1
[    0.945372] initcall update_mp_table+0x0/0x50e returned 0 after 0 usecs
[    0.945373] calling  lapic_insert_resource+0x0/0x47 @ 1
[    0.945374] initcall lapic_insert_resource+0x0/0x47 returned 0 after 0 usecs
[    0.945375] calling  print_ICs+0x0/0x18e @ 1
[    0.945376] initcall print_ICs+0x0/0x18e returned 0 after 0 usecs
[    0.945377] calling  pat_memtype_list_init+0x0/0x35 @ 1
[    0.945379] initcall pat_memtype_list_init+0x0/0x35 returned 0 after 1 usecs
[    0.945380] calling  create_tlb_single_page_flush_ceiling+0x0/0x29 @ 1
[    0.945382] initcall create_tlb_single_page_flush_ceiling+0x0/0x29 returned 0 after 0 usecs
[    0.945383] calling  aesni_init+0x0/0x1ad @ 1
[    0.945384] AVX2 version of gcm_enc/dec engaged.
[    0.945384] AES CTR mode by8 optimization enabled
[    0.951016] initcall aesni_init+0x0/0x1ad returned 0 after 5496 usecs
[    0.951019] calling  init_oops_id+0x0/0x40 @ 1
[    0.951022] initcall init_oops_id+0x0/0x40 returned 0 after 0 usecs
[    0.951023] calling  sched_clock_init_late+0x0/0x90 @ 1
[    0.951024] sched_clock: Marking stable (950864782, 145122)->(959629573, -8619669)
[    0.951094] initcall sched_clock_init_late+0x0/0x90 returned 0 after 68 usecs
[    0.951095] calling  sched_init_debug+0x0/0x3e @ 1
[    0.951101] initcall sched_init_debug+0x0/0x3e returned 0 after 4 usecs
[    0.951102] calling  pm_qos_power_init+0x0/0xab @ 1
[    0.951170] initcall pm_qos_power_init+0x0/0xab returned 0 after 65 usecs
[    0.951171] calling  pm_debugfs_init+0x0/0x24 @ 1
[    0.951172] initcall pm_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    0.951173] calling  printk_late_init+0x0/0x11d @ 1
[    0.951174] initcall printk_late_init+0x0/0x11d returned 0 after 0 usecs
[    0.951175] calling  tk_debug_sleep_time_init+0x0/0x3d @ 1
[    0.951177] initcall tk_debug_sleep_time_init+0x0/0x3d returned 0 after 0 usecs
[    0.951178] calling  taskstats_init+0x0/0x3b @ 1
[    0.951183] registered taskstats version 1
[    0.951185] initcall taskstats_init+0x0/0x3b returned 0 after 5 usecs
[    0.951186] calling  load_system_certificate_list+0x0/0xf3 @ 1
[    0.951187] Loading compiled-in X.509 certificates
[    0.952831] Loaded X.509 cert 'Build time autogenerated kernel key: be624dfe375df157c93ce90eb9f78ba9df68a3b3'
[    0.952836] initcall load_system_certificate_list+0x0/0xf3 returned 0 after 1608 usecs
[    0.952837] calling  fault_around_debugfs+0x0/0x35 @ 1
[    0.952840] initcall fault_around_debugfs+0x0/0x35 returned 0 after 1 usecs
[    0.952841] calling  max_swapfiles_check+0x0/0x3 @ 1
[    0.952842] initcall max_swapfiles_check+0x0/0x3 returned 0 after 0 usecs
[    0.952843] calling  init_zswap+0x0/0x444 @ 1
[    0.952858] zswap: loaded using pool lzo/zbud
[    0.952911] initcall init_zswap+0x0/0x444 returned 0 after 65 usecs
[    0.952913] calling  split_huge_pages_debugfs+0x0/0x35 @ 1
[    0.952915] initcall split_huge_pages_debugfs+0x0/0x35 returned 0 after 0 usecs
[    0.952916] calling  check_early_ioremap_leak+0x0/0x3a @ 1
[    0.952917] initcall check_early_ioremap_leak+0x0/0x3a returned 0 after 0 usecs
[    0.952918] calling  set_hardened_usercopy+0x0/0x26 @ 1
[    0.952920] initcall set_hardened_usercopy+0x0/0x26 returned 1 after 0 usecs
[    0.952921] calling  init_btrfs_fs+0x0/0x12f @ 1
[    0.953064] Btrfs loaded, crc32c=crc32c-intel
[    0.953070] initcall init_btrfs_fs+0x0/0x12f returned 0 after 144 usecs
[    0.953071] calling  pstore_init+0x0/0x15 @ 1
[    0.953204] pstore: Using crash dump compression: zstd
[    0.953210] initcall pstore_init+0x0/0x15 returned 0 after 135 usecs
[    0.953211] calling  init_root_keyring+0x0/0xb @ 1
[    0.953219] initcall init_root_keyring+0x0/0xb returned 0 after 6 usecs
[    0.953220] calling  prandom_reseed+0x0/0x2f @ 1
[    0.953225] initcall prandom_reseed+0x0/0x2f returned 0 after 3 usecs
[    0.953226] calling  pci_resource_alignment_sysfs_init+0x0/0x1d @ 1
[    0.953228] initcall pci_resource_alignment_sysfs_init+0x0/0x1d returned 0 after 1 usecs
[    0.953229] calling  pci_sysfs_init+0x0/0x50 @ 1
[    0.955242] initcall pci_sysfs_init+0x0/0x50 returned 0 after 1953 usecs
[    0.955244] calling  bert_init+0x0/0x1ff @ 1
[    0.955246] initcall bert_init+0x0/0x1ff returned 0 after 0 usecs
[    0.955247] calling  clk_debug_init+0x0/0x116 @ 1
[    0.955283] initcall clk_debug_init+0x0/0x116 returned 0 after 33 usecs
[    0.955295] calling  dmar_free_unused_resources+0x0/0xcb @ 1
[    0.955296] initcall dmar_free_unused_resources+0x0/0xcb returned 0 after 0 usecs
[    0.955298] calling  deferred_probe_initcall+0x0/0x90 @ 1
[    0.955423] initcall deferred_probe_initcall+0x0/0x90 returned 0 after 110 usecs
[    0.955424] calling  acpi_cpufreq_init+0x0/0x21c @ 1
[    0.955426] initcall acpi_cpufreq_init+0x0/0x21c returned -17 after 0 usecs
[    0.955427] calling  firmware_memmap_init+0x0/0x33 @ 1
[    0.955493] initcall firmware_memmap_init+0x0/0x33 returned 0 after 63 usecs
[    0.955494] calling  efi_shutdown_init+0x0/0x40 @ 1
[    0.955495] initcall efi_shutdown_init+0x0/0x40 returned 0 after 0 usecs
[    0.955496] calling  itmt_legacy_init+0x0/0x4c @ 1
[    0.955510] initcall itmt_legacy_init+0x0/0x4c returned -19 after 0 usecs
[    0.955511] calling  pci_mmcfg_late_insert_resources+0x0/0x4c @ 1
[    0.955513] initcall pci_mmcfg_late_insert_resources+0x0/0x4c returned 0 after 1 usecs
[    0.955522] calling  tcp_congestion_default+0x0/0x19 @ 1
[    0.955524] initcall tcp_congestion_default+0x0/0x19 returned 0 after 0 usecs
[    0.955526] calling  clear_boot_tracer+0x0/0x2e @ 1
[    0.955534] initcall clear_boot_tracer+0x0/0x2e returned 0 after 0 usecs
[    0.955536] calling  tracing_set_default_clock+0x0/0x3d @ 1
[    0.955537] initcall tracing_set_default_clock+0x0/0x3d returned 0 after 0 usecs
[    0.955539] calling  acpi_gpio_handle_deferred_request_irqs+0x0/0xa0 @ 1
[    0.955540] initcall acpi_gpio_handle_deferred_request_irqs+0x0/0xa0 returned 0 after 0 usecs
[    0.955542] calling  clk_disable_unused+0x0/0x130 @ 1
[    0.955556] initcall clk_disable_unused+0x0/0x130 returned 0 after 0 usecs
[    0.955557] calling  regulator_init_complete+0x0/0x36 @ 1
[    0.955570] initcall regulator_init_complete+0x0/0x36 returned 0 after 11 usecs
[    1.175848] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.177564] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (unknown) succeeded
[    1.177566] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (unknown) filtered out
[    1.177611] ata3.00: ACPI cmd ef/10:09:00:00:00:a0 (unknown) succeeded
[    1.177814] ata3.00: supports DRM functions and may not be fully accessible
[    1.178363] ata3.00: disabling queued TRIM support
[    1.178364] ata3.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
[    1.178367] ata3.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.179970] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (unknown) succeeded
[    1.179971] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (unknown) filtered out
[    1.180016] ata3.00: ACPI cmd ef/10:09:00:00:00:a0 (unknown) succeeded
[    1.180212] ata3.00: supports DRM functions and may not be fully accessible
[    1.180718] ata3.00: disabling queued TRIM support
[    1.182007] ata3.00: configured for UDMA/133
[    1.182118] scsi 2:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
[    1.182207] probe of 2:0:0:0 returned 1 after 23 usecs
[    1.182254] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.182279] sd 2:0:0:0: [sda] Write Protect is off
[    1.182281] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.182287] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.182292] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.183711]  sda: sda1 sda2
[    1.184141] sd 2:0:0:0: [sda] supports TCG Opal
[    1.184144] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.228652] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.314392] fbcon: inteldrmfb (fb0) is primary device
[    1.356364] usb 1-2: New USB device found, idVendor=0781, idProduct=55a5, bcdDevice= 1.27
[    1.356365] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.356366] usb 1-2: Product: Cruzer U
[    1.356367] usb 1-2: Manufacturer: SanDisk
[    1.356367] usb 1-2: SerialNumber: 4C531001620503101084
[    1.357464] probe of 1-2:1.0 returned 0 after 4 usecs
[    1.357470] usb-storage 1-2:1.0: USB Mass Storage device detected
[    1.357619] scsi host3: usb-storage 1-2:1.0
[    1.357662] probe of 1-2:1.0 returned 1 after 195 usecs
[    1.357679] probe of 1-2 returned 1 after 1205 usecs
[    1.469942] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.497479] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316, bcdDevice= 2.04
[    1.497480] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.497481] usb 2-3: Product: USB3.0-CRW
[    1.497482] usb 2-3: Manufacturer: Generic
[    1.497482] usb 2-3: SerialNumber: 20120501030900000
[    1.506630] probe of 2-3:1.0 returned 0 after 7 usecs
[    1.506636] usb-storage 2-3:1.0: USB Mass Storage device detected
[    1.506800] scsi host4: usb-storage 2-3:1.0
[    1.506846] probe of 2-3:1.0 returned 1 after 213 usecs
[    1.506864] probe of 2-3 returned 1 after 9239 usecs
[    1.601913] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    1.733509] usb 1-4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.03
[    1.733510] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.733511] usb 1-4: Product: USB Receiver
[    1.733512] usb 1-4: Manufacturer: Logitech
[    1.738989] probe of 0003:046D:C52B.0001 returned 0 after 3 usecs
[    1.738998] probe of 1-4:1.0 returned 1 after 1239 usecs
[    1.740861] probe of 0003:046D:C52B.0002 returned 0 after 4 usecs
[    1.740870] probe of 1-4:1.1 returned 1 after 1854 usecs
[    1.742387] probe of 0003:046D:C52B.0003 returned 0 after 4 usecs
[    1.742397] probe of 1-4:1.2 returned 1 after 1504 usecs
[    1.742411] probe of 1-4 returned 1 after 8772 usecs
[    1.856295] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    1.984355] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    1.984356] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.987727] probe of 1-7 returned 1 after 3237 usecs
[    2.102293] usb 1-8: new high-speed USB device number 5 using xhci_hcd
[    2.279028] usb 1-8: New USB device found, idVendor=5986, idProduct=111c, bcdDevice=37.27
[    2.279029] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.279030] usb 1-8: Product: Integrated Camera
[    2.279031] usb 1-8: Manufacturer: Bison
[    2.279031] usb 1-8: SerialNumber: 200901010001
[    2.283570] probe of 1-8 returned 1 after 4410 usecs
[    2.371391] scsi 3:0:0:0: Direct-Access     SanDisk  Cruzer U         1.27 PQ: 0 ANSI: 6
[    2.371485] probe of 3:0:0:0 returned 1 after 17 usecs
[    2.371518] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    2.371720] sd 3:0:0:0: [sdb] 30529536 512-byte logical blocks: (15.6 GB/14.6 GiB)
[    2.371941] sd 3:0:0:0: [sdb] Write Protect is off
[    2.371941] sd 3:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    2.372169] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.374113]  sdb: sdb1 sdb2
[    2.374899] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[    2.397921] usb 1-9: new full-speed USB device number 6 using xhci_hcd
[    2.527399] usb 1-9: New USB device found, idVendor=138a, idProduct=0097, bcdDevice= 1.64
[    2.527400] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.527400] usb 1-9: SerialNumber: 718a8019540c
[    2.530149] probe of 1-9 returned 1 after 2613 usecs
[    2.564477] scsi 4:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[    2.564579] probe of 4:0:0:0 returned 1 after 21 usecs
[    2.564616] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    2.566927] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[    2.851623] Console: switching to colour frame buffer device 240x67
[    3.156707] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.158074] Freeing unused kernel image memory: 1180K
[    3.162670] Write protecting the kernel read-only data: 24576k
[    3.164199] Freeing unused kernel image memory: 2000K
[    3.165537] Freeing unused kernel image memory: 964K
[    3.166740] Run /init as init process
[    3.174711] Checking if system is capable of running Clear Linux*...
[    3.192596] SUCCESS: 64-bit CPU (lm)
[    3.198139] SUCCESS: Supplemental Streaming SIMD Extensions 3 (ssse3)
[    3.203687] SUCCESS: Streaming SIMD Extensions v4.1 (sse4_1)
[    3.209194] SUCCESS: Streaming SIMD Extensions v4.2 (sse4_2)
[    3.214721] SUCCESS: Advanced Encryption Standard instruction set (aes)
[    3.220307] SUCCESS: Carry-less Multiplication extensions (pclmulqdq)
[    3.223096] calling  init_iso9660_fs+0x0/0x73 [isofs] @ 356
[    3.223123] initcall init_iso9660_fs+0x0/0x73 [isofs] returned 0 after 23 usecs
[    3.224710] calling  cdrom_init+0x0/0x1000 [cdrom] @ 357
[    3.224716] initcall cdrom_init+0x0/0x1000 [cdrom] returned 0 after 3 usecs
[    3.226072] calling  init_sr+0x0/0x1000 [sr_mod] @ 358
[    3.226085] initcall init_sr+0x0/0x1000 [sr_mod] returned 0 after 9 usecs
[    3.227940] calling  ovl_init+0x0/0x1000 [overlay] @ 359
[    3.227952] initcall ovl_init+0x0/0x1000 [overlay] returned 0 after 7 usecs
[    3.354336] Found installer media, continuing boot...
[    3.414173] ISO 9660 Extensions: RRIP_1991A
[    4.025441] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT -SELINUX +IMA -APPARMOR -SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=legacy)
[    4.028146] systemd[1]: Detected architecture x86-64.
[    4.044616] systemd[1]: Set hostname to <clr-live>.
[    4.083947] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    4.085367] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    4.112998] systemd[1]: Reached target Remote File Systems.
[    4.116612] systemd[1]: Reached target Swap.
[    4.120254] systemd[1]: Listening on udev Kernel Socket.
[    4.123911] systemd[1]: Listening on Journal Audit Socket.
[    4.127492] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.406459] systemd-journald[383]: Received request to flush runtime journal from PID 1
[    4.589618] calling  pcc_cpufreq_init+0x0/0xa67 [pcc_cpufreq] @ 411
[    4.589621] initcall pcc_cpufreq_init+0x0/0xa67 [pcc_cpufreq] returned 0 after 0 usecs
[    4.742275] calling  acpi_battery_init+0x0/0xf6c [battery] @ 417
[    4.742281] initcall acpi_battery_init+0x0/0xf6c [battery] returned 0 after 2 usecs
[    4.760974] battery: ACPI: Battery Slot [BAT0] (battery present)
[    4.762372] probe of PNP0C0A:00 returned 1 after 20017 usecs
[    4.783325] battery: ACPI: Battery Slot [BAT1] (battery present)
[    4.784541] probe of PNP0C0A:01 returned 1 after 22166 usecs
[    4.811373] calling  acpi_ac_init+0x0/0xfe6 [ac] @ 421
[    4.812475] ACPI: AC Adapter [AC] (on-line)
[    4.813821] calling  acpi_thermal_init+0x0/0x1000 [thermal] @ 423
[    4.813825] probe of ACPI0003:00 returned 1 after 1681 usecs
[    4.813871] initcall acpi_ac_init+0x0/0xfe6 [ac] returned 0 after 46 usecs
[    4.816131] thermal LNXTHERM:00: registered as thermal_zone1
[    4.817396] ACPI: Thermal Zone [THM0] (47 C)
[    4.818966] probe of LNXTHERM:00 returned 1 after 5043 usecs
[    4.818983] initcall acpi_thermal_init+0x0/0x1000 [thermal] returned 0 after 5037 usecs
[    4.881273] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
[    4.881274] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
[    4.881275] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[    4.881275] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[    4.881277] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[    4.882176] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[    4.882241] mce: CPU3: Package temperature/speed normal
[    4.882244] mce: CPU1: Package temperature/speed normal
[    4.883085] mce: CPU0: Core temperature/speed normal
[    4.891136] mce: CPU0: Package temperature/speed normal
[    4.899646] calling  i8042_init+0x0/0x234 [i8042] @ 412
[    4.899751] probe of 00:06 returned 1 after 16 usecs
[    4.899772] probe of 00:07 returned 1 after 8 usecs
[    4.899778] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    4.905252] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.907574] serio: i8042 AUX port at 0x60,0x64 irq 12
[    4.908872] probe of i8042 returned 1 after 6012 usecs
[    4.908886] initcall i8042_init+0x0/0x234 [i8042] returned 0 after 9016 usecs
[    4.949980] calling  typec_init+0x0/0x1000 [typec] @ 409
[    4.949992] initcall typec_init+0x0/0x1000 [typec] returned 0 after 9 usecs
[    4.969970] calling  intel_pch_thermal_driver_init+0x0/0x1000 [intel_pch_thermal] @ 415
[    4.970210] probe of 0000:00:14.2 returned 1 after 229 usecs
[    4.970220] initcall intel_pch_thermal_driver_init+0x0/0x1000 [intel_pch_thermal] returned 0 after 241 usecs
[    5.001326] calling  usb_roles_init+0x0/0x1000 [roles] @ 410
[    5.001331] initcall usb_roles_init+0x0/0x1000 [roles] returned 0 after 3 usecs
[    5.005360] calling  acpi_wmi_init+0x0/0x1000 [wmi] @ 424
[    5.006558] calling  intel_xhci_usb_driver_init+0x0/0x1000 [intel_xhci_usb_role_switch] @ 410
[    5.006614] probe of PNP0C14:00 returned 1 after 1233 usecs
[    5.006824] probe of PNP0C14:01 returned 1 after 207 usecs
[    5.006862] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    5.006926] probe of intel_xhci_usb_sw returned 1 after 355 usecs
[    5.008074] probe of PNP0C14:02 returned 1 after 1247 usecs
[    5.008103] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    5.008133] probe of PNP0C14:03 returned 1 after 56 usecs
[    5.008144] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 1545 usecs
[    5.008245] initcall intel_xhci_usb_driver_init+0x0/0x1000 [intel_xhci_usb_role_switch] returned 0 after 1644 usecs
[    5.013849] calling  ucsi_acpi_platform_driver_init+0x0/0x1000 [ucsi_acpi] @ 409
[    5.017549] probe of USBC000:00 returned 1 after 3680 usecs
[    5.017563] initcall ucsi_acpi_platform_driver_init+0x0/0x1000 [ucsi_acpi] returned 0 after 3623 usecs
[    5.077321] calling  rfkill_init+0x0/0x11a [rfkill] @ 417
[    5.079610] initcall rfkill_init+0x0/0x11a [rfkill] returned 0 after 2229 usecs
[    5.091220] calling  mei_init+0x0/0xb3 [mei] @ 420
[    5.091238] initcall mei_init+0x0/0xb3 [mei] returned 0 after 12 usecs
[    5.099332] calling  init_soundcore+0x0/0x1000 [soundcore] @ 424
[    5.099342] initcall init_soundcore+0x0/0x1000 [soundcore] returned 0 after 5 usecs
[    5.142901] calling  ecdh_init+0x0/0x20 [ecdh_generic] @ 414
[    5.143780] initcall ecdh_init+0x0/0x20 [ecdh_generic] returned 0 after 854 usecs
[    5.153994] calling  alsa_sound_init+0x0/0x88 [snd] @ 424
[    5.154006] initcall alsa_sound_init+0x0/0x88 [snd] returned 0 after 7 usecs
[    5.155966] calling  mei_me_driver_init+0x0/0x1000 [mei_me] @ 420
[    5.155997] initcall mei_me_driver_init+0x0/0x1000 [mei_me] returned 0 after 26 usecs
[    5.156017] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[    5.174244] probe of 0000:00:16.0 returned 1 after 18249 usecs
[    5.215363] calling  ledtrig_audio_init+0x0/0x1000 [ledtrig_audio] @ 419
[    5.215368] initcall ledtrig_audio_init+0x0/0x1000 [ledtrig_audio] returned 0 after 2 usecs
[    5.238573] calling  i2c_i801_init+0x0/0x1000 [i2c_i801] @ 416
[    5.238608] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    5.240508] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.241812] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.251499] probe of 0000:00:1f.4 returned 1 after 12911 usecs
[    5.251514] initcall i2c_i801_init+0x0/0x1000 [i2c_i801] returned 0 after 12632 usecs
[    5.261439] calling  alsa_timer_init+0x0/0x1000 [snd_timer] @ 410
[    5.262781] initcall alsa_timer_init+0x0/0x1000 [snd_timer] returned 0 after 1306 usecs
[    5.347912] calling  nvram_init+0x0/0x1000 [nvram] @ 419
[    5.348220] Non-volatile memory driver v1.3
[    5.349571] initcall nvram_init+0x0/0x1000 [nvram] returned 0 after 1615 usecs
[    5.350725] calling  alsa_pcm_init+0x0/0x6f [snd_pcm] @ 410
[    5.350731] initcall alsa_pcm_init+0x0/0x6f [snd_pcm] returned 0 after 2 usecs
[    5.352103] calling  alsa_hwdep_init+0x0/0x1000 [snd_hwdep] @ 410
[    5.352108] initcall alsa_hwdep_init+0x0/0x1000 [snd_hwdep] returned 0 after 2 usecs
[    5.369987] calling  e1000_init_module+0x0/0x1000 [e1000e] @ 418
[    5.369988] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    5.372744] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.373089] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.388984] calling  hda_bus_init+0x0/0x12 [snd_hda_core] @ 410
[    5.388998] initcall hda_bus_init+0x0/0x12 [snd_hda_core] returned 0 after 8 usecs
[    5.477381] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    5.491343] calling  thinkpad_acpi_module_init+0x0/0xc7a [thinkpad_acpi] @ 424
[    5.491421] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    5.492315] thinkpad_acpi: http://ibm-acpi.sf.net/
[    5.493046] thinkpad_acpi: ThinkPad BIOS N1QET80W (1.55 ), EC unknown
[    5.493753] thinkpad_acpi: Lenovo ThinkPad T470, model 20HDCTO1WW
[    5.497751] probe of thinkpad_acpi returned 1 after 12 usecs
[    5.497777] probe of thinkpad_hwmon returned 1 after 8 usecs
[    5.498266] thinkpad_acpi: radio switch found; radios are enabled
[    5.499097] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    5.500273] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    5.501973] probe of LEN0268:00 returned 1 after 13 usecs
[    5.503459] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    5.505765] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    5.514775] thinkpad_acpi: battery 2 registered (start 0, stop 100)
[    5.520192] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[    5.521542] battery: new extension: ThinkPad Battery Extension
[    5.531039] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input4
[    5.534035] calling  cfg80211_init+0x0/0xd4 [cfg80211] @ 422
[    5.534121] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.537106] initcall thinkpad_acpi_module_init+0x0/0xc7a [thinkpad_acpi] returned 0 after 2989 usecs
[    5.544934] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 8c:16:45:02:c7:65
[    5.545998] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    5.548724] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[    5.548743] probe of 0000:00:1f.6 returned 1 after 175826 usecs
[    5.548769] initcall e1000_init_module+0x0/0x1000 [e1000e] returned 0 after 14378 usecs
[    5.549112] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.549315] initcall cfg80211_init+0x0/0xd4 [cfg80211] returned 0 after 14886 usecs
[    5.613408] calling  tpm_init+0x0/0xfd2 [tpm] @ 507
[    5.613496] initcall tpm_init+0x0/0xfd2 [tpm] returned 0 after 68 usecs
[    5.657711] calling  logi_djreceiver_driver_init+0x0/0x1000 [hid_logitech_dj] @ 420
[    5.657730] probe of 0003:046D:C52B.0001 returned 0 after 10 usecs
[    5.657739] probe of 0003:046D:C52B.0002 returned 0 after 6 usecs
[    5.657918] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input2
[    5.723477] calling  serio_raw_drv_init+0x0/0x1000 [serio_raw] @ 423
[    5.723492] initcall serio_raw_drv_init+0x0/0x1000 [serio_raw] returned 0 after 11 usecs
[    5.763686] probe of 0003:046D:C52B.0003 returned 1 after 105944 usecs
[    5.763723] initcall logi_djreceiver_driver_init+0x0/0x1000 [hid_logitech_dj] returned 0 after 39292 usecs
[    5.764928] calling  bt_init+0x0/0xae [bluetooth] @ 417
[    5.764930] Bluetooth: Core ver 2.22
[    5.764989] input: Logitech Unifying Device. Wireless PID:4004 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4004.0004/input/input5
[    5.766306] NET: Registered protocol family 31
[    5.767807] input: Logitech Unifying Device. Wireless PID:4004 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4004.0004/input/input6
[    5.768886] Bluetooth: HCI device and connection manager initialized
[    5.768889] Bluetooth: HCI socket layer initialized
[    5.768891] Bluetooth: L2CAP socket layer initialized
[    5.768898] Bluetooth: SCO socket layer initialized
[    5.768916] initcall bt_init+0x0/0xae [bluetooth] returned 0 after 3877 usecs
[    5.774571] input: Logitech Unifying Device. Wireless PID:4004 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4004.0004/input/input7
[    5.775869] hid-generic 0003:046D:4004.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4004] on usb-0000:00:14.0-4:1
[    5.776989] probe of 0003:046D:4004.0004 returned 1 after 12238 usecs
[    5.777116] input: Logitech Unifying Device. Wireless PID:101d Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:101D.0005/input/input11
[    5.778328] hid-generic 0003:046D:101D.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101d] on usb-0000:00:14.0-4:2
[    5.779629] probe of 0003:046D:101D.0005 returned 1 after 2612 usecs
[    5.779792] input: Logitech Unifying Device. Wireless PID:1028 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:1028.0006/input/input15
[    5.781109] hid-generic 0003:046D:1028.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:1028] on usb-0000:00:14.0-4:3
[    5.782414] probe of 0003:046D:1028.0006 returned 1 after 2753 usecs
[    5.784299] calling  azx_driver_init+0x0/0xfd4 [snd_hda_intel] @ 410
[    5.784484] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[    5.785839] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops)
[    5.785907] probe of 0000:00:1f.3 returned 1 after 1595 usecs
[    5.787438] initcall azx_driver_init+0x0/0xfd4 [snd_hda_intel] returned 0 after 3060 usecs
[    5.831261] calling  intel_wmi_thunderbolt_driver_init+0x0/0x1000 [intel_wmi_thunderbolt] @ 415
[    5.831284] probe of 86CCFD48-205E-4A77-9C48-2021CBEDE341 returned 1 after 16 usecs
[    5.831295] initcall intel_wmi_thunderbolt_driver_init+0x0/0x1000 [intel_wmi_thunderbolt] returned 0 after 31 usecs
[    5.853134] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    5.867564] calling  videodev_init+0x0/0x84 [videodev] @ 416
[    5.867565] videodev: Linux video capture interface: v2.00
[    5.869076] initcall videodev_init+0x0/0x84 [videodev] returned 0 after 1471 usecs
[    5.882666] calling  ac97_bus_init+0x0/0x1000 [ac97_bus] @ 410
[    5.882690] initcall ac97_bus_init+0x0/0x1000 [ac97_bus] returned 0 after 16 usecs
[    5.925662] calling  iwl_drv_init+0x0/0x1000 [iwlwifi] @ 422
[    5.925663] Intel(R) Wireless WiFi driver for Linux
[    5.927464] Copyright(c) 2003- 2015 Intel Corporation
[    5.930023] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[    5.934076] probe of 0000:04:00.0 returned 1 after 4379 usecs
[    5.934097] initcall iwl_drv_init+0x0/0x1000 [iwlwifi] returned 0 after 8223 usecs
[    6.059300] calling  generic_driver_init+0x0/0x1000 [snd_hda_codec_generic] @ 535
[    6.059315] initcall generic_driver_init+0x0/0x1000 [snd_hda_codec_generic] returned 0 after 10 usecs
[    6.231680] calling  hidpp_driver_init+0x0/0x1000 [hid_logitech_hidpp] @ 411
[    6.234583] probe of 0003:046D:4004.0004 returned 0 after 7 usecs
[    6.240796] input: Logitech K360 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4004.0004/input/input19
[    6.240830] calling  wmi_bmof_driver_init+0x0/0x1000 [wmi_bmof] @ 420
[    6.242021] probe of 05901221-D566-11D1-B2F0-00A0C9062910 returned 1 after 41 usecs
[    6.242035] initcall wmi_bmof_driver_init+0x0/0x1000 [wmi_bmof] returned 0 after 63 usecs
[    6.242084] logitech-hidpp-device 0003:046D:4004.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K360] on usb-0000:00:14.0-4:1
[    6.243362] probe of 0003:046D:4004.0004 returned 1 after 8775 usecs
[    6.243504] probe of 0003:046D:101D.0005 returned 0 after 7 usecs
[    6.248716] input: Logitech M505/B605 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:101D.0005/input/input20
[    6.250078] logitech-hidpp-device 0003:046D:101D.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech M505/B605] on usb-0000:00:14.0-4:2
[    6.251225] probe of 0003:046D:101D.0005 returned 1 after 7715 usecs
[    6.251378] probe of 0003:046D:1028.0006 returned 0 after 7 usecs
[    6.256965] input: Logitech M570 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:1028.0006/input/input21
[    6.258122] logitech-hidpp-device 0003:046D:1028.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech M570] on usb-0000:00:14.0-4:3
[    6.259265] probe of 0003:046D:1028.0006 returned 1 after 7883 usecs
[    6.259276] initcall hidpp_driver_init+0x0/0x1000 [hid_logitech_hidpp] returned 0 after 16897 usecs
[    6.297354] calling  realtek_driver_init+0x0/0x1000 [snd_hda_codec_realtek] @ 535
[    6.297947] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.299082] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.300221] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=2 (0x17/0x21/0x0/0x0/0x0)
[    6.301395] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.302515] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.303621] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    6.304719] snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
[    6.305824] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    6.337855] calling  atkbd_init+0x0/0xfc0 [atkbd] @ 423
[    6.337873] initcall atkbd_init+0x0/0xfc0 [atkbd] returned 0 after 14 usecs
[    6.339296] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input22
[    6.340499] probe of serio0 returned 1 after 2525 usecs
[    6.344839] probe of serio1 returned 0 after 4336 usecs
[    6.346998] probe of hdaudioC0D0 returned 1 after 49638 usecs
[    6.347013] initcall realtek_driver_init+0x0/0x1000 [snd_hda_codec_realtek] returned 0 after 8936 usecs
[    6.389468] calling  joydev_init+0x0/0x1000 [joydev] @ 419
[    6.389474] initcall joydev_init+0x0/0x1000 [joydev] returned 0 after 3 usecs
[    6.425708] calling  hdmi_driver_init+0x0/0x1000 [snd_hda_codec_hdmi] @ 565
[    6.428949] probe of hdaudioC0D2 returned 1 after 3232 usecs
[    6.428965] initcall hdmi_driver_init+0x0/0x1000 [snd_hda_codec_hdmi] returned 0 after 3174 usecs
[    6.432218] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    6.433471] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    6.434774] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    6.436012] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    6.437240] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    6.438683] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[    6.440557] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[    6.442018] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[    6.443582] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[    6.443610] calling  psmouse_init+0x0/0x90 [psmouse] @ 421
[    6.444816] initcall psmouse_init+0x0/0x90 [psmouse] returned 0 after 19 usecs
[    6.533188] calling  uvc_init+0x0/0x1000 [uvcvideo] @ 416
[    6.535100] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:111c)
[    6.542007] calling  init_tis+0x0/0x1000 [tpm_tis] @ 507
[    6.543618] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    6.544205] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input34
[    6.546141] probe of 1-8:1.0 returned 1 after 12923 usecs
[    6.546161] usbcore: registered new interface driver uvcvideo
[    6.547408] USB Video Class driver (1.1.1)
[    6.548490] initcall uvc_init+0x0/0x1000 [uvcvideo] returned 0 after 6325 usecs
[    6.560393] probe of MSFT0101:00 returned 1 after 18369 usecs
[    6.560430] initcall init_tis+0x0/0x1000 [tpm_tis] returned 0 after 17986 usecs
[    6.646364] calling  btusb_driver_init+0x0/0x1000 [btusb] @ 414
[    6.646814] probe of 1-7:1.0 returned 1 after 437 usecs
[    6.646832] usbcore: registered new interface driver btusb
[    6.648376] initcall btusb_driver_init+0x0/0x1000 [btusb] returned 0 after 1958 usecs
[    6.649521] Bluetooth: hci0: Firmware revision 0.1 build 43 week 1 2019
[    6.776601] calling  snd_soc_init+0x0/0xb9 [snd_soc_core] @ 410
[    6.776727] probe of snd-soc-dummy returned 1 after 20 usecs
[    6.776759] initcall snd_soc_init+0x0/0xb9 [snd_soc_core] returned 0 after 143 usecs
[    7.098170] calling  skl_driver_init+0x0/0x1000 [snd_soc_skl] @ 410
[    7.098194] initcall skl_driver_init+0x0/0x1000 [snd_soc_skl] returned 0 after 19 usecs
[    7.278072] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[    7.316828] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[    7.318500] psmouse serio1: synaptics: Your touchpad (PNP: LEN006e PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    7.383934] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf002a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2491725
[    7.385015] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    7.404761] iwlwifi 0000:04:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
[    7.426872] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input33
[    7.431477] probe of serio1 returned 1 after 986656 usecs
[    7.835151] calling  ieee80211_init+0x0/0x2a [mac80211] @ 622
[    7.835170] initcall ieee80211_init+0x0/0x2a [mac80211] returned 0 after 7 usecs
[    8.007055] calling  iwl_mvm_init+0x0/0x1000 [iwlmvm] @ 622
[    8.007070] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    8.070020] iwlwifi 0000:04:00.0: base HW address: e4:70:b8:fd:19:ac
[    8.086205] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    8.146080] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    8.146313] thermal thermal_zone3: failed to read out thermal zone (-61)
[    8.148259] initcall iwl_mvm_init+0x0/0x1000 [iwlmvm] returned 0 after 137877 usecs
[    8.150119] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[    8.302955] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input35
[    8.385285] probe of serio2 returned 1 after 953777 usecs
[    9.704682] usb 1-1: new low-speed USB device number 7 using xhci_hcd
[    9.839499] usb 1-1: New USB device found, idVendor=258a, idProduct=1006, bcdDevice= 1.00
[    9.840839] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.842169] usb 1-1: Product: USB KEYBOARD
[    9.843494] usb 1-1: Manufacturer: SINO WEALTH
[    9.849269] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:258A:1006.0007/input/input36
[    9.902919] hid-generic 0003:258A:1006.0007: input,hidraw4: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-1/input0
[    9.904472] probe of 0003:258A:1006.0007 returned 1 after 55321 usecs
[    9.904483] probe of 1-1:1.0 returned 1 after 58207 usecs
[    9.914236] input: SINO WEALTH USB KEYBOARD System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:258A:1006.0008/input/input37
[    9.967823] input: SINO WEALTH USB KEYBOARD Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:258A:1006.0008/input/input38
[    9.970092] input: SINO WEALTH USB KEYBOARD Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:258A:1006.0008/input/input40
[    9.971969] hid-generic 0003:258A:1006.0008: input,hiddev97,hidraw5: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-1/input1
[    9.973707] probe of 0003:258A:1006.0008 returned 1 after 59672 usecs
[    9.973719] probe of 1-1:1.1 returned 1 after 69197 usecs
[    9.973744] probe of 1-1 returned 1 after 128767 usecs
[   20.541197] calling  bnep_init+0x0/0xb2 [bnep] @ 4737
[   20.541198] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.541200] Bluetooth: BNEP filters: protocol multicast
[   20.541203] Bluetooth: BNEP socket layer initialized
[   20.541207] initcall bnep_init+0x0/0xb2 [bnep] returned 0 after 6 usecs
[   20.583616] calling  rfcomm_init+0x0/0xc8 [rfcomm] @ 4739
[   20.584892] Bluetooth: RFCOMM socket layer initialized
[   20.584897] Bluetooth: RFCOMM ver 1.11
[   20.584906] initcall rfcomm_init+0x0/0xc8 [rfcomm] returned 0 after 1252 usecs
[   21.098627] rfkill: input handler disabled
[   22.012368] calling  crypto_cmac_module_init+0x0/0x1000 [cmac] @ 5113
[   22.012371] initcall crypto_cmac_module_init+0x0/0x1000 [cmac] returned 0 after 1 usecs
[   25.086687] logitech-hidpp-device 0003:046D:1028.0006: HID++ 1.0 device connected.
albe-rosado commented 5 years ago

I can reproduce the same issue on my machine. ( 20HHCTO1WW ThinkPad P51, Intel i7-7700HQ (8) @ 3.800GHz) IMG_20190515_214025

pdxjohnny commented 5 years ago

Do these systems have a TPM 2.0?

albe-rosado commented 5 years ago

Nope on my machine, I have 1.16. @pdxjohnny

szymonrw commented 5 years ago

I had a similar problem. I initially only removed the quiet from the kernel command line. This made the system boot but very slowly. Consecutive console messages for starting services would show approximately every 30s or so. I didn't have the patience to wait until boots all the way :wink:

Just removing the console=ttyS0,115200n8 part makes the system boot just fine though. I'm guessing a slow device hooked put to the serial port is slowing everything down because the I/O is synchronous?

This comment seems to suggest that perhaps the TPM occupies the ttyS0 serial port? Anyway, would removing the console=ttyS0,115200n8 part from the desktop live image and from the resulting install be a viable solution? Having the option to use a terminal on the serial port is useful for server installations but for desktops it feels like it's not necessary.

My machine is a ThinkPad X270, it has a TPM 2.0 module and there seem to be something hooked up to the ttyS0:

> sudo dmesg | grep TPM   
[    7.020358] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78)

> sudo cat /proc/tty/driver/serial 
serinfo:1.0 driver revision:
0: uart:16550A port:000003F8 irq:4 tx:0 rx:0
1: uart:unknown port:000002F8 irq:3
2: uart:unknown port:000003E8 irq:4
3: uart:unknown port:000002E8 irq:3

As a work-around, I removed the unnecessary serial console kernel parameter by putting a file in /etc/kernel/cmdline-removal.d, like:

/etc/kernel/cmdline-removal.d/10-no-ttys.conf

with this content:

console=ttyS0,115200n8

And then running this to apply the setting:

sudo clr-boot-manager update

Then reboot and done.

mdhorn commented 4 years ago

There seem to be two different booting issues discussed here. The TPM one seems to have a workaround.

The other appears to be the NVME detection issue which was fixed in the default native kernel back in November. See https://github.com/clearlinux/distribution/issues/392

fditolla commented 2 years ago

I had a similar problem with the server 36010 live iso in vistualbox under windows. I had to remove quiet and console=ttyS0,115200n8, and later add nomodeset to get to the login prompt. After only removing the two tokens I was getting stuck with this log: fb0: switching to vmwgfx from simple hence I followed this solution: https://github.com/clearlinux/distribution/issues/2500