You are not logged in.

#1 2020-10-31 13:46:08

kucukhr
Member
Registered: 2018-05-28
Posts: 18

[SOLVED] Archlinux is not booting - Failed to Load Kernel Modules ...

Dear all,

So I upgraded with pacman -Syyuu last night and it finished without any problems by the morning. Quite gullible, I reboot and start my Windows dual boot to play some games. After my procrastination is over, I reboot again to login to my archlinux... After grub, I see this screen:

Starting version 246.6-1arch

/dev/sda7: clean 27277273/878787987 files 435435345/435345345  ((I just tapped out these numbers, trivial to type correctly imo))
[FAILED] Failed to start Load Kernel Modules.
[FAILED] Failed to mount /boot
[DEPEND] Dependency failed for Local File Systems
[DEPEND] Dependency failed for /boot/efi

You are in emergency mode. After logging in, type "journalctl -xb" to view sysmtem logs, "systemctyl reboot" ....
...

Give root password for maintanence:
...

Alright, so far so good. No need to panic. Classic n00b situation. Absentmindedly I arch-chrooted to the system, I re-did the mkinitcpio, reinstalled base linux and linux-firmware, genfstab and installing GRUB steps in the order of writing. Quickly running out of options to try, I am here to post you guys my `journalctl -xb`:
http://ix.io/2CAd


I would like to highlight one part in this JournalCTL log, I thought it is related:

...
Oct 31 19:09:11 archiso kernel: DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x00000000cd800000-0x00000000cfffffff], contact BIOS vendor for fixes
Oct 31 19:09:11 archiso kernel: DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x00000000cd800000-0x00000000cfffffff]
                                BIOS vendor: LENOVO; Ver: N14ET46W (1.24 ); Product Version: ThinkPad X1 Carbon 3rd
...

So what's the problem? How do I debug this situation? How would you proceed at this point?

Thank you.

Last edited by kucukhr (2020-10-31 16:22:50)

Offline

#2 2020-10-31 14:08:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,706

Re: [SOLVED] Archlinux is not booting - Failed to Load Kernel Modules ...

Log is from the archiso, what's useless.
The symptoms and circumstances suggest that you forgot to mount the boot partition before the update

arch-chrooted to the system, I re-did the mkinitcpio, reinstalled base linux and linux-firmware, genfstab and installing GRUB steps in the order

And did you mount the boot partition in the chrooted system…?

Sidenote:

pacman -Syyuu

What do you think that does?

Offline

#3 2020-10-31 14:27:07

kucukhr
Member
Registered: 2018-05-28
Posts: 18

Re: [SOLVED] Archlinux is not booting - Failed to Load Kernel Modules ...

Thanks for your help.

Is there any way to extract the journalctl from the emergency mode?

When I arch-chroot into the system, I always mount boot partition as well:

mount /dev/sda7 /mnt
mount /dev/sda2 /mnt/boot

...

seth wrote:

The symptoms and circumstances suggest that you forgot to mount the boot partition before the update

When I was upgrading, the system was booted and I was using archlinux like in any other day. So I assume the boot partition was mounted as well. Do you think that may not  be the case?


seth wrote:

Sidenote:

    pacman -Syyuu

What do you think that does?


It updates the package list, then performs a full system upgrade. Is there some best-practices I am missing when upgrading the system?

Offline

#4 2020-10-31 14:56:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,706

Re: [SOLVED] Archlinux is not booting - Failed to Load Kernel Modules ...

man pacman wrote:

       -y, --refresh
           Download a fresh copy of the master package database from the server(s) defined in pacman.conf(5). This should typically be used each time you
           use --sysupgrade or -u. Passing two --refresh or -y flags will force a refresh of all package databases, even if they appear to be up-to-date.
       -u, --upgrades
           Restrict or filter output to packages that are out-of-date on the local system. Only package versions are used to find outdated packages;
           replacements are not checked here. This option works best if the sync database is refreshed using -Sy.

When you're in the chrooted environment, what's the output of

ls /lib/modules /usr/lib/modules
file /boot/vmlinuz-linux
file /boot/vmlinuz-linux # after mounting the /boot partition
sudo journalctl -b -1

Offline

#5 2020-10-31 15:20:49

kucukhr
Member
Registered: 2018-05-28
Posts: 18

Re: [SOLVED] Archlinux is not booting - Failed to Load Kernel Modules ...

Thanks for your hint on pacman usage. I did not understand the story behind force refresh of package databases. If something appears to be up-to-date, then I force refresh them and it turns out to be not so up-to-date, then... well it is not up-to-date? So it was a good move to force refresh the database, right? Or if that is not the point, could you explain further please? I would love some readings on archlinux and linux in general to improve my understanding on it.

So here are the commands you wish:

 ls /lib/modules /usr/lib/modules 

/mnt/lib/modules:
5.4.73-1-lts
5.9.2-arch1-1

/mnt/usr/lib/modules:
5.4.73-1-lts
5.9.2-arch1-1

--

 file /boot/vmlinuz-linux

/mnt/boot/vmlinuz-linux: Linux kernel x86 boot executable bzImage, version 5.8.10-arch1-1 (linux@archlinux) #1 SMP PREEMPT Thu, 17 Sep 2020 18:01:06 +0000, RO-rootFS, swap_dev 0x7, Normal VGA
 

--

 file /boot/vmlinuz-linux # after mounting the /boot partition 

/mnt/boot/vmlinuz-linux: Linux kernel x86 boot executable bzImage, version 5.9.2-arch1-1 (linux@archlinux) #1 SMP PREEMPT Thu, 29 Oct 2020 17:01:28 +0000, RO-rootFS, swap_dev 0x8, Normal VGA

--

 sudo journalctl -b -1

