Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRITICAL Wrong entry in loader.conf prevents booting #976

Open
FrankNL1984 opened this issue Jul 3, 2019 · 50 comments
Open

CRITICAL Wrong entry in loader.conf prevents booting #976

FrankNL1984 opened this issue Jul 3, 2019 · 50 comments
Assignees
Labels
Projects

Comments

@FrankNL1984
Copy link

Hi there,

As requested by William Douglas, I hereby post this issue on GitHub. I marked this issue as CRITICAL, because it keeps Clear Linux from booting.

Problem occurs when:
A) Installing Clear Linux from ISO version 30130
B) Upgrading to version 30170
C) Maybe more versions, but these ones are for sure

The installer/updater places this line in BOOT_PARTITION/loader/loader:conf: 'default Clear-linux-native-5.1.15.791' (install) or 'default Clear-linux-native-5.1.15.792' (update to 30170).

Looking in the file BOOT_PARTITION/loader/entries/Clear-linux-native-5.1.15-79X.conf, I see the line: 'initrd /EFI/org.clearlinux/freestanding-00-intel-ucode.cpio'.

The file BOOT_PARTITION/EFI/org.clearlinux/freestanding-00-intel-ucode.cpio exists.

However, on boot, my computer stops before booting, stating the following three lines:

Failed to open file: EFI\org.clearlinux\freestanding-00-intel-ucode.cpio
Trying to load files to higher address
Failed to open file: EFI\org.clearlinux\freestanding-00-intel-ucode.cpio

I resolved this issue by removing this intel-ucode line from the loader.conf file and disable swupd auto update, because autoupdate will regenerate that line which keeps my system from booting.

Using patched Intel DH67BL Intel Desktop board along with an Intel i7 2600K CPU.

Kind regards,

Frank ter Voorde

@bryteise
Copy link
Member

bryteise commented Jul 3, 2019

@thac0 This seems a bit odd to me. Any ideas why the kernel wouldn't load the initrd?

@FrankNL1984 Could tell me what the shasum of the EFI\org.clearlinux\freestanding-00-intel-ucode.cpio file is?

@miguelinux
Copy link
Member

miguelinux commented Jul 3, 2019 via email

@FrankNL1984
Copy link
Author

FrankNL1984 commented Jul 3, 2019 via email

@miguelinux
Copy link
Member

miguelinux commented Jul 3, 2019 via email

@bryteise
Copy link
Member

bryteise commented Jul 3, 2019

This is really ugly and I am noticing that we don't have a nice way to mask those initrd files currently. I can at least start working on a way so you can update without having problems booting after while we try and figure out what is going on with loading the initrd.

@FrankNL1984
Copy link
Author

FrankNL1984 commented Jul 3, 2019 via email

@miguelinux
Copy link
Member

@bryteise also we need an stateless for initrd as you do with the firmware (/etc/firmware)

@bryteise
Copy link
Member

bryteise commented Jul 3, 2019

@miguelinux We do have stateless for some initrd files via /etc/kernel/initrd-* but not for the freestanding so I need to add that to clr-boot-manager.

@FrankNL1984
Copy link
Author

FrankNL1984 commented Jul 3, 2019 via email

@thac0
Copy link

thac0 commented Jul 8, 2019

So here's the kernel code where the error message is being seen:
https://github.com/torvalds/linux/blob/e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd/arch/x86/boot/compressed/eboot.c#L469

I've not spent much time in this corner of the kernel, but from the code snippet, the kernel will attempt, through low-level EFI calls, to instantiate the ramdisk. If it fails, it will attempt to do it again, but load it at a different (higher) target address. For this case, EFI appears to be reporting failure for both attempts. The code is venerable (more than 5 years old) at this point, and well-exercised by other Linux distributions, so my hypothesis is that @FrankNL1984 's problem may be local to his platform.

@FrankNL1984 - Have the BIOS settings for your platform been changed from their factory defaults? If so, what changes were made?

@FrankNL1984
Copy link
Author

FrankNL1984 commented Jul 8, 2019 via email

@thac0
Copy link

thac0 commented Jul 8, 2019

@FrankNL1984 - Another question-- your responses are very helpful, by the way!

When you omit the initrd= argument from your command line, and successfully boot the platform, do you see any dmesg output about microcode failing to (re)load? Here's a one-liner for you:

$ sudo dmesg | grep -i microcode

I ask because the clr_power binary, executed shortly after rootfs is mounted, triggers a microcode reload event. In that flow, microcode is loaded directly from the rootfs, not through an initrd/ramdisk.

Thanks so much for your help here. It's appreciated!

@FrankNL1984
Copy link
Author

FrankNL1984 commented Jul 8, 2019 via email

@thac0
Copy link

thac0 commented Jul 9, 2019

All right. So, microcode can be patched, just not in the e(arly)boot path. Next step is to rule out Clear-specific optimizations to the kernel. So, @FrankNL1984 , if you could install the following and attempt to boot mainline-vanilla with and without the ucode initrd= bootloader option:

$ sudo swupd bundle-add kernel-mainline-vanilla

I do not have your platform or I would do this myself, hence all of these requests.

It's worth re-iterating that your current work-around-- removing the ucode initrd from your kernel cmdline-- is the best path forward until we find a proper solution.

@bryteise
Copy link
Member

bryteise commented Jul 9, 2019

@thac0 I think that the kernel-mainline-vanilla bundle should be sufficient for checking if it is our kernel patches (it uses this package).

@thac0
Copy link

thac0 commented Jul 9, 2019

Ah. Thanks @bryteise . I'll update my earlier comment.

@FURIOUS-7
Copy link

Hi there,

I've encountered a similar problem like this one. As requested by Douglas William, I hereby posted my findings below.

  1. Problem occurs when clr-installer finished successfully, and then reboot to the system failed.
    The error messages :
    "Failed to open file: EFI\org.clearlinux\freestanding-00-intel-ucode.cpio
    Trying to load files to higer address
    Failed to open file: EFI\org.clearlinux\freestanding-00-intel-ucode.cpio"

  2. Then I boot to the installer ISO, mounted root partition to /mnt and boot partition to /mnt/boot (“mount /dev/sda3 /mnt” and “mount /dev/sda1 /mnt/boot”), then issued command 'CBM_DEBUG=1 clr-boot-manager update --path=/mnt'. Please check the contents.log attached. I also listed the contents under root and boot partition, please kindly check the attached log.
    contents.log

  3. Server Info:
    A) BIOS Information
    Vendor: Intel Corp.
    Version: SE5C600.86B.02.06.0006.032420170950
    Release Date: 03/24/2017
    Address: 0xF0000
    Runtime Size: 64 kB
    ROM Size: 8192 kB
    Characteristics:
    PCI is supported
    BIOS is upgradeable
    BIOS shadowing is allowed
    Boot from CD is supported
    Selectable boot is supported
    EDD is supported
    5.25"/1.2 MB floppy services are supported (int 13h)
    3.5"/720 kB floppy services are supported (int 13h)
    3.5"/2.88 MB floppy services are supported (int 13h)
    Print screen service is supported (int 5h)
    8042 keyboard services are supported (int 9h)
    Serial services are supported (int 14h)
    Printer services are supported (int 17h)
    ACPI is supported
    USB legacy is supported
    BIOS boot specification is supported
    Targeted content distribution is supported
    BIOS Revision: 4.6

B) Base Board Information
Manufacturer: Intel Corporation
Product Name: S2600JF
Version: G28033-507
Serial Number: QSJP23201401
Asset Tag: ....................
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: 00
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0

C) CPU Information
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 45
Model name: Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
Stepping: 7
CPU MHz: 2892.865
CPU max MHz: 3800.0000
CPU min MHz: 1200.0000
BogoMIPS: 5785.67
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 20480K
NUMA node0 CPU(s): 0-7,16-23
NUMA node1 CPU(s): 8-15,24-31
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d

Hope this could lead to something.

Best Regards
Xiaowei

@thac0
Copy link

thac0 commented Jul 12, 2019

Thanks @FURIOUS-7 . At first blush, looks like the same issue. Would you mind following the steps I put down earlier?

All right. So, microcode can be patched, just not in the e(arly)boot path. Next step is to rule out Clear-specific optimizations to the kernel. So, if you could install the following and attempt to boot mainline-vanilla with and without the ucode initrd= bootloader option:

$ sudo swupd bundle-add kernel-mainline-vanilla

@thac0
Copy link

thac0 commented Jul 22, 2019

Well... we're stuck without feedback from the reporters. I do not have a platform that can reproduce this issue, so I've no way to move this forward.

@FrankNL1984
Copy link
Author

FrankNL1984 commented Jul 22, 2019 via email

@logavanc
Copy link

I am having this same issue after a fresh install from USB. The USB itself boots fine, but after the install finishes I get the issue with the ucode initrd= thing.

I installed the kernel-mainline-vanilla package and attempted to boot it with and without the ucode initrd, but the same issue is present. Both linux-lts2018-4.19.60-63 and linux-mainline-5.2.1-4 fail to boot with the ucode initrd line, but both boot fine with the line removed.

When I boot the mainline vanilla kernel without the ucode initrd, I get this:

root@clearlinuxbox~ # dmesg | grep -i microcode
[    0.248158] calling  save_microcode_in_initrd+0x0/0x4d @ 1
[    0.248162] initcall save_microcode_in_initrd+0x0/0x4d returned 0 after 0 usecs
[    0.974948] calling  microcode_init+0x0/0x20e @ 1
[    0.974972] microcode: sig=0x206a7, pf=0x10, revision=0x23
[    0.975006] microcode: Microcode Update Driver: v2.2.
[    0.975008] initcall microcode_init+0x0/0x20e returned 0 after 57 usecs
[   22.159616] microcode: updated to revision 0x2f, date = 2019-02-17
[   22.160178] core: PEBS enabled due to microcode update
[   22.160186] x86/CPU: CPU features have changed after loading microcode, but might not take effect.
[   22.160188] microcode: Reload completed, microcode revision: 0x2f

...and when I boot the LTS kernel I get this:

root@clearlinuxbox~ # dmesg | grep -i microcode
[    0.159719] calling  save_microcode_in_initrd+0x0/0x54 @ 1
[    0.159723] initcall save_microcode_in_initrd+0x0/0x54 returned 0 after 0 usecs
[    1.098373] calling  microcode_init+0x0/0x217 @ 1
[    1.098399] microcode: sig=0x206a7, pf=0x10, revision=0x23
[    1.098431] microcode: Microcode Update Driver: v2.2.
[    1.098433] initcall microcode_init+0x0/0x217 returned 0 after 56 usecs
[   22.154758] microcode: updated to revision 0x2f, date = 2019-02-17
[   22.155394] core: PEBS enabled due to microcode update
[   22.155407] x86/CPU: CPU features have changed after loading microcode, but might not take effect.

Sorry to just jump into the convo, but I was hoping I could help.

@thac0
Copy link

thac0 commented Jul 25, 2019

@logavanc Thanks for the info. Is it possible to share your hardware configuration, as @FURIOUS-7 and @FrankNL1984 have done?

@logavanc
Copy link

@thac0 I am using a Dell Latitude E6420 with BIOS version A08 (in the process of trying to upgrade the BIOS to A25 to see if it helps).

root@clearlinuxbox~ # lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
Address sizes:       36 bits physical, 48 bits virtual
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  2
Core(s) per socket:  2
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               42
Model name:          Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
Stepping:            7
CPU MHz:             1293.530
CPU max MHz:         3200.0000
CPU min MHz:         800.0000
BogoMIPS:            4988.55
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            3072K
NUMA node0 CPU(s):   0-3
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts
root@clearlinuxbox~ # dmidecode -t 2
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: Dell Inc.
	Product Name: 0K0DNP
	Version: A02
	Serial Number: /G8WGFS1/CN129611CP0992/
	Asset Tag: Not Specified
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: Not Specified
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0
root@clearlinuxbox~ # dmidecode -t 0
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: Dell Inc.
	Version: A08
	Release Date: 10/18/2011
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 2048 kB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		EDD is supported
		5.25"/1.2 MB floppy services are supported (int 13h)
		3.5"/720 kB floppy services are supported (int 13h)
		3.5"/2.88 MB floppy services are supported (int 13h)
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		BIOS boot specification is supported
		Targeted content distribution is supported
	BIOS Revision: 4.6

Hope this is the right info!

@thac0
Copy link

thac0 commented Jul 25, 2019

Very helpful. Thanks @logavanc !

@logavanc
Copy link

@thac0 the BIOS update from A08 to A25 (Dell did not make that easy...) did not help. Let me know if there is anything else that I can do to help.

@miguelinux
Copy link
Member

@logavanc, @FURIOUS-7, @FrankNL1984

What is the output of $ cat /sys/firmware/efi/efivars/LoaderFirmwareType*

@logavanc
Copy link

@miguelinux yeah, this is what I get (grabbed all LoaderFirmware* vars for fun and added a few missing newlines):

root@clearlinuxbox~ # cat /sys/firmware/efi/efivars/LoaderFirmware*
American Megatrends 4.632
UEFI 2.00

@miguelinux
Copy link
Member

Looks like this issue is expected ;-(

From torvalds/linux@47226ad commit body:

the freeze appears to be a firmware bug when reading
file data into buffers above 4GB

and

Laszlo fixed an issue in the upstream EDK2 DiskIO code in Aug 2013
which may possibly be related, commit tianocore/edk2@4e39b75e ("MdeModulePkg/DiskIoDxe:
fix source/destination pointer of overrun transfer").

Unfortunately kernel + ucode.cpio is bigger than initrd_addr_max.

@thac0 @bryteise thought?

@thac0
Copy link

thac0 commented Jul 25, 2019

@miguelinux - Time to test that theory by building a (much) smaller kernel, such that sizeof(kernel) + sizeof(ucode.cpio) < initrd_addr_max, for UEFI 2.00. We could call on Logan (if willing) to see if that fixes the problem.

@DrGo
Copy link

DrGo commented Jul 31, 2019

Hello,
I am running into the same error after a fresh install (erasing SDD) from a USB drive. Is there a quick fix that you would recommend?

Thanks,

@thac0
Copy link

thac0 commented Aug 1, 2019

@DrGo - The standing work-around is to remove the initrd=\EFI\org.clearlinux\freestanding-00-intel-ucode.cpio argument from the bootloader.

@DrGo
Copy link

DrGo commented Aug 1, 2019

Thanks, I did and it works fine now. Also disabled autoupdates.
I am using 5.2.4-810 and clr-installer-gui: 2.1.0, built on 2019-07-18_23:10:57_UTC

@thac0
Copy link

thac0 commented Aug 1, 2019

@DrGo If you have a moment, could you share your platform particulars? Like in #976 (comment) ?

@DrGo
Copy link

DrGo commented Aug 1, 2019

Sure!

~ lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
Address sizes:       46 bits physical, 48 bits virtual
CPU(s):              32
On-line CPU(s) list: 0-31
Thread(s) per core:  2
Core(s) per socket:  8
Socket(s):           2
NUMA node(s):        2
Vendor ID:           GenuineIntel
CPU family:          6
Model:               45
Model name:          Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
Stepping:            7
CPU MHz:             3591.545
CPU max MHz:         3800.0000
CPU min MHz:         1200.0000
BogoMIPS:            5786.19
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            20480K
NUMA node0 CPU(s):   0-7,16-23
NUMA node1 CPU(s):   8-15,24-31
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts flush_l1d
➜  ~ sudo dmidecode -t 2
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: Dell Inc.
	Product Name: 082WXT
	Version: A03
	Serial Number: xxxxxxxx
	Asset Tag: Not Specified
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: Not Specified
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0

➜  ~ sudo dmidecode -t 0
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: Dell Inc.
	Version: A16
	Release Date: 06/20/2018
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 10240 kB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		EDD is supported
		5.25"/1.2 MB floppy services are supported (int 13h)
		3.5"/720 kB floppy services are supported (int 13h)
		3.5"/2.88 MB floppy services are supported (int 13h)
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Function key-initiated network boot is supported
		Targeted content distribution is supported
	BIOS Revision: 4.6

➜  ~ cat /sys/firmware/efi/efivars/LoaderFirmwareType*
UEFI 2.00                                                                                        

@thac0
Copy link

thac0 commented Aug 2, 2019

Much obliged, @DrGo . This is very helpful information.

@DrGo
Copy link

DrGo commented Aug 11, 2019

Thanks @thac0 ,
Is there way to prevent swupd repair etc from reinserting the ucode.cpio in the bootloader conf?
I needed to install missing libtinfo.so.6 and ended up having to edit the bootloader confg again.
I am using version 30710.
I have also noticed another initrd that I do not recall seeing before:
initrd=\EFI\org.clearlinux\freestanding-i915-firmware.cpio.xz

@MDr164
Copy link

MDr164 commented Aug 12, 2019

I experience the exact same issue after trying to install Clear Linux for the first time.
Here is the output from my end:

clrlinux@clr-live~ $ lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
Address sizes:       36 bits physical, 48 bits virtual
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               42
Model name:          Intel(R) Core(TM) i5-2320 CPU @ 3.00GHz
Stepping:            7
CPU MHz:             2643.451
CPU max MHz:         3300.0000
CPU min MHz:         1600.0000
BogoMIPS:            5986.44
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            6144K
NUMA node0 CPU(s):   0-3
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d
clrlinux@clr-live~ $ sudo dmidecode -t 2
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: Foxconn
	Product Name: 2ABF
	Version: 1.30
	Serial Number:  
	Asset Tag:  
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis:  
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0
sudo dmidecode -t 0
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: AMI
	Version: 7.16
	Release Date: 03/23/2012
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 4096 kB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		BIOS ROM is socketed
		EDD is supported
		5.25"/1.2 MB floppy services are supported (int 13h)
		3.5"/720 kB floppy services are supported (int 13h)
		3.5"/2.88 MB floppy services are supported (int 13h)
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Targeted content distribution is supported
		UEFI is supported
	BIOS Revision: 7.16
clrlinux@clr-live~ $ cat /sys/firmware/efi/efivars/LoaderFirmwareType*
UEFI 2.10

@amygilliam1 amygilliam1 added this to Open in Open Bugs Sep 19, 2019
@JSEHV
Copy link

JSEHV commented Oct 30, 2019

Same issue here, workaround works. Spec of the system (hope this helps):

dmidecode -t 0
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: American Megatrends Inc.
	Version: 1.1a
	Release Date: 09/28/2011
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 8192 kB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		BIOS ROM is socketed
		EDD is supported
		5.25"/1.2 MB floppy services are supported (int 13h)
		3.5"/720 kB floppy services are supported (int 13h)
		3.5"/2.88 MB floppy services are supported (int 13h)
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Function key-initiated network boot is supported
		Targeted content distribution is supported
		UEFI is supported
	BIOS Revision: 1.26
dmidecode -t 2
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: Supermicro
	Product Name: X9SCL/X9SCM
	Version: 1.11A
	Serial Number: ZM1AU39195
	Asset Tag: To be filled by O.E.M.
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: To be filled by O.E.M.
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0
lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
Address sizes:       36 bits physical, 48 bits virtual
CPU(s):              8
On-line CPU(s) list: 0-7
Thread(s) per core:  2
Core(s) per socket:  4
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               42
Model name:          Intel(R) Xeon(R) CPU E31230 @ 3.20GHz
Stepping:            7
CPU MHz:             3158.566
CPU max MHz:         3600,0000
CPU min MHz:         1600,0000
BogoMIPS:            6385.59
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            8192K
NUMA node0 CPU(s):   0-7
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm epb pti tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts
dmesg | grep -i microcode
[    0.148221] calling  save_microcode_in_initrd+0x0/0x54 @ 1
[    0.148224] initcall save_microcode_in_initrd+0x0/0x54 returned 0 after 0 usecs
[    0.323705] calling  microcode_init+0x0/0x20f @ 1
[    0.323740] microcode: sig=0x206a7, pf=0x2, revision=0x1b
[    0.323852] microcode: Microcode Update Driver: v2.2.
[    0.323854] initcall microcode_init+0x0/0x20f returned 0 after 143 usecs
[   11.171543] microcode: updated to revision 0x2f, date = 2019-02-17
[   11.173381] core: PEBS enabled due to microcode update
[   11.173392] x86/CPU: CPU features have changed after loading microcode, but might not take effect.
[   11.173397] microcode: Reload completed, microcode revision: 0x2f
cat /sys/firmware/efi/efivars/LoaderFirmwareType*
UEFI 2.10
uname -a
Linux clearlinux-desktop 5.3.7-853.native #1 SMP Fri Oct 18 13:07:49 PDT 2019 x86_64 GNU/Linux

@JSEHV
Copy link

JSEHV commented Nov 4, 2019

@thac0, @bryteise Any news on this topic when it is expected to be fixed? Every update where a new kernel version is installed breaks the system atm.

@bryteise
Copy link
Member

bryteise commented Nov 4, 2019

Unfortunately we haven't had any luck getting a similar system locally. Thanks for the reminder but we are a bit stuck in being able to further diagnose the issue =(.

@JSEHV
Copy link

JSEHV commented Nov 5, 2019

I hope you can find a similar system, although it should be not too difficult to source one:

https://www.amazon.com/gp/aw/d/B004WKRDA4

If there is any other way I can help out (even if you want to login remotely on my system), let me know.

@JSEHV
Copy link

JSEHV commented Feb 2, 2020

Any progress on this issue? This is still occurring at every update.

@bryteise
Copy link
Member

bryteise commented Feb 3, 2020

@JSEHV Unfortunately not getting a full fix. But we did add support for a workaround to avoid auto-update needing to be disabled. If you create a symlink to /dev/null for the initrds you don't want to be loaded in /etc/kernel/initrd.d it will cause clr-boot-manager to not add those lines to the systemd-boot loader config.

So for example:

# ls /usr/lib/initrd.d
00-intel-ucode.cpio  i915-firmware.cpio.xz
# mkdir -p /etc/kernel/initrd.d && cd /etc/kernel/initrd.d
/etc/kernel/initrd.d # ln -s /dev/null 00-intel-ucode.cpio
/etc/kernel/initrd.d # ln -s /dev/null i915-firmware.cpio.xz

@JSEHV
Copy link

JSEHV commented Feb 9, 2020

Any possibility that this can be added to the clearlinux install on certain systems or mainboards?

@bryteise
Copy link
Member

bryteise commented Feb 9, 2020

@FrankNL1984 I think this probably should stay as a manual work around for those who know they need it given that this involves touching system state and involves disabling other functionality.

@ghost
Copy link

ghost commented Feb 10, 2020

https://imgur.com/a/biDHE46
I got this problem while opening folder from code editor. It shows 2 gb only while I have 1TB in my computer.

@bryteise
Copy link
Member

@chapagaiashim That's really unrelated to this bug.

@ghost
Copy link

ghost commented Feb 12, 2020

Sorry, I posted in the wrong section. My mistake.

@a-lustin-parc
Copy link

Same issue on clear install. Workaround worked for me. Waiting for bugfix


Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: American Megatrends Inc.
	Version: 17HX.M045.20121127.SSH
	Release Date: 11/27/2012
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 2048 kB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		EDD is supported
		5.25&quot;/1.2 MB floppy services are supported (int 13h)
		3.5&quot;/720 kB floppy services are supported (int 13h)
		3.5&quot;/2.88 MB floppy services are supported (int 13h)
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Targeted content distribution is supported
		UEFI is supported
	BIOS Revision: 4.6

Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: SAMSUNG ELECTRONICS CO., LTD.
	Product Name: RF511/RF411/RF711
	Version: 17HX
	Serial Number: 123490EN400015
	Asset Tag: To be filled by O.E.M.
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: To be filled by O.E.M.
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   36 bits physical, 48 bits virtual
CPU(s):                          8
On-line CPU(s) list:             0-7
Thread(s) per core:              2
Core(s) per socket:              4
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           42
Model name:                      Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
Stepping:                        7
CPU MHz:                         2612.475
CPU max MHz:                     2900.0000
CPU min MHz:                     800.0000
BogoMIPS:                        3990.87
Virtualization:                  VT-x
L1d cache:                       128 KiB
L1i cache:                       128 KiB
L2 cache:                        1 MiB
L3 cache:                        6 MiB
NUMA node0 CPU(s):               0-7
Vulnerability Itlb multihit:     KVM: Mitigation: Split huge pages
Vulnerability L1tf:              Mitigation; PTE Inversion; VMX conditional cach
                                 e flushes, SMT vulnerable
Vulnerability Mds:               Vulnerable: Clear CPU buffers attempted, no mic
                                 rocode; SMT vulnerable
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user
                                  pointer sanitization
Vulnerability Spectre v2:        Mitigation; Full generic retpoline, STIBP disab
                                 led, RSB filling
Vulnerability Tsx async abort:   Not affected
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtr
                                 r pge mca cmov pat pse36 clflush dts acpi mmx f
                                 xsr sse sse2 ht tm pbe syscall nx rdtscp lm con
                                 stant_tsc arch_perfmon pebs bts rep_good nopl x
                                 topology nonstop_tsc cpuid aperfmperf pni pclmu
                                 lqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx
                                 16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt t
                                 sc_deadline_timer aes xsave avx lahf_lm epb pti
                                  tpr_shadow vnmi flexpriority ept vpid xsaveopt
                                  dtherm ida arat pln pts

$ cat /sys/firmware/efi/efivars/LoaderFirmwareType*
UEFI 2.00
uname -a
Linux samsung-book 5.5.3-908.native #1 SMP Thu Feb 13 10:46:52 PST 2020 x86_64 GNU/Linux

@hellmind
Copy link

hellmind commented Jun 5, 2022

Same here,
The funny thing is that if you change that line to initrd /freestanding-00-intel-ucode.cpio , it works
DQ67SW BIOS 70, I7 2600

Files:

root@hyrax/boot/loader/entries # ls -laR /boot/
/boot/:
total 17433
drwx------  5 root root     1536 Dec 31  1969 .
drwxr-xr-x 19 root root     4096 Jun  3 21:22 ..
drwx------  2 root root      512 Jun  4 23:35 7689897c59a44016b1df0719cf193287
drwx------  6 root root      512 Jun  5 00:48 EFI
-rwx------  1 root root  5926912 Jun  2 16:22 freestanding-00-intel-ucode.cpio
-rwx------  1 root root    47616 Jun  2 16:22 freestanding-i915-firmware.cpio.xz
-r-x------  1 root root   119328 Jun  5 00:38 ldlinux.c32
-r-x------  1 root root    61952 Jun  5 00:38 ldlinux.sys
drwx------  3 root root      512 Jun  5 17:02 loader
-rwx------  1 root root 11686080 Jun  2 16:22 org.clearlinux.native.5.17.11-1148
-rwx------  1 root root     1035 Jun  5 00:25 syslinux.cfg

/boot/7689897c59a44016b1df0719cf193287:
total 2
drwx------ 2 root root  512 Jun  4 23:35 .
drwx------ 5 root root 1536 Dec 31  1969 ..

/boot/EFI:
total 5
drwx------ 6 root root  512 Jun  5 00:48 .
drwx------ 5 root root 1536 Dec 31  1969 ..
drwx------ 2 root root  512 Jun  5 17:53 BOOT
drwx------ 2 root root  512 Jun  4 23:35 Linux
drwx------ 2 root root 1536 Jun  5 17:53 org.clearlinux
drwx------ 2 root root  512 Jun  5 17:53 systemd

/boot/EFI/BOOT:
total 96
drwx------ 2 root root   512 Jun  5 17:53 .
drwx------ 6 root root   512 Jun  5 00:48 ..
-rwx------ 1 root root 97067 Feb  1  2019 BOOTX64.EFI

/boot/EFI/Linux:
total 1
drwx------ 2 root root 512 Jun  4 23:35 .
drwx------ 6 root root 512 Jun  5 00:48 ..

/boot/EFI/org.clearlinux:
total 18512
drwx------ 2 root root     1536 Jun  5 17:53 .
drwx------ 6 root root      512 Jun  5 00:48 ..
-rwx------ 1 root root  1196031 Jun  5 17:53 bootloaderx64.efi
-rwx------ 1 root root  5926912 Jun  5 00:48 freestanding-00-intel-ucode.cpio
-rwx------ 1 root root    47616 Jun  5 00:48 freestanding-i915-firmware.cpio.xz
-rwx------ 1 root root 11686080 Jun  5 00:48 kernel-org.clearlinux.native.5.17.11-1148
-rwx------ 1 root root    97067 Jun  5 17:53 loaderx64.efi

/boot/EFI/systemd:
total 96
drwx------ 2 root root   512 Jun  5 17:53 .
drwx------ 6 root root   512 Jun  5 00:48 ..
-rwx------ 1 root root 97067 Feb  1  2019 systemd-bootx64.efi

/boot/loader:
total 4
drwx------ 3 root root  512 Jun  5 17:02 .
drwx------ 5 root root 1536 Dec 31  1969 ..
drwx------ 2 root root  512 Jun  5 16:53 entries
-rwx------ 1 root root   55 Jun  5 17:02 loader.conf
-rwx------ 1 root root  512 Jun  4 23:35 random-seed

/boot/loader/entries:
total 3
drwx------ 2 root root 512 Jun  5 16:53 .
drwx------ 3 root root 512 Jun  5 17:02 ..
-rwx------ 1 root root 483 Jun  5 00:47 clearlinux.conf
-rwx------ 1 root root 546 Jun  5 00:48 Clear-linux-native-5.17.11-1148.conf

This entry works:

root@hyrax/boot/loader/entries # cat clearlinux.conf
title   Clear Linux
linux   /org.clearlinux.native.5.17.11-1148
initrd /freestanding-00-intel-ucode.cpio
initrd /freestanding-i915-firmware.cpio.xz
options root=PARTUUID=40ed9442-34e0-443e-8b56-24007f70376c console=tty0 console=ttyS0,115200n8 cryptomgr.notests init=/usr/bin/initra-desktop initcall_debug intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp page_alloc.shuffle=1 rcupdate.rcu_expedited=1 rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw mitigations=off

This doesn't:

root@hyrax/boot/loader/entries # cat Clear-linux-native-5.17.11-1148.conf
title Clear Linux OS
linux /EFI/org.clearlinux/kernel-org.clearlinux.native.5.17.11-1148
initrd /EFI/org.clearlinux/freestanding-00-intel-ucode.cpio
initrd /EFI/org.clearlinux/freestanding-i915-firmware.cpio.xz
options root=PARTUUID=40ed9442-34e0-443e-8b56-24007f70376c console=tty0 console=ttyS0,115200n8 cryptomgr.notests init=/usr/bin/initra-desktop initcall_debug intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp page_alloc.shuffle=1 rcupdate.rcu_expedited=1 rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw mitigations=off

root@hyrax/boot/loader/entries # cat /sys/firmware/efi/efivars/LoaderFirmwareType*
UEFI 2.00

dmidecode

# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.
83 structures occupying 3311 bytes.
Table at 0x000EB170.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: Intel Corp.
	Version: SWQ6710H.86A.0070.2018.1024.1352
	Release Date: 10/24/2018
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 1 MB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		BIOS ROM is socketed
		EDD is supported
		5.25"/1.2 MB floppy services are supported (int 13h)
		3.5"/720 kB floppy services are supported (int 13h)
		3.5"/2.88 MB floppy services are supported (int 13h)
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Targeted content distribution is supported

Handle 0x0008, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J1A1
	Internal Connector Type: None
	External Reference Designator: PS2Mouse
	External Connector Type: PS/2
	Port Type: Mouse Port

Handle 0x0009, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J1A1
	Internal Connector Type: None
	External Reference Designator: Keyboard
	External Connector Type: PS/2
	Port Type: Keyboard Port

Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J2A1
	Internal Connector Type: None
	External Reference Designator: TV Out
	External Connector Type: Mini Centronics Type-14
	Port Type: Other

Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J2A2A
	Internal Connector Type: None
	External Reference Designator: COM A
	External Connector Type: DB-9 male
	Port Type: Serial Port 16550A Compatible

Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J2A2B
	Internal Connector Type: None
	External Reference Designator: Video
	External Connector Type: DB-15 female
	Port Type: Video Port

Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J3A1
	Internal Connector Type: None
	External Reference Designator: USB1
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J3A1
	Internal Connector Type: None
	External Reference Designator: USB2
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J3A1
	Internal Connector Type: None
	External Reference Designator: USB3
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0010, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J9A1 - TPM HDR
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0011, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J9C1 - PCIE DOCKING CONN
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0012, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J2B3 - CPU FAN
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0013, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J6C2 - EXT HDMI
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0014, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J3C1 - GMCH FAN
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0015, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J1D1 - ITP
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J9E2 - MDC INTPSR
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0017, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J9E4 - MDC INTPSR
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0018, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J9E3 - LPC HOT DOCKING
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0019, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J9E1 - SCAN MATRIX
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x001A, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J9G1 - LPC SIDE BAND
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x001B, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J8F1 - UNIFIED
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x001C, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J6F1 - LVDS
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x001D, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J2F1 - LAI FAN
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x001E, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J2G1 - GFX VID
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x001F, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: J1G6 - AC JACK
	Internal Connector Type: Other
	External Reference Designator: Not Specified
	External Connector Type: None
	Port Type: Other

Handle 0x0020, DMI type 9, 17 bytes
System Slot Information
	Designation: PCIe_X16
	Type: x16 PCI Express
	Current Usage: Available
	Length: Long
	ID: 0
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: 0000:00:01.0

Handle 0x0021, DMI type 9, 17 bytes
System Slot Information
	Designation: PCIe_X1
	Type: x1 PCI Express
	Current Usage: Available
	Length: Short
	ID: 1
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: 0000:00:1c.4

Handle 0x0022, DMI type 9, 17 bytes
System Slot Information
	Designation: PCIe_X4
	Type: x4 PCI Express
	Current Usage: In Use
	Length: Short
	ID: 2
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: 0000:00:1c.0

Handle 0x0023, DMI type 9, 17 bytes
System Slot Information
	Designation: PCI Slot
	Type: 32-bit PCI
	Current Usage: Available
	Length: Short
	ID: 3
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: 0000:00:1e.0

Handle 0x0024, DMI type 10, 6 bytes
On Board Device Information
	Type: Ethernet
	Status: Disabled
	Description:  Intel(R) 82579LM Gigabit Ethernet Device

Handle 0x0025, DMI type 10, 6 bytes
On Board Device Information
	Type: Sound
	Status: Disabled
	Description:  Realtek High Definition Audio Device

Handle 0x0026, DMI type 11, 5 bytes
OEM Strings
	String 1: To Be Filled By O.E.M.

Handle 0x0027, DMI type 12, 5 bytes
System Configuration Options
	Option 1: To Be Filled By O.E.M.

Handle 0x0028, DMI type 16, 15 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: None
	Maximum Capacity: 32 GB
	Error Information Handle: No Error
	Number Of Devices: 4

Handle 0x0029, DMI type 18, 23 bytes
32-bit Memory Error Information
	Type: OK
	Granularity: Unknown
	Operation: Unknown
	Vendor Syndrome: Unknown
	Memory Array Address: Unknown
	Device Address: Unknown
	Resolution: Unknown

Handle 0x002A, DMI type 19, 15 bytes
Memory Array Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x007FFFFFFFF
	Range Size: 32 GB
	Physical Array Handle: 0x0028
	Partition Width: 1

Handle 0x002B, DMI type 17, 28 bytes
Memory Device
	Array Handle: 0x0028
	Error Information Handle: No Error
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 8 GB
	Form Factor: DIMM
	Set: None
	Locator: DIMM 3
	Bank Locator: Channel A DIMM 0
	Type: DDR3
	Type Detail: Synchronous
	Speed: 1333 MT/s
	Manufacturer: Kingston
	Serial Number: D6282561
	Asset Tag: A1_AssetTagNum0
	Part Number: 9905471-023.A00LF
	Rank: 2

Handle 0x002C, DMI type 18, 23 bytes
32-bit Memory Error Information
	Type: OK
	Granularity: Unknown
	Operation: Unknown
	Vendor Syndrome: Unknown
	Memory Array Address: Unknown
	Device Address: Unknown
	Resolution: Unknown

Handle 0x002D, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x001FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x002B
	Memory Array Mapped Address Handle: 0x002A
	Partition Row Position: 1

Handle 0x002E, DMI type 17, 28 bytes
Memory Device
	Array Handle: 0x0028
	Error Information Handle: No Error
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 8 GB
	Form Factor: DIMM
	Set: None
	Locator: DIMM 1
	Bank Locator: Channel A DIMM 1
	Type: DDR3
	Type Detail: Synchronous
	Speed: 1333 MT/s
	Manufacturer: Undefined
	Serial Number: 00000000
	Asset Tag: A1_AssetTagNum1
	Part Number:
	Rank: 2

Handle 0x002F, DMI type 18, 23 bytes
32-bit Memory Error Information
	Type: OK
	Granularity: Unknown
	Operation: Unknown
	Vendor Syndrome: Unknown
	Memory Array Address: Unknown
	Device Address: Unknown
	Resolution: Unknown

Handle 0x0030, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00200000000
	Ending Address: 0x003FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x002E
	Memory Array Mapped Address Handle: 0x002A
	Partition Row Position: 1

Handle 0x0031, DMI type 17, 28 bytes
Memory Device
	Array Handle: 0x0028
	Error Information Handle: No Error
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 8 GB
	Form Factor: DIMM
	Set: None
	Locator: DIMM 4
	Bank Locator: Channel B DIMM 0
	Type: DDR3
	Type Detail: Synchronous
	Speed: 1333 MT/s
	Manufacturer: Kingston
	Serial Number: D728D160
	Asset Tag: A1_AssetTagNum2
	Part Number: 9905471-023.A00LF
	Rank: 2

Handle 0x0032, DMI type 18, 23 bytes
32-bit Memory Error Information
	Type: OK
	Granularity: Unknown
	Operation: Unknown
	Vendor Syndrome: Unknown
	Memory Array Address: Unknown
	Device Address: Unknown
	Resolution: Unknown

Handle 0x0033, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00400000000
	Ending Address: 0x005FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x0031
	Memory Array Mapped Address Handle: 0x002A
	Partition Row Position: 1

Handle 0x0034, DMI type 17, 28 bytes
Memory Device
	Array Handle: 0x0028
	Error Information Handle: No Error
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 8 GB
	Form Factor: DIMM
	Set: None
	Locator: DIMM 2
	Bank Locator: Channel B DIMM 1
	Type: DDR3
	Type Detail: Synchronous
	Speed: 1333 MT/s
	Manufacturer: Kingston
	Serial Number: D5282861
	Asset Tag: A1_AssetTagNum3
	Part Number: 9905471-023.A00LF
	Rank: 2

Handle 0x0035, DMI type 18, 23 bytes
32-bit Memory Error Information
	Type: OK
	Granularity: Unknown
	Operation: Unknown
	Vendor Syndrome: Unknown
	Memory Array Address: Unknown
	Device Address: Unknown
	Resolution: Unknown

Handle 0x0036, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00600000000
	Ending Address: 0x007FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x0034
	Memory Array Mapped Address Handle: 0x002A
	Partition Row Position: 1

Handle 0x0037, DMI type 32, 20 bytes
System Boot Information
	Status: No errors detected

Handle 0x0038, DMI type 34, 11 bytes
Management Device
	Description: LM78-1
	Type: LM78
	Address: 0x00000000
	Address Type: I/O Port

Handle 0x0039, DMI type 26, 22 bytes
Voltage Probe
	Description: LM78A
	Location: <OUT OF SPEC>
	Status: <OUT OF SPEC>
	Maximum Value: Unknown
	Minimum Value: Unknown
	Resolution: Unknown
	Tolerance: Unknown
	Accuracy: Unknown
	OEM-specific Information: 0x00000000
	Nominal Value: Unknown

Handle 0x003A, DMI type 36, 16 bytes
Management Device Threshold Data
	Lower Non-critical Threshold: 1
	Upper Non-critical Threshold: 2
	Lower Critical Threshold: 3
	Upper Critical Threshold: 4
	Lower Non-recoverable Threshold: 5
	Upper Non-recoverable Threshold: 6

Handle 0x003B, DMI type 35, 11 bytes
Management Device Component
	Description: To Be Filled By O.E.M.
	Management Device Handle: 0x0038
	Component Handle: 0x0038
	Threshold Handle: 0x0039

Handle 0x003C, DMI type 28, 22 bytes
Temperature Probe
	Description: LM78A
	Location: <OUT OF SPEC>
	Status: <OUT OF SPEC>
	Maximum Value: Unknown
	Minimum Value: Unknown
	Resolution: Unknown
	Tolerance: Unknown
	Accuracy: Unknown
	OEM-specific Information: 0x00000000
	Nominal Value: Unknown

Handle 0x003D, DMI type 36, 16 bytes
Management Device Threshold Data
	Lower Non-critical Threshold: 1
	Upper Non-critical Threshold: 2
	Lower Critical Threshold: 3
	Upper Critical Threshold: 4
	Lower Non-recoverable Threshold: 5
	Upper Non-recoverable Threshold: 6

Handle 0x003E, DMI type 35, 11 bytes
Management Device Component
	Description: To Be Filled By O.E.M.
	Management Device Handle: 0x0038
	Component Handle: 0x003B
	Threshold Handle: 0x003C

Handle 0x003F, DMI type 27, 14 bytes
Cooling Device
	Temperature Probe Handle: 0x003C
	Type: <OUT OF SPEC>
	Status: <OUT OF SPEC>
	Cooling Unit Group: 1
	OEM-specific Information: 0x00000000
	Nominal Speed: Unknown Or Non-rotating

Handle 0x0040, DMI type 36, 16 bytes
Management Device Threshold Data
	Lower Non-critical Threshold: 1
	Upper Non-critical Threshold: 2
	Lower Critical Threshold: 3
	Upper Critical Threshold: 4
	Lower Non-recoverable Threshold: 5
	Upper Non-recoverable Threshold: 6

Handle 0x0041, DMI type 35, 11 bytes
Management Device Component
	Description: To Be Filled By O.E.M.
	Management Device Handle: 0x0038
	Component Handle: 0x003E
	Threshold Handle: 0x003F

Handle 0x0042, DMI type 27, 14 bytes
Cooling Device
	Temperature Probe Handle: 0x003C
	Type: <OUT OF SPEC>
	Status: <OUT OF SPEC>
	Cooling Unit Group: 1
	OEM-specific Information: 0x00000000
	Nominal Speed: Unknown Or Non-rotating

Handle 0x0043, DMI type 36, 16 bytes
Management Device Threshold Data
	Lower Non-critical Threshold: 1
	Upper Non-critical Threshold: 2
	Lower Critical Threshold: 3
	Upper Critical Threshold: 4
	Lower Non-recoverable Threshold: 5
	Upper Non-recoverable Threshold: 6

Handle 0x0044, DMI type 35, 11 bytes
Management Device Component
	Description: To Be Filled By O.E.M.
	Management Device Handle: 0x0038
	Component Handle: 0x0041
	Threshold Handle: 0x0042

Handle 0x0045, DMI type 29, 22 bytes
Electrical Current Probe
	Description: ABC
	Location: <OUT OF SPEC>
	Status: <OUT OF SPEC>
	Maximum Value: Unknown
	Minimum Value: Unknown
	Resolution: Unknown
	Tolerance: Unknown
	Accuracy: Unknown
	OEM-specific Information: 0x00000000
	Nominal Value: Unknown

Handle 0x0046, DMI type 36, 16 bytes
Management Device Threshold Data

Handle 0x0047, DMI type 35, 11 bytes
Management Device Component
	Description: To Be Filled By O.E.M.
	Management Device Handle: 0x0038
	Component Handle: 0x0044
	Threshold Handle: 0x0042

Handle 0x0048, DMI type 39, 22 bytes
System Power Supply
	Power Unit Group: 1
	Location: To Be Filled By O.E.M.
	Name: To Be Filled By O.E.M.
	Manufacturer: To Be Filled By O.E.M.
	Serial Number: To Be Filled By O.E.M.
	Asset Tag: To Be Filled By O.E.M.
	Model Part Number: To Be Filled By O.E.M.
	Revision: To Be Filled By O.E.M.
	Max Power Capacity: Unknown
	Status: Not Present
	Type: <OUT OF SPEC>
	Input Voltage Range Switching: <OUT OF SPEC>
	Plugged: Yes
	Hot Replaceable: No
	Input Voltage Probe Handle: 0x0039
	Cooling Device Handle: 0x003F
	Input Current Probe Handle: 0x0045

Handle 0x0049, DMI type 41, 11 bytes
Onboard Device
	Reference Designation:  Intel(R) 82579LM Gigabit Ethernet Device
	Type: Ethernet
	Status: Disabled
	Type Instance: 1
	Bus Address: 0000:00:19.0

Handle 0x004A, DMI type 41, 11 bytes
Onboard Device
	Reference Designation:  Realtek High Definition Audio Device
	Type: Sound
	Status: Disabled
	Type Instance: 1
	Bus Address: 0000:00:1b.0

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: Intel Corporation
	Product Name: DQ67SW
	Version: AAG12527-310
	Serial Number: BQSW210001XF
	Asset Tag: To be filled by O.E.M.
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: To be filled by O.E.M.
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0

Handle 0x0003, DMI type 3, 21 bytes
Chassis Information
	Manufacturer:
	Type: Desktop
	Lock: Not Present
	Version:
	Serial Number:
	Asset Tag:
	Boot-up State: Safe
	Power Supply State: Safe
	Thermal State: Safe
	Security Status: None
	OEM Information: 0x00000000
	Height: Unspecified
	Number Of Power Cords: 1
	Contained Elements: 0

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer:
	Product Name:
	Version:
	Serial Number:
	UUID: 80210756-d46c-e111-a909-001320e77720
	Wake-up Type: Power Switch
	SKU Number: Not Specified
	Family: Not Specified

Handle 0x0004, DMI type 4, 42 bytes
Processor Information
	Socket Designation: SKTH
	Type: Central Processor
	Family: Core i7
	Manufacturer: Intel(R) Corp.
	ID: A7 06 02 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 42, Stepping 7
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (FXSAVE and FXSTOR instructions supported)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Multi-threading)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
	Voltage: 1.1 V
	External Clock: 100 MHz
	Max Speed: 3800 MHz
	Current Speed: 3400 MHz
	Status: Populated, Enabled
	Upgrade: Socket BGA1155
	L1 Cache Handle: 0x0005
	L2 Cache Handle: 0x0006
	L3 Cache Handle: 0x0007
	Serial Number: To Be Filled By O.E.M.
	Asset Tag: To Be Filled By O.E.M.
	Part Number: To Be Filled By O.E.M.
	Core Count: 4
	Core Enabled: 4
	Thread Count: 8
	Characteristics:
		64-bit capable

Handle 0x0005, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L1-Cache
	Configuration: Enabled, Not Socketed, Level 1
	Operational Mode: Varies With Memory Address
	Location: Internal
	Installed Size: 256 kB
	Maximum Size: 256 kB
	Supported SRAM Types:
		Other
	Installed SRAM Type: Other
	Speed: Unknown
	Error Correction Type: None
	System Type: Unified
	Associativity: 8-way Set-associative

Handle 0x0006, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L2-Cache
	Configuration: Enabled, Not Socketed, Level 2
	Operational Mode: Varies With Memory Address
	Location: Internal
	Installed Size: 1 MB
	Maximum Size: 1 MB
	Supported SRAM Types:
		Other
	Installed SRAM Type: Other
	Speed: Unknown
	Error Correction Type: None
	System Type: Unified
	Associativity: 8-way Set-associative

Handle 0x0007, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L3-Cache
	Configuration: Enabled, Not Socketed, Level 3
	Operational Mode: Varies With Memory Address
	Location: Internal
	Installed Size: 8 MB
	Maximum Size: 8 MB
	Supported SRAM Types:
		Other
	Installed SRAM Type: Other
	Speed: Unknown
	Error Correction Type: None
	System Type: Unified
	Associativity: 16-way Set-associative

Handle 0x004B, DMI type 10, 6 bytes
On Board Device Information
	Type: Video
	Status: Enabled
	Description:  Intel(R) HD Graphics Device

Handle 0x004C, DMI type 41, 11 bytes
Onboard Device
	Reference Designation:  Intel(R) HD Graphics Device
	Type: Video
	Status: Enabled
	Type Instance: 1
	Bus Address: 0000:00:02.0

Handle 0x004D, DMI type 10, 6 bytes
On Board Device Information
	Type: <OUT OF SPEC>
	Status: Disabled
	Description:  LSI 1394 Device

Handle 0x004E, DMI type 41, 11 bytes
Onboard Device
	Reference Designation:  LSI 1394 Device
	Type: <OUT OF SPEC>
	Status: Disabled
	Type Instance: 1
	Bus Address: 0000:04:03.0

Handle 0x004F, DMI type 129, 8 bytes
OEM-specific Type
	Header and Data:
		81 08 4F 00 01 01 02 01
	Strings:
		Intel_ASF
		Intel_ASF_001

Handle 0x0050, DMI type 130, 20 bytes
OEM-specific Type
	Header and Data:
		82 14 50 00 24 41 4D 54 01 00 00 00 00 A5 1B 02
		00 00 00 00

Handle 0x0051, DMI type 131, 64 bytes
OEM-specific Type
	Header and Data:
		83 40 51 00 35 00 00 00 07 00 00 00 00 00 35 00
		F8 00 4E 1C FF FF FF FF 09 00 00 00 01 00 07 00
		C8 0C 5B 00 00 00 00 00 C8 00 FF FF 00 00 00 00
		00 00 00 00 36 00 00 00 76 50 72 6F 00 00 00 00

Handle 0x0052, DMI type 127, 4 bytes
End Of Table
root@hyrax/boot/loader/entries # uname -an
Linux hyrax 5.17.11-1148.native #1 SMP Wed May 25 07:48:11 PDT 2022 x86_64 GNU/Linux

dmesg

root@hyrax/boot/loader/entries # dmesg
[    0.266383] initcall echainiv_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  dh_init+0x0/0x40 @ 1
[    0.266383] initcall dh_init+0x0/0x40 returned 0 after 0 usecs
[    0.266383] calling  rsa_init+0x0/0x80 @ 1
[    0.266383] initcall rsa_init+0x0/0x80 returned 0 after 0 usecs
[    0.266383] calling  hmac_module_init+0x0/0x15 @ 1
[    0.266383] initcall hmac_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  crypto_null_mod_init+0x0/0x6b @ 1
[    0.266383] initcall crypto_null_mod_init+0x0/0x6b returned 0 after 0 usecs
[    0.266383] calling  md5_mod_init+0x0/0x15 @ 1
[    0.266383] initcall md5_mod_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  sha1_generic_mod_init+0x0/0x15 @ 1
[    0.266383] initcall sha1_generic_mod_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  sha256_generic_mod_init+0x0/0x1c @ 1
[    0.266383] initcall sha256_generic_mod_init+0x0/0x1c returned 0 after 0 usecs
[    0.266383] calling  sha512_generic_mod_init+0x0/0x1c @ 1
[    0.266383] initcall sha512_generic_mod_init+0x0/0x1c returned 0 after 0 usecs
[    0.266383] calling  blake2b_mod_init+0x0/0x1c @ 1
[    0.266383] initcall blake2b_mod_init+0x0/0x1c returned 0 after 0 usecs
[    0.266383] calling  crypto_ecb_module_init+0x0/0x15 @ 1
[    0.266383] initcall crypto_ecb_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  crypto_cbc_module_init+0x0/0x15 @ 1
[    0.266383] initcall crypto_cbc_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  crypto_cts_module_init+0x0/0x15 @ 1
[    0.266383] initcall crypto_cts_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  lrw_module_init+0x0/0x15 @ 1
[    0.266383] initcall lrw_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  xts_module_init+0x0/0x15 @ 1
[    0.266383] initcall xts_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  crypto_ctr_module_init+0x0/0x1c @ 1
[    0.266383] initcall crypto_ctr_module_init+0x0/0x1c returned 0 after 0 usecs
[    0.266383] calling  crypto_ccm_module_init+0x0/0x1c @ 1
[    0.266383] initcall crypto_ccm_module_init+0x0/0x1c returned 0 after 0 usecs
[    0.266383] calling  cryptd_init+0x0/0x102 @ 1
[    0.266383] cryptd: max_cpu_qlen set to 1000
[    0.266383] initcall cryptd_init+0x0/0x102 returned 0 after 0 usecs
[    0.266383] calling  serpent_mod_init+0x0/0x15 @ 1
[    0.266383] initcall serpent_mod_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  aes_init+0x0/0x15 @ 1
[    0.266383] initcall aes_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  arc4_init+0x0/0x15 @ 1
[    0.266383] initcall arc4_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  deflate_mod_init+0x0/0x44 @ 1
[    0.266383] initcall deflate_mod_init+0x0/0x44 returned 0 after 0 usecs
[    0.266383] calling  crc32c_mod_init+0x0/0x15 @ 1
[    0.266383] initcall crc32c_mod_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  crc32_mod_init+0x0/0x15 @ 1
[    0.266383] initcall crc32_mod_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  crct10dif_mod_init+0x0/0x15 @ 1
[    0.266383] initcall crct10dif_mod_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  crypto_authenc_module_init+0x0/0x15 @ 1
[    0.266383] initcall crypto_authenc_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  crypto_authenc_esn_module_init+0x0/0x15 @ 1
[    0.266383] initcall crypto_authenc_esn_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  lzo_mod_init+0x0/0x3d @ 1
[    0.266383] initcall lzo_mod_init+0x0/0x3d returned 0 after 0 usecs
[    0.266383] calling  lzorle_mod_init+0x0/0x3d @ 1
[    0.266383] initcall lzorle_mod_init+0x0/0x3d returned 0 after 0 usecs
[    0.266383] calling  lz4_mod_init+0x0/0x3d @ 1
[    0.266383] initcall lz4_mod_init+0x0/0x3d returned 0 after 0 usecs
[    0.266383] calling  xxhash_mod_init+0x0/0x15 @ 1
[    0.266383] initcall xxhash_mod_init+0x0/0x15 returned 0 after 0 usecs
[    0.266383] calling  drbg_init+0x0/0x8b @ 1
[    0.266383] initcall drbg_init+0x0/0x8b returned 0 after 0 usecs
[    0.266383] calling  zstd_mod_init+0x0/0x3d @ 1
[    0.266383] initcall zstd_mod_init+0x0/0x3d returned 0 after 0 usecs
[    0.266383] calling  essiv_module_init+0x0/0x15 @ 1
[    0.266385] initcall essiv_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.266387] calling  init_bio+0x0/0xb9 @ 1
[    0.266394] initcall init_bio+0x0/0xb9 returned 0 after 0 usecs
[    0.266394] calling  blk_ioc_init+0x0/0x36 @ 1
[    0.266394] initcall blk_ioc_init+0x0/0x36 returned 0 after 0 usecs
[    0.266394] calling  blk_mq_init+0x0/0xcd @ 1
[    0.266394] initcall blk_mq_init+0x0/0xcd returned 0 after 0 usecs
[    0.266394] calling  genhd_device_init+0x0/0x65 @ 1
[    0.266394] initcall genhd_device_init+0x0/0x65 returned 0 after 0 usecs
[    0.266394] calling  blkcg_init+0x0/0x30 @ 1
[    0.266394] initcall blkcg_init+0x0/0x30 returned 0 after 0 usecs
[    0.266394] calling  raid6_select_algo+0x0/0x11a @ 1
[    0.283179] raid6: sse2x4   gen() 14900 MB/s
[    0.300179] raid6: sse2x2   gen() 16394 MB/s
[    0.317178] raid6: sse2x1   gen() 12662 MB/s
[    0.317275] raid6: using algorithm sse2x2 gen() 16394 MB/s
[    0.334179] raid6: .... xor() 9190 MB/s, rmw enabled
[    0.334292] raid6: using ssse3x2 recovery algorithm
[    0.334402] initcall raid6_select_algo+0x0/0x11a returned 0 after 66406 usecs
[    0.334404] calling  irq_poll_setup+0x0/0x88 @ 1
[    0.334406] initcall irq_poll_setup+0x0/0x88 returned 0 after 0 usecs
[    0.334407] calling  byt_gpio_init+0x0/0x19 @ 1
[    0.334413] initcall byt_gpio_init+0x0/0x19 returned 0 after 0 usecs
[    0.334414] calling  gpiolib_debugfs_init+0x0/0x30 @ 1
[    0.334418] initcall gpiolib_debugfs_init+0x0/0x30 returned 0 after 0 usecs
[    0.334419] calling  pwm_debugfs_init+0x0/0x30 @ 1
[    0.334422] initcall pwm_debugfs_init+0x0/0x30 returned 0 after 0 usecs
[    0.334424] calling  pwm_sysfs_init+0x0/0x1e @ 1
[    0.334427] initcall pwm_sysfs_init+0x0/0x1e returned 0 after 0 usecs
[    0.334429] calling  pci_slot_init+0x0/0x40 @ 1
[    0.334433] initcall pci_slot_init+0x0/0x40 returned 0 after 0 usecs
[    0.334436] calling  fbmem_init+0x0/0xe8 @ 1
[    0.334450] initcall fbmem_init+0x0/0xe8 returned 0 after 0 usecs
[    0.334452] calling  scan_for_dmi_ipmi+0x0/0x23b @ 1
[    0.334454] initcall scan_for_dmi_ipmi+0x0/0x23b returned 0 after 0 usecs
[    0.334456] calling  acpi_init+0x0/0xfd @ 1
[    0.334473] ACPI: Added _OSI(Module Device)
[    0.334570] ACPI: Added _OSI(Processor Device)
[    0.334670] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.334776] ACPI: Added _OSI(Processor Aggregator Device)
[    0.334902] ACPI: Added _OSI(Linux-Dell-Video)
[    0.335003] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.335122] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.339578] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.340581] ACPI: Dynamic OEM Table Load:
[    0.340679] ACPI: SSDT 0xFFFF9F9D0740B000 0006F4 (v01 AMI    IST      00000001 MSFT 03000001)
[    0.341427] ACPI: Dynamic OEM Table Load:
[    0.341523] ACPI: SSDT 0xFFFF9F9BC0167D00 0000E4 (v01 AMI    CST      00000001 MSFT 03000001)
[    0.343221] ACPI: Interpreter enabled
[    0.343318] ACPI: PM: (supports S0 S3 S4 S5)
[    0.343415] ACPI: Using IOAPIC for interrupt routing
[    0.343550] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.343836] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[    0.344034] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
[    0.344219] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.344665] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.345035] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.351232] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.351378] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.351663] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.351980] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.352165] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.352422] PCI host bridge to bus 0000:00
[    0.352519] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.352670] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.352822] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.352974] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.353126] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.353179] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xffffffff window]
[    0.353345] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.353480] pci 0000:00:00.0: calling  quirk_mmio_always_on+0x0/0x40 @ 1
[    0.353632] pci 0000:00:00.0: quirk_mmio_always_on+0x0/0x40 took 0 usecs
[    0.353783] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
[    0.353932] pci 0000:00:00.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.354095] pci 0000:00:00.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.354216] pci 0000:00:01.0: calling  quirk_cmd_compl+0x0/0x80 @ 1
[    0.354363] pci 0000:00:01.0: quirk_cmd_compl+0x0/0x80 took 0 usecs
[    0.354505] pci 0000:00:01.0: calling  quirk_no_aersid+0x0/0x40 @ 1
[    0.354649] pci 0000:00:01.0: quirk_no_aersid+0x0/0x40 took 0 usecs
[    0.354791] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    0.354942] pci 0000:00:01.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.355104] pci 0000:00:01.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.355179] pci 0000:00:01.0: calling  pci_fixup_transparent_bridge+0x0/0x40 @ 1
[    0.355348] pci 0000:00:01.0: pci_fixup_transparent_bridge+0x0/0x40 took 0 usecs
[    0.355526] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.355734] pci 0000:00:02.0: [8086:0102] type 00 class 0x030000
[    0.355876] pci 0000:00:02.0: reg 0x10: [mem 0xfe000000-0xfe3fffff 64bit]
[    0.356031] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.356181] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.356316] pci 0000:00:02.0: calling  efifb_fixup_resources+0x0/0x100 @ 1
[    0.356473] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.356589] pci 0000:00:02.0: efifb_fixup_resources+0x0/0x100 took 0 usecs
[    0.356743] pci 0000:00:02.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.356906] pci 0000:00:02.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.357070] pci 0000:00:02.0: calling  pci_fixup_video+0x0/0xc0 @ 1
[    0.357180] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.357367] pci 0000:00:02.0: pci_fixup_video+0x0/0xc0 took 0 usecs
[    0.357599] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.357761] pci 0000:00:16.0: reg 0x10: [mem 0xfe704000-0xfe70400f 64bit]
[    0.357973] pci 0000:00:16.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.358138] pci 0000:00:16.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.358217] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.358430] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.358585] pci 0000:00:1a.0: reg 0x10: [mem 0xfe703000-0xfe7033ff]
[    0.358794] pci 0000:00:1a.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.358958] pci 0000:00:1a.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.359165] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.359258] pci 0000:00:1c.0: calling  quirk_cmd_compl+0x0/0x80 @ 1
[    0.359403] pci 0000:00:1c.0: quirk_cmd_compl+0x0/0x80 took 0 usecs
[    0.359545] pci 0000:00:1c.0: calling  quirk_no_aersid+0x0/0x40 @ 1
[    0.359688] pci 0000:00:1c.0: quirk_no_aersid+0x0/0x40 took 0 usecs
[    0.359829] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.360040] pci 0000:00:1c.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.360179] pci 0000:00:1c.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.360341] pci 0000:00:1c.0: calling  pci_fixup_transparent_bridge+0x0/0x40 @ 1
[    0.360506] pci 0000:00:1c.0: pci_fixup_transparent_bridge+0x0/0x40 took 0 usecs
[    0.360724] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.360889] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.360998] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.361233] pci 0000:00:1c.6: calling  quirk_cmd_compl+0x0/0x80 @ 1
[    0.361379] pci 0000:00:1c.6: quirk_cmd_compl+0x0/0x80 took 0 usecs
[    0.361520] pci 0000:00:1c.6: calling  quirk_no_aersid+0x0/0x40 @ 1
[    0.361662] pci 0000:00:1c.6: quirk_no_aersid+0x0/0x40 took 0 usecs
[    0.361802] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[    0.362012] pci 0000:00:1c.6: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.362176] pci 0000:00:1c.6: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.362339] pci 0000:00:1c.6: calling  pci_fixup_transparent_bridge+0x0/0x40 @ 1
[    0.362507] pci 0000:00:1c.6: pci_fixup_transparent_bridge+0x0/0x40 took 0 usecs
[    0.362725] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.362889] pci 0000:00:1c.6: Enabling MPC IRBNCE
[    0.362999] pci 0000:00:1c.6: Intel PCH root port ACS workaround enabled
[    0.363227] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.363384] pci 0000:00:1d.0: reg 0x10: [mem 0xfe702000-0xfe7023ff]
[    0.363593] pci 0000:00:1d.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.363757] pci 0000:00:1d.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.363964] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.364176] pci 0000:00:1e.0: calling  quirk_cmd_compl+0x0/0x80 @ 1
[    0.364319] pci 0000:00:1e.0: quirk_cmd_compl+0x0/0x80 took 0 usecs
[    0.364460] pci 0000:00:1e.0: calling  quirk_no_aersid+0x0/0x40 @ 1
[    0.364602] pci 0000:00:1e.0: quirk_no_aersid+0x0/0x40 took 0 usecs
[    0.364744] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.364934] pci 0000:00:1e.0: calling  quirk_use_pcie_bridge_dma_alias+0x0/0x80 @ 1
[    0.365105] pci 0000:00:1e.0: quirk_use_pcie_bridge_dma_alias+0x0/0x80 took 0 usecs
[    0.365179] pci 0000:00:1e.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.365342] pci 0000:00:1e.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.365506] pci 0000:00:1e.0: calling  pci_fixup_transparent_bridge+0x0/0x40 @ 1
[    0.365671] pci 0000:00:1e.0: pci_fixup_transparent_bridge+0x0/0x40 took 0 usecs
[    0.365928] pci 0000:00:1f.0: [8086:1c4e] type 00 class 0x060100
[    0.366165] pci 0000:00:1f.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.366179] pci 0000:00:1f.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.366442] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
[    0.366596] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.366734] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.366869] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.367004] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.367139] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.367188] pci 0000:00:1f.2: reg 0x24: [mem 0xfe701000-0xfe7017ff]
[    0.367343] pci 0000:00:1f.2: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.367506] pci 0000:00:1f.2: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.367712] pci 0000:00:1f.2: PME# supported from D3hot
[    0.367900] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.368058] pci 0000:00:1f.3: reg 0x10: [mem 0xfe700000-0xfe7000ff 64bit]
[    0.368207] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.368357] pci 0000:00:1f.3: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.368521] pci 0000:00:1f.3: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.368753] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.368949] pci 0000:02:00.0: calling  quirk_f0_vpd_link+0x0/0x80 @ 1
[    0.369097] pci 0000:02:00.0: quirk_f0_vpd_link+0x0/0x80 took 0 usecs
[    0.369179] pci 0000:02:00.0: [8086:10c9] type 00 class 0x020000
[    0.369343] pci 0000:02:00.0: reg 0x10: [mem 0xfe6a0000-0xfe6bffff]
[    0.369498] pci 0000:02:00.0: reg 0x14: [mem 0xfe680000-0xfe69ffff]
[    0.369652] pci 0000:02:00.0: reg 0x18: [io  0xe020-0xe03f]
[    0.369791] pci 0000:02:00.0: reg 0x1c: [mem 0xfe6c4000-0xfe6c7fff]
[    0.369975] pci 0000:02:00.0: reg 0x30: [mem 0xfe660000-0xfe67ffff pref]
[    0.370152] pci 0000:02:00.0: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.370179] pci 0000:02:00.0: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.370437] pci 0000:02:00.0: PME# supported from D0 D3hot
[    0.370613] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    0.370767] pci 0000:02:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR0 for 8 VFs)
[    0.371012] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    0.371165] pci 0000:02:00.0: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR3 for 8 VFs)
[    0.371353] pci 0000:02:00.1: calling  quirk_f0_vpd_link+0x0/0x80 @ 1
[    0.371500] pci 0000:02:00.1: quirk_f0_vpd_link+0x0/0x80 took 0 usecs
[    0.371645] pci 0000:02:00.1: [8086:10c9] type 00 class 0x020000
[    0.371808] pci 0000:02:00.1: reg 0x10: [mem 0xfe640000-0xfe65ffff]
[    0.371963] pci 0000:02:00.1: reg 0x14: [mem 0xfe620000-0xfe63ffff]
[    0.372119] pci 0000:02:00.1: reg 0x18: [io  0xe000-0xe01f]
[    0.372192] pci 0000:02:00.1: reg 0x1c: [mem 0xfe6c0000-0xfe6c3fff]
[    0.372376] pci 0000:02:00.1: reg 0x30: [mem 0xfe600000-0xfe61ffff pref]
[    0.372552] pci 0000:02:00.1: calling  quirk_igfx_skip_te_disable+0x0/0x80 @ 1
[    0.372715] pci 0000:02:00.1: quirk_igfx_skip_te_disable+0x0/0x80 took 0 usecs
[    0.372973] pci 0000:02:00.1: PME# supported from D0 D3hot
[    0.373149] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    0.373179] pci 0000:02:00.1: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR0 for 8 VFs)
[    0.373425] pci 0000:02:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    0.373577] pci 0000:02:00.1: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR3 for 8 VFs)
[    0.373974] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.374089] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.374182] pci 0000:00:1c.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.374340] pci 0000:00:1c.0: bridge has subordinate 02 but max busn 03
[    0.374564] pci 0000:03:00.0: [1033:0194] type 00 class 0x0c0330
[    0.374736] pci 0000:03:00.0: reg 0x10: [mem 0xfe500000-0xfe501fff 64bit]
[    0.375080] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.375315] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.375433] pci 0000:00:1c.6:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.375614] pci_bus 0000:04: extended config space not accessible
[    0.375810] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.375970] pci 0000:00:1e.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.376128] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.376179] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.376369] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.376556] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.376748] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000dffff window] (subtractive decode)
[    0.376951] pci 0000:00:1e.0:   bridge window [mem 0xbfa00000-0xffffffff window] (subtractive decode)
[    0.377823] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.378012] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.378203] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[    0.378390] ACPI: PCI: Interrupt link LNKD configured for IRQ 4
[    0.378576] ACPI: PCI: Interrupt link LNKE configured for IRQ 7
[    0.378765] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.378952] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.379138] ACPI: PCI: Interrupt link LNKH configured for IRQ 3
[    0.379245] initcall acpi_init+0x0/0xfd returned 0 after 43945 usecs
[    0.379249] calling  adxl_init+0x0/0x173 @ 1
[    0.379253] initcall adxl_init+0x0/0x173 returned -19 after 0 usecs
[    0.379255] calling  pnp_init+0x0/0x15 @ 1
[    0.379260] initcall pnp_init+0x0/0x15 returned 0 after 0 usecs
[    0.379262] calling  misc_init+0x0/0xd1 @ 1
[    0.379266] initcall misc_init+0x0/0xd1 returned 0 after 0 usecs
[    0.379268] calling  tpm_init+0x0/0xf3 @ 1
[    0.379280] initcall tpm_init+0x0/0xf3 returned 0 after 0 usecs
[    0.379280] calling  iommu_subsys_init+0x0/0xe7 @ 1
[    0.379280] iommu: Default domain type: Passthrough
[    0.379300] initcall iommu_subsys_init+0x0/0xe7 returned 0 after 0 usecs
[    0.379302] calling  cn_init+0x0/0x100 @ 1
[    0.379307] initcall cn_init+0x0/0x100 returned 0 after 0 usecs
[    0.379309] calling  dax_core_init+0x0/0xc9 @ 1
[    0.379333] initcall dax_core_init+0x0/0xc9 returned 0 after 0 usecs
[    0.379336] calling  dma_buf_init+0x0/0xd1 @ 1
[    0.379345] initcall dma_buf_init+0x0/0xd1 returned 0 after 0 usecs
[    0.379348] calling  init_scsi+0x0/0x76 @ 1
[    0.379378] SCSI subsystem initialized
[    0.379464] initcall init_scsi+0x0/0x76 returned 0 after 0 usecs
[    0.379467] calling  ata_init+0x0/0x59 @ 1
[    0.379475] libata version 3.00 loaded.
[    0.379475] initcall ata_init+0x0/0x59 returned 0 after 0 usecs
[    0.379475] calling  vga_arb_device_init+0x0/0xc8 @ 1
[    0.379475] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.379475] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.379509] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.379638] vgaarb: loaded
[    0.379701] initcall vga_arb_device_init+0x0/0xc8 returned 0 after 0 usecs
[    0.380180] calling  mdev_init+0x0/0x2f @ 1
[    0.380190] initcall mdev_init+0x0/0x2f returned 0 after 0 usecs
[    0.380191] calling  usb_common_init+0x0/0x22 @ 1
[    0.380194] initcall usb_common_init+0x0/0x22 returned 0 after 0 usecs
[    0.380196] calling  usb_init+0x0/0x12d @ 1
[    0.380201] ACPI: bus type USB registered
[    0.380303] usbcore: registered new interface driver usbfs
[    0.380432] usbcore: registered new interface driver hub
[    0.380557] usbcore: registered new device driver usb
[    0.380673] initcall usb_init+0x0/0x12d returned 0 after 0 usecs
[    0.380675] calling  serio_init+0x0/0x2f @ 1
[    0.380680] initcall serio_init+0x0/0x2f returned 0 after 0 usecs
[    0.380681] calling  input_init+0x0/0x100 @ 1
[    0.380686] initcall input_init+0x0/0x100 returned 0 after 0 usecs
[    0.380688] calling  rtc_init+0x0/0x52 @ 1
[    0.380691] initcall rtc_init+0x0/0x52 returned 0 after 0 usecs
[    0.380693] calling  dw_i2c_init_driver+0x0/0x19 @ 1
[    0.380698] initcall dw_i2c_init_driver+0x0/0x19 returned 0 after 0 usecs
[    0.380700] calling  cec_devnode_init+0x0/0xab @ 1
[    0.380705] initcall cec_devnode_init+0x0/0xab returned 0 after 0 usecs
[    0.380707] calling  pps_init+0x0/0xb3 @ 1
[    0.380709] pps_core: LinuxPPS API ver. 1 registered
[    0.380822] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.381023] initcall pps_init+0x0/0xb3 returned 0 after 0 usecs
[    0.381024] calling  ptp_init+0x0/0xa2 @ 1
[    0.381027] PTP clock support registered
[    0.381117] initcall ptp_init+0x0/0xa2 returned 0 after 0 usecs
[    0.381119] calling  power_supply_class_init+0x0/0x47 @ 1
[    0.381125] initcall power_supply_class_init+0x0/0x47 returned 0 after 0 usecs
[    0.381127] calling  hwmon_init+0x0/0xce @ 1
[    0.381131] initcall hwmon_init+0x0/0xce returned 0 after 0 usecs
[    0.381132] calling  md_init+0x0/0x15c @ 1
[    0.381138] initcall md_init+0x0/0x15c returned 0 after 0 usecs
[    0.381138] calling  mmc_init+0x0/0x36 @ 1
[    0.381138] initcall mmc_init+0x0/0x36 returned 0 after 0 usecs
[    0.381138] calling  leds_init+0x0/0x43 @ 1
[    0.381180] initcall leds_init+0x0/0x43 returned 0 after 976 usecs
[    0.381182] calling  dmi_init+0x0/0x11d @ 1
[    0.381187] initcall dmi_init+0x0/0x11d returned 0 after 0 usecs
[    0.381189] calling  efisubsys_init+0x0/0x37b @ 1
[    0.381204] Registered efivars operations
[    0.381308] initcall efisubsys_init+0x0/0x37b returned 0 after 0 usecs
[    0.381310] calling  intel_scu_ipc_init+0x0/0x1e @ 1
[    0.381314] initcall intel_scu_ipc_init+0x0/0x1e returned 0 after 0 usecs
[    0.381317] calling  remoteproc_init+0x0/0x35 @ 1
[    0.381322] initcall remoteproc_init+0x0/0x35 returned 0 after 0 usecs
[    0.381325] calling  hv_acpi_init+0x0/0xda @ 1
[    0.381327] initcall hv_acpi_init+0x0/0xda returned -19 after 0 usecs
[    0.381330] calling  devfreq_init+0x0/0xdf @ 1
[    0.381337] initcall devfreq_init+0x0/0xdf returned 0 after 0 usecs
[    0.381337] calling  devfreq_performance_init+0x0/0x15 @ 1
[    0.381337] initcall devfreq_performance_init+0x0/0x15 returned 0 after 0 usecs
[    0.381337] calling  ras_init+0x0/0x11 @ 1
[    0.381337] initcall ras_init+0x0/0x11 returned 0 after 0 usecs
[    0.381337] calling  nvmem_init+0x0/0x15 @ 1
[    0.381337] initcall nvmem_init+0x0/0x15 returned 0 after 0 usecs
[    0.381337] calling  proto_init+0x0/0x15 @ 1
[    0.381337] initcall proto_init+0x0/0x15 returned 0 after 0 usecs
[    0.381337] calling  net_dev_init+0x0/0x245 @ 1
[    0.381337] initcall net_dev_init+0x0/0x245 returned 0 after 0 usecs
[    0.381337] calling  neigh_init+0x0/0x91 @ 1
[    0.381337] initcall neigh_init+0x0/0x91 returned 0 after 0 usecs
[    0.381337] calling  fib_notifier_init+0x0/0x15 @ 1
[    0.381337] initcall fib_notifier_init+0x0/0x15 returned 0 after 0 usecs
[    0.381337] calling  fib_rules_init+0x0/0xb8 @ 1
[    0.381337] initcall fib_rules_init+0x0/0xb8 returned 0 after 0 usecs
[    0.381337] calling  init_cgroup_netprio+0x0/0x17 @ 1
[    0.381337] initcall init_cgroup_netprio+0x0/0x17 returned 0 after 0 usecs
[    0.381337] calling  bpf_lwt_init+0x0/0x1c @ 1
[    0.381337] initcall bpf_lwt_init+0x0/0x1c returned 0 after 0 usecs
[    0.381337] calling  devlink_init+0x0/0x2b @ 1
[    0.381337] initcall devlink_init+0x0/0x2b returned 0 after 0 usecs
[    0.381337] calling  pktsched_init+0x0/0x11b @ 1
[    0.381337] initcall pktsched_init+0x0/0x11b returned 0 after 0 usecs
[    0.381337] calling  tc_filter_init+0x0/0x107 @ 1
[    0.381337] initcall tc_filter_init+0x0/0x107 returned 0 after 0 usecs
[    0.381339] calling  tc_action_init+0x0/0x61 @ 1
[    0.381340] initcall tc_action_init+0x0/0x61 returned 0 after 0 usecs
[    0.381342] calling  ethnl_init+0x0/0x56 @ 1
[    0.381353] initcall ethnl_init+0x0/0x56 returned 0 after 0 usecs
[    0.381355] calling  nexthop_init+0x0/0x102 @ 1
[    0.381358] initcall nexthop_init+0x0/0x102 returned 0 after 0 usecs
[    0.381359] calling  cipso_v4_init+0x0/0x67 @ 1
[    0.381362] initcall cipso_v4_init+0x0/0x67 returned 0 after 0 usecs
[    0.381363] calling  wireless_nlevent_init+0x0/0x3d @ 1
[    0.381366] initcall wireless_nlevent_init+0x0/0x3d returned 0 after 0 usecs
[    0.381368] calling  netlbl_init+0x0/0x7e @ 1
[    0.381371] NetLabel: Initializing
[    0.381451] NetLabel:  domain hash size = 128
[    0.381552] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.381691] NetLabel:  unlabeled traffic allowed by default
[    0.381815] initcall netlbl_init+0x0/0x7e returned 0 after 0 usecs
[    0.381818] calling  pci_subsys_init+0x0/0x6a @ 1
[    0.381820] PCI: Using ACPI for IRQ routing
[    0.384430] PCI: pci_cache_line_size set to 64 bytes
[    0.384479] e820: reserve RAM buffer [mem 0x02b1f018-0x03ffffff]
[    0.384481] e820: reserve RAM buffer [mem 0x02b30018-0x03ffffff]
[    0.384482] e820: reserve RAM buffer [mem 0x02b41018-0x03ffffff]
[    0.384483] e820: reserve RAM buffer [mem 0xbc856000-0xbfffffff]
[    0.384484] e820: reserve RAM buffer [mem 0xbc9a3000-0xbfffffff]
[    0.384486] e820: reserve RAM buffer [mem 0xbcbc3000-0xbfffffff]
[    0.384487] e820: reserve RAM buffer [mem 0xbd000000-0xbfffffff]
[    0.384488] e820: reserve RAM buffer [mem 0x83e600000-0x83fffffff]
[    0.384490] initcall pci_subsys_init+0x0/0x6a returned 0 after 2929 usecs
[    0.384574] calling  nmi_warning_debugfs+0x0/0x30 @ 1
[    0.384578] initcall nmi_warning_debugfs+0x0/0x30 returned 0 after 0 usecs
[    0.384581] calling  save_microcode_in_initrd+0x0/0x59 @ 1
[    0.385577] initcall save_microcode_in_initrd+0x0/0x59 returned 0 after 976 usecs
[    0.385584] calling  hpet_late_init+0x0/0x117 @ 1
[    0.385589] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.385739] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.387178] initcall hpet_late_init+0x0/0x117 returned 0 after 1953 usecs
[    0.387180] calling  init_amd_nbs+0x0/0x100 @ 1
[    0.387186] initcall init_amd_nbs+0x0/0x100 returned 0 after 0 usecs
[    0.387188] calling  iomem_init_inode+0x0/0x88 @ 1
[    0.387212] initcall iomem_init_inode+0x0/0x88 returned 0 after 0 usecs
[    0.387214] calling  em_debug_init+0x0/0x22 @ 1
[    0.387220] initcall em_debug_init+0x0/0x22 returned 0 after 0 usecs
[    0.387222] calling  clocksource_done_booting+0x0/0x45 @ 1
[    0.387240] clocksource: Switched to clocksource tsc-early
[    0.387367] initcall clocksource_done_booting+0x0/0x45 returned 0 after 128 usecs
[    0.387369] calling  tracer_init_tracefs+0x0/0x29c @ 1
[    0.396860] initcall tracer_init_tracefs+0x0/0x29c returned 0 after 9323 usecs
[    0.396868] calling  init_trace_printk_function_export+0x0/0x39 @ 1
[    0.396872] initcall init_trace_printk_function_export+0x0/0x39 returned 0 after 1 usecs
[    0.396875] calling  bpf_event_init+0x0/0x17 @ 1
[    0.396878] initcall bpf_event_init+0x0/0x17 returned 0 after 0 usecs
[    0.396880] calling  init_dynamic_event+0x0/0x4a @ 1
[    0.396883] initcall init_dynamic_event+0x0/0x4a returned 0 after 1 usecs
[    0.396886] calling  init_uprobe_trace+0x0/0x69 @ 1
[    0.396890] initcall init_uprobe_trace+0x0/0x69 returned 0 after 2 usecs
[    0.396892] calling  bpf_init+0x0/0x4d @ 1
[    0.396898] initcall bpf_init+0x0/0x4d returned 0 after 4 usecs
[    0.396901] calling  secretmem_init+0x0/0x40 @ 1
[    0.396906] initcall secretmem_init+0x0/0x40 returned 0 after 0 usecs
[    0.396909] calling  init_fs_stat_sysctls+0x0/0x35 @ 1
[    0.396917] initcall init_fs_stat_sysctls+0x0/0x35 returned 0 after 4 usecs
[    0.396920] calling  init_fs_exec_sysctls+0x0/0x29 @ 1
[    0.396923] initcall init_fs_exec_sysctls+0x0/0x29 returned 0 after 0 usecs
[    0.396925] calling  init_pipe_fs+0x0/0x66 @ 1
[    0.396943] initcall init_pipe_fs+0x0/0x66 returned 0 after 15 usecs
[    0.396947] calling  init_fs_namei_sysctls+0x0/0x29 @ 1
[    0.396951] initcall init_fs_namei_sysctls+0x0/0x29 returned 0 after 1 usecs
[    0.396953] calling  init_fs_dcache_sysctls+0x0/0x29 @ 1
[    0.396957] initcall init_fs_dcache_sysctls+0x0/0x29 returned 0 after 1 usecs
[    0.396960] calling  init_fs_namespace_sysctls+0x0/0x29 @ 1
[    0.396963] initcall init_fs_namespace_sysctls+0x0/0x29 returned 0 after 0 usecs
[    0.396966] calling  cgroup_writeback_init+0x0/0x2d @ 1
[    0.396972] initcall cgroup_writeback_init+0x0/0x2d returned 0 after 3 usecs
[    0.396975] calling  inotify_user_setup+0x0/0xb6 @ 1
[    0.396982] initcall inotify_user_setup+0x0/0xb6 returned 0 after 5 usecs
[    0.396983] calling  eventpoll_init+0x0/0xc1 @ 1
[    0.396993] initcall eventpoll_init+0x0/0xc1 returned 0 after 8 usecs
[    0.396995] calling  anon_inode_init+0x0/0x5e @ 1
[    0.397002] initcall anon_inode_init+0x0/0x5e returned 0 after 5 usecs
[    0.397003] calling  init_dax_wait_table+0x0/0x3b @ 1
[    0.397020] initcall init_dax_wait_table+0x0/0x3b returned 0 after 15 usecs
[    0.397022] calling  proc_locks_init+0x0/0x37 @ 1
[    0.397025] initcall proc_locks_init+0x0/0x37 returned 0 after 1 usecs
[    0.397027] calling  init_fs_coredump_sysctls+0x0/0x29 @ 1
[    0.397031] initcall init_fs_coredump_sysctls+0x0/0x29 returned 0 after 2 usecs
[    0.397033] calling  iomap_init+0x0/0x2a @ 1
[    0.397042] initcall iomap_init+0x0/0x2a returned 0 after 7 usecs
[    0.397044] calling  proc_cmdline_init+0x0/0x2e @ 1
[    0.397046] initcall proc_cmdline_init+0x0/0x2e returned 0 after 0 usecs
[    0.397048] calling  proc_consoles_init+0x0/0x34 @ 1
[    0.397051] initcall proc_consoles_init+0x0/0x34 returned 0 after 1 usecs
[    0.397052] calling  proc_cpuinfo_init+0x0/0x28 @ 1
[    0.397054] initcall proc_cpuinfo_init+0x0/0x28 returned 0 after 0 usecs
[    0.397056] calling  proc_devices_init+0x0/0x34 @ 1
[    0.397058] initcall proc_devices_init+0x0/0x34 returned 0 after 0 usecs
[    0.397059] calling  proc_interrupts_init+0x0/0x34 @ 1
[    0.397061] initcall proc_interrupts_init+0x0/0x34 returned 0 after 0 usecs
[    0.397063] calling  proc_loadavg_init+0x0/0x2e @ 1
[    0.397065] initcall proc_loadavg_init+0x0/0x2e returned 0 after 0 usecs
[    0.397066] calling  proc_meminfo_init+0x0/0x2e @ 1
[    0.397068] initcall proc_meminfo_init+0x0/0x2e returned 0 after 0 usecs
[    0.397070] calling  proc_stat_init+0x0/0x28 @ 1
[    0.397072] initcall proc_stat_init+0x0/0x28 returned 0 after 0 usecs
[    0.397073] calling  proc_uptime_init+0x0/0x2e @ 1
[    0.397075] initcall proc_uptime_init+0x0/0x2e returned 0 after 0 usecs
[    0.397077] calling  proc_version_init+0x0/0x2e @ 1
[    0.397079] initcall proc_version_init+0x0/0x2e returned 0 after 0 usecs
[    0.397080] calling  proc_softirqs_init+0x0/0x2e @ 1
[    0.397082] initcall proc_softirqs_init+0x0/0x2e returned 0 after 0 usecs
[    0.397084] calling  proc_kmsg_init+0x0/0x2b @ 1
[    0.397086] initcall proc_kmsg_init+0x0/0x2b returned 0 after 0 usecs
[    0.397088] calling  proc_page_init+0x0/0x5f @ 1
[    0.397090] initcall proc_page_init+0x0/0x5f returned 0 after 1 usecs
[    0.397092] calling  proc_boot_config_init+0x0/0x89 @ 1
[    0.397094] initcall proc_boot_config_init+0x0/0x89 returned 0 after 0 usecs
[    0.397096] calling  init_ramfs_fs+0x0/0x15 @ 1
[    0.397098] initcall init_ramfs_fs+0x0/0x15 returned 0 after 0 usecs
[    0.397100] calling  init_hugetlbfs_fs+0x0/0x108 @ 1
[    0.397113] initcall init_hugetlbfs_fs+0x0/0x108 returned 0 after 10 usecs
[    0.397115] calling  safesetid_init_securityfs+0x0/0x9a @ 1
[    0.397134] initcall safesetid_init_securityfs+0x0/0x9a returned 0 after 15 usecs
[    0.397136] calling  dynamic_debug_init_control+0x0/0x93 @ 1
[    0.397141] initcall dynamic_debug_init_control+0x0/0x93 returned 0 after 3 usecs
[    0.397143] calling  acpi_event_init+0x0/0x36 @ 1
[    0.397154] initcall acpi_event_init+0x0/0x36 returned 0 after 8 usecs
[    0.397157] calling  acpi_init_fpdt+0x0/0x86 @ 1
[    0.397161] initcall acpi_init_fpdt+0x0/0x86 returned 0 after 1 usecs
[    0.397163] calling  pnp_system_init+0x0/0x15 @ 1
[    0.397174] initcall pnp_system_init+0x0/0x15 returned 0 after 9 usecs
[    0.397175] calling  pnpacpi_init+0x0/0x73 @ 1
[    0.397177] pnp: PnP ACPI init
[    0.397405] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[    0.397557] system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.397706] system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.397860] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.398009] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.398309] system 00:01: [io  0x0290-0x029f] has been reserved
[    0.398716] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.399184] system 00:05: [io  0x0400-0x0453] has been reserved
[    0.399319] system 00:05: [io  0x0458-0x047f] has been reserved
[    0.399452] system 00:05: [io  0x1180-0x119f] has been reserved
[    0.399586] system 00:05: [io  0x0500-0x057f] has been reserved
[    0.399720] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.399867] system 00:05: [mem 0xfec00000-0xfecfffff] could not be reserved
[    0.400023] system 00:05: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.400172] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.400379] system 00:06: [io  0x0454-0x0457] has been reserved
[    0.400726] pnp: PnP ACPI: found 7 devices
[    0.400822] initcall pnpacpi_init+0x0/0x73 returned 0 after 3560 usecs
[    0.400824] calling  chr_dev_init+0x0/0xb2 @ 1
[    0.401884] initcall chr_dev_init+0x0/0xb2 returned 0 after 1033 usecs
[    0.401887] calling  firmware_class_init+0x0/0xfd @ 1
[    0.401896] initcall firmware_class_init+0x0/0xfd returned 0 after 5 usecs
[    0.401898] calling  map_properties+0x0/0x176 @ 1
[    0.401902] initcall map_properties+0x0/0x176 returned 0 after 0 usecs
[    0.401904] calling  init_acpi_pm_clocksource+0x0/0xe4 @ 1
[    0.406430] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.406630] initcall init_acpi_pm_clocksource+0x0/0xe4 returned 0 after 4612 usecs
[    0.406633] calling  powercap_init+0x0/0x27 @ 1
[    0.406657] initcall powercap_init+0x0/0x27 returned 0 after 21 usecs
[    0.406660] calling  rapl_init+0x0/0xa7 @ 1
[    0.406676] initcall rapl_init+0x0/0xa7 returned 0 after 13 usecs
[    0.406679] calling  sysctl_core_init+0x0/0x33 @ 1
[    0.406693] initcall sysctl_core_init+0x0/0x33 returned 0 after 11 usecs
[    0.406696] calling  eth_offload_init+0x0/0x17 @ 1
[    0.406697] initcall eth_offload_init+0x0/0x17 returned 0 after 0 usecs
[    0.406699] calling  ipv4_offload_init+0x0/0x79 @ 1
[    0.406701] initcall ipv4_offload_init+0x0/0x79 returned 0 after 0 usecs
[    0.406703] calling  inet_init+0x0/0x27c @ 1
[    0.406716] NET: Registered PF_INET protocol family
[    0.406988] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.409075] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.409324] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.409770] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.410036] TCP: Hash tables configured (established 262144 bind 65536)
[    0.410296] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.410558] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.410775] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.411027] initcall inet_init+0x0/0x27c returned 0 after 4221 usecs
[    0.411032] calling  af_unix_init+0x0/0xc3 @ 1
[    0.411039] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.411168] initcall af_unix_init+0x0/0xc3 returned 0 after 129 usecs
[    0.411170] calling  ipv6_offload_init+0x0/0x84 @ 1
[    0.411173] initcall ipv6_offload_init+0x0/0x84 returned 0 after 0 usecs
[    0.411175] calling  vlan_offload_init+0x0/0x23 @ 1
[    0.411177] initcall vlan_offload_init+0x0/0x23 returned 0 after 0 usecs
[    0.411182] calling  xsk_init+0x0/0xc8 @ 1
[    0.411185] NET: Registered PF_XDP protocol family
[    0.411294] initcall xsk_init+0x0/0xc8 returned 0 after 107 usecs
[    0.411297] calling  pcibios_assign_resources+0x0/0xd3 @ 1
[    0.411309] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.411430] pci 0000:02:00.0: BAR 7: assigned [mem 0xfe6c8000-0xfe6e7fff 64bit]
[    0.411600] pci 0000:02:00.0: BAR 10: no space for [mem size 0x00020000 64bit]
[    0.411761] pci 0000:02:00.0: BAR 10: failed to assign [mem size 0x00020000 64bit]
[    0.411929] pci 0000:02:00.1: BAR 7: no space for [mem size 0x00020000 64bit]
[    0.412088] pci 0000:02:00.1: BAR 7: failed to assign [mem size 0x00020000 64bit]
[    0.412256] pci 0000:02:00.1: BAR 10: no space for [mem size 0x00020000 64bit]
[    0.412416] pci 0000:02:00.1: BAR 10: failed to assign [mem size 0x00020000 64bit]
[    0.412584] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.412698] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.412839] pci 0000:00:1c.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.412999] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.413116] pci 0000:00:1c.6:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.413279] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    0.413396] pci 0000:00:1e.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.413557] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.413756] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.413895] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.414033] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.414172] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.414312] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.414466] pci_bus 0000:00: resource 9 [mem 0xbfa00000-0xffffffff window]
[    0.414620] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.414745] pci_bus 0000:02: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.414884] pci_bus 0000:03: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.415025] pci_bus 0000:04: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.415166] pci_bus 0000:04: resource 4 [io  0x0000-0x03af window]
[    0.415306] pci_bus 0000:04: resource 5 [io  0x03e0-0x0cf7 window]
[    0.415445] pci_bus 0000:04: resource 6 [io  0x03b0-0x03df window]
[    0.415584] pci_bus 0000:04: resource 7 [io  0x0d00-0xffff window]
[    0.415722] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.415874] pci_bus 0000:04: resource 9 [mem 0xbfa00000-0xffffffff window]
[    0.416082] initcall pcibios_assign_resources+0x0/0xd3 returned 0 after 4671 usecs
[    0.416085] calling  pci_apply_final_quirks+0x0/0x103 @ 1
[    0.416093] pci 0000:00:02.0: calling  disable_igfx_irq+0x0/0x80 @ 1
[    0.416250] pci 0000:00:02.0: BIOS left Intel GPU interrupts enabled; disabling
[    0.416421] pci 0000:00:02.0: disable_igfx_irq+0x0/0x80 took 177 usecs
[    0.416572] pci 0000:00:1a.0: calling  quirk_usb_early_handoff+0x0/0x100 @ 1
[    0.540292] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x100 took 120665 usecs
[    0.540472] pci 0000:00:1d.0: calling  quirk_usb_early_handoff+0x0/0x100 @ 1
[    0.664287] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x100 took 120757 usecs
[    0.664469] pci 0000:02:00.0: calling  quirk_e100_interrupt+0x0/0x140 @ 1
[    0.664623] pci 0000:02:00.0: quirk_e100_interrupt+0x0/0x140 took 0 usecs
[    0.664780] pci 0000:02:00.1: calling  quirk_e100_interrupt+0x0/0x140 @ 1
[    0.664933] pci 0000:02:00.1: quirk_e100_interrupt+0x0/0x140 took 0 usecs
[    0.665089] pci 0000:03:00.0: calling  quirk_usb_early_handoff+0x0/0x100 @ 1
[    0.665374] pci 0000:03:00.0: quirk_usb_early_handoff+0x0/0x100 took 118 usecs
[    0.665542] PCI: CLS 64 bytes, default 64
[    0.665634] initcall pci_apply_final_quirks+0x0/0x103 returned 0 after 243697 usecs
[    0.665637] calling  acpi_reserve_resources+0x0/0xf2 @ 1
[    0.665640] initcall acpi_reserve_resources+0x0/0xf2 returned 0 after 1 usecs
[    0.665642] calling  populate_rootfs+0x0/0x45 @ 1
[    0.665648] initcall populate_rootfs+0x0/0x45 returned 0 after 2 usecs
[    0.665650] calling  pci_iommu_init+0x0/0x40 @ 1
[    0.665664] DMAR: No ATSR found
[    0.665700] Trying to unpack rootfs image as initramfs...
[    0.665737] DMAR: No SATC found
[    0.665738] DMAR: dmar1: Using Queued invalidation
[    0.666095] pci 0000:00:00.0: Adding to iommu group 0
[    0.666230] pci 0000:00:01.0: Adding to iommu group 1
[    0.666357] pci 0000:00:16.0: Adding to iommu group 2
[    0.666491] pci 0000:00:1a.0: Adding to iommu group 3
[    0.666629] pci 0000:00:1c.0: Adding to iommu group 4
[    0.666764] pci 0000:00:1c.6: Adding to iommu group 5
[    0.666902] pci 0000:00:1d.0: Adding to iommu group 6
[    0.667038] pci 0000:00:1e.0: Adding to iommu group 7
[    0.667189] pci 0000:00:1f.0: Adding to iommu group 8
[    0.667325] pci 0000:00:1f.2: Adding to iommu group 8
[    0.667452] pci 0000:00:1f.3: Adding to iommu group 8
[    0.667576] pci 0000:02:00.0: Adding to iommu group 9
[    0.667697] pci 0000:02:00.1: Adding to iommu group 10
[    0.667818] pci 0000:03:00.0: Adding to iommu group 11
[    0.667958] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.668101] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.668249] software IO TLB: mapped [mem 0x00000000b8856000-0x00000000bc856000] (64MB)
[    0.668426] initcall pci_iommu_init+0x0/0x40 returned 0 after 2709 usecs
[    0.668430] calling  ir_dev_scope_init+0x0/0x36 @ 1
[    0.668433] initcall ir_dev_scope_init+0x0/0x36 returned 0 after 0 usecs
[    0.668522] calling  ia32_binfmt_init+0x0/0x17 @ 1
[    0.668528] initcall ia32_binfmt_init+0x0/0x17 returned 0 after 3 usecs
[    0.668530] calling  rapl_pmu_init+0x0/0xe4 @ 1
[    0.668600] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    0.668777] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    0.668906] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.669032] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    0.669160] initcall rapl_pmu_init+0x0/0xe4 returned 0 after 613 usecs
[    0.669162] calling  amd_ibs_init+0x0/0x203 @ 1
[    0.669164] initcall amd_ibs_init+0x0/0x203 returned -19 after 0 usecs
[    0.669166] calling  amd_iommu_pc_init+0x0/0x6d @ 1
[    0.669169] initcall amd_iommu_pc_init+0x0/0x6d returned -19 after 0 usecs
[    0.669171] calling  msr_init+0x0/0x5f @ 1
[    0.669175] initcall msr_init+0x0/0x5f returned 0 after 1 usecs
[    0.669177] calling  intel_uncore_init+0x0/0x1dc @ 1
[    0.669339] initcall intel_uncore_init+0x0/0x1dc returned 0 after 151 usecs
[    0.669342] calling  cstate_pmu_init+0x0/0x1b1 @ 1
[    0.669381] initcall cstate_pmu_init+0x0/0x1b1 returned 0 after 36 usecs
[    0.669384] calling  kvm_x86_init+0x0/0xe @ 1
[    0.669387] initcall kvm_x86_init+0x0/0xe returned 0 after 0 usecs
[    0.669389] calling  vmx_init+0x0/0x128 @ 1
[    0.672741] initcall vmx_init+0x0/0x128 returned 0 after 3271 usecs
[    0.672745] calling  register_kernel_offset_dumper+0x0/0x20 @ 1
[    0.672748] initcall register_kernel_offset_dumper+0x0/0x20 returned 0 after 0 usecs
[    0.672751] calling  i8259A_init_ops+0x0/0x2a @ 1
[    0.672753] initcall i8259A_init_ops+0x0/0x2a returned 0 after 0 usecs
[    0.672756] calling  init_tsc_clocksource+0x0/0x9f @ 1
[    0.672759] initcall init_tsc_clocksource+0x0/0x9f returned 0 after 1 usecs
[    0.672760] calling  add_rtc_cmos+0x0/0xb9 @ 1
[    0.672763] initcall add_rtc_cmos+0x0/0xb9 returned 0 after 0 usecs
[    0.672765] calling  i8237A_init_ops+0x0/0x42 @ 1
[    0.672769] initcall i8237A_init_ops+0x0/0x42 returned -19 after 2 usecs
[    0.672771] calling  umwait_init+0x0/0xb0 @ 1
[    0.672773] initcall umwait_init+0x0/0xb0 returned -19 after 0 usecs
[    0.672775] calling  sgx_init+0x0/0xe3 @ 1
[    0.672777] initcall sgx_init+0x0/0xe3 returned -19 after 0 usecs
[    0.672779] calling  msr_init+0x0/0xed @ 1
[    0.673109] initcall msr_init+0x0/0xed returned 0 after 319 usecs
[    0.673112] calling  cpuid_init+0x0/0xed @ 1
[    0.673469] initcall cpuid_init+0x0/0xed returned 0 after 346 usecs
[    0.673473] calling  ioapic_init_ops+0x0/0x17 @ 1
[    0.673475] initcall ioapic_init_ops+0x0/0x17 returned 0 after 0 usecs
[    0.673477] calling  register_e820_pmem+0x0/0x53 @ 1
[    0.673480] initcall register_e820_pmem+0x0/0x53 returned 0 after 1 usecs
[    0.673482] calling  start_periodic_check_for_corruption+0x0/0x40 @ 1
[    0.673486] initcall start_periodic_check_for_corruption+0x0/0x40 returned 0 after 0 usecs
[    0.673488] calling  audit_classes_init+0x0/0xb4 @ 1
[    0.673491] initcall audit_classes_init+0x0/0xb4 returned 0 after 1 usecs
[    0.673493] calling  serpent_init+0x0/0x4f @ 1
[    0.673557] initcall serpent_init+0x0/0x4f returned 0 after 59 usecs
[    0.673561] calling  init+0x0/0x78 @ 1
[    0.673563] AVX2 instructions are not detected.
[    0.673669] initcall init+0x0/0x78 returned -19 after 103 usecs
[    0.673671] calling  init+0x0/0x72 @ 1
[    0.673677] initcall init+0x0/0x72 returned 0 after 3 usecs
[    0.673679] calling  camellia_aesni_init+0x0/0x84 @ 1
[    0.673725] initcall camellia_aesni_init+0x0/0x84 returned 0 after 41 usecs
[    0.673728] calling  camellia_aesni_init+0x0/0x92 @ 1
[    0.673731] AVX2 or AES-NI instructions are not detected.
[    0.673858] initcall camellia_aesni_init+0x0/0x92 returned -19 after 123 usecs
[    0.673861] calling  sha1_ssse3_mod_init+0x0/0x94 @ 1
[    0.673866] initcall sha1_ssse3_mod_init+0x0/0x94 returned 0 after 3 usecs
[    0.673869] calling  sha256_ssse3_mod_init+0x0/0xaa @ 1
[    0.673876] initcall sha256_ssse3_mod_init+0x0/0xaa returned 0 after 4 usecs
[    0.673879] calling  sha512_ssse3_mod_init+0x0/0x82 @ 1
[    0.673886] initcall sha512_ssse3_mod_init+0x0/0x82 returned 0 after 4 usecs
[    0.673888] calling  blake2s_mod_init+0x0/0x77 @ 1
[    0.673900] initcall blake2s_mod_init+0x0/0x77 returned 0 after 8 usecs
[    0.673903] calling  crc32c_intel_mod_init+0x0/0x5c @ 1
[    0.673907] initcall crc32c_intel_mod_init+0x0/0x5c returned 0 after 1 usecs
[    0.673910] calling  iosf_mbi_init+0x0/0x31 @ 1
[    0.673919] initcall iosf_mbi_init+0x0/0x31 returned 0 after 8 usecs
[    0.673921] calling  proc_execdomains_init+0x0/0x2e @ 1
[    0.673925] initcall proc_execdomains_init+0x0/0x2e returned 0 after 2 usecs
[    0.673926] calling  register_warn_debugfs+0x0/0x30 @ 1
[    0.673929] initcall register_warn_debugfs+0x0/0x30 returned 0 after 1 usecs
[    0.673931] calling  cpuhp_sysfs_init+0x0/0x85 @ 1
[    0.673947] initcall cpuhp_sysfs_init+0x0/0x85 returned 0 after 14 usecs
[    0.673949] calling  ioresources_init+0x0/0x59 @ 1
[    0.673952] initcall ioresources_init+0x0/0x59 returned 0 after 1 usecs
[    0.673954] calling  psi_proc_init+0x0/0x82 @ 1
[    0.673956] initcall psi_proc_init+0x0/0x82 returned 0 after 0 usecs
[    0.673958] calling  snapshot_device_init+0x0/0x15 @ 1
[    0.673977] initcall snapshot_device_init+0x0/0x15 returned 0 after 16 usecs
[    0.673979] calling  irq_pm_init_ops+0x0/0x17 @ 1
[    0.673981] initcall irq_pm_init_ops+0x0/0x17 returned 0 after 0 usecs
[    0.673984] calling  timekeeping_init_ops+0x0/0x17 @ 1
[    0.673986] initcall timekeeping_init_ops+0x0/0x17 returned 0 after 0 usecs
[    0.673988] calling  init_clocksource_sysfs+0x0/0x29 @ 1
[    0.674008] initcall init_clocksource_sysfs+0x0/0x29 returned 0 after 16 usecs
[    0.674011] calling  init_timer_list_procfs+0x0/0x41 @ 1
[    0.674014] initcall init_timer_list_procfs+0x0/0x41 returned 0 after 1 usecs
[    0.674017] calling  alarmtimer_init+0x0/0xd1 @ 1
[    0.674025] initcall alarmtimer_init+0x0/0xd1 returned 0 after 6 usecs
[    0.674028] calling  init_posix_timers+0x0/0x36 @ 1
[    0.674031] initcall init_posix_timers+0x0/0x36 returned 0 after 0 usecs
[    0.674033] calling  clockevents_init_sysfs+0x0/0xc1 @ 1
[    0.674095] initcall clockevents_init_sysfs+0x0/0xc1 returned 0 after 58 usecs
[    0.674098] calling  proc_dma_init+0x0/0x2e @ 1
[    0.674101] initcall proc_dma_init+0x0/0x2e returned 0 after 0 usecs
[    0.674103] calling  proc_modules_init+0x0/0x40 @ 1
[    0.674106] initcall proc_modules_init+0x0/0x40 returned 0 after 0 usecs
[    0.674109] calling  kallsyms_init+0x0/0x2b @ 1
[    0.674111] initcall kallsyms_init+0x0/0x2b returned 0 after 0 usecs
[    0.674114] calling  pid_namespaces_init+0x0/0x4c @ 1
[    0.674122] initcall pid_namespaces_init+0x0/0x4c returned 0 after 6 usecs
[    0.674125] calling  audit_watch_init+0x0/0x3b @ 1
[    0.674128] initcall audit_watch_init+0x0/0x3b returned 0 after 0 usecs
[    0.674130] calling  audit_fsnotify_init+0x0/0x3b @ 1
[    0.674133] initcall audit_fsnotify_init+0x0/0x3b returned 0 after 0 usecs
[    0.674135] calling  audit_tree_init+0x0/0x7a @ 1
[    0.674139] initcall audit_tree_init+0x0/0x7a returned 0 after 0 usecs
[    0.674141] calling  seccomp_sysctl_init+0x0/0x31 @ 1
[    0.674146] initcall seccomp_sysctl_init+0x0/0x31 returned 0 after 2 usecs
[    0.674149] calling  utsname_sysctl_init+0x0/0x17 @ 1
[    0.674155] initcall utsname_sysctl_init+0x0/0x17 returned 0 after 4 usecs
[    0.674158] calling  init_tracepoints+0x0/0x2b @ 1
[    0.674161] initcall init_tracepoints+0x0/0x2b returned 0 after 0 usecs
[    0.674164] calling  init_lstats_procfs+0x0/0x2b @ 1
[    0.674167] initcall init_lstats_procfs+0x0/0x2b returned 0 after 0 usecs
[    0.674169] calling  init_blk_tracer+0x0/0x54 @ 1
[    0.674183] initcall init_blk_tracer+0x0/0x54 returned 0 after 11 usecs
[    0.674186] calling  perf_event_sysfs_init+0x0/0x8d @ 1
[    0.674337] initcall perf_event_sysfs_init+0x0/0x8d returned 0 after 144 usecs
[    0.674339] calling  system_trusted_keyring_init+0x0/0x70 @ 1
[    0.674341] Initialise system trusted keyrings
[    0.674448] initcall system_trusted_keyring_init+0x0/0x70 returned 0 after 104 usecs
[    0.674450] calling  kswapd_init+0x0/0x67 @ 1
[    0.674471] initcall kswapd_init+0x0/0x67 returned 0 after 18 usecs
[    0.674473] calling  extfrag_debug_init+0x0/0x61 @ 1
[    0.674477] initcall extfrag_debug_init+0x0/0x61 returned 0 after 2 usecs
[    0.674479] calling  mm_compute_batch_init+0x0/0x22 @ 1
[    0.674482] initcall mm_compute_batch_init+0x0/0x22 returned 0 after 0 usecs
[    0.674484] calling  workingset_init+0x0/0x96 @ 1
[    0.674486] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.674632] initcall workingset_init+0x0/0x96 returned 0 after 142 usecs
[    0.674634] calling  proc_vmalloc_init+0x0/0x42 @ 1
[    0.674637] initcall proc_vmalloc_init+0x0/0x42 returned 0 after 0 usecs
[    0.674639] calling  procswaps_init+0x0/0x28 @ 1
[    0.674642] initcall procswaps_init+0x0/0x28 returned 0 after 0 usecs
[    0.674644] calling  init_frontswap+0x0/0x9a @ 1
[    0.674650] initcall init_frontswap+0x0/0x9a returned 0 after 3 usecs
[    0.674652] calling  slab_sysfs_init+0x0/0xf2 @ 1
[    0.675423] initcall slab_sysfs_init+0x0/0xf2 returned 0 after 750 usecs
[    0.675428] calling  init_zbud+0x0/0x23 @ 1
[    0.675430] zbud: loaded
[    0.675497] initcall init_zbud+0x0/0x23 returned 0 after 65 usecs
[    0.675500] calling  init_z3fold+0x0/0x3c @ 1
[    0.675517] initcall init_z3fold+0x0/0x3c returned 0 after 14 usecs
[    0.675520] calling  fcntl_init+0x0/0x36 @ 1
[    0.675527] initcall fcntl_init+0x0/0x36 returned 0 after 4 usecs
[    0.675529] calling  proc_filesystems_init+0x0/0x2e @ 1
[    0.675533] initcall proc_filesystems_init+0x0/0x2e returned 0 after 0 usecs
[    0.675536] calling  start_dirtytime_writeback+0x0/0x1a @ 1
[    0.675539] initcall start_dirtytime_writeback+0x0/0x1a returned 0 after 1 usecs
[    0.675542] calling  dio_init+0x0/0x39 @ 1
[    0.675556] initcall dio_init+0x0/0x39 returned 0 after 12 usecs
[    0.675558] calling  dnotify_init+0x0/0x9f @ 1
[    0.675575] initcall dnotify_init+0x0/0x9f returned 0 after 15 usecs
[    0.675577] calling  fanotify_user_setup+0x0/0x123 @ 1
[    0.675584] initcall fanotify_user_setup+0x0/0x123 returned 0 after 5 usecs
[    0.675585] calling  aio_setup+0x0/0x9f @ 1
[    0.675603] initcall aio_setup+0x0/0x9f returned 0 after 16 usecs
[    0.675605] calling  io_uring_init+0x0/0x39 @ 1
[    0.675608] initcall io_uring_init+0x0/0x39 returned 0 after 1 usecs
[    0.675609] calling  mbcache_init+0x0/0x3d @ 1
[    0.675621] initcall mbcache_init+0x0/0x3d returned 0 after 9 usecs
[    0.675623] calling  init_devpts_fs+0x0/0x2b @ 1
[    0.675630] initcall init_devpts_fs+0x0/0x2b returned 0 after 5 usecs
[    0.675632] calling  ext4_init_fs+0x0/0x1be @ 1
[    0.675658] Freeing initrd memory: 5836K
[    0.675755] initcall ext4_init_fs+0x0/0x1be returned 0 after 118 usecs
[    0.675758] calling  journal_init+0x0/0x129 @ 1
[    0.675790] initcall journal_init+0x0/0x129 returned 0 after 29 usecs
[    0.675792] calling  init_squashfs_fs+0x0/0x77 @ 1
[    0.675802] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.675933] initcall init_squashfs_fs+0x0/0x77 returned 0 after 136 usecs
[    0.675935] calling  init_fat_fs+0x0/0x56 @ 1
[    0.675951] initcall init_fat_fs+0x0/0x56 returned 0 after 13 usecs
[    0.675953] calling  init_vfat_fs+0x0/0x15 @ 1
[    0.675955] initcall init_vfat_fs+0x0/0x15 returned 0 after 0 usecs
[    0.675957] calling  init_nls_cp437+0x0/0x19 @ 1
[    0.675959] initcall init_nls_cp437+0x0/0x19 returned 0 after 0 usecs
[    0.675961] calling  init_nls_ascii+0x0/0x19 @ 1
[    0.675963] initcall init_nls_ascii+0x0/0x19 returned 0 after 0 usecs
[    0.675965] calling  init_nls_iso8859_1+0x0/0x19 @ 1
[    0.675966] initcall init_nls_iso8859_1+0x0/0x19 returned 0 after 0 usecs
[    0.675968] calling  init_nls_utf8+0x0/0x2c @ 1
[    0.675970] initcall init_nls_utf8+0x0/0x2c returned 0 after 0 usecs
[    0.675972] calling  init_autofs_fs+0x0/0x29 @ 1
[    0.676005] initcall init_autofs_fs+0x0/0x29 returned 0 after 30 usecs
[    0.676007] calling  fuse_init+0x0/0x13f @ 1
[    0.676009] fuse: init (API version 7.36)
[    0.676135] initcall fuse_init+0x0/0x13f returned 0 after 123 usecs
[    0.676137] calling  init_xfs_fs+0x0/0x1bd @ 1
[    0.676139] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    0.676522] initcall init_xfs_fs+0x0/0x1bd returned 0 after 374 usecs
[    0.676525] calling  init_f2fs_fs+0x0/0x189 @ 1
[    0.676604] initcall init_f2fs_fs+0x0/0x189 returned 0 after 75 usecs
[    0.676607] calling  efivarfs_init+0x0/0x29 @ 1
[    0.676610] initcall efivarfs_init+0x0/0x29 returned 0 after 0 usecs
[    0.676612] calling  ipc_init+0x0/0x2a @ 1
[    0.676617] initcall ipc_init+0x0/0x2a returned 0 after 3 usecs
[    0.676619] calling  ipc_sysctl_init+0x0/0x17 @ 1
[    0.676628] initcall ipc_sysctl_init+0x0/0x17 returned 0 after 6 usecs
[    0.676630] calling  init_mqueue_fs+0x0/0xa7 @ 1
[    0.676655] initcall init_mqueue_fs+0x0/0xa7 returned 0 after 22 usecs
[    0.676658] calling  key_proc_init+0x0/0x73 @ 1
[    0.676661] initcall key_proc_init+0x0/0x73 returned 0 after 1 usecs
[    0.676663] calling  aes_init+0x0/0x15 @ 1
[    0.676675] initcall aes_init+0x0/0x15 returned 0 after 9 usecs
[    0.676677] calling  jent_mod_init+0x0/0x35 @ 1
[    0.685145] initcall jent_mod_init+0x0/0x35 returned 0 after 8267 usecs
[    0.685149] calling  af_alg_init+0x0/0x41 @ 1
[    0.685152] NET: Registered PF_ALG protocol family
[    0.685262] initcall af_alg_init+0x0/0x41 returned 0 after 108 usecs
[    0.685265] calling  algif_hash_init+0x0/0x15 @ 1
[    0.685267] initcall algif_hash_init+0x0/0x15 returned 0 after 0 usecs
[    0.685270] calling  algif_skcipher_init+0x0/0x15 @ 1
[    0.685273] initcall algif_skcipher_init+0x0/0x15 returned 0 after 0 usecs
[    0.685275] calling  calibrate_xor_blocks+0x0/0x12c @ 1
[    0.685278] xor: automatically using best checksumming function   avx
[    0.685434] initcall calibrate_xor_blocks+0x0/0x12c returned 0 after 153 usecs
[    0.685437] calling  asymmetric_key_init+0x0/0x15 @ 1
[    0.685440] Key type asymmetric registered
[    0.685533] initcall asymmetric_key_init+0x0/0x15 returned 0 after 91 usecs
[    0.685536] calling  x509_key_init+0x0/0x15 @ 1
[    0.685539] Asymmetric key parser 'x509' registered
[    0.685649] initcall x509_key_init+0x0/0x15 returned 0 after 108 usecs
[    0.685651] calling  crypto_kdf108_init+0x0/0x38 @ 1
[    0.685830] alg: self-tests disabled
[    0.685948] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.686079] initcall crypto_kdf108_init+0x0/0x38 returned 0 after 414 usecs
[    0.686082] calling  blkdev_init+0x0/0x2a @ 1
[    0.686087] initcall blkdev_init+0x0/0x2a returned 0 after 3 usecs
[    0.686090] calling  proc_genhd_init+0x0/0x51 @ 1
[    0.686094] initcall proc_genhd_init+0x0/0x51 returned 0 after 1 usecs
[    0.686097] calling  bsg_init+0x0/0x86 @ 1
[    0.686104] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.686277] initcall bsg_init+0x0/0x86 returned 0 after 174 usecs
[    0.686281] calling  throtl_init+0x0/0x44 @ 1
[    0.686315] initcall throtl_init+0x0/0x44 returned 0 after 30 usecs
[    0.686320] calling  deadline_init+0x0/0x15 @ 1
[    0.686323] io scheduler mq-deadline registered
[    0.686427] initcall deadline_init+0x0/0x15 returned 0 after 102 usecs
[    0.686430] calling  kyber_init+0x0/0x15 @ 1
[    0.686433] io scheduler kyber registered
[    0.686525] initcall kyber_init+0x0/0x15 returned 0 after 90 usecs
[    0.686528] calling  bfq_init+0x0/0x91 @ 1
[    0.686538] io scheduler bfq registered
[    0.686626] initcall bfq_init+0x0/0x91 returned 0 after 93 usecs
[    0.686629] calling  blake2s_mod_init+0x0/0x1d @ 1
[    0.686932] initcall blake2s_mod_init+0x0/0x1d returned 0 after 294 usecs
[    0.686935] calling  btree_module_init+0x0/0x36 @ 1
[    0.686938] initcall btree_module_init+0x0/0x36 returned 0 after 1 usecs
[    0.686939] calling  crc_t10dif_mod_init+0x0/0x54 @ 1
[    0.686982] initcall crc_t10dif_mod_init+0x0/0x54 returned 0 after 40 usecs
[    0.686984] calling  libcrc32c_mod_init+0x0/0x2f @ 1
[    0.687020] initcall libcrc32c_mod_init+0x0/0x2f returned 0 after 33 usecs
[    0.687022] calling  percpu_counter_startup+0x0/0x65 @ 1
[    0.687055] initcall percpu_counter_startup+0x0/0x65 returned 0 after 30 usecs
[    0.687057] calling  sg_pool_init+0x0/0xc1 @ 1
[    0.687068] initcall sg_pool_init+0x0/0xc1 returned 0 after 9 usecs
[    0.687069] calling  phy_core_init+0x0/0x52 @ 1
[    0.687074] initcall phy_core_init+0x0/0x52 returned 0 after 2 usecs
[    0.687075] calling  crystalcove_pwm_driver_init+0x0/0x19 @ 1
[    0.687086] initcall crystalcove_pwm_driver_init+0x0/0x19 returned 0 after 8 usecs
[    0.687088] calling  pcie_portdrv_init+0x0/0x53 @ 1
[    0.687238] pcieport 0000:00:01.0: PME: Signaling with IRQ 26
[    0.687520] pcieport 0000:00:1c.0: PME: Signaling with IRQ 27
[    0.687776] pcieport 0000:00:1c.6: PME: Signaling with IRQ 28
[    0.687975] initcall pcie_portdrv_init+0x0/0x53 returned 0 after 864 usecs
[    0.687978] calling  pci_proc_init+0x0/0x78 @ 1
[    0.687990] initcall pci_proc_init+0x0/0x78 returned 0 after 10 usecs
[    0.687992] calling  pci_hotplug_init+0x0/0x4 @ 1
[    0.687994] initcall pci_hotplug_init+0x0/0x4 returned 0 after 0 usecs
[    0.687996] calling  shpcd_init+0x0/0x62 @ 1
[    0.688005] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.688153] initcall shpcd_init+0x0/0x62 returned 0 after 151 usecs
[    0.688155] calling  pci_stub_init+0x0/0x135 @ 1
[    0.688162] initcall pci_stub_init+0x0/0x135 returned 0 after 5 usecs
[    0.688164] calling  pci_ep_cfs_init+0x0/0xd5 @ 1
[    0.688184] initcall pci_ep_cfs_init+0x0/0xd5 returned 0 after 17 usecs
[    0.688186] calling  pci_epc_init+0x0/0x49 @ 1
[    0.688191] initcall pci_epc_init+0x0/0x49 returned 0 after 2 usecs
[    0.688193] calling  pci_epf_init+0x0/0x2f @ 1
[    0.688198] initcall pci_epf_init+0x0/0x2f returned 0 after 3 usecs
[    0.688200] calling  vmd_drv_init+0x0/0x22 @ 1
[    0.688208] initcall vmd_drv_init+0x0/0x22 returned 0 after 6 usecs
[    0.688210] calling  dw_plat_pcie_driver_init+0x0/0x19 @ 1
[    0.688214] initcall dw_plat_pcie_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.688216] calling  meson_pcie_driver_init+0x0/0x19 @ 1
[    0.688221] initcall meson_pcie_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.688223] calling  efifb_driver_init+0x0/0x19 @ 1
[    0.688228] initcall efifb_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.688230] calling  simplefb_driver_init+0x0/0x19 @ 1
[    0.688234] initcall simplefb_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.688236] calling  intel_idle_init+0x0/0x294 @ 1
[    0.688502] initcall intel_idle_init+0x0/0x294 returned 0 after 257 usecs
[    0.688505] calling  ged_driver_init+0x0/0x19 @ 1
[    0.688515] initcall ged_driver_init+0x0/0x19 returned 0 after 6 usecs
[    0.688518] calling  acpi_button_driver_init+0x0/0x56 @ 1
[    0.688571] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.688778] ACPI: button: Power Button [PWRB]
[    0.688903] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.689090] ACPI: button: Power Button [PWRF]
[    0.689207] initcall acpi_button_driver_init+0x0/0x56 returned 0 after 670 usecs
[    0.689210] calling  acpi_fan_driver_init+0x0/0x19 @ 1
[    0.689217] initcall acpi_fan_driver_init+0x0/0x19 returned 0 after 3 usecs
[    0.689219] calling  acpi_video_init+0x0/0x8e @ 1
[    0.689224] initcall acpi_video_init+0x0/0x8e returned 0 after 2 usecs
[    0.689226] calling  acpi_tad_driver_init+0x0/0x19 @ 1
[    0.689231] initcall acpi_tad_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.689234] calling  acpi_processor_driver_init+0x0/0xbd @ 1
[    0.690258] initcall acpi_processor_driver_init+0x0/0xbd returned 0 after 997 usecs
[    0.690262] calling  hmat_init+0x0/0x287 @ 1
[    0.690265] initcall hmat_init+0x0/0x287 returned 0 after 0 usecs
[    0.690268] calling  acpi_hed_driver_init+0x0/0x15 @ 1
[    0.690278] initcall acpi_hed_driver_init+0x0/0x15 returned 0 after 7 usecs
[    0.690281] calling  bgrt_init+0x0/0xbe @ 1
[    0.690284] initcall bgrt_init+0x0/0xbe returned -19 after 0 usecs
[    0.690286] calling  acpi_pfru_driver_init+0x0/0x19 @ 1
[    0.690293] initcall acpi_pfru_driver_init+0x0/0x19 returned 0 after 3 usecs
[    0.690296] calling  acpi_pfrt_log_driver_init+0x0/0x19 @ 1
[    0.690301] initcall acpi_pfrt_log_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.690304] calling  acpi_pad_init+0x0/0xaf @ 1
[    0.690313] initcall acpi_pad_init+0x0/0xaf returned 0 after 6 usecs
[    0.690316] calling  erst_init+0x0/0x2be @ 1
[    0.690317] initcall erst_init+0x0/0x2be returned 0 after 0 usecs
[    0.690319] calling  ghes_init+0x0/0xe6 @ 1
[    0.690320] initcall ghes_init+0x0/0xe6 returned -19 after 0 usecs
[    0.690322] calling  gpio_clk_driver_init+0x0/0x19 @ 1
[    0.690327] initcall gpio_clk_driver_init+0x0/0x19 returned 0 after 3 usecs
[    0.690328] calling  plt_clk_driver_init+0x0/0x19 @ 1
[    0.690333] initcall plt_clk_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.690334] calling  fch_clk_driver_init+0x0/0x19 @ 1
[    0.690338] initcall fch_clk_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.690339] calling  ioat_init_module+0x0/0xbd @ 1
[    0.690341] ioatdma: Intel(R) QuickData Technology Driver 5.00
[    0.690486] initcall ioat_init_module+0x0/0xbd returned 0 after 141 usecs
[    0.690488] calling  idxd_init_module+0x0/0xe3 @ 1
[    0.690489] idxd driver failed to load without MOVDIR64B.
[    0.690610] initcall idxd_init_module+0x0/0xe3 returned -19 after 117 usecs
[    0.690611] calling  dsa_bus_init+0x0/0x15 @ 1
[    0.690616] initcall dsa_bus_init+0x0/0x15 returned 0 after 3 usecs
[    0.690618] calling  intel_ldma_init+0x0/0x19 @ 1
[    0.690622] initcall intel_ldma_init+0x0/0x19 returned 0 after 2 usecs
[    0.690624] calling  virtio_pci_driver_init+0x0/0x22 @ 1
[    0.690631] initcall virtio_pci_driver_init+0x0/0x22 returned 0 after 5 usecs
[    0.690633] calling  n_null_init+0x0/0x1d @ 1
[    0.690635] initcall n_null_init+0x0/0x1d returned 0 after 0 usecs
[    0.690636] calling  pty_init+0x0/0xe @ 1
[    0.690715] initcall pty_init+0x0/0xe returned 0 after 75 usecs
[    0.690717] calling  sysrq_init+0x0/0x53 @ 1
[    0.690720] initcall sysrq_init+0x0/0x53 returned 0 after 1 usecs
[    0.690722] calling  serial8250_init+0x0/0x163 @ 1
[    0.690724] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.691202] initcall serial8250_init+0x0/0x163 returned 0 after 467 usecs
[    0.691205] calling  serial_pci_driver_init+0x0/0x22 @ 1
[    0.691220] initcall serial_pci_driver_init+0x0/0x22 returned 0 after 13 usecs
[    0.691222] calling  random_sysctls_init+0x0/0x29 @ 1
[    0.691227] initcall random_sysctls_init+0x0/0x29 returned 0 after 2 usecs
[    0.691229] calling  ttyprintk_init+0x0/0xf3 @ 1
[    0.691303] initcall ttyprintk_init+0x0/0xf3 returned 0 after 70 usecs
[    0.691307] calling  virtio_console_init+0x0/0xf6 @ 1
[    0.691322] initcall virtio_console_init+0x0/0xf6 returned 0 after 12 usecs
[    0.691325] calling  hpet_init+0x0/0x71 @ 1
[    0.691469] initcall hpet_init+0x0/0x71 returned 0 after 139 usecs
[    0.691472] calling  hwrng_modinit+0x0/0x92 @ 1
[    0.691510] initcall hwrng_modinit+0x0/0x92 returned 0 after 35 usecs
[    0.691512] calling  intel_rng_mod_init+0x0/0x1e1 @ 1
[    0.691529] initcall intel_rng_mod_init+0x0/0x1e1 returned -19 after 14 usecs
[    0.691531] calling  amd_rng_mod_init+0x0/0x191 @ 1
[    0.691535] initcall amd_rng_mod_init+0x0/0x191 returned -19 after 1 usecs
[    0.691536] calling  virtio_rng_driver_init+0x0/0x15 @ 1
[    0.691541] initcall virtio_rng_driver_init+0x0/0x15 returned 0 after 2 usecs
[    0.691543] calling  cn_proc_init+0x0/0x3d @ 1
[    0.691547] initcall cn_proc_init+0x0/0x3d returned 0 after 0 usecs
[    0.691549] calling  topology_sysfs_init+0x0/0x3c @ 1
[    0.691586] initcall topology_sysfs_init+0x0/0x3c returned 0 after 34 usecs
[    0.691589] calling  cacheinfo_sysfs_init+0x0/0x3c @ 1
[    0.692021] initcall cacheinfo_sysfs_init+0x0/0x3c returned 0 after 419 usecs
[    0.692024] calling  devcoredump_init+0x0/0x1e @ 1
[    0.692029] initcall devcoredump_init+0x0/0x1e returned 0 after 3 usecs
[    0.692032] calling  loop_init+0x0/0xf5 @ 1
[    0.692902] loop: module loaded
[    0.692979] initcall loop_init+0x0/0xf5 returned 0 after 922 usecs
[    0.692983] calling  init+0x0/0x7e @ 1
[    0.692991] initcall init+0x0/0x7e returned 0 after 5 usecs
[    0.692993] calling  rtsx_pci_driver_init+0x0/0x22 @ 1
[    0.693004] initcall rtsx_pci_driver_init+0x0/0x22 returned 0 after 8 usecs
[    0.693007] calling  intel_soc_pmic_i2c_driver_init+0x0/0x19 @ 1
[    0.693013] initcall intel_soc_pmic_i2c_driver_init+0x0/0x19 returned 0 after 3 usecs
[    0.693015] calling  cht_wc_driver_init+0x0/0x19 @ 1
[    0.693020] initcall cht_wc_driver_init+0x0/0x19 returned 0 after 2 usecs
[    0.693022] calling  dax_init+0x0/0x22 @ 1
[    0.693029] initcall dax_init+0x0/0x22 returned 0 after 4 usecs
[    0.693031] calling  dax_hmem_driver_init+0x0/0x19 @ 1
[    0.693037] initcall dax_hmem_driver_init+0x0/0x19 returned 0 after 3 usecs
[    0.693039] calling  udmabuf_dev_init+0x0/0x15 @ 1
[    0.693059] initcall udmabuf_dev_init+0x0/0x15 returned 0 after 17 usecs
[    0.693062] calling  raid_init+0x0/0x15 @ 1
[    0.693066] initcall raid_init+0x0/0x15 returned 0 after 2 usecs
[    0.693068] calling  spi_transport_init+0x0/0x85 @ 1
[    0.693075] initcall spi_transport_init+0x0/0x85 returned 0 after 4 usecs
[    0.693078] calling  fc_transport_init+0x0/0x81 @ 1
[    0.693085] initcall fc_transport_init+0x0/0x81 returned 0 after 5 usecs
[    0.693087] calling  sas_transport_init+0x0/0xb9 @ 1
[    0.693097] initcall sas_transport_init+0x0/0xb9 returned 0 after 7 usecs
[    0.693100] calling  sas_class_init+0x0/0x7f @ 1
[    0.693104] initcall sas_class_init+0x0/0x7f returned 0 after 2 usecs
[    0.693106] calling  libfc_init+0x0/0x36 @ 1
[    0.693197] initcall libfc_init+0x0/0x36 returned 0 after 86 usecs
[    0.693201] calling  blogic_init+0x0/0x5f4 @ 1
[    0.693208] initcall blogic_init+0x0/0x5f4 returned 0 after 4 usecs
[    0.693211] calling  isci_init+0x0/0x6f @ 1
[    0.693213] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    0.693367] initcall isci_init+0x0/0x6f returned 0 after 150 usecs
[    0.693370] calling  hpsa_init+0x0/0x55 @ 1
[    0.693380] initcall hpsa_init+0x0/0x55 returned 0 after 7 usecs
[    0.693383] calling  pqi_init+0x0/0xe2 @ 1
[    0.693385] Microchip SmartPQI Driver (v2.1.12-055)
[    0.693503] initcall pqi_init+0x0/0xe2 returned 0 after 115 usecs
[    0.693506] calling  megasas_init+0x0/0x278 @ 1
[    0.693508] megasas: 07.719.03.00-rc1
[    0.693605] initcall megasas_init+0x0/0x278 returned 0 after 94 usecs
[    0.693608] calling  _mpt3sas_init+0x0/0x1a9 @ 1
[    0.693610] mpt3sas version 40.100.00.00 loaded
[    0.693787] initcall _mpt3sas_init+0x0/0x1a9 returned 0 after 172 usecs
[    0.693790] calling  init+0x0/0xc5 @ 1
[    0.693801] initcall init+0x0/0xc5 returned 0 after 8 usecs
[    0.693804] calling  pvscsi_init+0x0/0x3c @ 1
[    0.693806] VMware PVSCSI driver - version 1.0.7.0-k
[    0.693925] initcall pvscsi_init+0x0/0x3c returned 0 after 115 usecs
[    0.693927] calling  storvsc_drv_init+0x0/0x74 @ 1
[    0.693931] hv_vmbus: registering driver hv_storvsc
[    0.694041] initcall storvsc_drv_init+0x0/0x74 returned -19 after 108 usecs
[    0.694044] calling  init_sd+0x0/0x19a @ 1
[    0.694055] initcall init_sd+0x0/0x19a returned 0 after 8 usecs
[    0.694058] calling  init_sg+0x0/0xf1 @ 1
[    0.694062] initcall init_sg+0x0/0xf1 returned 0 after 2 usecs
[    0.694064] calling  nvme_core_init+0x0/0x1b1 @ 1
[    0.694185] initcall nvme_core_init+0x0/0x1b1 returned 0 after 114 usecs
[    0.694188] calling  nvme_init+0x0/0x22 @ 1
[    0.694199] initcall nvme_init+0x0/0x22 returned 0 after 8 usecs
[    0.694202] calling  ahci_pci_driver_init+0x0/0x22 @ 1
[    0.694216] ahci 0000:00:1f.2: version 3.0
[    0.694358] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[    0.694543] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[    0.698665] scsi host0: ahci
[    0.698901] scsi host1: ahci
[    0.699036] scsi host2: ahci
[    0.699172] scsi host3: ahci
[    0.699373] scsi host4: ahci
[    0.699508] scsi host5: ahci
[    0.699605] ata1: SATA max UDMA/133 abar m2048@0xfe701000 port 0xfe701100 irq 29
[    0.699773] ata2: SATA max UDMA/133 abar m2048@0xfe701000 port 0xfe701180 irq 29
[    0.699938] ata3: DUMMY
[    0.699996] ata4: DUMMY
[    0.700053] ata5: DUMMY
[    0.700110] ata6: DUMMY
[    0.700191] initcall ahci_pci_driver_init+0x0/0x22 returned 0 after 5846 usecs
[    0.700196] calling  ahci_driver_init+0x0/0x19 @ 1
[    0.700207] initcall ahci_driver_init+0x0/0x19 returned 0 after 6 usecs
[    0.700211] calling  piix_init+0x0/0x2e @ 1
[    0.700225] initcall piix_init+0x0/0x2e returned 0 after 10 usecs
[    0.700228] calling  sch_pci_driver_init+0x0/0x22 @ 1
[    0.700236] initcall sch_pci_driver_init+0x0/0x22 returned 0 after 6 usecs
[    0.700240] calling  mpiix_pci_driver_init+0x0/0x22 @ 1
[    0.700252] initcall mpiix_pci_driver_init+0x0/0x22 returned 0 after 8 usecs
[    0.700256] calling  ata_generic_pci_driver_init+0x0/0x22 @ 1
[    0.700268] initcall ata_generic_pci_driver_init+0x0/0x22 returned 0 after 8 usecs
[    0.700273] calling  drm_kms_helper_init+0x0/0xc @ 1
[    0.700279] initcall drm_kms_helper_init+0x0/0xc returned 0 after 3 usecs
[    0.700282] calling  drm_core_init+0x0/0xbb @ 1
[    0.700346] ACPI: bus type drm_connector registered
[    0.700704] initcall drm_core_init+0x0/0xbb returned 0 after 409 usecs
[    0.700708] calling  i915_init+0x0/0x92 @ 1
[    0.700860] Stack Depot allocating hash table with kvmalloc
[    0.702253] i915 0000:00:02.0: vgaarb: deactivate vga console
[    0.719756] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    0.720037] i915 0000:00:02.0: [drm] DRM_I915_DEBUG_RUNTIME_PM enabled
[    0.720230] initcall i915_init+0x0/0x92 returned 0 after 19061 usecs
[    0.720237] calling  kvmgt_init+0x0/0x1b @ 1
[    0.720240] initcall kvmgt_init+0x0/0x1b returned -19 after 0 usecs
[    0.720243] calling  virtio_gpu_driver_init+0x0/0x15 @ 1
[    0.720250] initcall virtio_gpu_driver_init+0x0/0x15 returned 0 after 3 usecs
[    0.720252] calling  bochs_init+0x0/0x47 @ 1
[    0.720265] initcall bochs_init+0x0/0x47 returned 0 after 9 usecs
[    0.720268] calling  cirrus_init+0x0/0x32 @ 1
[    0.720276] initcall cirrus_init+0x0/0x32 returned 0 after 5 usecs
[    0.720279] calling  macvlan_init_module+0x0/0x7a @ 1
[    0.720284] initcall macvlan_init_module+0x0/0x7a returned 0 after 2 usecs
[    0.720285] calling  macvtap_init+0x0/0xc0 @ 1
[    0.720293] initcall macvtap_init+0x0/0xc0 returned 0 after 4 usecs
[    0.720294] calling  blackhole_netdev_init+0x0/0x88 @ 1
[    0.720303] initcall blackhole_netdev_init+0x0/0x88 returned 0 after 7 usecs
[    0.720305] calling  tun_init+0x0/0xa6 @ 1
[    0.720306] tun: Universal TUN/TAP device driver, 1.6
[    0.720501] initcall tun_init+0x0/0xa6 returned 0 after 190 usecs
[    0.720503] calling  pcnet32_init_module+0x0/0x112 @ 1
[    0.720512] initcall pcnet32_init_module+0x0/0x112 returned 0 after 7 usecs
[    0.720513] calling  e100_init_module+0x0/0x5b @ 1
[    0.720515] e100: Intel(R) PRO/100 Network Driver
[    0.720621] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.720752] initcall e100_init_module+0x0/0x5b returned 0 after 231 usecs
[    0.720753] calling  fjes_init_module+0x0/0xaf @ 1
[    0.720798] initcall fjes_init_module+0x0/0xaf returned -19 after 42 usecs
[    0.720800] calling  fusion_init+0x0/0x114 @ 1
[    0.720801] Fusion MPT base driver 3.04.20
[    0.720895] Copyright (c) 1999-2008 LSI Corporation
[    0.721007] initcall fusion_init+0x0/0x114 returned 0 after 201 usecs
[    0.721009] calling  mptspi_init+0x0/0xf3 @ 1
[    0.721010] Fusion MPT SPI Host driver 3.04.20
[    0.721117] initcall mptspi_init+0x0/0xf3 returned 0 after 104 usecs
[    0.721119] calling  mptsas_init+0x0/0x12f @ 1
[    0.721120] Fusion MPT SAS Host driver 3.04.20
[    0.721236] initcall mptsas_init+0x0/0x12f returned 0 after 112 usecs
[    0.721237] calling  vfio_init+0x0/0x12f @ 1
[    0.721291] VFIO - User Level meta-driver version: 0.3
[    0.721409] initcall vfio_init+0x0/0x12f returned 0 after 166 usecs
[    0.721411] calling  vfio_iommu_type1_init+0x0/0x15 @ 1
[    0.721412] initcall vfio_iommu_type1_init+0x0/0x15 returned 0 after 0 usecs
[    0.721414] calling  ehci_hcd_init+0x0/0x107 @ 1
[    0.721415] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.721562] initcall ehci_hcd_init+0x0/0x107 returned 0 after 143 usecs
[    0.721563] calling  ehci_pci_init+0x0/0x6e @ 1
[    0.721565] ehci-pci: EHCI PCI platform driver
[    0.721752] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.721876] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.722051] ehci-pci 0000:00:1a.0: debug port 2
[    0.726076] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfe703000
[    0.733212] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.733419] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    0.733606] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.733777] usb usb1: Product: EHCI Host Controller
[    0.733887] usb usb1: Manufacturer: Linux 5.17.11-1148.native ehci_hcd
[    0.734041] usb usb1: SerialNumber: 0000:00:1a.0
[    0.734295] hub 1-0:1.0: USB hub found
[    0.734392] hub 1-0:1.0: 2 ports detected
[    0.734653] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.734775] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.734975] ehci-pci 0000:00:1d.0: debug port 2
[    0.738986] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfe702000
[    0.745208] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.745415] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    0.745601] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.745761] usb usb2: Product: EHCI Host Controller
[    0.745883] usb usb2: Manufacturer: Linux 5.17.11-1148.native ehci_hcd
[    0.746031] usb usb2: SerialNumber: 0000:00:1d.0
[    0.746257] hub 2-0:1.0: USB hub found
[    0.746350] hub 2-0:1.0: 2 ports detected
[    0.746536] initcall ehci_pci_init+0x0/0x6e returned 0 after 24385 usecs
[    0.746539] calling  ohci_hcd_mod_init+0x0/0x84 @ 1
[    0.746541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.746699] initcall ohci_hcd_mod_init+0x0/0x84 returned 0 after 154 usecs
[    0.746701] calling  ohci_pci_init+0x0/0x6e @ 1
[    0.746702] ohci-pci: OHCI PCI platform driver
[    0.746810] initcall ohci_pci_init+0x0/0x6e returned 0 after 105 usecs
[    0.746812] calling  uhci_hcd_init+0x0/0x123 @ 1
[    0.746814] uhci_hcd: USB Universal Host Controller Interface driver
[    0.746968] initcall uhci_hcd_init+0x0/0x123 returned 0 after 151 usecs
[    0.746970] calling  xhci_hcd_init+0x0/0x20 @ 1
[    0.746973] initcall xhci_hcd_init+0x0/0x20 returned 0 after 1 usecs
[    0.746974] calling  xhci_pci_init+0x0/0x56 @ 1
[    0.747033] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.747156] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[    0.747459] xhci_hcd 0000:03:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x0000000000000004
[    0.747940] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    0.748136] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.748309] usb usb3: Product: xHCI Host Controller
[    0.748420] usb usb3: Manufacturer: Linux 5.17.11-1148.native xhci-hcd
[    0.748574] usb usb3: SerialNumber: 0000:03:00.0
[    0.748819] hub 3-0:1.0: USB hub found
[    0.748933] hub 3-0:1.0: 2 ports detected
[    0.749121] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.749249] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[    0.749425] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[    0.750907] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.751101] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    0.751304] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.751468] usb usb4: Product: xHCI Host Controller
[    0.751588] usb usb4: Manufacturer: Linux 5.17.11-1148.native xhci-hcd
[    0.751734] usb usb4: SerialNumber: 0000:03:00.0
[    0.752003] hub 4-0:1.0: USB hub found
[    0.752102] hub 4-0:1.0: 2 ports detected
[    0.752283] initcall xhci_pci_init+0x0/0x56 returned 0 after 5183 usecs
[    0.752287] calling  xhci_plat_init+0x0/0x2c @ 1
[    0.752296] initcall xhci_plat_init+0x0/0x2c returned 0 after 7 usecs
[    0.752298] calling  uas_init+0x0/0x56 @ 1
[    0.752388] usbcore: registered new interface driver uas
[    0.752514] initcall uas_init+0x0/0x56 returned 0 after 209 usecs
[    0.752517] calling  usb_storage_driver_init+0x0/0x37 @ 1
[    0.752532] usbcore: registered new interface driver usb-storage
[    0.752675] initcall usb_storage_driver_init+0x0/0x37 returned 0 after 152 usecs
[    0.752676] calling  realtek_cr_driver_init+0x0/0x37 @ 1
[    0.752683] usbcore: registered new interface driver ums-realtek
[    0.752818] initcall realtek_cr_driver_init+0x0/0x37 returned 0 after 136 usecs
[    0.752820] calling  evdev_init+0x0/0x15 @ 1
[    0.752917] initcall evdev_init+0x0/0x15 returned 0 after 92 usecs
[    0.752921] calling  uinput_misc_init+0x0/0x15 @ 1
[    0.752941] initcall uinput_misc_init+0x0/0x15 returned 0 after 17 usecs
[    0.752944] calling  rmi_bus_init+0x0/0xc4 @ 1
[    0.752975] initcall rmi_bus_init+0x0/0xc4 returned 0 after 29 usecs
[    0.752977] calling  cmos_init+0x0/0x7b @ 1
[    0.753000] rtc_cmos 00:02: RTC can wake from S4
[    0.753362] rtc_cmos 00:02: registered as rtc0
[    0.753481] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.753662] initcall cmos_init+0x0/0x7b returned 0 after 666 usecs
[    0.753664] calling  acpi_smbus_cmi_driver_init+0x0/0x15 @ 1
[    0.753674] initcall acpi_smbus_cmi_driver_init+0x0/0x15 returned 0 after 8 usecs
[    0.753676] calling  dw_i2c_driver_init+0x0/0x22 @ 1
[    0.753685] initcall dw_i2c_driver_init+0x0/0x22 returned 0 after 6 usecs
[    0.753687] calling  coretemp_init+0x0/0xec @ 1
[    0.753900] initcall coretemp_init+0x0/0xec returned 0 after 206 usecs
[    0.753903] calling  powerclamp_init+0x0/0x206 @ 1
[    0.753924] initcall powerclamp_init+0x0/0x206 returned 0 after 19 usecs
[    0.753926] calling  pkg_temp_thermal_init+0x0/0x12c @ 1
[    0.754019] initcall pkg_temp_thermal_init+0x0/0x12c returned 0 after 88 usecs
[    0.754021] calling  thermal_throttle_init_device+0x0/0x5d @ 1
[    0.754077] initcall thermal_throttle_init_device+0x0/0x5d returned 0 after 52 usecs
[    0.754079] calling  raid0_init+0x0/0x15 @ 1
[    0.754081] initcall raid0_init+0x0/0x15 returned 0 after 0 usecs
[    0.754083] calling  raid_init+0x0/0x15 @ 1
[    0.754084] initcall raid_init+0x0/0x15 returned 0 after 0 usecs
[    0.754086] calling  raid_init+0x0/0x15 @ 1
[    0.754088] initcall raid_init+0x0/0x15 returned 0 after 0 usecs
[    0.754089] calling  dm_init+0x0/0x42 @ 1
[    0.754133] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.754341] initcall dm_init+0x0/0x42 returned 0 after 244 usecs
[    0.754343] calling  dm_crypt_init+0x0/0x2f @ 1
[    0.754345] initcall dm_crypt_init+0x0/0x2f returned 0 after 0 usecs
[    0.754347] calling  amd_pstate_init+0x0/0x133 @ 1
[    0.754349] initcall amd_pstate_init+0x0/0x133 returned -19 after 0 usecs
[    0.754351] calling  intel_pstate_init+0x0/0x3f3 @ 1
[    0.754356] intel_pstate: Intel P-state driver initializing
[    0.754744] initcall intel_pstate_init+0x0/0x3f3 returned 0 after 382 usecs
[    0.754747] calling  mmc_blk_init+0x0/0xef @ 1
[    0.754757] initcall mmc_blk_init+0x0/0xef returned 0 after 8 usecs
[    0.754759] calling  sdhci_drv_init+0x0/0x23 @ 1
[    0.754761] sdhci: Secure Digital Host Controller Interface driver
[    0.754908] sdhci: Copyright(c) Pierre Ossman
[    0.755020] initcall sdhci_drv_init+0x0/0x23 returned 0 after 252 usecs
[    0.755022] calling  sdhci_driver_init+0x0/0x22 @ 1
[    0.755031] initcall sdhci_driver_init+0x0/0x22 returned 0 after 8 usecs
[    0.755033] calling  sdhci_acpi_driver_init+0x0/0x19 @ 1
[    0.755040] initcall sdhci_acpi_driver_init+0x0/0x19 returned 0 after 4 usecs
[    0.755042] calling  rtsx_pci_sdmmc_driver_init+0x0/0x19 @ 1
[    0.755048] initcall rtsx_pci_sdmmc_driver_init+0x0/0x19 returned 0 after 3 usecs
[    0.755050] calling  dmi_sysfs_init+0x0/0xac @ 1
[    0.755251] initcall dmi_sysfs_init+0x0/0xac returned 0 after 195 usecs
[    0.755254] calling  ibft_init+0x0/0x23b @ 1
[    0.755257] No iBFT detected.
[    0.755341] initcall ibft_init+0x0/0x23b returned 0 after 83 usecs
[    0.755343] calling  sysfb_init+0x0/0xbc @ 1
[    0.755365] simple-framebuffer simple-framebuffer.0: framebuffer at 0xd0000000, 0x1d5000 bytes
[    0.755560] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=800x600x32, linelength=3200
[    0.756582] Console: switching to colour frame buffer device 100x37
[    0.757482] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[    0.757699] initcall sysfb_init+0x0/0xbc returned 0 after 2298 usecs
[    0.757702] calling  efivars_sysfs_init+0x0/0x40 @ 1
[    0.757706] EFI Variables Facility v0.08 2004-May-17
[    0.803865] initcall efivars_sysfs_init+0x0/0x40 returned 0 after 45076 usecs
[    0.803869] calling  esrt_sysfs_init+0x0/0x2f7 @ 1
[    0.803872] initcall esrt_sysfs_init+0x0/0x2f7 returned -38 after 0 usecs
[    0.803875] calling  efivars_pstore_init+0x0/0xed @ 1
[    0.846900] checking generic (d0000000 1d5000) vs hw (d0000000 10000000)
[    0.846902] fb0: switching to i915drmfb from simple
[    0.847415] Console: switching to colour dummy device 80x25
[    0.847953] fbcon: i915drmfb (fb0) is primary device
[    0.850200] pstore: Registered efi as persistent store backend
[    0.850202] initcall efivars_pstore_init+0x0/0xed returned 0 after 45239 usecs
[    0.850206] calling  efibc_init+0x0/0x45 @ 1
[    0.850209] initcall efibc_init+0x0/0x45 returned 0 after 0 usecs
[    0.850211] calling  efi_capsule_loader_init+0x0/0x3b @ 1
[    0.850254] initcall efi_capsule_loader_init+0x0/0x3b returned 0 after 40 usecs
[    0.850257] calling  adf_register_ctl_device_driver+0x0/0x159 @ 1
[    0.850455] initcall adf_register_ctl_device_driver+0x0/0x159 returned 0 after 191 usecs
[    0.850458] calling  adfdrv_init+0x0/0x48 @ 1
[    0.850553] initcall adfdrv_init+0x0/0x48 returned 0 after 90 usecs
[    0.850556] calling  adfdrv_init+0x0/0x48 @ 1
[    0.850601] initcall adfdrv_init+0x0/0x48 returned 0 after 42 usecs
[    0.850606] calling  adfdrv_init+0x0/0x48 @ 1
[    0.850647] initcall adfdrv_init+0x0/0x48 returned 0 after 38 usecs
[    0.850649] calling  adfdrv_init+0x0/0x48 @ 1
[    0.850686] initcall adfdrv_init+0x0/0x48 returned 0 after 34 usecs
[    0.850689] calling  adfdrv_init+0x0/0x48 @ 1
[    0.850725] initcall adfdrv_init+0x0/0x48 returned 0 after 33 usecs
[    0.850727] calling  adfdrv_init+0x0/0x48 @ 1
[    0.850764] initcall adfdrv_init+0x0/0x48 returned 0 after 34 usecs
[    0.850766] calling  virtio_crypto_driver_init+0x0/0x15 @ 1
[    0.850771] initcall virtio_crypto_driver_init+0x0/0x15 returned 0 after 2 usecs
[    0.850774] calling  hid_init+0x0/0x60 @ 1
[    0.850781] hid: raw HID events driver (C) Jiri Kosina
[    0.850784] initcall hid_init+0x0/0x60 returned 0 after 8 usecs
[    0.850786] calling  uhid_misc_init+0x0/0x15 @ 1
[    0.850835] initcall uhid_misc_init+0x0/0x15 returned 0 after 45 usecs
[    0.850837] calling  hid_generic_init+0x0/0x22 @ 1
[    0.850845] initcall hid_generic_init+0x0/0x22 returned 0 after 5 usecs
[    0.850848] calling  belkin_driver_init+0x0/0x22 @ 1
[    0.850853] initcall belkin_driver_init+0x0/0x22 returned 0 after 3 usecs
[    0.850855] calling  ch_driver_init+0x0/0x22 @ 1
[    0.850860] initcall ch_driver_init+0x0/0x22 returned 0 after 2 usecs
[    0.850862] calling  ch_driver_init+0x0/0x22 @ 1
[    0.850867] initcall ch_driver_init+0x0/0x22 returned 0 after 2 usecs
[    0.850869] calling  holtek_kbd_driver_init+0x0/0x22 @ 1
[    0.850875] initcall holtek_kbd_driver_init+0x0/0x22 returned 0 after 3 usecs
[    0.850877] calling  holtek_mouse_driver_init+0x0/0x22 @ 1
[    0.850882] initcall holtek_mouse_driver_init+0x0/0x22 returned 0 after 3 usecs
[    0.850885] calling  holtek_driver_init+0x0/0x22 @ 1
[    0.850892] initcall holtek_driver_init+0x0/0x22 returned 0 after 5 usecs
[    0.850895] calling  ks_driver_init+0x0/0x22 @ 1
[    0.850900] initcall ks_driver_init+0x0/0x22 returned 0 after 3 usecs
[    0.850902] calling  lenovo_driver_init+0x0/0x22 @ 1
[    0.850907] initcall lenovo_driver_init+0x0/0x22 returned 0 after 3 usecs
[    0.850909] calling  lg_driver_init+0x0/0x22 @ 1
[    0.850916] initcall lg_driver_init+0x0/0x22 returned 0 after 4 usecs
[    0.850918] calling  lg_g15_driver_init+0x0/0x22 @ 1
[    0.850924] initcall lg_g15_driver_init+0x0/0x22 returned 0 after 3 usecs
[    0.850927] calling  ms_driver_init+0x0/0x22 @ 1
[    0.850932] initcall ms_driver_init+0x0/0x22 returned 0 after 3 usecs
[    0.850934] calling  samsung_driver_init+0x0/0x22 @ 1
[    0.850939] initcall samsung_driver_init+0x0/0x22 returned 0 after 3 usecs
[    0.850942] calling  hid_init+0x0/0x60 @ 1
[    0.850949] usbcore: registered new interface driver usbhid
[    0.850950] usbhid: USB HID core driver
[    0.850951] initcall hid_init+0x0/0x60 returned 0 after 7 usecs
[    0.850953] calling  vhost_net_init+0x0/0x40 @ 1
[    0.850970] initcall vhost_net_init+0x0/0x40 returned 0 after 13 usecs
[    0.850973] calling  vhost_init+0x0/0x4 @ 1
[    0.850975] initcall vhost_init+0x0/0x4 returned 0 after 0 usecs
[    0.850977] calling  ashmem_init+0x0/0xfc @ 1
[    0.851007] ashmem: initialized
[    0.851008] initcall ashmem_init+0x0/0xfc returned 0 after 27 usecs
[    0.851010] calling  isp_pci_driver_init+0x0/0x22 @ 1
[    0.851018] initcall isp_pci_driver_init+0x0/0x22 returned 0 after 5 usecs
[    0.851020] calling  sar_driver_init+0x0/0x19 @ 1
[    0.851027] initcall sar_driver_init+0x0/0x19 returned 0 after 3 usecs
[    0.851029] calling  intel_uncore_init+0x0/0x117 @ 1
[    0.851031] initcall intel_uncore_init+0x0/0x117 returned -19 after 0 usecs
[    0.851034] calling  ips_pci_driver_init+0x0/0x22 @ 1
[    0.851040] initcall ips_pci_driver_init+0x0/0x22 returned 0 after 4 usecs
[    0.851043] calling  intel_scu_pci_driver_init+0x0/0x22 @ 1
[    0.851050] initcall intel_scu_pci_driver_init+0x0/0x22 returned 0 after 4 usecs
[    0.851052] calling  pmc_atom_init+0x0/0x4e @ 1
[    0.851056] initcall pmc_atom_init+0x0/0x4e returned -19 after 1 usecs
[    0.851058] calling  extcon_class_init+0x0/0xc @ 1
[    0.851062] initcall extcon_class_init+0x0/0xc returned 0 after 2 usecs
[    0.851065] calling  intel_rapl_msr_driver_init+0x0/0x19 @ 1
[    0.851083] intel_rapl_common: Found RAPL domain package
[    0.851084] intel_rapl_common: Found RAPL domain core
[    0.851085] intel_rapl_common: Found RAPL domain uncore
[    0.851091] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    0.851265] initcall intel_rapl_msr_driver_init+0x0/0x19 returned 0 after 192 usecs
[    0.851268] calling  binder_init+0x0/0x13f @ 1
[    0.851280] initcall binder_init+0x0/0x13f returned 0 after 9 usecs
[    0.851282] calling  sock_diag_init+0x0/0x37 @ 1
[    0.851292] initcall sock_diag_init+0x0/0x37 returned 0 after 7 usecs
[    0.851294] calling  init_net_drop_monitor+0x0/0xfe @ 1
[    0.851295] drop_monitor: Initializing network drop monitor service
[    0.851306] initcall init_net_drop_monitor+0x0/0xfe returned 0 after 10 usecs
[    0.851308] calling  llc_init+0x0/0x23 @ 1
[    0.851309] initcall llc_init+0x0/0x23 returned 0 after 0 usecs
[    0.851310] calling  snap_init+0x0/0x3f @ 1
[    0.851312] initcall snap_init+0x0/0x3f returned 0 after 0 usecs
[    0.851313] calling  blackhole_init+0x0/0x15 @ 1
[    0.851315] initcall blackhole_init+0x0/0x15 returned 0 after 0 usecs
[    0.851316] calling  cbq_module_init+0x0/0x15 @ 1
[    0.851317] initcall cbq_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.851319] calling  multiq_module_init+0x0/0x15 @ 1
[    0.851320] initcall multiq_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.851321] calling  codel_module_init+0x0/0x15 @ 1
[    0.851323] initcall codel_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.851324] calling  fq_codel_module_init+0x0/0x15 @ 1
[    0.851325] initcall fq_codel_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.851327] calling  cake_module_init+0x0/0x15 @ 1
[    0.851328] initcall cake_module_init+0x0/0x15 returned 0 after 0 usecs
[    0.851329] calling  fq_module_init+0x0/0x5d @ 1
[    0.851332] initcall fq_module_init+0x0/0x5d returned 0 after 1 usecs
[    0.851334] calling  init_cgroup_cls+0x0/0x15 @ 1
[    0.851335] initcall init_cgroup_cls+0x0/0x15 returned 0 after 0 usecs
[    0.851336] calling  cls_bpf_init_mod+0x0/0x15 @ 1
[    0.851338] initcall cls_bpf_init_mod+0x0/0x15 returned 0 after 0 usecs
[    0.851339] calling  nfnetlink_init+0x0/0x66 @ 1
[    0.851343] initcall nfnetlink_init+0x0/0x66 returned 0 after 2 usecs
[    0.851344] calling  nfnl_acct_init+0x0/0x5b @ 1
[    0.851346] initcall nfnl_acct_init+0x0/0x5b returned 0 after 0 usecs
[    0.851347] calling  nfnetlink_queue_init+0x0/0xab @ 1
[    0.851351] initcall nfnetlink_queue_init+0x0/0xab returned 0 after 2 usecs
[    0.851353] calling  nfnetlink_log_init+0x0/0x9f @ 1
[    0.851355] initcall nfnetlink_log_init+0x0/0x9f returned 0 after 1 usecs
[    0.851357] calling  xt_init+0x0/0x118 @ 1
[    0.851360] initcall xt_init+0x0/0x118 returned 0 after 1 usecs
[    0.851361] calling  tcpudp_mt_init+0x0/0x1c @ 1
[    0.851363] initcall tcpudp_mt_init+0x0/0x1c returned 0 after 0 usecs
[    0.851364] calling  mark_mt_init+0x0/0x41 @ 1
[    0.851366] initcall mark_mt_init+0x0/0x41 returned 0 after 0 usecs
[    0.851367] calling  ip_set_init+0x0/0x93 @ 1
[    0.851370] initcall ip_set_init+0x0/0x93 returned 0 after 0 usecs
[    0.851371] calling  hash_ip_init+0x0/0x15 @ 1
[    0.851373] initcall hash_ip_init+0x0/0x15 returned 0 after 0 usecs
[    0.851374] calling  gre_offload_init+0x0/0x4e @ 1
[    0.851376] initcall gre_offload_init+0x0/0x4e returned 0 after 0 usecs
[    0.851378] calling  bpfilter_sockopt_init+0x0/0x3d @ 1
[    0.851379] initcall bpfilter_sockopt_init+0x0/0x3d returned 0 after 0 usecs
[    0.851381] calling  sysctl_ipv4_init+0x0/0x4e @ 1
[    0.851419] initcall sysctl_ipv4_init+0x0/0x4e returned 0 after 35 usecs
[    0.851421] calling  bbr_register+0x0/0x15 @ 1
[    0.851423] initcall bbr_register+0x0/0x15 returned 0 after 0 usecs
[    0.851424] calling  xfrm_user_init+0x0/0x49 @ 1
[    0.851426] Initializing XFRM netlink socket
[    0.851428] initcall xfrm_user_init+0x0/0x49 returned 0 after 2 usecs
[    0.851429] calling  inet6_init+0x0/0x374 @ 1
[    0.851490] NET: Registered PF_INET6 protocol family
[    0.851661] Segment Routing with IPv6
[    0.851665] In-situ OAM (IOAM) with IPv6
[    0.851678] initcall inet6_init+0x0/0x374 returned 0 after 241 usecs
[    0.851681] calling  packet_init+0x0/0x7b @ 1
[    0.851683] NET: Registered PF_PACKET protocol family
[    0.851685] initcall packet_init+0x0/0x7b returned 0 after 1 usecs
[    0.851686] calling  packet_diag_init+0x0/0x15 @ 1
[    0.851688] initcall packet_diag_init+0x0/0x15 returned 0 after 0 usecs
[    0.851690] calling  br_init+0x0/0xf7 @ 1
[    0.851698] initcall br_init+0x0/0xf7 returned 0 after 5 usecs
[    0.851700] calling  br_netfilter_init+0x0/0x58 @ 1
[    0.851706] Bridge firewalling registered
[    0.851707] initcall br_netfilter_init+0x0/0x58 returned 0 after 4 usecs
[    0.851709] calling  ebtables_init+0x0/0x5f @ 1
[    0.851711] initcall ebtables_init+0x0/0x5f returned 0 after 0 usecs
[    0.851713] calling  ebtable_broute_init+0x0/0x46 @ 1
[    0.851715] initcall ebtable_broute_init+0x0/0x46 returned 0 after 0 usecs
[    0.851717] calling  ebtable_filter_init+0x0/0x46 @ 1
[    0.851719] initcall ebtable_filter_init+0x0/0x46 returned 0 after 0 usecs
[    0.851721] calling  ebtable_nat_init+0x0/0x46 @ 1
[    0.851724] initcall ebtable_nat_init+0x0/0x46 returned 0 after 0 usecs
[    0.851725] calling  ebt_802_3_init+0x0/0x15 @ 1
[    0.851727] initcall ebt_802_3_init+0x0/0x15 returned 0 after 0 usecs
[    0.851729] calling  ebt_among_init+0x0/0x15 @ 1
[    0.851731] initcall ebt_among_init+0x0/0x15 returned 0 after 0 usecs
[    0.851733] calling  ebt_arp_init+0x0/0x15 @ 1
[    0.851735] initcall ebt_arp_init+0x0/0x15 returned 0 after 0 usecs
[    0.851737] calling  ebt_ip_init+0x0/0x15 @ 1
[    0.851739] initcall ebt_ip_init+0x0/0x15 returned 0 after 0 usecs
[    0.851741] calling  ebt_ip6_init+0x0/0x15 @ 1
[    0.851743] initcall ebt_ip6_init+0x0/0x15 returned 0 after 0 usecs
[    0.851745] calling  ebt_limit_init+0x0/0x15 @ 1
[    0.851746] initcall ebt_limit_init+0x0/0x15 returned 0 after 0 usecs
[    0.851748] calling  ebt_mark_m_init+0x0/0x15 @ 1
[    0.851750] initcall ebt_mark_m_init+0x0/0x15 returned 0 after 0 usecs
[    0.851752] calling  ebt_pkttype_init+0x0/0x15 @ 1
[    0.851754] initcall ebt_pkttype_init+0x0/0x15 returned 0 after 0 usecs
[    0.851756] calling  ebt_stp_init+0x0/0x15 @ 1
[    0.851758] initcall ebt_stp_init+0x0/0x15 returned 0 after 0 usecs
[    0.851760] calling  ebt_vlan_init+0x0/0x2e @ 1
[    0.851762] initcall ebt_vlan_init+0x0/0x2e returned 0 after 0 usecs
[    0.851764] calling  ebt_arpreply_init+0x0/0x15 @ 1
[    0.851766] initcall ebt_arpreply_init+0x0/0x15 returned 0 after 0 usecs
[    0.851768] calling  ebt_mark_init+0x0/0x15 @ 1
[    0.851769] initcall ebt_mark_init+0x0/0x15 returned 0 after 0 usecs
[    0.851771] calling  ebt_dnat_init+0x0/0x15 @ 1
[    0.851773] initcall ebt_dnat_init+0x0/0x15 returned 0 after 0 usecs
[    0.851775] calling  ebt_redirect_init+0x0/0x15 @ 1
[    0.851777] initcall ebt_redirect_init+0x0/0x15 returned 0 after 0 usecs
[    0.851779] calling  ebt_snat_init+0x0/0x15 @ 1
[    0.851789] initcall ebt_snat_init+0x0/0x15 returned 0 after 0 usecs
[    0.851790] calling  ebt_log_init+0x0/0x15 @ 1
[    0.851792] initcall ebt_log_init+0x0/0x15 returned 0 after 0 usecs
[    0.851794] calling  ebt_nflog_init+0x0/0x15 @ 1
[    0.851796] initcall ebt_nflog_init+0x0/0x15 returned 0 after 0 usecs
[    0.851798] calling  strp_dev_init+0x0/0x3c @ 1
[    0.851829] initcall strp_dev_init+0x0/0x3c returned 0 after 28 usecs
[    0.851831] calling  dcbnl_init+0x0/0x58 @ 1
[    0.851834] initcall dcbnl_init+0x0/0x58 returned 0 after 0 usecs
[    0.851836] calling  pm_check_save_msr+0x0/0x80 @ 1
[    0.851841] initcall pm_check_save_msr+0x0/0x80 returned 0 after 2 usecs
[    0.851843] calling  mcheck_init_device+0x0/0x12f @ 1
[    0.852049] initcall mcheck_init_device+0x0/0x12f returned 0 after 198 usecs
[    0.852052] calling  dev_mcelog_init_device+0x0/0xd7 @ 1
[    0.852072] initcall dev_mcelog_init_device+0x0/0xd7 returned 0 after 18 usecs
[    0.852159] calling  tboot_late_init+0x0/0x13b @ 1
[    0.852160] initcall tboot_late_init+0x0/0x13b returned 0 after 0 usecs
[    0.852162] calling  mcheck_late_init+0x0/0x65 @ 1
[    0.852166] initcall mcheck_late_init+0x0/0x65 returned 0 after 2 usecs
[    0.852168] calling  severities_debugfs_init+0x0/0x36 @ 1
[    0.852171] initcall severities_debugfs_init+0x0/0x36 returned 0 after 0 usecs
[    0.852172] calling  microcode_init+0x0/0x1fa @ 1
[    0.852192] microcode: sig=0x206a7, pf=0x2, revision=0x2f
[    0.852354] microcode: Microcode Update Driver: v2.2.
[    0.852355] initcall microcode_init+0x0/0x1fa returned 0 after 176 usecs
[    0.852357] calling  resctrl_late_init+0x0/0x29a @ 1
[    0.852359] initcall resctrl_late_init+0x0/0x29a returned -19 after 0 usecs
[    0.852361] calling  hpet_insert_resource+0x0/0x2e @ 1
[    0.852364] initcall hpet_insert_resource+0x0/0x2e returned 0 after 0 usecs
[    0.852366] calling  start_sync_check_timer+0x0/0x6b @ 1
[    0.852368] initcall start_sync_check_timer+0x0/0x6b returned 0 after 0 usecs
[    0.852369] calling  update_mp_table+0x0/0x2b4 @ 1
[    0.852370] initcall update_mp_table+0x0/0x2b4 returned 0 after 0 usecs
[    0.852372] calling  lapic_insert_resource+0x0/0x4d @ 1
[    0.852373] initcall lapic_insert_resource+0x0/0x4d returned 0 after 0 usecs
[    0.852375] calling  print_ipi_mode+0x0/0x32 @ 1
[    0.852376] IPI shorthand broadcast: enabled
[    0.852377] initcall print_ipi_mode+0x0/0x32 returned 0 after 0 usecs
[    0.852378] calling  print_ICs+0x0/0x9c @ 1
[    0.852380] initcall print_ICs+0x0/0x9c returned 0 after 0 usecs
[    0.852381] calling  setup_efi_kvm_sev_migration+0x0/0x15e @ 1
[    0.852383] initcall setup_efi_kvm_sev_migration+0x0/0x15e returned 0 after 0 usecs
[    0.852385] calling  create_tlb_single_page_flush_ceiling+0x0/0x35 @ 1
[    0.852389] initcall create_tlb_single_page_flush_ceiling+0x0/0x35 returned 0 after 1 usecs
[    0.852391] calling  pat_memtype_list_init+0x0/0x4d @ 1
[    0.852397] initcall pat_memtype_list_init+0x0/0x4d returned 0 after 3 usecs
[    0.852400] calling  create_init_pkru_value+0x0/0x49 @ 1
[    0.852402] initcall create_init_pkru_value+0x0/0x49 returned 0 after 0 usecs
[    0.852404] calling  aesni_init+0x0/0x137 @ 1
[    0.852407] AVX version of gcm_enc/dec engaged.
[    0.852525] AES CTR mode by8 optimization enabled
[    0.852696] initcall aesni_init+0x0/0x137 returned 0 after 282 usecs
[    0.852699] calling  reboot_ksysfs_init+0x0/0x50 @ 1
[    0.852704] initcall reboot_ksysfs_init+0x0/0x50 returned 0 after 3 usecs
[    0.852706] calling  sched_clock_init_late+0x0/0x95 @ 1
[    0.852708] sched_clock: Marking stable (798758147, 53935889)->(877722671, -25028635)
[    0.852728] initcall sched_clock_init_late+0x0/0x95 returned 0 after 19 usecs
[    0.852730] calling  sched_init_debug+0x0/0x240 @ 1
[    0.852851] initcall sched_init_debug+0x0/0x240 returned 0 after 115 usecs
[    0.852853] calling  cpu_latency_qos_init+0x0/0x3d @ 1
[    0.852870] initcall cpu_latency_qos_init+0x0/0x3d returned 0 after 14 usecs
[    0.852872] calling  pm_debugfs_init+0x0/0x30 @ 1
[    0.852875] initcall pm_debugfs_init+0x0/0x30 returned 0 after 1 usecs
[    0.852877] calling  printk_late_init+0x0/0x131 @ 1
[    0.852885] initcall printk_late_init+0x0/0x131 returned 0 after 6 usecs
[    0.852887] calling  init_srcu_module_notifier+0x0/0x2b @ 1
[    0.852890] initcall init_srcu_module_notifier+0x0/0x2b returned 0 after 0 usecs
[    0.852892] calling  swiotlb_create_default_debugfs+0x0/0x6a @ 1
[    0.852899] initcall swiotlb_create_default_debugfs+0x0/0x6a returned 0 after 4 usecs
[    0.852901] calling  tk_debug_sleep_time_init+0x0/0x30 @ 1
[    0.852905] initcall tk_debug_sleep_time_init+0x0/0x30 returned 0 after 0 usecs
[    0.852907] calling  taskstats_init+0x0/0x3c @ 1
[    0.852913] registered taskstats version 1
[    0.852913] initcall taskstats_init+0x0/0x3c returned 0 after 3 usecs
[    0.852916] calling  bpf_map_iter_init+0x0/0x2d @ 1
[    0.852918] initcall bpf_map_iter_init+0x0/0x2d returned 0 after 0 usecs
[    0.852919] calling  task_iter_init+0x0/0xcf @ 1
[    0.852921] initcall task_iter_init+0x0/0xcf returned 0 after 0 usecs
[    0.852922] calling  bpf_prog_iter_init+0x0/0x1d @ 1
[    0.852924] initcall bpf_prog_iter_init+0x0/0x1d returned 0 after 0 usecs
[    0.852925] calling  init_trampolines+0x0/0x1b @ 1
[    0.852927] initcall init_trampolines+0x0/0x1b returned 0 after 0 usecs
[    0.852929] calling  load_system_certificate_list+0x0/0x33 @ 1
[    0.852930] Loading compiled-in X.509 certificates
[    0.853716] Loaded X.509 cert 'Build time autogenerated kernel key: 6df5b5a4b69b583b5cfe170eb506419326e9836c'
[    0.853718] initcall load_system_certificate_list+0x0/0x33 returned 0 after 768 usecs
[    0.853720] calling  fault_around_debugfs+0x0/0x30 @ 1
[    0.853724] initcall fault_around_debugfs+0x0/0x30 returned 0 after 1 usecs
[    0.853725] calling  prezero_debugfs+0x0/0xc0 @ 1
[    0.853733] initcall prezero_debugfs+0x0/0xc0 returned 0 after 4 usecs
[    0.853735] calling  max_swapfiles_check+0x0/0x4 @ 1
[    0.853738] initcall max_swapfiles_check+0x0/0x4 returned 0 after 0 usecs
[    0.853740] calling  init_zswap+0x0/0x338 @ 1
[    0.854723] zswap: loaded using pool zstd/zbud
[    0.854869] initcall init_zswap+0x0/0x338 returned 0 after 1100 usecs
[    0.854875] calling  split_huge_pages_debugfs+0x0/0x30 @ 1
[    0.854879] initcall split_huge_pages_debugfs+0x0/0x30 returned 0 after 0 usecs
[    0.854881] calling  check_early_ioremap_leak+0x0/0x48 @ 1
[    0.854884] initcall check_early_ioremap_leak+0x0/0x48 returned 0 after 0 usecs
[    0.854886] calling  set_hardened_usercopy+0x0/0x2c @ 1
[    0.854889] initcall set_hardened_usercopy+0x0/0x2c returned 1 after 0 usecs
[    0.854891] calling  fscrypt_init+0x0/0x8b @ 1
[    0.854925] Key type ._fscrypt registered
[    0.854926] Key type .fscrypt registered
[    0.854927] Key type fscrypt-provisioning registered
[    0.854927] initcall fscrypt_init+0x0/0x8b returned 0 after 33 usecs
[    0.854929] calling  init_btrfs_fs+0x0/0x13b @ 1
[    0.855058] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=no
[    0.855062] initcall init_btrfs_fs+0x0/0x13b returned 0 after 127 usecs
[    0.855064] calling  pstore_init+0x0/0x5f @ 1
[    0.855222] pstore: Using crash dump compression: zstd
[    0.855225] initcall pstore_init+0x0/0x5f returned 0 after 154 usecs
[    0.855227] calling  init_root_keyring+0x0/0x14 @ 1
[    0.855240] initcall init_root_keyring+0x0/0x14 returned 0 after 10 usecs
[    0.855242] calling  init_trusted+0x0/0xd0 @ 1
[    0.855380] initcall init_trusted+0x0/0xd0 returned 0 after 132 usecs
[    0.855382] calling  init_encrypted+0x0/0xd7 @ 1
[    0.855649] Key type encrypted registered
[    0.855650] initcall init_encrypted+0x0/0xd7 returned 0 after 259 usecs
[    0.855653] calling  crypto_algapi_init+0x0/0x7d @ 1
[    0.856770] initcall crypto_algapi_init+0x0/0x7d returned 0 after 1089 usecs
[    0.856773] calling  blk_timeout_init+0x0/0xf @ 1
[    0.856776] initcall blk_timeout_init+0x0/0xf returned 0 after 0 usecs
[    0.856778] calling  prandom_init_late+0x0/0x31 @ 1
[    0.856781] initcall prandom_init_late+0x0/0x31 returned 0 after 0 usecs
[    0.856783] calling  pci_resource_alignment_sysfs_init+0x0/0x1e @ 1
[    0.856787] initcall pci_resource_alignment_sysfs_init+0x0/0x1e returned 0 after 1 usecs
[    0.856789] calling  pci_sysfs_init+0x0/0x75 @ 1
[    0.856817] initcall pci_sysfs_init+0x0/0x75 returned 0 after 26 usecs
[    0.856819] calling  bert_init+0x0/0x230 @ 1
[    0.856822] initcall bert_init+0x0/0x230 returned 0 after 1 usecs
[    0.856823] calling  clk_debug_init+0x0/0x114 @ 1
[    0.856833] initcall clk_debug_init+0x0/0x114 returned 0 after 7 usecs
[    0.856834] calling  dmar_free_unused_resources+0x0/0xbf @ 1
[    0.856837] initcall dmar_free_unused_resources+0x0/0xbf returned 0 after 0 usecs
[    0.856839] calling  sync_state_resume_initcall+0x0/0x40 @ 1
[    0.856844] initcall sync_state_resume_initcall+0x0/0x40 returned 0 after 0 usecs
[    0.856846] calling  deferred_probe_initcall+0x0/0xc0 @ 1
[    0.856857] initcall deferred_probe_initcall+0x0/0xc0 returned 0 after 9 usecs
[    0.856860] calling  hmem_init+0x0/0x36 @ 1
[    0.856866] initcall hmem_init+0x0/0x36 returned 0 after 3 usecs
[    0.856868] calling  acpi_cpufreq_init+0x0/0x21a @ 1
[    0.856871] initcall acpi_cpufreq_init+0x0/0x21a returned -17 after 0 usecs
[    0.856872] calling  firmware_memmap_init+0x0/0x36 @ 1
[    0.856904] initcall firmware_memmap_init+0x0/0x36 returned 0 after 28 usecs
[    0.856906] calling  efi_shutdown_init+0x0/0x3d @ 1
[    0.856908] initcall efi_shutdown_init+0x0/0x3d returned 0 after 0 usecs
[    0.856910] calling  efi_rci2_sysfs_init+0x0/0x227 @ 1
[    0.856913] initcall efi_rci2_sysfs_init+0x0/0x227 returned 0 after 0 usecs
[    0.856915] calling  efi_earlycon_unmap_fb+0x0/0x2f @ 1
[    0.856917] initcall efi_earlycon_unmap_fb+0x0/0x2f returned 0 after 0 usecs
[    0.856919] calling  itmt_legacy_init+0x0/0x58 @ 1
[    0.856922] initcall itmt_legacy_init+0x0/0x58 returned -19 after 0 usecs
[    0.856925] calling  cec_init+0x0/0x195 @ 1
[    0.856932] RAS: Correctable Errors collector initialized.
[    0.856932] initcall cec_init+0x0/0x195 returned 0 after 4 usecs
[    0.856934] calling  bpf_sockmap_iter_init+0x0/0x21 @ 1
[    0.856936] initcall bpf_sockmap_iter_init+0x0/0x21 returned 0 after 0 usecs
[    0.856938] calling  bpf_sk_storage_map_iter_init+0x0/0x21 @ 1
[    0.856939] initcall bpf_sk_storage_map_iter_init+0x0/0x21 returned 0 after 0 usecs
[    0.856941] calling  tcp_congestion_default+0x0/0x1e @ 1
[    0.856943] initcall tcp_congestion_default+0x0/0x1e returned 0 after 0 usecs
[    0.856944] calling  tcp_bpf_v4_build_proto+0x0/0x92 @ 1
[    0.856947] initcall tcp_bpf_v4_build_proto+0x0/0x92 returned 0 after 0 usecs
[    0.856949] calling  udp_bpf_v4_build_proto+0x0/0x43 @ 1
[    0.856950] initcall udp_bpf_v4_build_proto+0x0/0x43 returned 0 after 0 usecs
[    0.856952] calling  pci_mmcfg_late_insert_resources+0x0/0x56 @ 1
[    0.856955] initcall pci_mmcfg_late_insert_resources+0x0/0x56 returned 0 after 0 usecs
[    0.856958] calling  software_resume+0x0/0x40 @ 1
[    0.856960] initcall software_resume+0x0/0x40 returned -2 after 0 usecs
[    0.856962] calling  latency_fsnotify_init+0x0/0x41 @ 1
[    0.856965] initcall latency_fsnotify_init+0x0/0x41 returned 0 after 2 usecs
[    0.856967] calling  trace_eval_sync+0x0/0x22 @ 1
[    0.856971] initcall trace_eval_sync+0x0/0x22 returned 0 after 2 usecs
[    0.856972] calling  late_trace_init+0x0/0xa4 @ 1
[    0.856973] initcall late_trace_init+0x0/0xa4 returned 0 after 0 usecs
[    0.856975] calling  acpi_gpio_handle_deferred_request_irqs+0x0/0x5c @ 1
[    0.856979] initcall acpi_gpio_handle_deferred_request_irqs+0x0/0x5c returned 0 after 2 usecs
[    0.856981] calling  clk_disable_unused+0x0/0xe1 @ 1
[    0.856983] initcall clk_disable_unused+0x0/0xe1 returned 0 after 0 usecs
[    0.856984] calling  regulator_init_complete+0x0/0x2e @ 1
[    0.856986] initcall regulator_init_complete+0x0/0x2e returned 0 after 0 usecs
[    0.958401] Console: switching to colour frame buffer device 200x56
[    0.974189] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.982713] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    0.989228] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    0.990040] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.008828] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.009662] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.011561] ata1.00: HPA detected: current 1880000000, native 1953525168
[    1.012297] ata1.00: ATA-8: WDC WD10EZRX-00A8LB0, 01.01A01, max UDMA/133
[    1.014000] ata1.00: 1880000000 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.016216] ata1.00: configured for UDMA/133
[    1.017089] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZRX-00A 1A01 PQ: 0 ANSI: 5
[    1.018219] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.018296] sd 0:0:0:0: [sda] 1880000000 512-byte logical blocks: (963 GB/896 GiB)
[    1.019778] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.020552] sd 0:0:0:0: [sda] Write Protect is off
[    1.021295] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.021314] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.022435] ata2.00: HPA detected: current 5860531055, native 5860533168
[    1.023277] ata2.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[    1.024471] ata2.00: 5860531055 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.026095] ata2.00: configured for UDMA/133
[    1.027059] scsi 1:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[    1.028220] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.028477] sd 1:0:0:0: [sdb] 5860531055 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    1.030019] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.030899] sd 1:0:0:0: [sdb] Write Protect is off
[    1.031734] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.031746] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.032292] random: fast init done
[    1.063227] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.095606]  sda: sda1 sda2
[    1.105236] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.106478] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[    1.107480] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.109103] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.110631] hub 1-1:1.0: USB hub found
[    1.111979] hub 1-1:1.0: 6 ports detected
[    1.119479] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.120812] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.122254] hub 2-1:1.0: USB hub found
[    1.123604] hub 2-1:1.0: 8 ports detected
[    1.161701] EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
[    1.165021] usb 3-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    1.166025] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.167157] usb 3-2: Product: USB Receiver
[    1.168417] usb 3-2: Manufacturer: Logitech
[    1.188404] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: disabled.
[    1.189801] VFS: Mounted root (ext4 filesystem) on device 8:2.
[    1.200082] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.0/0003:046D:C52B.0001/input/input2
[    1.223314] devtmpfs: mounted
[    1.224884] Freeing unused decrypted memory: 2036K
[    1.226423] Freeing unused kernel image (initmem) memory: 1724K
[    1.227793] Write protecting the kernel read-only data: 32768k
[    1.229490] Freeing unused kernel image (text/rodata gap) memory: 2028K
[    1.230985] Freeing unused kernel image (rodata/data gap) memory: 1004K
[    1.232350] Run /usr/bin/initra-desktop as init process
[    1.233689]   with arguments:
[    1.233690]     /usr/bin/initra-desktop
[    1.233691]   with environment:
[    1.233692]     HOME=/
[    1.233693]     TERM=linux
[    1.253448] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:03:00.0-2/input0
[    1.277371] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.1/0003:046D:C52B.0002/input/input3
[    1.278631] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.1/0003:046D:C52B.0002/input/input4
[    1.331378] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.1/0003:046D:C52B.0002/input/input5
[    1.332808] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:03:00.0-2/input1
[    1.350458] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:03:00.0-2/input2
[    1.731230] tsc: Refined TSC clocksource calibration: 3392.293 MHz
[    1.732300] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5de2a436, max_idle_ns: 440795285127 ns
[    1.733485] clocksource: Switched to clocksource tsc
[    1.831383] random: crng init done
[    7.378091] systemd[1]: systemd 249 running in system mode (+PAM +AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK -PCRE2 +PWQUALITY +P11KIT -QRENCODE -BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=hybrid)
[    7.392318] systemd[1]: Detected architecture x86-64.
[    7.417868] systemd[1]: Hostname set to <hyrax>.
[    9.151062] systemd[250]: /usr/lib/systemd/system-generators/nfs-server-generator failed with exit status 1.
[    9.188414] systemd[1]: /usr/lib/systemd/system/rpcbind.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/rpcbind.sock → /run/rpcbind.sock; please update the unit file accordingly.
[    9.213939] systemd[1]: Queued start job for default target Graphical Interface.
[    9.223936] systemd[1]: Created slice Slice /system/getty.
[    9.225592] systemd[1]: Created slice Slice /system/modprobe.
[    9.227107] systemd[1]: Created slice User and Session Slice.
[    9.228317] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    9.229597] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    9.230888] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.232151] systemd[1]: Reached target Local Encrypted Volumes.
[    9.233360] systemd[1]: Reached target Remote File Systems.
[    9.234538] systemd[1]: Reached target Slice Units.
[    9.236481] systemd[1]: Listening on Process Core Dump Socket.
[    9.237741] systemd[1]: Listening on Journal Audit Socket.
[    9.238958] systemd[1]: Listening on Journal Socket (/dev/log).
[    9.240149] systemd[1]: Listening on Journal Socket.
[    9.241332] systemd[1]: Listening on udev Control Socket.
[    9.242507] systemd[1]: Listening on udev Kernel Socket.
[    9.244230] systemd[1]: Mounting NFSD configuration filesystem...
[    9.246000] systemd[1]: Mounting Kernel Trace File System...
[    9.247907] systemd[1]: Starting Create List of Static Device Nodes...
[    9.249636] systemd[1]: Starting Load Kernel Module drm...
[    9.251912] systemd[1]: Starting Journal Service...
[    9.336459] systemd[1]: Starting Load Kernel Modules...
[    9.338293] systemd[1]: Starting Remount Root and Kernel File Systems...
[    9.339447] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    9.341244] systemd[1]: Starting Coldplug All udev Devices...
[    9.343420] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    9.345855] systemd[1]: Mounted Kernel Trace File System.
[    9.347505] systemd[1]: Finished Create List of Static Device Nodes.
[    9.348885] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    9.350277] systemd[1]: Finished Load Kernel Module drm.
[    9.382678] systemd[1]: Finished Remount Root and Kernel File Systems.
[    9.383921] systemd[1]: Reached target Preparation for Local File Systems.
[    9.385812] systemd[1]: Activating swap Default Swap File (/var/swapfile)...
[    9.387633] systemd[1]: Starting Load/Save Random Seed...
[    9.404999] systemd[1]: Finished Coldplug All udev Devices.
[    9.435506] systemd[1]: Started Journal Service.
[    9.440438] systemd-journald[266]: Received client request to flush runtime journal.
[    9.538036] calling  dm_multipath_init+0x0/0x1000 [dm_multipath] @ 268
[    9.538191] initcall dm_multipath_init+0x0/0x1000 [dm_multipath] returned 0 after 145 usecs
[    9.794136] Adding 65532k swap on /var/swapfile.  Priority:-2 extents:1 across:65532k FS
[    9.827110] calling  init_sunrpc+0x0/0x79 [sunrpc] @ 267
[    9.827266] RPC: Registered named UNIX socket transport module.
[    9.828361] RPC: Registered udp transport module.
[    9.829387] RPC: Registered tcp transport module.
[    9.830393] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.831430] initcall init_sunrpc+0x0/0x79 [sunrpc] returned 0 after 4178 usecs
[    9.858590] calling  init_grace+0x0/0x1000 [grace] @ 267
[    9.858597] initcall init_grace+0x0/0x1000 [grace] returned 0 after 1 usecs
[    9.910795] calling  init_nlm+0x0/0x5f [lockd] @ 267
[    9.910810] initcall init_nlm+0x0/0x5f [lockd] returned 0 after 6 usecs
[   10.012630] calling  pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] @ 298
[   10.012639] initcall pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] returned -17 after 0 usecs
[   10.013037] calling  pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] @ 287
[   10.013045] initcall pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] returned -17 after 0 usecs
[   10.013279] calling  pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] @ 289
[   10.013285] initcall pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] returned -17 after 0 usecs
[   10.013486] calling  pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] @ 297
[   10.013491] initcall pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] returned -17 after 0 usecs
[   10.013638] calling  pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] @ 296
[   10.013644] initcall pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] returned -17 after 0 usecs
[   10.013776] calling  pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] @ 294
[   10.013781] initcall pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] returned -17 after 0 usecs
[   10.013917] calling  pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] @ 286
[   10.013921] initcall pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] returned -17 after 0 usecs
[   10.014050] calling  pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] @ 291
[   10.014054] initcall pcc_cpufreq_init+0x0/0xaa1 [pcc_cpufreq] returned -17 after 0 usecs
[   10.022755] calling  init_rpcsec_gss+0x0/0x1000 [auth_rpcgss] @ 267
[   10.022780] initcall init_rpcsec_gss+0x0/0x1000 [auth_rpcgss] returned 0 after 9 usecs
[   10.080294] calling  init_nfsd+0x0/0x1000 [nfsd] @ 267
[   10.080322] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   10.081498] initcall init_nfsd+0x0/0x1000 [nfsd] returned 0 after 1148 usecs
[   10.086806] calling  lpc_ich_driver_init+0x0/0x1000 [lpc_ich] @ 293
[   10.086935] initcall lpc_ich_driver_init+0x0/0x1000 [lpc_ich] returned 0 after 119 usecs
[   10.097346] calling  ghash_pclmulqdqni_mod_init+0x0/0x1000 [ghash_clmulni_intel] @ 290
[   10.097415] initcall ghash_pclmulqdqni_mod_init+0x0/0x1000 [ghash_clmulni_intel] returned 0 after 59 usecs
[   10.127048] calling  crc32_pclmul_mod_init+0x0/0x1000 [crc32_pclmul] @ 291
[   10.127096] initcall crc32_pclmul_mod_init+0x0/0x1000 [crc32_pclmul] returned 0 after 40 usecs
[   10.135296] calling  mei_init+0x0/0xb5 [mei] @ 283
[   10.135327] initcall mei_init+0x0/0xb5 [mei] returned 0 after 15 usecs
[   10.137880] calling  crct10dif_intel_mod_init+0x0/0x1000 [crct10dif_pclmul] @ 285
[   10.137931] initcall crct10dif_intel_mod_init+0x0/0x1000 [crct10dif_pclmul] returned 0 after 44 usecs
[   10.142798] calling  smbalert_driver_init+0x0/0x1000 [i2c_smbus] @ 295
[   10.142816] initcall smbalert_driver_init+0x0/0x1000 [i2c_smbus] returned 0 after 11 usecs
[   10.150241] calling  mei_me_driver_init+0x0/0x1000 [mei_me] @ 283
[   10.150275] initcall mei_me_driver_init+0x0/0x1000 [mei_me] returned 0 after 25 usecs
[   10.154484] calling  logi_djreceiver_driver_init+0x0/0x1000 [hid_logitech_dj] @ 294
[   10.157090] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:03:00.0-2/input2
[   10.161200] calling  i2c_i801_init+0x0/0x1000 [i2c_i801] @ 295
[   10.161227] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[   10.162380] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   10.163946] i2c i2c-9: 4/4 memory slots populated (from DMI)
[   10.165316] i2c i2c-9: Successfully instantiated SPD at 0x50
[   10.166835] i2c i2c-9: Successfully instantiated SPD at 0x51
[   10.168239] i2c i2c-9: Successfully instantiated SPD at 0x52
[   10.169673] i2c i2c-9: Successfully instantiated SPD at 0x53
[   10.170830] initcall i2c_i801_init+0x0/0x1000 [i2c_i801] returned 0 after 9398 usecs
[   10.191165] calling  mei_pxp_driver_init+0x0/0x1000 [mei_pxp] @ 291
[   10.191204] calling  mei_hdcp_driver_init+0x0/0x1000 [mei_hdcp] @ 295
[   10.194215] initcall mei_pxp_driver_init+0x0/0x1000 [mei_pxp] returned 0 after 2935 usecs
[   10.198304] initcall mei_hdcp_driver_init+0x0/0x1000 [mei_hdcp] returned 0 after 6928 usecs
[   10.223245] calling  at24_init+0x0/0x1000 [at24] @ 284
[   10.223264] at24 9-0050: supply vcc not found, using dummy regulator
[   10.224828] at24 9-0050: 256 byte spd EEPROM, read-only
[   10.225732] at24 9-0051: supply vcc not found, using dummy regulator
[   10.227201] at24 9-0051: 256 byte spd EEPROM, read-only
[   10.228020] at24 9-0052: supply vcc not found, using dummy regulator
[   10.229426] at24 9-0052: 256 byte spd EEPROM, read-only
[   10.230310] at24 9-0053: supply vcc not found, using dummy regulator
[   10.232250] at24 9-0053: 256 byte spd EEPROM, read-only
[   10.233472] initcall at24_init+0x0/0x1000 [at24] returned 0 after 9982 usecs
[   10.233597] calling  igb_init_module+0x0/0x1000 [igb] @ 288
[   10.233612] igb: Intel(R) Gigabit Ethernet Network Driver
[   10.234449] igb: Copyright (c) 2007-2014 Intel Corporation.
[   10.266235] initcall logi_djreceiver_driver_init+0x0/0x1000 [hid_logitech_dj] returned 0 after 31858 usecs
[   10.272871] input: Logitech Wireless Device PID:4024 Keyboard as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input7
[   10.274475] input: Logitech Wireless Device PID:4024 Mouse as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input8
[   10.275660] hid-generic 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4024] on usb-0000:03:00.0-2/input2:1
[   10.276777] calling  hidpp_driver_init+0x0/0x1000 [hid_logitech_hidpp] @ 295
[   10.277019] input: Logitech Wireless Device PID:405e Keyboard as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:405E.0005/input/input12
[   10.278235] input: Logitech Wireless Device PID:405e Mouse as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:405E.0005/input/input13
[   10.279464] hid-generic 0003:046D:405E.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:405e] on usb-0000:03:00.0-2/input2:2
[   10.285501] calling  ichx_gpio_driver_init+0x0/0x1000 [gpio_ich] @ 292
[   10.285702] gpio_ich gpio_ich.2.auto: GPIO from 948 to 1023
[   10.286709] initcall ichx_gpio_driver_init+0x0/0x1000 [gpio_ich] returned 0 after 1175 usecs
[   10.292836] calling  joydev_init+0x0/0x1000 [joydev] @ 289
[   10.292842] initcall joydev_init+0x0/0x1000 [joydev] returned 0 after 1 usecs
[   10.416673] igb 0000:02:00.0: added PHC on eth0
[   10.417615] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[   10.418600] igb 0000:02:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:e0:ed:1d:33:02
[   10.419670] igb 0000:02:00.0: eth0: PBA No: FFFFFF-0FF
[   10.420605] igb 0000:02:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[   10.608595] igb 0000:02:00.1: added PHC on eth1
[   10.609553] igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connection
[   10.610554] igb 0000:02:00.1: eth1: (PCIe:2.5Gb/s:Width x4) 00:e0:ed:1d:33:03
[   10.611646] igb 0000:02:00.1: eth1: PBA No: FFFFFF-0FF
[   10.612595] igb 0000:02:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[   10.613667] initcall igb_init_module+0x0/0x1000 [igb] returned 0 after 313306 usecs
[   10.614870] igb 0000:02:00.0 enp2s0f0: renamed from eth0
[   10.615987] igb 0000:02:00.1 enp2s0f1: renamed from eth1
[   10.660601] logitech-hidpp-device 0003:046D:4024.0004: HID++ 2.0 device connected.
[   15.598526] input: Logitech K400 as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input17
[   15.599859] logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:03:00.0-2/input2:1
[   15.612411] input: Logitech M720 Triathlon as /devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:405E.0005/input/input18
[   15.613853] logitech-hidpp-device 0003:046D:405E.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech M720 Triathlon] on usb-0000:03:00.0-2/input2:2
[   15.615149] initcall hidpp_driver_init+0x0/0x1000 [hid_logitech_hidpp] returned 0 after 5197566 usecs
[   16.847799] igb 0000:02:00.0 enp2s0f0: igb: enp2s0f0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   16.955451] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0f0: link becomes ready
[   20.963700] NFSD: Using nfsdcld client tracking operations.
[   20.963854] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000000)
[   22.439055] calling  ovl_init+0x0/0x74 [overlay] @ 437
[   22.439113] initcall ovl_init+0x0/0x74 [overlay] returned 0 after 38 usecs
[   28.542882] calling  load_umh+0x0/0x1000 [bpfilter] @ 442
[   28.543210] bpfilter: Loaded bpfilter_umh pid 443
[   28.543556] Started bpfilter
[   28.543663] initcall load_umh+0x0/0x1000 [bpfilter] returned 0 after 747 usecs
[   28.547525] calling  ip_tables_init+0x0/0x1000 [ip_tables] @ 444
[   28.547552] initcall ip_tables_init+0x0/0x1000 [ip_tables] returned 0 after 14 usecs
[   28.576991] calling  nf_defrag_init+0x0/0x1000 [nf_defrag_ipv4] @ 446
[   28.577004] initcall nf_defrag_init+0x0/0x1000 [nf_defrag_ipv4] returned 0 after 1 usecs
[   28.589496] calling  nf_defrag_init+0x0/0x1000 [nf_defrag_ipv6] @ 446
[   28.589545] initcall nf_defrag_init+0x0/0x1000 [nf_defrag_ipv6] returned 0 after 35 usecs
[   28.595066] calling  nf_conntrack_standalone_init+0x0/0x1000 [nf_conntrack] @ 446
[   28.595622] initcall nf_conntrack_standalone_init+0x0/0x1000 [nf_conntrack] returned 0 after 523 usecs
[   28.597740] calling  nf_nat_init+0x0/0x1000 [nf_nat] @ 446
[   28.598002] initcall nf_nat_init+0x0/0x1000 [nf_nat] returned 0 after 243 usecs
[   28.599256] calling  iptable_nat_init+0x0/0x1000 [iptable_nat] @ 446
[   28.599274] initcall iptable_nat_init+0x0/0x1000 [iptable_nat] returned 0 after 5 usecs
[   28.604092] calling  iptable_filter_init+0x0/0x1000 [iptable_filter] @ 448
[   28.604108] initcall iptable_filter_init+0x0/0x1000 [iptable_filter] returned 0 after 3 usecs
[   28.641699] calling  addrtype_mt_init+0x0/0x1000 [xt_addrtype] @ 452
[   28.641713] initcall addrtype_mt_init+0x0/0x1000 [xt_addrtype] returned 0 after 0 usecs
[   28.737583] calling  ctnetlink_init+0x0/0x1000 [nf_conntrack_netlink] @ 481
[   28.737599] initcall ctnetlink_init+0x0/0x1000 [nf_conntrack_netlink] returned 0 after 2 usecs
[   28.758792] calling  masquerade_tg_init+0x0/0x1000 [xt_MASQUERADE] @ 485
[   28.758811] initcall masquerade_tg_init+0x0/0x1000 [xt_MASQUERADE] returned 0 after 6 usecs
[   28.780954] calling  conntrack_mt_init+0x0/0x1000 [xt_conntrack] @ 501
[   28.780968] initcall conntrack_mt_init+0x0/0x1000 [xt_conntrack] returned 0 after 0 usecs
[   36.264495] calling  xt_nat_init+0x0/0x1000 [xt_nat] @ 678
[   36.264504] initcall xt_nat_init+0x0/0x1000 [xt_nat] returned 0 after 1 usecs
[   36.490553] eth0: renamed from vethfe5399a
[   38.627541] eth0: renamed from veth630d8c9
[   38.729479] eth0: renamed from veth75a4b2b
[   40.357432] eth0: renamed from vethad0ae58
[   41.358470] eth0: renamed from veth975c012
[   42.513475] eth0: renamed from veth2980502
[   43.616687] eth0: renamed from veth96db039
[  141.951437] process 'usr/local/bin/jt9' started with executable stack
root@hyrax/boot/loader/entries #

hash

root@hyrax/boot # sha256sum /boot/freestanding-00-intel-ucode.cpio
667a40df7ed47c9efa22839bad9a1f790b1dd30708f649bebe6a6715ac53ca5a  /boot/freestanding-00-intel-ucode.cpio
root@hyrax/boot # sha256sum /boot/EFI/org.clearlinux/freestanding-00-intel-ucode.cpio
667a40df7ed47c9efa22839bad9a1f790b1dd30708f649bebe6a6715ac53ca5a  /boot/EFI/org.clearlinux/freestanding-00-intel-ucode.cpio

@thac0 thac0 removed their assignment Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Open Bugs
Needs Priority
Development

No branches or pull requests