-- Logs begin at Mon 2019-10-21 18:57:58 +03, end at Sat 2020-10-31 21:07:53 +03. --
Oct 31 19:18:52 MyComputer kernel: microcode: microcode updated early to revision 0x2e, date = 2019-06-13
Oct 31 19:18:52 MyComputer kernel: Linux version 5.8.10-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Thu, 17 Sep 2020 18:01:06 +0000
Oct 31 19:18:52 MyComputer kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7feea17a-4744-4718-bba1-251d046f227d rw quiet intel_idle.max_cstate=1
Oct 31 19:18:52 MyComputer kernel: KERNEL supported cpus:
Oct 31 19:18:52 MyComputer kernel:   Intel GenuineIntel
Oct 31 19:18:52 MyComputer kernel:   AMD AuthenticAMD
Oct 31 19:18:52 MyComputer kernel:   Hygon HygonGenuine
Oct 31 19:18:52 MyComputer kernel:   Centaur CentaurHauls
Oct 31 19:18:52 MyComputer kernel:   zhaoxin   Shanghai  
Oct 31 19:18:52 MyComputer kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 31 19:18:52 MyComputer kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 31 19:18:52 MyComputer kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 31 19:18:52 MyComputer kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 31 19:18:52 MyComputer kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Oct 31 19:18:52 MyComputer kernel: BIOS-provided physical RAM map:
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000008bfff] usable
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x000000000008c000-0x000000000009ffff] reserved
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ca2dafff] usable
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x00000000ca2db000-0x00000000ca4dafff] type 20
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x00000000ca4db000-0x00000000ccbfefff] reserved
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x00000000ccbff000-0x00000000ccd7efff] ACPI NVS
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x00000000ccd7f000-0x00000000ccdfefff] ACPI data
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x00000000ccdff000-0x00000000ccdfffff] usable
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Oct 31 19:18:52 MyComputer kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022dffffff] usable
Oct 31 19:18:52 MyComputer kernel: NX (Execute Disable) protection: active
Oct 31 19:18:52 MyComputer kernel: efi: EFI v2.31 by Lenovo
Oct 31 19:18:52 MyComputer kernel: efi: ACPI=0xccdfe000 ACPI 2.0=0xccdfe014 SMBIOS=0xccbfe000 ESRT=0xca5d3000 
Oct 31 19:18:52 MyComputer kernel: SMBIOS 2.7 present.
Oct 31 19:18:52 MyComputer kernel: DMI: LENOVO 20BS006BMZ/20BS006BMZ, BIOS N14ET46W (1.24 ) 03/01/2018
Oct 31 19:18:52 MyComputer kernel: tsc: Fast TSC calibration using PIT
Oct 31 19:18:52 MyComputer kernel: tsc: Detected 2394.378 MHz processor
Oct 31 19:18:52 MyComputer kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 31 19:18:52 MyComputer kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 31 19:18:52 MyComputer kernel: last_pfn = 0x22e000 max_arch_pfn = 0x400000000
Oct 31 19:18:52 MyComputer kernel: MTRR default type: write-back
Oct 31 19:18:52 MyComputer kernel: MTRR fixed ranges enabled:
Oct 31 19:18:52 MyComputer kernel:   00000-9FFFF write-back
Oct 31 19:18:52 MyComputer kernel:   A0000-BFFFF uncachable
Oct 31 19:18:52 MyComputer kernel:   C0000-FFFFF write-protect
Oct 31 19:18:52 MyComputer kernel: MTRR variable ranges enabled:
Oct 31 19:18:52 MyComputer kernel:   0 base 00E0000000 mask 7FF0000000 uncachable
Oct 31 19:18:52 MyComputer kernel:   1 base 00D0000000 mask 7FF0000000 uncachable
Oct 31 19:18:52 MyComputer kernel:   2 base 00CE000000 mask 7FFE000000 uncachable
Oct 31 19:18:52 MyComputer kernel:   3 base 00CD000000 mask 7FFF000000 uncachable
Oct 31 19:18:52 MyComputer kernel:   4 base 00CCE00000 mask 7FFFE00000 uncachable
Oct 31 19:18:52 MyComputer kernel:   5 base 00F0000000 mask 7FF0000000 uncachable
Oct 31 19:18:52 MyComputer kernel:   6 disabled
Oct 31 19:18:52 MyComputer kernel:   7 disabled
Oct 31 19:18:52 MyComputer kernel:   8 disabled
Oct 31 19:18:52 MyComputer kernel:   9 disabled
Oct 31 19:18:52 MyComputer kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 31 19:18:52 MyComputer kernel: last_pfn = 0xcce00 max_arch_pfn = 0x400000000
Oct 31 19:18:52 MyComputer kernel: esrt: Reserving ESRT space from 0x00000000ca5d3000 to 0x00000000ca5d3088.
Oct 31 19:18:52 MyComputer kernel: check: Scanning 1 areas for low memory corruption
Oct 31 19:18:52 MyComputer kernel: Using GB pages for direct mapping
Oct 31 19:18:52 MyComputer kernel: Secure boot could not be determined
Oct 31 19:18:52 MyComputer kernel: RAMDISK: [mem 0x3669f000-0x37346fff]
Oct 31 19:18:52 MyComputer kernel: ACPI: Early table checksum verification disabled
Oct 31 19:18:52 MyComputer kernel: ACPI: RSDP 0x00000000CCDFE014 000024 (v02 LENOVO)
Oct 31 19:18:52 MyComputer kernel: ACPI: XSDT 0x00000000CCDFE1C0 0000FC (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: FACP 0x00000000CCDF8000 00010C (v05 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: DSDT 0x00000000CCDE2000 0112E1 (v02 LENOVO TP-N14   00001240 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: FACS 0x00000000CCD68000 000040
Oct 31 19:18:52 MyComputer kernel: ACPI: SLIC 0x00000000CCDFD000 000176 (v01 LENOVO TP-N14   00001240 PTEC 00000001)
Oct 31 19:18:52 MyComputer kernel: ACPI: ASF! 0x00000000CCDFC000 0000A5 (v32 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: HPET 0x00000000CCDFB000 000038 (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: ECDT 0x00000000CCDFA000 000052 (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: APIC 0x00000000CCDF7000 000098 (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: MCFG 0x00000000CCDF6000 00003C (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDF5000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDF4000 000486 (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDE1000 000290 (v01 LENOVO PcieAhci 00001000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDE0000 0009CB (v01 LENOVO SataAhci 00001000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDDF000 000152 (v01 LENOVO Rmv_Batt 00001000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDDE000 000691 (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDDD000 000B74 (v02 LENOVO CpuSsdt  00003000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDDC000 000369 (v02 LENOVO CtdpB    00001000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDDA000 001475 (v01 LENOVO SaSsdt   00003000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDD9000 000394 (v02 LENOVO CppcTabl 00001000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: PCCT 0x00000000CCDD8000 00006E (v05 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDD7000 000AC4 (v02 LENOVO Cpc_Tabl 00001000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: TCPA 0x00000000CCDD6000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0x00000000CCDD5000 0006B0 (v02 Intel_ TpmTable 00001000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: UEFI 0x00000000CCDD4000 000042 (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: MSDM 0x00000000CCCB1000 000055 (v03 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: BATB 0x00000000CCDD3000 00004A (v02 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: FPDT 0x00000000CCDD2000 000064 (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: UEFI 0x00000000CCDD1000 000332 (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: DMAR 0x00000000CCDD0000 0000B0 (v01 LENOVO TP-N14   00001240 PTEC 00000002)
Oct 31 19:18:52 MyComputer kernel: ACPI: Local APIC address 0xfee00000
Oct 31 19:18:52 MyComputer kernel: No NUMA configuration found
Oct 31 19:18:52 MyComputer kernel: Faking a node at [mem 0x0000000000000000-0x000000022dffffff]
Oct 31 19:18:52 MyComputer kernel: NODE_DATA(0) allocated [mem 0x22dffc000-0x22dffffff]
Oct 31 19:18:52 MyComputer kernel: Zone ranges:
Oct 31 19:18:52 MyComputer kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 31 19:18:52 MyComputer kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 31 19:18:52 MyComputer kernel:   Normal   [mem 0x0000000100000000-0x000000022dffffff]
Oct 31 19:18:52 MyComputer kernel:   Device   empty
Oct 31 19:18:52 MyComputer kernel: Movable zone start for each node
Oct 31 19:18:52 MyComputer kernel: Early memory node ranges
Oct 31 19:18:52 MyComputer kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 31 19:18:52 MyComputer kernel:   node   0: [mem 0x0000000000059000-0x000000000008bfff]
Oct 31 19:18:52 MyComputer kernel:   node   0: [mem 0x0000000000100000-0x00000000ca2dafff]
Oct 31 19:18:52 MyComputer kernel:   node   0: [mem 0x00000000ccdff000-0x00000000ccdfffff]
Oct 31 19:18:52 MyComputer kernel:   node   0: [mem 0x0000000100000000-0x000000022dffffff]
Oct 31 19:18:52 MyComputer kernel: Zeroed struct page in unavailable ranges: 32154 pages
Oct 31 19:18:52 MyComputer kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000022dffffff]
Oct 31 19:18:52 MyComputer kernel: On node 0 totalpages: 2064998
Oct 31 19:18:52 MyComputer kernel:   DMA zone: 64 pages used for memmap
Oct 31 19:18:52 MyComputer kernel:   DMA zone: 73 pages reserved
Oct 31 19:18:52 MyComputer kernel:   DMA zone: 3978 pages, LIFO batch:0
Oct 31 19:18:52 MyComputer kernel:   DMA32 zone: 12876 pages used for memmap
Oct 31 19:18:52 MyComputer kernel:   DMA32 zone: 824028 pages, LIFO batch:63
Oct 31 19:18:52 MyComputer kernel:   Normal zone: 19328 pages used for memmap
Oct 31 19:18:52 MyComputer kernel:   Normal zone: 1236992 pages, LIFO batch:63
Oct 31 19:18:52 MyComputer kernel: Reserving Intel graphics memory at [mem 0xce000000-0xcfffffff]
Oct 31 19:18:52 MyComputer kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 31 19:18:52 MyComputer kernel: ACPI: Local APIC address 0xfee00000
Oct 31 19:18:52 MyComputer kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 31 19:18:52 MyComputer kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 31 19:18:52 MyComputer kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
Oct 31 19:18:52 MyComputer kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 31 19:18:52 MyComputer kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 31 19:18:52 MyComputer kernel: ACPI: IRQ0 used by override.
Oct 31 19:18:52 MyComputer kernel: ACPI: IRQ9 used by override.
Oct 31 19:18:52 MyComputer kernel: Using ACPI (MADT) for SMP configuration information
Oct 31 19:18:52 MyComputer kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Oct 31 19:18:52 MyComputer kernel: TSC deadline timer available
Oct 31 19:18:52 MyComputer kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0x0008c000-0x0009ffff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xca2db000-0xca4dafff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xca4db000-0xccbfefff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xccbff000-0xccd7efff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xccd7f000-0xccdfefff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xcce00000-0xcdffffff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf80f7fff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Oct 31 19:18:52 MyComputer kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffffffff]
Oct 31 19:18:52 MyComputer kernel: [mem 0xd0000000-0xf80f7fff] available for PCI devices
Oct 31 19:18:52 MyComputer kernel: Booting paravirtualized kernel on bare hardware
Oct 31 19:18:52 MyComputer kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 31 19:18:52 MyComputer kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Oct 31 19:18:52 MyComputer kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 31 19:18:52 MyComputer kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 31 19:18:52 MyComputer kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Oct 31 19:18:52 MyComputer kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2032657
Oct 31 19:18:52 MyComputer kernel: Policy zone: Normal
Oct 31 19:18:52 MyComputer kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7feea17a-4744-4718-bba1-251d046f227d rw quiet intel_idle.max_cstate=1
Oct 31 19:18:52 MyComputer kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Oct 31 19:18:52 MyComputer kernel: Memory: 7919084K/8259992K available (14339K kernel code, 1480K rwdata, 7916K rodata, 1648K init, 3024K bss, 340908K reserved, 0K cma-reserved)
Oct 31 19:18:52 MyComputer kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
Oct 31 19:18:52 MyComputer kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 31 19:18:52 MyComputer kernel: Kernel/User page tables isolation: enabled
Oct 31 19:18:52 MyComputer kernel: ftrace: allocating 40112 entries in 157 pages
Oct 31 19:18:52 MyComputer kernel: ftrace: allocated 157 pages with 5 groups
Oct 31 19:18:52 MyComputer kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 31 19:18:52 MyComputer kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 31 19:18:52 MyComputer kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Oct 31 19:18:52 MyComputer kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 31 19:18:52 MyComputer kernel:         Trampoline variant of Tasks RCU enabled.
Oct 31 19:18:52 MyComputer kernel:         Rude variant of Tasks RCU enabled.
Oct 31 19:18:52 MyComputer kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 31 19:18:52 MyComputer kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Oct 31 19:18:52 MyComputer kernel: NR_IRQS: 20736, nr_irqs: 760, preallocated irqs: 16
Oct 31 19:18:52 MyComputer kernel: Console: colour dummy device 80x25
Oct 31 19:18:52 MyComputer kernel: printk: console [tty0] enabled
Oct 31 19:18:52 MyComputer kernel: ACPI: Core revision 20200528
Oct 31 19:18:52 MyComputer kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Oct 31 19:18:52 MyComputer kernel: APIC: Switch to symmetric I/O mode setup
Oct 31 19:18:52 MyComputer kernel: DMAR: Host address width 39
Oct 31 19:18:52 MyComputer kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 31 19:18:52 MyComputer kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
Oct 31 19:18:52 MyComputer kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 31 19:18:52 MyComputer kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
Oct 31 19:18:52 MyComputer kernel: DMAR: RMRR base: 0x000000ca695000 end: 0x000000ca6abfff
Oct 31 19:18:52 MyComputer kernel: DMAR: RMRR base: 0x000000cd800000 end: 0x000000cfffffff
Oct 31 19:18:52 MyComputer kernel: DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x00000000cd800000-0x00000000cfffffff], contact BIOS vendor for fixes
Oct 31 19:18:52 MyComputer kernel: DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x00000000cd800000-0x00000000cfffffff]
                                   BIOS vendor: LENOVO; Ver: N14ET46W (1.24 ); Product Version: ThinkPad X1 Carbon 3rd
Oct 31 19:18:52 MyComputer kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Oct 31 19:18:52 MyComputer kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 31 19:18:52 MyComputer kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Oct 31 19:18:52 MyComputer kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Oct 31 19:18:52 MyComputer kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Oct 31 19:18:52 MyComputer kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Oct 31 19:18:52 MyComputer kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 31 19:18:52 MyComputer kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x228378a2bc1, max_idle_ns: 440795227597 ns
Oct 31 19:18:52 MyComputer kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.28 BogoMIPS (lpj=7981260)
Oct 31 19:18:52 MyComputer kernel: pid_max: default: 32768 minimum: 301
Oct 31 19:18:52 MyComputer kernel: LSM: Security Framework initializing
Oct 31 19:18:52 MyComputer kernel: Yama: becoming mindful.
Oct 31 19:18:52 MyComputer kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Oct 31 19:18:52 MyComputer kernel: process: using mwait in idle threads
Oct 31 19:18:52 MyComputer kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 31 19:18:52 MyComputer kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 31 19:18:52 MyComputer kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 31 19:18:52 MyComputer kernel: Spectre V2 : Mitigation: Full generic retpoline
Oct 31 19:18:52 MyComputer kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 31 19:18:52 MyComputer kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 31 19:18:52 MyComputer kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 31 19:18:52 MyComputer kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 31 19:18:52 MyComputer kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 31 19:18:52 MyComputer kernel: SRBDS: Vulnerable: No microcode
Oct 31 19:18:52 MyComputer kernel: MDS: Mitigation: Clear CPU buffers
Oct 31 19:18:52 MyComputer kernel: Freeing SMP alternatives memory: 32K
Oct 31 19:18:52 MyComputer kernel: smpboot: CPU0: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz (family: 0x6, model: 0x3d, stepping: 0x4)
Oct 31 19:18:52 MyComputer kernel: Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
Oct 31 19:18:52 MyComputer kernel: ... version:                3
Oct 31 19:18:52 MyComputer kernel: ... bit width:              48
Oct 31 19:18:52 MyComputer kernel: ... generic registers:      4
Oct 31 19:18:52 MyComputer kernel: ... value mask:             0000ffffffffffff
Oct 31 19:18:52 MyComputer kernel: ... max period:             00007fffffffffff
Oct 31 19:18:52 MyComputer kernel: ... fixed-purpose events:   3
Oct 31 19:18:52 MyComputer kernel: ... event mask:             000000070000000f
Oct 31 19:18:52 MyComputer kernel: rcu: Hierarchical SRCU implementation.
Oct 31 19:18:52 MyComputer kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 31 19:18:52 MyComputer kernel: smp: Bringing up secondary CPUs ...
Oct 31 19:18:52 MyComputer kernel: x86: Booting SMP configuration:
Oct 31 19:18:52 MyComputer kernel: .... node  #0, CPUs:      #1
Oct 31 19:18:52 MyComputer kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Oct 31 19:18:52 MyComputer kernel:  #2 #3
Oct 31 19:18:52 MyComputer kernel: smp: Brought up 1 node, 4 CPUs
Oct 31 19:18:52 MyComputer kernel: smpboot: Max logical packages: 2
Oct 31 19:18:52 MyComputer kernel: smpboot: Total of 4 processors activated (19162.15 BogoMIPS)
Oct 31 19:18:52 MyComputer kernel: devtmpfs: initialized
Oct 31 19:18:52 MyComputer kernel: x86/mm: Memory block size: 128MB
Oct 31 19:18:52 MyComputer kernel: PM: Registering ACPI NVS region [mem 0xccbff000-0xccd7efff] (1572864 bytes)
Oct 31 19:18:52 MyComputer kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 31 19:18:52 MyComputer kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: pinctrl core: initialized pinctrl subsystem
Oct 31 19:18:52 MyComputer kernel: PM: RTC time: 16:18:51, date: 2020-10-31
Oct 31 19:18:52 MyComputer kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 31 19:18:52 MyComputer kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 31 19:18:52 MyComputer kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 31 19:18:52 MyComputer kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 31 19:18:52 MyComputer kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 31 19:18:52 MyComputer kernel: NET: Registered protocol family 16
Oct 31 19:18:52 MyComputer kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Oct 31 19:18:52 MyComputer kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 31 19:18:52 MyComputer kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 31 19:18:52 MyComputer kernel: audit: initializing netlink subsys (disabled)
Oct 31 19:18:52 MyComputer kernel: audit: type=2000 audit(1604161130.029:1): state=initialized audit_enabled=0 res=1
Oct 31 19:18:52 MyComputer kernel: cpuidle: using governor ladder
Oct 31 19:18:52 MyComputer kernel: cpuidle: using governor menu
Oct 31 19:18:52 MyComputer kernel: Detected 1 PCC Subspaces
Oct 31 19:18:52 MyComputer kernel: Registering PCC driver as Mailbox controller
Oct 31 19:18:52 MyComputer kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 31 19:18:52 MyComputer kernel: ACPI: bus type PCI registered
Oct 31 19:18:52 MyComputer kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 31 19:18:52 MyComputer kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 31 19:18:52 MyComputer kernel: PCI: not using MMCONFIG
Oct 31 19:18:52 MyComputer kernel: PCI: Using configuration type 1 for base access
Oct 31 19:18:52 MyComputer kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 31 19:18:52 MyComputer kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 31 19:18:52 MyComputer kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 31 19:18:52 MyComputer kernel: ACPI: Added _OSI(Module Device)
Oct 31 19:18:52 MyComputer kernel: ACPI: Added _OSI(Processor Device)
Oct 31 19:18:52 MyComputer kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 31 19:18:52 MyComputer kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 31 19:18:52 MyComputer kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 31 19:18:52 MyComputer kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 31 19:18:52 MyComputer kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 31 19:18:52 MyComputer kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Oct 31 19:18:52 MyComputer kernel: ACPI: EC: EC started
Oct 31 19:18:52 MyComputer kernel: ACPI: EC: interrupt blocked
Oct 31 19:18:52 MyComputer kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 31 19:18:52 MyComputer kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Oct 31 19:18:52 MyComputer kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 31 19:18:52 MyComputer kernel: ACPI Error: Needed type [Reference], found [Integer] 00000000624606a7 (20200528/exresop-66)
Oct 31 19:18:52 MyComputer kernel: ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20200528/dswexec-431)
Oct 31 19:18:52 MyComputer kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20200528/psparse-529)
Oct 31 19:18:52 MyComputer kernel: ACPI: Dynamic OEM Table Load:
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0xFFFF8B7D24787800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: Dynamic OEM Table Load:
Oct 31 19:18:52 MyComputer kernel: ACPI: SSDT 0xFFFF8B7D240DDA00 000119 (v02 PmRef  ApCst    00003000 INTL 20120711)
Oct 31 19:18:52 MyComputer kernel: ACPI: Interpreter enabled
Oct 31 19:18:52 MyComputer kernel: ACPI: (supports S0 S3 S4 S5)
Oct 31 19:18:52 MyComputer kernel: ACPI: Using IOAPIC for interrupt routing
Oct 31 19:18:52 MyComputer kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 31 19:18:52 MyComputer kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
Oct 31 19:18:52 MyComputer kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 31 19:18:52 MyComputer kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Oct 31 19:18:52 MyComputer kernel: ACPI: Power Resource [PUBS] (on)
Oct 31 19:18:52 MyComputer kernel: acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
Oct 31 19:18:52 MyComputer kernel: ACPI: Power Resource [NVP3] (on)
Oct 31 19:18:52 MyComputer kernel: ACPI: Power Resource [NVP2] (on)
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Oct 31 19:18:52 MyComputer kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
Oct 31 19:18:52 MyComputer kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 31 19:18:52 MyComputer kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR DPC]
Oct 31 19:18:52 MyComputer kernel: acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
Oct 31 19:18:52 MyComputer kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Oct 31 19:18:52 MyComputer kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
Oct 31 19:18:52 MyComputer kernel: acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
Oct 31 19:18:52 MyComputer kernel: PCI host bridge to bus 0000:00
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: root bus resource [bus 00-3f]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf0ffffff 64bit]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: DMAR: Disabling IOMMU for graphics on this chipset
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:03.0: reg 0x10: [mem 0xf1130000-0xf1133fff 64bit]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf1120000-0xf112ffff 64bit]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf1139000-0xf113901f 64bit]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:19.0: [8086:15a3] type 00 class 0x020000
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:19.0: reg 0x10: [mem 0xf1100000-0xf111ffff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:19.0: reg 0x14: [mem 0xf113e000-0xf113efff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:19.0: reg 0x18: [io  0x3080-0x309f]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf1134000-0xf1137fff 64bit]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: [8086:9c92] type 01 class 0x060400
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.1: [8086:9c94] type 01 class 0x060400
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1d.0: [8086:9ca6] type 00 class 0x0c0320
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf113d000-0xf113d3ff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.2: reg 0x10: [io  0x30a8-0x30af]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.2: reg 0x14: [io  0x30b4-0x30b7]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.2: reg 0x18: [io  0x30a0-0x30a7]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x30b0-0x30b3]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf113c000-0xf113c7ff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.2: PME# supported from D3hot
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf1138000-0xf11380ff 64bit]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xf113b000-0xf113bfff 64bit]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Oct 31 19:18:52 MyComputer kernel: pci 0000:04:00.0: [8086:095b] type 00 class 0x028000
Oct 31 19:18:52 MyComputer kernel: pci 0000:04:00.0: reg 0x10: [mem 0xf1000000-0xf1001fff 64bit]
Oct 31 19:18:52 MyComputer kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.1: PCI bridge to [bus 04]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.1:   bridge window [mem 0xf1000000-0xf10fffff]
Oct 31 19:18:52 MyComputer kernel: ACPI: EC: interrupt unblocked
Oct 31 19:18:52 MyComputer kernel: ACPI: EC: event unblocked
Oct 31 19:18:52 MyComputer kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 31 19:18:52 MyComputer kernel: ACPI: EC: GPE=0x24
Oct 31 19:18:52 MyComputer kernel: ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
Oct 31 19:18:52 MyComputer kernel: ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
Oct 31 19:18:52 MyComputer kernel: iommu: Default domain type: Translated 
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 31 19:18:52 MyComputer kernel: vgaarb: loaded
Oct 31 19:18:52 MyComputer kernel: SCSI subsystem initialized
Oct 31 19:18:52 MyComputer kernel: libata version 3.00 loaded.
Oct 31 19:18:52 MyComputer kernel: ACPI: bus type USB registered
Oct 31 19:18:52 MyComputer kernel: usbcore: registered new interface driver usbfs
Oct 31 19:18:52 MyComputer kernel: usbcore: registered new interface driver hub
Oct 31 19:18:52 MyComputer kernel: usbcore: registered new device driver usb
Oct 31 19:18:52 MyComputer kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 31 19:18:52 MyComputer kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 31 19:18:52 MyComputer kernel: PTP clock support registered
Oct 31 19:18:52 MyComputer kernel: EDAC MC: Ver: 3.0.0
Oct 31 19:18:52 MyComputer kernel: Registered efivars operations
Oct 31 19:18:52 MyComputer kernel: NetLabel: Initializing
Oct 31 19:18:52 MyComputer kernel: NetLabel:  domain hash size = 128
Oct 31 19:18:52 MyComputer kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 31 19:18:52 MyComputer kernel: NetLabel:  unlabeled traffic allowed by default
Oct 31 19:18:52 MyComputer kernel: PCI: Using ACPI for IRQ routing
Oct 31 19:18:52 MyComputer kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 31 19:18:52 MyComputer kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 31 19:18:52 MyComputer kernel: e820: reserve RAM buffer [mem 0x0008c000-0x0008ffff]
Oct 31 19:18:52 MyComputer kernel: e820: reserve RAM buffer [mem 0xca2db000-0xcbffffff]
Oct 31 19:18:52 MyComputer kernel: e820: reserve RAM buffer [mem 0xcce00000-0xcfffffff]
Oct 31 19:18:52 MyComputer kernel: e820: reserve RAM buffer [mem 0x22e000000-0x22fffffff]
Oct 31 19:18:52 MyComputer kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 31 19:18:52 MyComputer kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Oct 31 19:18:52 MyComputer kernel: clocksource: Switched to clocksource tsc-early
Oct 31 19:18:52 MyComputer kernel: VFS: Disk quotas dquot_6.6.0
Oct 31 19:18:52 MyComputer kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 31 19:18:52 MyComputer kernel: pnp: PnP ACPI init
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0x00100000-0xcfffffff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 31 19:18:52 MyComputer kernel: pnp 00:01: [Firmware Bug]: PNP resource [mem 0xfed10000-0xfed13fff] covers only part of 0000:00:00.0 Intel MCH; extending to [mem 0xfed10000-0xfed17fff]
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x1800-0x189f] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x0880-0x08ff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x0900-0x097f] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x0980-0x09ff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x0a00-0x0a7f] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x0a80-0x0aff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x0b00-0x0b7f] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x0b80-0x0bff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x15e0-0x15ef] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x1600-0x167f] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [io  0x1640-0x165f] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 31 19:18:52 MyComputer kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 31 19:18:52 MyComputer kernel: pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 31 19:18:52 MyComputer kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0048 PNP0f13 (active)
Oct 31 19:18:52 MyComputer kernel: pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
Oct 31 19:18:52 MyComputer kernel: system 00:06: [mem 0xd0010000-0xd001ffff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:06: [mem 0xd0000000-0xd000ffff] has been reserved
Oct 31 19:18:52 MyComputer kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 31 19:18:52 MyComputer kernel: pnp: PnP ACPI: found 7 devices
Oct 31 19:18:52 MyComputer kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 31 19:18:52 MyComputer kernel: NET: Registered protocol family 2
Oct 31 19:18:52 MyComputer kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: TCP: Hash tables configured (established 65536 bind 65536)
Oct 31 19:18:52 MyComputer kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Oct 31 19:18:52 MyComputer kernel: NET: Registered protocol family 1
Oct 31 19:18:52 MyComputer kernel: NET: Registered protocol family 44
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xd0100000-0xd02fffff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xd0300000-0xd04fffff 64bit pref]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0:   bridge window [mem 0xd0100000-0xd02fffff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.0:   bridge window [mem 0xd0300000-0xd04fffff 64bit pref]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.1: PCI bridge to [bus 04]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:1c.1:   bridge window [mem 0xf1000000-0xf10fffff]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: resource 7 [mem 0xd0000000-0xfebfffff window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:03: resource 1 [mem 0xd0100000-0xd02fffff]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:03: resource 2 [mem 0xd0300000-0xd04fffff 64bit pref]
Oct 31 19:18:52 MyComputer kernel: pci_bus 0000:04: resource 1 [mem 0xf1000000-0xf10fffff]
Oct 31 19:18:52 MyComputer kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 31 19:18:52 MyComputer kernel: PCI: CLS 64 bytes, default 64
Oct 31 19:18:52 MyComputer kernel: Trying to unpack rootfs image as initramfs...
Oct 31 19:18:52 MyComputer kernel: Freeing initrd memory: 12960K
Oct 31 19:18:52 MyComputer kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 31 19:18:52 MyComputer kernel: software IO TLB: mapped [mem 0xba0ac000-0xbe0ac000] (64MB)
Oct 31 19:18:52 MyComputer kernel: check: Scanning for low memory corruption every 60 seconds
Oct 31 19:18:52 MyComputer kernel: Initialise system trusted keyrings
Oct 31 19:18:52 MyComputer kernel: Key type blacklist registered
Oct 31 19:18:52 MyComputer kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Oct 31 19:18:52 MyComputer kernel: zbud: loaded
Oct 31 19:18:52 MyComputer kernel: Key type asymmetric registered
Oct 31 19:18:52 MyComputer kernel: Asymmetric key parser 'x509' registered
Oct 31 19:18:52 MyComputer kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 31 19:18:52 MyComputer kernel: io scheduler mq-deadline registered
Oct 31 19:18:52 MyComputer kernel: io scheduler kyber registered
Oct 31 19:18:52 MyComputer kernel: io scheduler bfq registered
Oct 31 19:18:52 MyComputer kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 31 19:18:52 MyComputer kernel: efifb: probing for efifb
Oct 31 19:18:52 MyComputer kernel: efifb: No BGRT, not showing boot graphics
Oct 31 19:18:52 MyComputer kernel: efifb: framebuffer at 0xe0000000, using 1216k, total 1216k
Oct 31 19:18:52 MyComputer kernel: efifb: mode is 640x480x32, linelength=2560, pages=1
Oct 31 19:18:52 MyComputer kernel: efifb: scrolling: redraw
Oct 31 19:18:52 MyComputer kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 31 19:18:52 MyComputer kernel: fbcon: Deferring console take-over
Oct 31 19:18:52 MyComputer kernel: fb0: EFI VGA frame buffer device
Oct 31 19:18:52 MyComputer kernel: intel_idle: MWAIT substates: 0x11142120
Oct 31 19:18:52 MyComputer kernel: intel_idle: v0.5.1 model 0x3D
Oct 31 19:18:52 MyComputer kernel: intel_idle: max_cstate 1 reached
Oct 31 19:18:52 MyComputer kernel: intel_idle: Local APIC timer is reliable in all C-states
Oct 31 19:18:52 MyComputer kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Oct 31 19:18:52 MyComputer kernel: ACPI: Lid Switch [LID]
Oct 31 19:18:52 MyComputer kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Oct 31 19:18:52 MyComputer kernel: ACPI: Sleep Button [SLPB]
Oct 31 19:18:52 MyComputer kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Oct 31 19:18:52 MyComputer kernel: ACPI: Power Button [PWRF]
Oct 31 19:18:52 MyComputer kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 31 19:18:52 MyComputer kernel: ACPI: Thermal Zone [THM0] (64 C)
Oct 31 19:18:52 MyComputer kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 31 19:18:52 MyComputer kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 31 19:18:52 MyComputer kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Oct 31 19:18:52 MyComputer kernel: ahci 0000:00:1f.2: version 3.0
Oct 31 19:18:52 MyComputer kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
Oct 31 19:18:52 MyComputer kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
Oct 31 19:18:52 MyComputer kernel: scsi host0: ahci
Oct 31 19:18:52 MyComputer kernel: scsi host1: ahci
Oct 31 19:18:52 MyComputer kernel: scsi host2: ahci
Oct 31 19:18:52 MyComputer kernel: scsi host3: ahci
Oct 31 19:18:52 MyComputer kernel: ata1: DUMMY
Oct 31 19:18:52 MyComputer kernel: ata2: DUMMY
Oct 31 19:18:52 MyComputer kernel: ata3: DUMMY
Oct 31 19:18:52 MyComputer kernel: ata4: SATA max UDMA/133 abar m2048@0xf113c000 port 0xf113c280 irq 44
Oct 31 19:18:52 MyComputer kernel: usbcore: registered new interface driver usbserial_generic
Oct 31 19:18:52 MyComputer kernel: usbserial: USB Serial support registered for generic
Oct 31 19:18:52 MyComputer kernel: rtc_cmos 00:02: RTC can wake from S4
Oct 31 19:18:52 MyComputer kernel: rtc_cmos 00:02: registered as rtc0
Oct 31 19:18:52 MyComputer kernel: rtc_cmos 00:02: setting system clock to 2020-10-31T16:18:51 UTC (1604161131)
Oct 31 19:18:52 MyComputer kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 31 19:18:52 MyComputer kernel: intel_pstate: Intel P-state driver initializing
Oct 31 19:18:52 MyComputer kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 31 19:18:52 MyComputer kernel: drop_monitor: Initializing network drop monitor service
Oct 31 19:18:52 MyComputer kernel: NET: Registered protocol family 10
Oct 31 19:18:52 MyComputer kernel: Segment Routing with IPv6
Oct 31 19:18:52 MyComputer kernel: RPL Segment Routing with IPv6
Oct 31 19:18:52 MyComputer kernel: NET: Registered protocol family 17
Oct 31 19:18:52 MyComputer kernel: microcode: sig=0x306d4, pf=0x40, revision=0x2e
Oct 31 19:18:52 MyComputer kernel: microcode: Microcode Update Driver: v2.2.
Oct 31 19:18:52 MyComputer kernel: IPI shorthand broadcast: enabled
Oct 31 19:18:52 MyComputer kernel: sched_clock: Marking stable (402111275, 271853)->(439245913, -36862785)
Oct 31 19:18:52 MyComputer kernel: registered taskstats version 1
Oct 31 19:18:52 MyComputer kernel: Loading compiled-in X.509 certificates
Oct 31 19:18:52 MyComputer kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 15463483b05efdda18e146e6014d6e45610d8a5f'
Oct 31 19:18:52 MyComputer kernel: zswap: loaded using pool lz4/z3fold
Oct 31 19:18:52 MyComputer kernel: Key type ._fscrypt registered
Oct 31 19:18:52 MyComputer kernel: Key type .fscrypt registered
Oct 31 19:18:52 MyComputer kernel: Key type fscrypt-provisioning registered
Oct 31 19:18:52 MyComputer kernel: PM:   Magic number: 8:324:339
Oct 31 19:18:52 MyComputer kernel: RAS: Correctable Errors collector initialized.
Oct 31 19:18:52 MyComputer kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 31 19:18:52 MyComputer kernel: ata4.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Oct 31 19:18:52 MyComputer kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Oct 31 19:18:52 MyComputer kernel: ata4.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Oct 31 19:18:52 MyComputer kernel: ata4.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
Oct 31 19:18:52 MyComputer kernel: ata4.00: supports DRM functions and may not be fully accessible
Oct 31 19:18:52 MyComputer kernel: ata4.00: NCQ Send/Recv Log not supported
Oct 31 19:18:52 MyComputer kernel: ata4.00: ATA-9: SAMSUNG MZNTE256HMHP-000L7, EXT28L6Q, max UDMA/133
Oct 31 19:18:52 MyComputer kernel: ata4.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
Oct 31 19:18:52 MyComputer kernel: ata4.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Oct 31 19:18:52 MyComputer kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Oct 31 19:18:52 MyComputer kernel: ata4.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Oct 31 19:18:52 MyComputer kernel: ata4.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
Oct 31 19:18:52 MyComputer kernel: ata4.00: supports DRM functions and may not be fully accessible
Oct 31 19:18:52 MyComputer kernel: ata4.00: NCQ Send/Recv Log not supported
Oct 31 19:18:52 MyComputer kernel: ata4.00: configured for UDMA/133
Oct 31 19:18:52 MyComputer kernel: scsi 3:0:0:0: Direct-Access     ATA      SAMSUNG MZNTE256 8L6Q PQ: 0 ANSI: 5
Oct 31 19:18:52 MyComputer kernel: sd 3:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
Oct 31 19:18:52 MyComputer kernel: sd 3:0:0:0: [sda] Write Protect is off
Oct 31 19:18:52 MyComputer kernel: sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 31 19:18:52 MyComputer kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 31 19:18:52 MyComputer kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
Oct 31 19:18:52 MyComputer kernel: sd 3:0:0:0: [sda] supports TCG Opal
Oct 31 19:18:52 MyComputer kernel: sd 3:0:0:0: [sda] Attached SCSI disk
Oct 31 19:18:52 MyComputer kernel: Freeing unused decrypted memory: 2040K
Oct 31 19:18:52 MyComputer kernel: Freeing unused kernel image (initmem) memory: 1648K
Oct 31 19:18:52 MyComputer kernel: Write protecting the kernel read-only data: 24576k
Oct 31 19:18:52 MyComputer kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 31 19:18:52 MyComputer kernel: Freeing unused kernel image (rodata/data gap) memory: 276K
Oct 31 19:18:52 MyComputer kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 31 19:18:52 MyComputer kernel: x86/mm: Checking user space page tables
Oct 31 19:18:52 MyComputer kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 31 19:18:52 MyComputer kernel: Run /init as init process
Oct 31 19:18:52 MyComputer kernel:   with arguments:
Oct 31 19:18:52 MyComputer kernel:     /init
Oct 31 19:18:52 MyComputer kernel:   with environment:
Oct 31 19:18:52 MyComputer kernel:     HOME=/
Oct 31 19:18:52 MyComputer kernel:     TERM=linux
Oct 31 19:18:52 MyComputer kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 31 19:18:52 MyComputer kernel: fbcon: Taking over console
Oct 31 19:18:52 MyComputer kernel: Console: switching to colour frame buffer device 80x30
Oct 31 19:18:52 MyComputer kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 31 19:18:52 MyComputer kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 31 19:18:52 MyComputer kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 31 19:18:52 MyComputer kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 31 19:18:52 MyComputer kernel: ehci-pci: EHCI PCI platform driver
Oct 31 19:18:52 MyComputer kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Oct 31 19:18:52 MyComputer kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
Oct 31 19:18:52 MyComputer kernel: ehci-pci 0000:00:1d.0: debug port 2
Oct 31 19:18:52 MyComputer kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Oct 31 19:18:52 MyComputer kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf113d000
Oct 31 19:18:52 MyComputer kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Oct 31 19:18:52 MyComputer kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
Oct 31 19:18:52 MyComputer kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 31 19:18:52 MyComputer kernel: usb usb1: Product: EHCI Host Controller
Oct 31 19:18:52 MyComputer kernel: usb usb1: Manufacturer: Linux 5.8.10-arch1-1 ehci_hcd
Oct 31 19:18:52 MyComputer kernel: usb usb1: SerialNumber: 0000:00:1d.0
Oct 31 19:18:52 MyComputer kernel: hub 1-0:1.0: USB hub found
Oct 31 19:18:52 MyComputer kernel: hub 1-0:1.0: 3 ports detected
Oct 31 19:18:52 MyComputer kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 31 19:18:52 MyComputer kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 31 19:18:52 MyComputer kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
Oct 31 19:18:52 MyComputer kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 31 19:18:52 MyComputer kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
Oct 31 19:18:52 MyComputer kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 31 19:18:52 MyComputer kernel: usb usb2: Product: xHCI Host Controller
Oct 31 19:18:52 MyComputer kernel: usb usb2: Manufacturer: Linux 5.8.10-arch1-1 xhci-hcd
Oct 31 19:18:52 MyComputer kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 31 19:18:52 MyComputer kernel: hub 2-0:1.0: USB hub found
Oct 31 19:18:52 MyComputer kernel: hub 2-0:1.0: 11 ports detected
Oct 31 19:18:52 MyComputer kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 31 19:18:52 MyComputer kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Oct 31 19:18:52 MyComputer kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Oct 31 19:18:52 MyComputer kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
Oct 31 19:18:52 MyComputer kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 31 19:18:52 MyComputer kernel: usb usb3: Product: xHCI Host Controller
Oct 31 19:18:52 MyComputer kernel: usb usb3: Manufacturer: Linux 5.8.10-arch1-1 xhci-hcd
Oct 31 19:18:52 MyComputer kernel: usb usb3: SerialNumber: 0000:00:14.0
Oct 31 19:18:52 MyComputer kernel: hub 3-0:1.0: USB hub found
Oct 31 19:18:52 MyComputer kernel: hub 3-0:1.0: 4 ports detected
Oct 31 19:18:52 MyComputer kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Oct 31 19:18:52 MyComputer kernel: random: fast init done
Oct 31 19:18:52 MyComputer kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
Oct 31 19:18:52 MyComputer systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 31 19:18:52 MyComputer systemd[1]: Detected architecture x86-64.
Oct 31 19:18:52 MyComputer systemd[1]: Set hostname to <MyComputer>.
Oct 31 19:18:52 MyComputer systemd[196]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
Oct 31 19:18:52 MyComputer kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Oct 31 19:18:52 MyComputer kernel: usb 2-2: new high-speed USB device number 2 using xhci_hcd
Oct 31 19:18:52 MyComputer kernel: tsc: Refined TSC clocksource calibration: 2394.455 MHz
Oct 31 19:18:52 MyComputer kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c1579c6, max_idle_ns: 440795259439 ns
Oct 31 19:18:52 MyComputer kernel: clocksource: Switched to clocksource tsc
Oct 31 19:18:52 MyComputer systemd[1]: Queued start job for default target Graphical Interface.
Oct 31 19:18:52 MyComputer systemd[1]: Created slice system-getty.slice.
Oct 31 19:18:52 MyComputer systemd[1]: Created slice system-modprobe.slice.
Oct 31 19:18:52 MyComputer systemd[1]: Created slice system-systemd\x2dfsck.slice.
Oct 31 19:18:52 MyComputer systemd[1]: Created slice User and Session Slice.
Oct 31 19:18:52 MyComputer systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 31 19:18:52 MyComputer systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 31 19:18:52 MyComputer systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 31 19:18:52 MyComputer systemd[1]: Reached target Local Encrypted Volumes.
Oct 31 19:18:52 MyComputer systemd[1]: Reached target Login Prompts.
Oct 31 19:18:52 MyComputer systemd[1]: Reached target Remote File Systems.
Oct 31 19:18:52 MyComputer systemd[1]: Reached target Slices.
Oct 31 19:18:52 MyComputer systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 31 19:18:52 MyComputer systemd[1]: Listening on LVM2 metadata daemon socket.
Oct 31 19:18:52 MyComputer systemd[1]: Listening on LVM2 poll daemon socket.
Oct 31 19:18:52 MyComputer systemd[1]: Listening on Process Core Dump Socket.
Oct 31 19:18:52 MyComputer systemd[1]: Listening on Journal Audit Socket.
Oct 31 19:18:52 MyComputer systemd[1]: Listening on Journal Socket (/dev/log).
Oct 31 19:18:52 MyComputer systemd[1]: Listening on Journal Socket.
Oct 31 19:18:52 MyComputer systemd[1]: Listening on udev Control Socket.
Oct 31 19:18:52 MyComputer systemd[1]: Listening on udev Kernel Socket.
Oct 31 19:18:52 MyComputer systemd[1]: Mounting Huge Pages File System...
Oct 31 19:18:52 MyComputer systemd[1]: Mounting POSIX Message Queue File System...
Oct 31 19:18:52 MyComputer systemd[1]: Mounting Kernel Debug File System...
Oct 31 19:18:52 MyComputer systemd[1]: Mounting Kernel Trace File System...
Oct 31 19:18:52 MyComputer systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
Oct 31 19:18:52 MyComputer systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 31 19:18:52 MyComputer systemd[1]: Starting Load Kernel Module drm...
Oct 31 19:18:52 MyComputer systemd[1]: Starting Set Up Additional Binary Formats...
Oct 31 19:18:52 MyComputer systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 31 19:18:52 MyComputer systemd[1]: Starting Journal Service...
Oct 31 19:18:52 MyComputer systemd[1]: Starting Load Kernel Modules...
Oct 31 19:18:52 MyComputer systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 31 19:18:52 MyComputer systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 31 19:18:52 MyComputer systemd[1]: Starting Coldplug All udev Devices...
Oct 31 19:18:52 MyComputer kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 31 19:18:52 MyComputer systemd[1]: Mounted Huge Pages File System.
Oct 31 19:18:52 MyComputer systemd[1]: Mounted POSIX Message Queue File System.
Oct 31 19:18:52 MyComputer systemd[1]: Mounted Kernel Debug File System.
Oct 31 19:18:52 MyComputer systemd[1]: Mounted Kernel Trace File System.
Oct 31 19:18:52 MyComputer systemd[1]: modprobe@drm.service: Succeeded.
Oct 31 19:18:52 MyComputer systemd[1]: Finished Load Kernel Module drm.
Oct 31 19:18:52 MyComputer systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 216 (systemd-binfmt)
Oct 31 19:18:52 MyComputer systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 31 19:18:52 MyComputer kernel: EXT4-fs (sda7): re-mounted. Opts: (null)
Oct 31 19:18:52 MyComputer kernel: EXT4-fs (sda7): re-mounted. Opts: (null)
Oct 31 19:18:52 MyComputer systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 31 19:18:52 MyComputer kernel: EXT4-fs (sda7): re-mounted. Opts: (null)
Oct 31 19:18:52 MyComputer systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 31 19:18:52 MyComputer systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 31 19:18:52 MyComputer systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 31 19:18:52 MyComputer systemd[1]: Starting Load/Save Random Seed...
Oct 31 19:18:52 MyComputer systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 31 19:18:52 MyComputer systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 31 19:18:52 MyComputer systemd[1]: Finished Set Up Additional Binary Formats.
Oct 31 19:18:52 MyComputer systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Oct 31 19:18:52 MyComputer systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Oct 31 19:18:52 MyComputer systemd[1]: Failed to start Load Kernel Modules.
Oct 31 19:18:52 MyComputer systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 31 19:18:52 MyComputer systemd[1]: Mounting Kernel Configuration File System...
Oct 31 19:18:52 MyComputer systemd[1]: Starting Apply Kernel Variables...
Oct 31 19:18:52 MyComputer systemd[1]: Finished Apply Kernel Variables.
Oct 31 19:18:52 MyComputer systemd[1]: Mounted Kernel Configuration File System.
Oct 31 19:18:52 MyComputer systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 31 19:18:52 MyComputer systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 31 19:18:52 MyComputer systemd[1]: Finished Coldplug All udev Devices.
Oct 31 19:18:52 MyComputer kernel: usb 2-2: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
Oct 31 19:18:52 MyComputer kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 31 19:18:52 MyComputer kernel: usb 2-2: Product: Flash Disk
Oct 31 19:18:52 MyComputer kernel: usb 2-2: Manufacturer: USB
Oct 31 19:18:52 MyComputer kernel: usb 2-2: SerialNumber: SCY0000000051338
Oct 31 19:18:52 MyComputer kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.03
Oct 31 19:18:52 MyComputer kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 31 19:18:52 MyComputer kernel: hub 1-1:1.0: USB hub found
Oct 31 19:18:52 MyComputer kernel: hub 1-1:1.0: 8 ports detected
Oct 31 19:18:52 MyComputer kernel: usb 2-4: new high-speed USB device number 3 using xhci_hcd
Oct 31 19:18:52 MyComputer systemd-journald[217]: Journal started
Oct 31 19:18:52 MyComputer systemd-journald[217]: Runtime Journal (/run/log/journal/3b3cb48f871d43bcb5c9729e60d4d294) is 8.0M, max 391.6M, 383.6M free.
Oct 31 19:18:52 MyComputer systemd-modules-load[218]: Failed to look up module alias 'crypto_user': Function not implemented
Oct 31 19:18:52 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:52 MyComputer systemd-modules-load[218]: Failed to look up module alias 'sg': Function not implemented
Oct 31 19:18:52 MyComputer systemd-modules-load[218]: Failed to look up module alias 'vboxdrv': Function not implemented
Oct 31 19:18:52 MyComputer systemd-modules-load[218]: Failed to look up module alias 'vboxnetadp': Function not implemented
Oct 31 19:18:52 MyComputer systemd-modules-load[218]: Failed to look up module alias 'vboxnetflt': Function not implemented
Oct 31 19:18:52 MyComputer systemd-sysctl[228]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 31 19:18:52 MyComputer systemd-sysctl[228]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 31 19:18:52 MyComputer systemd-sysctl[228]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 31 19:18:52 MyComputer systemd-sysctl[228]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 31 19:18:52 MyComputer systemd-sysctl[228]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 31 19:18:52 MyComputer systemd[1]: Started Journal Service.
Oct 31 19:18:52 MyComputer kernel: audit: type=1130 audit(1604161132.849:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:52 MyComputer systemd-sysctl[228]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 31 19:18:52 MyComputer systemd-random-seed[225]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 31 19:18:52 MyComputer systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 31 19:18:52 MyComputer systemd-journald[217]: Time spent on flushing to /var/log/journal/3b3cb48f871d43bcb5c9729e60d4d294 is 184.899ms for 753 entries.
Oct 31 19:18:52 MyComputer systemd-journald[217]: System Journal (/var/log/journal/3b3cb48f871d43bcb5c9729e60d4d294) is 2.8G, max 4.0G, 1.1G free.
Oct 31 19:18:53 MyComputer kernel: usb 2-4: New USB device found, idVendor=1199, idProduct=a001, bcdDevice=17.29
Oct 31 19:18:53 MyComputer kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 31 19:18:53 MyComputer kernel: usb 2-4: Product: Sierra Wireless EM7345 4G LTE
Oct 31 19:18:53 MyComputer kernel: usb 2-4: Manufacturer: Sierra Wireless Inc.
Oct 31 19:18:53 MyComputer kernel: usb 2-4: SerialNumber: 013937004335350
Oct 31 19:18:53 MyComputer kernel: audit: type=1130 audit(1604161132.929:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer kernel: audit: type=1130 audit(1604161132.929:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer kernel: usb 2-6: new full-speed USB device number 4 using xhci_hcd
Oct 31 19:18:53 MyComputer kernel: usb 2-6: New USB device found, idVendor=138a, idProduct=0017, bcdDevice= 0.78
Oct 31 19:18:53 MyComputer kernel: usb 2-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Oct 31 19:18:53 MyComputer kernel: usb 2-6: SerialNumber: 59a2abd10292
Oct 31 19:18:53 MyComputer kernel: Adding 2098172k swap on /dev/sda6.  Priority:-2 extents:1 across:2098172k SSFS
Oct 31 19:18:52 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:52 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:52 MyComputer systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 31 19:18:52 MyComputer systemd[1]: Started LVM2 metadata daemon.
Oct 31 19:18:53 MyComputer systemd-udevd[259]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 31 19:18:53 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Found device SAMSUNG_MZNTE256HMHP-000L7 6.
Oct 31 19:18:53 MyComputer systemd[1]: Activating swap Swap Partition...
Oct 31 19:18:53 MyComputer kernel: audit: type=1130 audit(1604161133.222:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Found device SAMSUNG_MZNTE256HMHP-000L7 EFI\x20system\x20partition.
Oct 31 19:18:53 MyComputer systemd[1]: Activated swap Swap Partition.
Oct 31 19:18:53 MyComputer systemd[1]: Reached target Swap.
Oct 31 19:18:53 MyComputer systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 31 19:18:53 MyComputer systemd[1]: Mounted Temporary Directory (/tmp).
Oct 31 19:18:53 MyComputer systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 31 19:18:53 MyComputer kernel: usb 2-7: new full-speed USB device number 5 using xhci_hcd
Oct 31 19:18:53 MyComputer systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 31 19:18:53 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Reached target Local File Systems (Pre).
Oct 31 19:18:53 MyComputer systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 31 19:18:53 MyComputer systemd[1]: Starting File System Check on /dev/disk/by-uuid/C44D-E699...
Oct 31 19:18:53 MyComputer kernel: audit: type=1130 audit(1604161133.309:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd-fsck[286]: fsck.fat 4.1 (2017-01-24)
Oct 31 19:18:53 MyComputer systemd-fsck[286]: /dev/sda2: 557 files, 92731/98304 clusters
Oct 31 19:18:53 MyComputer systemd[1]: Finished File System Check on /dev/disk/by-uuid/C44D-E699.
Oct 31 19:18:53 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-C44D\x2dE699 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Oct 31 19:18:53 MyComputer systemd[1]: Mounting /boot...
Oct 31 19:18:53 MyComputer kernel: audit: type=1130 audit(1604161133.352:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-C44D\x2dE699 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer mount[287]: mount: /boot: unknown filesystem type 'vfat'.
Oct 31 19:18:53 MyComputer systemd[1]: boot.mount: Mount process exited, code=exited, status=32/n/a
Oct 31 19:18:53 MyComputer systemd[1]: boot.mount: Failed with result 'exit-code'.
Oct 31 19:18:53 MyComputer systemd[1]: Failed to mount /boot.
Oct 31 19:18:53 MyComputer systemd[1]: Dependency failed for Local File Systems.
Oct 31 19:18:53 MyComputer systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
Oct 31 19:18:53 MyComputer systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
Oct 31 19:18:53 MyComputer systemd[1]: Dependency failed for /boot/efi.
Oct 31 19:18:53 MyComputer systemd[1]: boot-efi.mount: Job boot-efi.mount/start failed with result 'dependency'.
Oct 31 19:18:53 MyComputer systemd[1]: systemd-ask-password-console.path: Succeeded.
Oct 31 19:18:53 MyComputer systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 31 19:18:53 MyComputer systemd[1]: systemd-ask-password-wall.path: Succeeded.
Oct 31 19:18:53 MyComputer systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Oct 31 19:18:53 MyComputer systemd[1]: Reached target Timers.
Oct 31 19:18:53 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Reached target Network.
Oct 31 19:18:53 MyComputer systemd[1]: Reached target Paths.
Oct 31 19:18:53 MyComputer kernel: audit: type=1130 audit(1604161133.365:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Reached target Sockets.
Oct 31 19:18:53 MyComputer systemd[1]: Started Emergency Shell.
Oct 31 19:18:53 MyComputer systemd[1]: Reached target Emergency Mode.
Oct 31 19:18:53 MyComputer systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 31 19:18:53 MyComputer systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 31 19:18:53 MyComputer systemd[1]: Starting Create Volatile Files and Directories...
Oct 31 19:18:53 MyComputer systemd[1]: Finished Create Volatile Files and Directories.
Oct 31 19:18:53 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 31 19:18:53 MyComputer systemd[1]: Starting Network Time Synchronization...
Oct 31 19:18:53 MyComputer systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 31 19:18:53 MyComputer kernel: audit: type=1130 audit(1604161133.402:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 31 19:18:53 MyComputer audit[292]: SYSTEM_BOOT pid=292 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer kernel: audit: type=1127 audit(1604161133.409:10): pid=292 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 31 19:18:53 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer kernel: usb 2-7: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
Oct 31 19:18:53 MyComputer kernel: usb 2-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 31 19:18:53 MyComputer mtp-probe[301]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2"
Oct 31 19:18:53 MyComputer mtp-probe[299]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
Oct 31 19:18:53 MyComputer mtp-probe[299]: bus: 2, device: 3 was not an MTP device
Oct 31 19:18:53 MyComputer mtp-probe[300]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-6"
Oct 31 19:18:53 MyComputer mtp-probe[301]: bus: 2, device: 2 was not an MTP device
Oct 31 19:18:53 MyComputer mtp-probe[300]: bus: 2, device: 4 was not an MTP device
Oct 31 19:18:53 MyComputer mtp-probe[342]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-6"
Oct 31 19:18:53 MyComputer mtp-probe[342]: bus: 2, device: 4 was not an MTP device
Oct 31 19:18:53 MyComputer mtp-probe[344]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2"
Oct 31 19:18:53 MyComputer mtp-probe[344]: bus: 2, device: 2 was not an MTP device
Oct 31 19:18:53 MyComputer mtp-probe[347]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
Oct 31 19:18:53 MyComputer mtp-probe[347]: bus: 2, device: 3 was not an MTP device
Oct 31 19:18:53 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:53 MyComputer systemd[1]: Started Network Time Synchronization.
Oct 31 19:18:53 MyComputer systemd[1]: Reached target System Time Set.
Oct 31 19:18:53 MyComputer systemd[1]: Reached target System Time Synchronized.
Oct 31 19:18:54 MyComputer kernel: random: crng init done
Oct 31 19:18:54 MyComputer systemd[1]: Finished Load/Save Random Seed.
Oct 31 19:18:54 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:18:54 MyComputer systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 31 19:18:54 MyComputer systemd[1]: Startup finished in 8.768s (firmware) + 1.242s (loader) + 1.197s (kernel) + 1.901s (userspace) = 13.109s.
Oct 31 19:18:54 MyComputer systemd[289]: emergency.service: Executable /usr/bin/plymouth missing, skipping: No such file or directory
Oct 31 19:19:06 MyComputer systemd[1]: Reloading.
Oct 31 19:19:06 MyComputer audit: BPF prog-id=6 op=UNLOAD
Oct 31 19:19:06 MyComputer audit: BPF prog-id=5 op=UNLOAD
Oct 31 19:19:06 MyComputer kernel: kauditd_printk_skb: 3 callbacks suppressed
Oct 31 19:19:06 MyComputer kernel: audit: type=1334 audit(1604161146.385:14): prog-id=6 op=UNLOAD
Oct 31 19:19:06 MyComputer kernel: audit: type=1334 audit(1604161146.385:15): prog-id=5 op=UNLOAD
Oct 31 19:19:06 MyComputer audit: BPF prog-id=4 op=UNLOAD
Oct 31 19:19:06 MyComputer audit: BPF prog-id=3 op=UNLOAD
Oct 31 19:19:06 MyComputer kernel: audit: type=1334 audit(1604161146.392:16): prog-id=4 op=UNLOAD
Oct 31 19:19:06 MyComputer kernel: audit: type=1334 audit(1604161146.392:17): prog-id=3 op=UNLOAD
Oct 31 19:19:06 MyComputer systemd[353]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
Oct 31 19:19:06 MyComputer audit: BPF prog-id=7 op=LOAD
Oct 31 19:19:06 MyComputer audit: BPF prog-id=8 op=LOAD
Oct 31 19:19:06 MyComputer kernel: audit: type=1334 audit(1604161146.479:18): prog-id=7 op=LOAD
Oct 31 19:19:06 MyComputer kernel: audit: type=1334 audit(1604161146.479:19): prog-id=8 op=LOAD
Oct 31 19:19:06 MyComputer audit: BPF prog-id=9 op=LOAD
Oct 31 19:19:06 MyComputer audit: BPF prog-id=10 op=LOAD
Oct 31 19:19:06 MyComputer kernel: audit: type=1334 audit(1604161146.489:20): prog-id=9 op=LOAD
Oct 31 19:19:06 MyComputer kernel: audit: type=1334 audit(1604161146.489:21): prog-id=10 op=LOAD
Oct 31 19:19:06 MyComputer systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 31 19:19:06 MyComputer systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 31 19:19:06 MyComputer systemd[1]: Stopped target Emergency Mode.
Oct 31 19:19:06 MyComputer systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Oct 31 19:19:06 MyComputer systemd[1]: Mounting /boot...
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Stopping Emergency Shell...
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Stopping LVM2 metadata daemon...
Oct 31 19:19:06 MyComputer systemd[1]: Starting Load Kernel Module drm...
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Starting Load Kernel Modules...
Oct 31 19:19:06 MyComputer mount[367]: mount: /boot: unknown filesystem type 'vfat'.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: lvm2-lvmetad.service: Succeeded.
Oct 31 19:19:06 MyComputer systemd[1]: Stopped LVM2 metadata daemon.
Oct 31 19:19:06 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:06 MyComputer systemd[1]: emergency.service: Succeeded.
Oct 31 19:19:06 MyComputer systemd[1]: Stopped Emergency Shell.
Oct 31 19:19:06 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:06 MyComputer systemd[1]: boot.mount: Mount process exited, code=exited, status=32/n/a
Oct 31 19:19:06 MyComputer systemd[1]: boot.mount: Failed with result 'exit-code'.
Oct 31 19:19:06 MyComputer kernel: audit: type=1131 audit(1604161146.499:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:06 MyComputer kernel: audit: type=1131 audit(1604161146.499:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:06 MyComputer systemd[1]: Failed to mount /boot.
Oct 31 19:19:06 MyComputer systemd[1]: Dependency failed for Local File Systems.
Oct 31 19:19:06 MyComputer systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
Oct 31 19:19:06 MyComputer systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
Oct 31 19:19:06 MyComputer systemd[1]: Dependency failed for /boot/efi.
Oct 31 19:19:06 MyComputer systemd[1]: boot-efi.mount: Job boot-efi.mount/start failed with result 'dependency'.
Oct 31 19:19:06 MyComputer systemd[1]: modprobe@drm.service: Succeeded.
Oct 31 19:19:06 MyComputer systemd[1]: Finished Load Kernel Module drm.
Oct 31 19:19:06 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:06 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:06 MyComputer systemd[1]: systemd-ask-password-console.path: Succeeded.
Oct 31 19:19:06 MyComputer systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 31 19:19:06 MyComputer systemd[1]: systemd-ask-password-wall.path: Succeeded.
Oct 31 19:19:06 MyComputer systemd-modules-load[370]: Failed to look up module alias 'crypto_user': Function not implemented
Oct 31 19:19:06 MyComputer systemd-modules-load[370]: Failed to look up module alias 'sg': Function not implemented
Oct 31 19:19:06 MyComputer systemd-modules-load[370]: Failed to look up module alias 'vboxdrv': Function not implemented
Oct 31 19:19:06 MyComputer systemd-modules-load[370]: Failed to look up module alias 'vboxnetadp': Function not implemented
Oct 31 19:19:06 MyComputer systemd-modules-load[370]: Failed to look up module alias 'vboxnetflt': Function not implemented
Oct 31 19:19:06 MyComputer systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Started Emergency Shell.
Oct 31 19:19:06 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:06 MyComputer systemd[1]: Reached target Emergency Mode.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 31 19:19:06 MyComputer systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Oct 31 19:19:06 MyComputer systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Oct 31 19:19:06 MyComputer systemd[1]: Failed to start Load Kernel Modules.
Oct 31 19:19:06 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 31 19:19:06 MyComputer systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 31 19:19:06 MyComputer systemd[371]: emergency.service: Executable /usr/bin/plymouth missing, skipping: No such file or directory
Oct 31 19:19:09 MyComputer systemd[1]: Removed slice system-getty.slice.
Oct 31 19:19:09 MyComputer systemd[1]: Removed slice system-modprobe.slice.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Local Encrypted Volumes.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Emergency Mode.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Login Prompts.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Network.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Paths.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Remote File Systems.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Slices.
Oct 31 19:19:09 MyComputer systemd[1]: Removed slice User and Session Slice.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Sockets.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target System Time Synchronized.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target System Time Set.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Timers.
Oct 31 19:19:09 MyComputer systemd[1]: lvm2-lvmpolld.socket: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Closed LVM2 poll daemon socket.
Oct 31 19:19:09 MyComputer systemd[1]: Condition check resulted in Play Reboot Sound being skipped.
Oct 31 19:19:09 MyComputer systemd[1]: Stopping Emergency Shell...
Oct 31 19:19:09 MyComputer systemd[1]: Starting Generate shutdown-ramfs...
Oct 31 19:19:09 MyComputer systemd[1]: Stopping Set Up Additional Binary Formats...
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-C44D\x2dE699 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: systemd-fsck@dev-disk-by\x2duuid-C44D\x2dE699.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped File System Check on /dev/disk/by-uuid/C44D-E699.
Oct 31 19:19:09 MyComputer systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Oct 31 19:19:09 MyComputer lvm[378]:   Daemon lvmetad returned error 104
Oct 31 19:19:09 MyComputer lvm[378]:   WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Local File Systems (Pre).
Oct 31 19:19:09 MyComputer systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 31 19:19:09 MyComputer systemd[1]: Stopping Load/Save Random Seed...
Oct 31 19:19:09 MyComputer systemd[1]: systemd-sysctl.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Apply Kernel Variables.
Oct 31 19:19:09 MyComputer systemd[1]: Stopping Network Time Synchronization...
Oct 31 19:19:09 MyComputer systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Create Static Device Nodes in /dev.
Oct 31 19:19:09 MyComputer systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Oct 31 19:19:09 MyComputer systemd[1]: emergency.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: emergency.service: Unit process 373 (bash) remains running after unit stopped.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Emergency Shell.
Oct 31 19:19:09 MyComputer systemd[1]: systemd-binfmt.service: Succeeded.
Oct 31 19:19:09 MyComputer audit[381]: SYSTEM_SHUTDOWN pid=381 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Set Up Additional Binary Formats.
Oct 31 19:19:09 MyComputer systemd[1]: systemd-update-utmp.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: systemd-timesyncd.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Network Time Synchronization.
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: Unmounting Temporary Directory (/tmp)...
Oct 31 19:19:09 MyComputer systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Create Volatile Files and Directories.
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: tmp.mount: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Unmounted Temporary Directory (/tmp).
Oct 31 19:19:09 MyComputer systemd[1]: Stopped target Swap.
Oct 31 19:19:09 MyComputer systemd[1]: Deactivating swap /dev/disk/by-id/ata-SAMSUNG_MZNTE256HMHP-000L7_S1KHNYAG105241-part6...
Oct 31 19:19:09 MyComputer systemd[1]: systemd-random-seed.service: Succeeded.
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Load/Save Random Seed.
Oct 31 19:19:09 MyComputer systemd[1]: systemd-remount-fs.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Remount Root and Kernel File Systems.
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: dev-disk-by\x2duuid-fcf9429b\x2d8090\x2d4213\x2dab62\x2d5fa52d087082.swap: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Deactivated swap /dev/disk/by-uuid/fcf9429b-8090-4213-ab62-5fa52d087082.
Oct 31 19:19:09 MyComputer systemd[1]: dev-disk-by\x2did-wwn\x2d0x5002538844584d30\x2dpart6.swap: Succeeded.
Oct 31 19:19:09 MyComputer mkinitcpio[376]: ==> Starting build: none
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x5002538844584d30-part6.
Oct 31 19:19:09 MyComputer systemd[1]: dev-disk-by\x2dpartuuid-8431b057\x2dcf73\x2d43f2\x2db3ce\x2dd75f1db70145.swap: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Deactivated swap /dev/disk/by-partuuid/8431b057-cf73-43f2-b3ce-d75f1db70145.
Oct 31 19:19:09 MyComputer systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d4\x2dpart6.swap: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-4-part6.
Oct 31 19:19:09 MyComputer systemd[1]: dev-disk-by\x2did-ata\x2dSAMSUNG_MZNTE256HMHP\x2d000L7_S1KHNYAG105241\x2dpart6.swap: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Deactivated swap /dev/disk/by-id/ata-SAMSUNG_MZNTE256HMHP-000L7_S1KHNYAG105241-part6.
Oct 31 19:19:09 MyComputer systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d4.0\x2dpart6.swap: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-4.0-part6.
Oct 31 19:19:09 MyComputer systemd[1]: dev-sda6.swap: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Deactivated swap Swap Partition.
Oct 31 19:19:09 MyComputer systemd[1]: lvm2-monitor.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 31 19:19:09 MyComputer systemd[1]: Reached target Unmount All Filesystems.
Oct 31 19:19:09 MyComputer systemd[1]: lvm2-lvmetad.socket: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Closed LVM2 metadata daemon socket.
Oct 31 19:19:09 MyComputer mkinitcpio[376]:   -> Running build hook: [sd-shutdown]
Oct 31 19:19:09 MyComputer mkinitcpio[376]: ==> Build complete.
Oct 31 19:19:09 MyComputer systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Oct 31 19:19:09 MyComputer systemd[1]: Finished Generate shutdown-ramfs.
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 31 19:19:09 MyComputer systemd[1]: Reached target Shutdown.
Oct 31 19:19:09 MyComputer systemd[1]: Reached target Final Step.
Oct 31 19:19:09 MyComputer systemd[1]: systemd-reboot.service: Succeeded.
Oct 31 19:19:09 MyComputer audit: BPF prog-id=10 op=UNLOAD
Oct 31 19:19:09 MyComputer audit: BPF prog-id=9 op=UNLOAD
Oct 31 19:19:09 MyComputer systemd[1]: Finished Reboot.
Oct 31 19:19:09 MyComputer systemd[1]: Reached target Reboot.
Oct 31 19:19:09 MyComputer systemd[1]: Shutting down.
Oct 31 19:19:09 MyComputer audit: BPF prog-id=8 op=UNLOAD
Oct 31 19:19:09 MyComputer audit: BPF prog-id=7 op=UNLOAD
Oct 31 19:19:10 MyComputer systemd-shutdown[1]: Syncing filesystems and block devices.
Oct 31 19:19:10 MyComputer systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Oct 31 19:19:10 MyComputer systemd-journald[217]: Journal stopped
 

Last edited by kucukhr (2020-10-31 15:21:05)

Offline

#6 2020-10-31 15:26:57

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,706

Re: [SOLVED] Archlinux is not booting - Failed to Load Kernel Modules ...

It looks like you're booting the root device (hence the dated 5.8.10-arch1-1 kernel)
You either need to fix that in the grub config or ensure the linux kernel and initramfs make it to the /boot path on the root partition (ignoring the /boot partition)

Offline

#7 2020-10-31 16:28:09

kucukhr
Member
Registered: 2018-05-28
Posts: 18

Re: [SOLVED] Archlinux is not booting - Failed to Load Kernel Modules ...

Hey,

Thanks for your help. I am posting this from arch now... However... I have no idea how I fixed it tongue ...

So... Trying to make sense of what you said, I mounted the boot and the root partition and I reinstalled filesystem and linux again. It generated the initramfs for 5.9.2-arch1-1 ... However I knew that was not going to fix it. Because this is what I tried before.

When I unmount boot partition, vmlinuz returns an out-of-date arch module. You said to "ignore" the boot partition. So I simply tried to install linux again - but this time boot partition not mounted. After that vmlinuz was always returning the up-to-date version and computer booted correctly.

Solving problems like that are cool and all that, but linux is becoming a black box for me rather than unfolding its secrets...

Anyways, thank a lot! Marked as solved.

Offline

#8 2020-10-31 16:34:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,706

Re: [SOLVED] Archlinux is not booting - Failed to Load Kernel Modules ...

The important part is that you are NOT booting from the boot partition atm.
So if you update the kernel on the boot partition, that's meaningless - you're booting the dated kernel on the root partition (what leads to the initial problems because there're no modules for that kernel)

If you want to keep using the boot partition, you must ensure grub picks that as boot device.

Offline

Board footer

Powered by FluxBB