Skip to content

Instantly share code, notes, and snippets.

@marmarek
Created May 30, 2021 11:42
Show Gist options
  • Save marmarek/32cd8dc2486b75b410f37238245c1110 to your computer and use it in GitHub Desktop.
Save marmarek/32cd8dc2486b75b410f37238245c1110 to your computer and use it in GitHub Desktop.
Slow HVM start with kernel from fc33
[2021-05-29 03:48:04] [ 0.000000] Linux version 5.12.7-200.fc33.x86_64 (mockbuild@bkernel02.iad2.fedoraproject.org) (gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1), GNU ld version 2.35-18.fc33) #1 SMP Wed May 26 13:15:51 UTC 2021
[2021-05-29 03:48:04] [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.12.7-200.fc33.x86_64 root=/dev/mapper/dmroot ro root=/dev/mapper/dmroot console=tty0 console=hvc0 swiotlb=8192 noresume xen_scrub_pages=0
[2021-05-29 03:48:04] [ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[2021-05-29 03:48:04] [ 0.000000] BIOS-provided physical RAM map:
[2021-05-29 03:48:04] [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[2021-05-29 03:48:04] [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[2021-05-29 03:48:04] [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[2021-05-29 03:48:04] [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000beefefff] usable
[2021-05-29 03:48:04] [ 0.000000] BIOS-e820: [mem 0x00000000beeff000-0x00000000beefffff] reserved
[2021-05-29 03:48:04] [ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc00afff] ACPI NVS
[2021-05-29 03:48:04] [ 0.000000] BIOS-e820: [mem 0x00000000fc00b000-0x00000000ffffffff] reserved
[2021-05-29 03:48:04] [ 0.000000] NX (Execute Disable) protection: active
[2021-05-29 03:48:04] [ 0.000000] SMBIOS 2.4 present.
[2021-05-29 03:48:04] [ 0.000000] DMI: Xen HVM domU, BIOS 4.14.1 02/20/2021
[2021-05-29 03:48:04] [ 0.000000] Hypervisor detected: Xen HVM
[2021-05-29 03:48:04] [ 0.000000] Xen version 4.14.
[2021-05-29 03:48:04] [ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[2021-05-29 03:48:04] [ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[2021-05-29 03:48:04] [ 0.000000] You might have to change the root device
[2021-05-29 03:48:04] [ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[2021-05-29 03:48:04] [ 0.000000] in your root= kernel command line option
[2021-05-29 03:48:04] [ 0.000501] tsc: Fast TSC calibration failed
[2021-05-29 03:48:04] [ 0.000522] tsc: Detected 2666.920 MHz processor
[2021-05-29 03:48:04] [ 0.001796] last_pfn = 0xbeeff max_arch_pfn = 0x400000000
[2021-05-29 03:48:04] [ 0.002644] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[2021-05-29 03:48:04] [ 0.019827] found SMP MP-table at [mem 0x000f5a80-0x000f5a8f]
[2021-05-29 03:48:04] [ 0.022301] Using GB pages for direct mapping
[2021-05-29 03:48:04] [ 0.023415] RAMDISK: [mem 0x310e8000-0x3486bfff]
[2021-05-29 03:48:04] [ 0.023454] ACPI: Early table checksum verification disabled
[2021-05-29 03:48:04] [ 0.023666] ACPI: RSDP 0x00000000000F59D0 000024 (v02 Xen )
[2021-05-29 03:48:04] [ 0.023731] ACPI: XSDT 0x00000000FC00A640 000054 (v01 Xen HVM 00000000 HVML 00000000)
[2021-05-29 03:48:04] [ 0.023797] ACPI: FACP 0x00000000FC00A370 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
[2021-05-29 03:48:04] [ 0.023868] ACPI: DSDT 0x00000000FC001040 0092A3 (v02 Xen HVM 00000000 INTL 20190509)
[2021-05-29 03:48:04] [ 0.023931] ACPI: FACS 0x00000000FC001000 000040
[2021-05-29 03:48:04] [ 0.023993] ACPI: FACS 0x00000000FC001000 000040
[2021-05-29 03:48:04] [ 0.024055] ACPI: APIC 0x00000000FC00A470 000068 (v02 Xen HVM 00000000 HVML 00000000)
[2021-05-29 03:48:04] [ 0.024118] ACPI: HPET 0x00000000FC00A550 000038 (v01 Xen HVM 00000000 HVML 00000000)
[2021-05-29 03:48:04] [ 0.024180] ACPI: WAET 0x00000000FC00A590 000028 (v01 Xen HVM 00000000 HVML 00000000)
[2021-05-29 03:48:04] [ 0.024243] ACPI: SSDT 0x00000000FC00A5C0 000031 (v02 Xen HVM 00000000 INTL 20190509)
[2021-05-29 03:48:04] [ 0.024305] ACPI: SSDT 0x00000000FC00A600 000031 (v02 Xen HVM 00000000 INTL 20190509)
[2021-05-29 03:48:04] [ 0.024365] ACPI: Reserving FACP table memory at [mem 0xfc00a370-0xfc00a463]
[2021-05-29 03:48:04] [ 0.024386] ACPI: Reserving DSDT table memory at [mem 0xfc001040-0xfc00a2e2]
[2021-05-29 03:48:04] [ 0.024406] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f]
[2021-05-29 03:48:04] [ 0.024426] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f]
[2021-05-29 03:48:04] [ 0.024446] ACPI: Reserving APIC table memory at [mem 0xfc00a470-0xfc00a4d7]
[2021-05-29 03:48:04] [ 0.024466] ACPI: Reserving HPET table memory at [mem 0xfc00a550-0xfc00a587]
[2021-05-29 03:48:04] [ 0.024486] ACPI: Reserving WAET table memory at [mem 0xfc00a590-0xfc00a5b7]
[2021-05-29 03:48:04] [ 0.025569] ACPI: Reserving SSDT table memory at [mem 0xfc00a5c0-0xfc00a5f0]
[2021-05-29 03:48:04] [ 0.025592] ACPI: Reserving SSDT table memory at [mem 0xfc00a600-0xfc00a630]
[2021-05-29 03:48:04] [ 0.031912] No NUMA configuration found
[2021-05-29 03:48:04] [ 0.031933] Faking a node at [mem 0x0000000000000000-0x00000000beefefff]
[2021-05-29 03:48:04] [ 0.031965] NODE_DATA(0) allocated [mem 0xbeed4000-0xbeefefff]
[2021-05-29 03:48:04] [ 0.149406] Zone ranges:
[2021-05-29 03:48:04] [ 0.150420] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[2021-05-29 03:48:04] [ 0.150460] DMA32 [mem 0x0000000001000000-0x00000000beefefff]
[2021-05-29 03:48:04] [ 0.150499] Normal empty
[2021-05-29 03:48:04] [ 0.150536] Device empty
[2021-05-29 03:48:04] [ 0.150574] Movable zone start for each node
[2021-05-29 03:48:04] [ 0.150596] Early memory node ranges
[2021-05-29 03:48:04] [ 0.150623] node 0: [mem 0x0000000000001000-0x000000000009efff]
[2021-05-29 03:48:04] [ 0.150644] node 0: [mem 0x0000000000100000-0x00000000beefefff]
[2021-05-29 03:48:04] [ 0.150666] Initmem setup node 0 [mem 0x0000000000001000-0x00000000beefefff]
[2021-05-29 03:48:04] [ 0.151165] DMA zone: 28770 pages in unavailable ranges
[2021-05-29 03:48:04] [ 0.164868] DMA32 zone: 4353 pages in unavailable ranges
[2021-05-29 03:48:04] [ 0.175871] ACPI: PM-Timer IO Port: 0xb008
[2021-05-29 03:48:04] [ 0.176380] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[2021-05-29 03:48:04] [ 0.176407] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[2021-05-29 03:48:04] [ 0.176429] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[2021-05-29 03:48:04] [ 0.176450] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[2021-05-29 03:48:04] [ 0.176471] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[2021-05-29 03:48:04] [ 0.176593] Using ACPI (MADT) for SMP configuration information
[2021-05-29 03:48:04] [ 0.176623] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[2021-05-29 03:48:04] [ 0.176650] TSC deadline timer available
[2021-05-29 03:48:04] [ 0.176748] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[2021-05-29 03:48:04] [ 0.176785] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[2021-05-29 03:48:04] [ 0.176807] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[2021-05-29 03:48:04] [ 0.176827] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[2021-05-29 03:48:04] [ 0.176846] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[2021-05-29 03:48:04] [ 0.176867] [mem 0xbef00000-0xfbffffff] available for PCI devices
[2021-05-29 03:48:04] [ 0.176919] Booting paravirtualized kernel on Xen HVM
[2021-05-29 03:48:04] [ 0.176941] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[2021-05-29 03:48:04] [ 0.182923] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[2021-05-29 03:48:04] [ 0.213212] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u2097152
[2021-05-29 03:48:04] [ 0.213661] Built 1 zonelists, mobility grouping on. Total pages: 769740
[2021-05-29 03:48:04] [ 0.213684] Policy zone: DMA32
[2021-05-29 03:48:04] [ 0.213705] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.12.7-200.fc33.x86_64 root=/dev/mapper/dmroot ro root=/dev/mapper/dmroot console=tty0 console=hvc0 swiotlb=8192 noresume xen_scrub_pages=0
[2021-05-29 03:48:04] [ 0.265758] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[2021-05-29 03:48:04] [ 0.291200] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[2021-05-29 03:48:04] [ 0.291695] mem auto-init: stack:off, heap alloc:off, heap free:off
[2021-05-29 03:48:04] [ 0.310047] Memory: 2971920K/3127924K available (14345K kernel code, 3496K rwdata, 9844K rodata, 2552K init, 5396K bss, 155744K reserved, 0K cma-reserved)
[2021-05-29 03:48:04] [ 0.310080] random: get_random_u64 called from __kmem_cache_create+0x2a/0x560 with crng_init=0
[2021-05-29 03:48:04] [ 0.312141] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[2021-05-29 03:48:04] [ 0.312515] Kernel/User page tables isolation: enabled
[2021-05-29 03:48:04] [ 0.313009] ftrace: allocating 46029 entries in 180 pages
[2021-05-29 03:48:04] [ 0.347180] ftrace: allocated 180 pages with 4 groups
[2021-05-29 03:48:04] [ 0.350827] rcu: Hierarchical RCU implementation.
[2021-05-29 03:48:04] [ 0.350878] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[2021-05-29 03:48:04] [ 0.350900] Trampoline variant of Tasks RCU enabled.
[2021-05-29 03:48:04] [ 0.350919] Rude variant of Tasks RCU enabled.
[2021-05-29 03:48:04] [ 0.350938] Tracing variant of Tasks RCU enabled.
[2021-05-29 03:48:04] [ 0.350957] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[2021-05-29 03:48:04] [ 0.350976] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[2021-05-29 03:48:04] [ 0.364027] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
[2021-05-29 03:48:04] [ 0.364301] xen:events: Using FIFO-based ABI
[2021-05-29 03:48:04] [ 0.364406] xen:events: Xen HVM callback vector for event delivery is enabled
[2021-05-29 03:48:04] [ 0.762135] Console: colour VGA+ 80x25
[2021-05-29 03:48:04] [ 1.424290] printk: console [tty0] enabled
[2021-05-29 03:48:04] [ 1.444860] printk: console [hvc0] enabled
[2021-05-29 03:48:04] [ 1.450729] ACPI: Core revision 20210105
[2021-05-29 03:48:04] [ 1.456664] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[2021-05-29 03:48:04] [ 1.466818] APIC: Switch to symmetric I/O mode setup
[2021-05-29 03:48:04] [ 1.482087] x2apic: IRQ remapping doesn't support X2APIC mode
[2021-05-29 03:48:04] [ 1.520315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[2021-05-29 03:48:04] [ 1.534254] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26712d19ce2, max_idle_ns: 440795256031 ns
[2021-05-29 03:48:04] [ 1.544128] Calibrating delay loop (skipped), value calculated using timer frequency.. 5333.84 BogoMIPS (lpj=2666920)
[2021-05-29 03:48:04] [ 1.555194] pid_max: default: 32768 minimum: 301
[2021-05-29 03:48:04] [ 1.566360] LSM: Security Framework initializing
[2021-05-29 03:48:04] [ 1.573193] Yama: becoming mindful.
[2021-05-29 03:48:04] [ 1.580230] SELinux: Initializing.
[2021-05-29 03:48:04] [ 1.587212] LSM support for eBPF active
[2021-05-29 03:48:04] [ 1.595404] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2021-05-29 03:48:04] [ 1.604630] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2021-05-29 03:48:04] [ 1.620375] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[2021-05-29 03:48:04] [ 1.674777] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[2021-05-29 03:48:04] [ 1.723177] random: fast init done
[2021-05-29 03:48:04] [ 1.797198] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[2021-05-29 03:48:04] [ 1.804198] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[2021-05-29 03:48:04] [ 1.813194] Spectre V2 : Mitigation: Full generic retpoline
[2021-05-29 03:48:04] [ 1.822208] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[2021-05-29 03:48:04] [ 1.831196] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[2021-05-29 03:48:04] [ 1.840199] Speculative Store Bypass: Vulnerable
[2021-05-29 03:48:04] [ 1.847196] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[2021-05-29 03:48:04] [ 1.877466] Freeing SMP alternatives memory: 44K
[2021-05-29 03:48:05] [ 1.892258] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2021-05-29 03:48:05] [ 1.902281] installing Xen timer for CPU 0
[2021-05-29 03:48:05] [ 1.909746] smpboot: CPU0: Intel(R) Xeon(R) CPU X5650 @ 2.67GHz (family: 0x6, model: 0x2c, stepping: 0x2)
[2021-05-29 03:48:05] [ 1.919363] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only.
[2021-05-29 03:48:05] [ 1.921253] rcu: Hierarchical SRCU implementation.
[2021-05-29 03:48:05] [ 1.925724] NMI watchdog: Perf NMI watchdog permanently disabled
[2021-05-29 03:48:05] [ 1.929413] smp: Bringing up secondary CPUs ...
[2021-05-29 03:48:05] [ 1.930254] smp: Brought up 1 node, 1 CPU
[2021-05-29 03:48:05] [ 1.931251] smpboot: Max logical packages: 1
[2021-05-29 03:48:05] [ 1.932255] smpboot: Total of 1 processors activated (5333.84 BogoMIPS)
[2021-05-29 03:48:05] [ 1.936413] devtmpfs: initialized
[2021-05-29 03:48:05] [ 1.937742] x86/mm: Memory block size: 128MB
[2021-05-29 03:48:05] [ 1.943013] PM: Registering ACPI NVS region [mem 0xfc000000-0xfc00afff] (45056 bytes)
[2021-05-29 03:48:05] [ 1.943575] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[2021-05-29 03:48:05] [ 1.944261] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[2021-05-29 03:48:05] [ 1.945794] pinctrl core: initialized pinctrl subsystem
[2021-05-29 03:48:05] [ 1.948701] PM: RTC time: 03:48:05, date: 2021-05-29
[2021-05-29 03:48:05] [ 1.951107] NET: Registered protocol family 16
[2021-05-29 03:48:05] [ 1.952051] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[2021-05-29 03:48:05] [ 1.952350] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[2021-05-29 03:48:05] [ 1.953350] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[2021-05-29 03:48:05] [ 1.954532] audit: initializing netlink subsys (disabled)
[2021-05-29 03:48:05] [ 1.957051] thermal_sys: Registered thermal governor 'fair_share'
[2021-05-29 03:48:05] [ 1.957074] thermal_sys: Registered thermal governor 'bang_bang'
[2021-05-29 03:48:05] [ 1.957256] thermal_sys: Registered thermal governor 'step_wise'
[2021-05-29 03:48:05] [ 1.958255] thermal_sys: Registered thermal governor 'user_space'
[2021-05-29 03:48:05] [ 1.959297] cpuidle: using governor menu
[2021-05-29 03:48:05] [ 1.961958] ACPI: bus type PCI registered
[2021-05-29 03:48:05] [ 1.962252] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[2021-05-29 03:48:05] [ 1.966258] PCI: Using configuration type 1 for base access
[2021-05-29 03:48:05] [ 1.973107] Kprobes globally optimized
[2021-05-29 03:48:05] [ 1.973938] audit: type=2000 audit(1622260085.068:1): state=initialized audit_enabled=0 res=1
[2021-05-29 03:48:05] [ 1.976569] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[2021-05-29 03:48:05] [ 1.977287] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[2021-05-29 03:48:05] [ 2.229876] cryptd: max_cpu_qlen set to 1000
[2021-05-29 03:48:05] [ 2.269744] alg: No test for 842 (842-generic)
[2021-05-29 03:48:05] [ 2.270996] alg: No test for 842 (842-scomp)
[2021-05-29 03:48:05] [ 2.305022] raid6: skip pq benchmark and using algorithm sse2x4
[2021-05-29 03:48:05] [ 2.305346] raid6: using ssse3x2 recovery algorithm
[2021-05-29 03:48:05] [ 2.306448] ACPI: Added _OSI(Module Device)
[2021-05-29 03:48:05] [ 2.307256] ACPI: Added _OSI(Processor Device)
[2021-05-29 03:48:05] [ 2.308296] ACPI: Added _OSI(3.0 _SCP Extensions)
[2021-05-29 03:48:05] [ 2.309261] ACPI: Added _OSI(Processor Aggregator Device)
[2021-05-29 03:48:05] [ 2.310256] ACPI: Added _OSI(Linux-Dell-Video)
[2021-05-29 03:48:05] [ 2.311261] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[2021-05-29 03:48:05] [ 2.312256] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[2021-05-29 03:48:05] [ 2.326107] ACPI: 3 ACPI AML tables successfully acquired and loaded
[2021-05-29 03:48:05] [ 2.332507] ACPI: Interpreter enabled
[2021-05-29 03:48:05] [ 2.333274] ACPI: (supports S0 S3 S4 S5)
[2021-05-29 03:48:05] [ 2.334254] ACPI: Using IOAPIC for interrupt routing
[2021-05-29 03:48:05] [ 2.335371] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[2021-05-29 03:48:05] [ 2.337101] ACPI: Enabled 2 GPEs in block 00 to 0F
[2021-05-29 03:48:06] [ 2.370786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[2021-05-29 03:48:06] [ 2.371264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
[2021-05-29 03:48:06] [ 2.372376] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[2021-05-29 03:48:06] [ 2.375910] acpiphp: Slot [3] registered
[2021-05-29 03:48:06] [ 2.377094] acpiphp: Slot [4] registered
[2021-05-29 03:48:06] [ 2.377549] acpiphp: Slot [5] registered
[2021-05-29 03:48:06] [ 2.378443] acpiphp: Slot [6] registered
[2021-05-29 03:48:06] [ 2.379479] acpiphp: Slot [7] registered
[2021-05-29 03:48:06] [ 2.380504] acpiphp: Slot [8] registered
[2021-05-29 03:48:06] [ 2.381456] acpiphp: Slot [9] registered
[2021-05-29 03:48:06] [ 2.382444] acpiphp: Slot [10] registered
[2021-05-29 03:48:06] [ 2.383441] acpiphp: Slot [11] registered
[2021-05-29 03:48:06] [ 2.384445] acpiphp: Slot [12] registered
[2021-05-29 03:48:06] [ 2.385438] acpiphp: Slot [13] registered
[2021-05-29 03:48:06] [ 2.386436] acpiphp: Slot [14] registered
[2021-05-29 03:48:06] [ 2.387509] acpiphp: Slot [15] registered
[2021-05-29 03:48:06] [ 2.388434] acpiphp: Slot [16] registered
[2021-05-29 03:48:06] [ 2.389740] acpiphp: Slot [17] registered
[2021-05-29 03:48:06] [ 2.390440] acpiphp: Slot [18] registered
[2021-05-29 03:48:06] [ 2.391434] acpiphp: Slot [19] registered
[2021-05-29 03:48:06] [ 2.392434] acpiphp: Slot [20] registered
[2021-05-29 03:48:06] [ 2.393536] acpiphp: Slot [21] registered
[2021-05-29 03:48:06] [ 2.394441] acpiphp: Slot [22] registered
[2021-05-29 03:48:06] [ 2.395432] acpiphp: Slot [23] registered
[2021-05-29 03:48:06] [ 2.396503] acpiphp: Slot [24] registered
[2021-05-29 03:48:06] [ 2.397552] acpiphp: Slot [25] registered
[2021-05-29 03:48:06] [ 2.398446] acpiphp: Slot [26] registered
[2021-05-29 03:48:06] [ 2.399508] acpiphp: Slot [27] registered
[2021-05-29 03:48:06] [ 2.400440] acpiphp: Slot [28] registered
[2021-05-29 03:48:06] [ 2.401813] acpiphp: Slot [29] registered
[2021-05-29 03:48:06] [ 2.402754] acpiphp: Slot [30] registered
[2021-05-29 03:48:06] [ 2.403435] acpiphp: Slot [31] registered
[2021-05-29 03:48:06] [ 2.404435] PCI host bridge to bus 0000:00
[2021-05-29 03:48:06] [ 2.405255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[2021-05-29 03:48:06] [ 2.406257] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[2021-05-29 03:48:06] [ 2.407257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[2021-05-29 03:48:06] [ 2.408256] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[2021-05-29 03:48:06] [ 2.409255] pci_bus 0000:00: root bus resource [bus 00-ff]
[2021-05-29 03:48:06] [ 2.411257] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[2021-05-29 03:48:06] [ 2.425791] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[2021-05-29 03:48:06] [ 2.441803] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[2021-05-29 03:48:06] [ 2.450776] pci 0000:00:01.1: reg 0x20: [io 0xc100-0xc10f]
[2021-05-29 03:48:06] [ 2.454521] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[2021-05-29 03:48:06] [ 2.455253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[2021-05-29 03:48:06] [ 2.456253] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[2021-05-29 03:48:06] [ 2.457252] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[2021-05-29 03:48:06] [ 2.463263] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[2021-05-29 03:48:06] [ 2.476790] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[2021-05-29 03:48:06] [ 2.477537] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[2021-05-29 03:48:06] [ 2.484807] pci 0000:00:02.0: [5853:0001] type 00 class 0xff8000
[2021-05-29 03:48:06] [ 2.489263] pci 0000:00:02.0: reg 0x10: [io 0xc000-0xc0ff]
[2021-05-29 03:48:06] [ 2.493255] pci 0000:00:02.0: reg 0x14: [mem 0xf0000000-0xf0ffffff pref]
[2021-05-29 03:48:06] [ 2.513255] pci 0000:00:03.0: [1234:1111] type 00 class 0x030000
[2021-05-29 03:48:06] [ 2.518853] pci 0000:00:03.0: reg 0x10: [mem 0xf1000000-0xf1ffffff pref]
[2021-05-29 03:48:06] [ 2.523255] pci 0000:00:03.0: reg 0x18: [mem 0xf2010000-0xf2010fff]
[2021-05-29 03:48:06] [ 2.533257] pci 0000:00:03.0: reg 0x30: [mem 0xf2000000-0xf200ffff pref]
[2021-05-29 03:48:06] [ 2.538907] pci 0000:00:04.0: [8086:24cd] type 00 class 0x0c0320
[2021-05-29 03:48:06] [ 2.543255] pci 0000:00:04.0: reg 0x10: [mem 0xf2011000-0xf2011fff]
[2021-05-29 03:48:06] [ 2.566271] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[2021-05-29 03:48:06] [ 2.568579] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[2021-05-29 03:48:06] [ 2.570579] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[2021-05-29 03:48:06] [ 2.573074] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[2021-05-29 03:48:06] [ 2.582259] xen:balloon: Initialising balloon driver
[2021-05-29 03:48:06] [ 2.585022] iommu: Default domain type: Translated
[2021-05-29 03:48:06] [ 2.585999] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[2021-05-29 03:48:06] [ 2.586107] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[2021-05-29 03:48:06] [ 2.586257] pci 0000:00:03.0: vgaarb: bridge control possible
[2021-05-29 03:48:06] [ 2.587289] vgaarb: loaded
[2021-05-29 03:48:06] [ 2.588966] SCSI subsystem initialized
[2021-05-29 03:48:06] [ 2.590465] ACPI: bus type USB registered
[2021-05-29 03:48:06] [ 2.591362] usbcore: registered new interface driver usbfs
[2021-05-29 03:48:06] [ 2.592356] usbcore: registered new interface driver hub
[2021-05-29 03:48:06] [ 2.593269] usbcore: registered new device driver usb
[2021-05-29 03:48:06] [ 2.594636] pps_core: LinuxPPS API ver. 1 registered
[2021-05-29 03:48:06] [ 2.595258] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2021-05-29 03:48:06] [ 2.596272] PTP clock support registered
[2021-05-29 03:48:06] [ 2.598471] EDAC MC: Ver: 3.0.0
[2021-05-29 03:48:06] [ 2.606107] NetLabel: Initializing
[2021-05-29 03:48:06] [ 2.607261] NetLabel: domain hash size = 128
[2021-05-29 03:48:06] [ 2.608253] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[2021-05-29 03:48:06] [ 2.609408] NetLabel: unlabeled traffic allowed by default
[2021-05-29 03:48:06] [ 2.610263] PCI: Using ACPI for IRQ routing
[2021-05-29 03:48:06] [ 2.616324] hpet: 3 channels of 0 reserved for per-cpu timers
[2021-05-29 03:48:06] [ 2.617295] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[2021-05-29 03:48:06] [ 2.618254] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[2021-05-29 03:48:06] [ 2.622590] clocksource: Switched to clocksource xen
[2021-05-29 03:48:07] [ 2.963043] VFS: Disk quotas dquot_6.6.0
[2021-05-29 03:48:07] [ 2.968831] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[2021-05-29 03:48:07] [ 2.975802] pnp: PnP ACPI init
[2021-05-29 03:48:07] [ 2.981399] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[2021-05-29 03:48:07] [ 2.988437] system 00:01: [io 0x08a0-0x08a3] has been reserved
[2021-05-29 03:48:07] [ 2.994027] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
[2021-05-29 03:48:07] [ 3.000327] system 00:01: [io 0x04d0-0x04d1] has been reserved
[2021-05-29 03:48:07] [ 3.007969] system 00:06: [io 0xae00-0xae0f] has been reserved
[2021-05-29 03:48:07] [ 3.013479] system 00:06: [io 0xb044-0xb047] has been reserved
[2021-05-29 03:48:07] [ 3.027486] pnp: PnP ACPI: found 7 devices
[2021-05-29 03:48:07] [ 3.090393] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[2021-05-29 03:48:07] [ 3.106511] NET: Registered protocol family 2
[2021-05-29 03:48:07] [ 3.171389] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[2021-05-29 03:48:07] [ 3.217410] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[2021-05-29 03:48:07] [ 3.236376] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[2021-05-29 03:48:07] [ 3.268987] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[2021-05-29 03:48:07] [ 3.325023] TCP: Hash tables configured (established 32768 bind 32768)
[2021-05-29 03:48:07] [ 3.377896] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[2021-05-29 03:48:07] [ 3.395765] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[2021-05-29 03:48:07] [ 3.410764] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[2021-05-29 03:48:07] [ 3.429777] NET: Registered protocol family 1
[2021-05-29 03:48:07] [ 3.435380] NET: Registered protocol family 44
[2021-05-29 03:48:07] [ 3.440551] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[2021-05-29 03:48:07] [ 3.446338] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[2021-05-29 03:48:07] [ 3.452937] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[2021-05-29 03:48:07] [ 3.459138] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff window]
[2021-05-29 03:48:07] [ 3.466875] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[2021-05-29 03:48:07] [ 3.472786] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[2021-05-29 03:48:07] [ 3.479756] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[2021-05-29 03:48:07] [ 3.490554] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[2021-05-29 03:48:07] [ 3.503790] PCI: CLS 0 bytes, default 64
[2021-05-29 03:48:07] [ 3.509599] Trying to unpack rootfs image as initramfs...
[2021-05-29 03:48:11] [ 7.653058] Freeing initrd memory: 56848K
[2021-05-29 03:48:11] [ 7.665029] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26712d19ce2, max_idle_ns: 440795256031 ns
[2021-05-29 03:48:11] [ 7.703077] Initialise system trusted keyrings
[2021-05-29 03:48:11] [ 7.714693] Key type blacklist registered
[2021-05-29 03:48:11] [ 7.729782] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[2021-05-29 03:48:11] [ 7.765115] zbud: loaded
[2021-05-29 03:48:12] [ 7.792747] integrity: Platform Keyring initialized
[2021-05-29 03:48:12] [ 8.033019] NET: Registered protocol family 38
[2021-05-29 03:48:12] [ 8.045621] xor: measuring software checksum speed
[2021-05-29 03:48:12] [ 8.059643] prefetch64-sse : 3388 MB/sec
[2021-05-29 03:48:12] [ 8.080750] generic_sse : 1908 MB/sec
[2021-05-29 03:48:12] [ 8.090560] xor: using function: prefetch64-sse (3388 MB/sec)
[2021-05-29 03:48:12] [ 8.101019] Key type asymmetric registered
[2021-05-29 03:48:12] [ 8.112550] Asymmetric key parser 'x509' registered
[2021-05-29 03:48:12] [ 8.122643] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[2021-05-29 03:48:12] [ 8.295029] io scheduler mq-deadline registered
[2021-05-29 03:48:12] [ 8.306662] io scheduler kyber registered
[2021-05-29 03:48:12] [ 8.316634] io scheduler bfq registered
[2021-05-29 03:48:12] [ 8.328748] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[2021-05-29 03:48:12] [ 8.349922] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[2021-05-29 03:48:12] [ 8.364028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[2021-05-29 03:48:12] [ 8.377077] ACPI: button: Power Button [PWRF]
[2021-05-29 03:48:12] [ 8.388731] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[2021-05-29 03:48:12] [ 8.403072] ACPI: button: Sleep Button [SLPF]
[2021-05-29 03:48:20] [ 16.367309] random: crng init done
[2021-05-29 03:48:22] [ 17.829955] xen:grant_table: Grant tables using version 1 layout
[2021-05-29 03:48:22] [ 17.840688] Grant table initialized
[2021-05-29 03:48:22] [ 17.868097] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[2021-05-29 03:48:22] [ 17.937927] Non-volatile memory driver v1.3
[2021-05-29 03:48:22] [ 17.948527] Linux agpgart interface v0.103
[2021-05-29 03:48:22] [ 17.966992] ata_piix 0000:00:01.1: enabling device (0000 -> 0001)
[2021-05-29 03:48:22] [ 18.002015] scsi host0: ata_piix
[2021-05-29 03:48:22] [ 18.018911] scsi host1: ata_piix
[2021-05-29 03:48:22] [ 18.029085] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
[2021-05-29 03:48:22] [ 18.040759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
[2021-05-29 03:48:22] [ 18.056730] libphy: Fixed MDIO Bus: probed
[2021-05-29 03:48:22] [ 18.098774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[2021-05-29 03:48:22] [ 18.112908] ehci-pci: EHCI PCI platform driver
[2021-05-29 03:48:22] [ 18.149793] ehci-pci 0000:00:04.0: EHCI Host Controller
[2021-05-29 03:48:22] [ 18.177743] ehci-pci 0000:00:04.0: new USB bus registered, assigned bus number 1
[2021-05-29 03:48:22] [ 18.225064] ehci-pci 0000:00:04.0: irq 35, io mem 0xf2011000
[2021-05-29 03:48:22] [ 18.257968] ehci-pci 0000:00:04.0: USB 2.0 started, EHCI 1.00
[2021-05-29 03:48:22] [ 18.288667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[2021-05-29 03:48:22] [ 18.302008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2021-05-29 03:48:22] [ 18.313865] usb usb1: Product: EHCI Host Controller
[2021-05-29 03:48:22] [ 18.324886] usb usb1: Manufacturer: Linux 5.12.7-200.fc33.x86_64 ehci_hcd
[2021-05-29 03:48:22] [ 18.335763] usb usb1: SerialNumber: 0000:00:04.0
[2021-05-29 03:48:22] [ 18.349010] hub 1-0:1.0: USB hub found
[2021-05-29 03:48:22] [ 18.360697] hub 1-0:1.0: 6 ports detected
[2021-05-29 03:48:22] [ 18.385828] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[2021-05-29 03:48:22] [ 18.397497] ohci-pci: OHCI PCI platform driver
[2021-05-29 03:48:22] [ 18.406706] uhci_hcd: USB Universal Host Controller Interface driver
[2021-05-29 03:48:22] [ 18.421671] usbcore: registered new interface driver usbserial_generic
[2021-05-29 03:48:22] [ 18.433698] usbserial: USB Serial support registered for generic
[2021-05-29 03:48:22] [ 18.444775] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[2021-05-29 03:48:22] [ 18.497040] serio: i8042 KBD port at 0x60,0x64 irq 1
[2021-05-29 03:48:22] [ 18.506643] serio: i8042 AUX port at 0x60,0x64 irq 12
[2021-05-29 03:48:22] [ 18.531862] mousedev: PS/2 mouse device common for all mice
[2021-05-29 03:48:22] [ 18.565827] rtc_cmos 00:02: registered as rtc0
[2021-05-29 03:48:22] [ 18.578041] rtc_cmos 00:02: setting system clock to 2021-05-29T03:48:22 UTC (1622260102)
[2021-05-29 03:48:22] [ 18.593633] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[2021-05-29 03:48:22] [ 18.605742] device-mapper: uevent: version 1.0.3
[2021-05-29 03:48:22] [ 18.633598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[2021-05-29 03:48:22] [ 18.766012] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-devel@redhat.com
[2021-05-29 03:48:23] [ 18.789126] intel_pstate: CPU model not supported
[2021-05-29 03:48:23] [ 18.798677] hid: raw HID events driver (C) Jiri Kosina
[2021-05-29 03:48:23] [ 18.809721] usbcore: registered new interface driver usbhid
[2021-05-29 03:48:23] [ 18.819642] usbhid: USB HID core driver
[2021-05-29 03:48:23] [ 18.829078] drop_monitor: Initializing network drop monitor service
[2021-05-29 03:48:23] [ 18.842036] Initializing XFRM netlink socket
[2021-05-29 03:48:23] [ 18.854005] NET: Registered protocol family 10
[2021-05-29 03:48:23] [ 18.934074] usb 1-1: new high-speed USB device number 2 using ehci-pci
[2021-05-29 03:48:23] [ 19.030047] Segment Routing with IPv6
[2021-05-29 03:48:23] [ 19.039961] RPL Segment Routing with IPv6
[2021-05-29 03:48:23] [ 19.051689] mip6: Mobile IPv6
[2021-05-29 03:48:23] [ 19.060990] NET: Registered protocol family 17
[2021-05-29 03:48:23] [ 19.078921] IPI shorthand broadcast: enabled
[2021-05-29 03:48:23] [ 19.086601] SSE version of gcm_enc/dec engaged.
[2021-05-29 03:48:23] [ 19.160995] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
[2021-05-29 03:48:23] [ 19.184610] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
[2021-05-29 03:48:23] [ 19.198007] usb 1-1: Product: QEMU USB Tablet
[2021-05-29 03:48:23] [ 19.209696] usb 1-1: Manufacturer: QEMU
[2021-05-29 03:48:23] [ 19.218359] usb 1-1: SerialNumber: 28754-0000:00:04.0-1
[2021-05-29 03:48:23] [ 19.305018] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5
[2021-05-29 03:48:23] [ 19.327940] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:04.0-1/input0
[2021-05-29 03:48:23] [ 19.624884] sched_clock: Marking stable (18522243104, 1102094663)->(20732944791, -1108607024)
[2021-05-29 03:48:23] [ 19.639779] registered taskstats version 1
[2021-05-29 03:48:23] [ 19.648544] Loading compiled-in X.509 certificates
[2021-05-29 03:48:23] [ 19.664649] Loaded X.509 cert 'Fedora kernel signing key: a8399dc2cbe8235c7776c097096912366e6a5097'
[2021-05-29 03:48:23] [ 19.679813] zswap: loaded using pool lzo/zbud
[2021-05-29 03:48:23] [ 19.694907] Key type ._fscrypt registered
[2021-05-29 03:48:23] [ 19.703548] Key type .fscrypt registered
[2021-05-29 03:48:23] [ 19.712834] Key type fscrypt-provisioning registered
[2021-05-29 03:48:23] [ 19.728857] Btrfs loaded, crc32c=crc32c-generic, zoned=yes
[2021-05-29 03:48:24] [ 19.799076] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
[2021-05-29 03:48:24] [ 19.848887] Key type encrypted registered
[2021-05-29 03:48:24] [ 19.856099] ima: No TPM chip found, activating TPM-bypass!
[2021-05-29 03:48:24] [ 19.866542] ima: Allocated hash algorithm: sha256
[2021-05-29 03:48:24] [ 19.875587] ima: No architecture policies found
[2021-05-29 03:48:24] [ 19.885595] evm: Initialising EVM extended attributes:
[2021-05-29 03:48:24] [ 19.895654] evm: security.selinux
[2021-05-29 03:48:24] [ 19.903800] evm: security.ima
[2021-05-29 03:48:24] [ 19.911771] evm: security.capability
[2021-05-29 03:48:24] [ 19.920081] evm: HMAC attrs: 0x1
[2021-05-29 03:48:24] [ 19.932011] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[2021-05-29 03:48:24] [ 19.939437] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[2021-05-29 03:48:24] [ 19.950471] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[2021-05-29 03:48:24] [ 19.962505] PM: Magic number: 5:277:817
[2021-05-29 03:48:24] [ 19.972512] RAS: Correctable Errors collector initialized.
[2021-05-29 03:48:24] [ 20.015777] Freeing unused decrypted memory: 2036K
[2021-05-29 03:48:24] [ 20.030126] Freeing unused kernel image (initmem) memory: 2552K
[2021-05-29 03:48:24] [ 20.040608] Write protecting the kernel read-only data: 26624k
[2021-05-29 03:48:24] [ 20.057888] Freeing unused kernel image (text/rodata gap) memory: 2036K
[2021-05-29 03:48:24] [ 20.069540] Freeing unused kernel image (rodata/data gap) memory: 396K
[2021-05-29 03:48:24] [ 20.226939] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[2021-05-29 03:48:24] [ 20.237502] rodata_test: all tests were successful
[2021-05-29 03:48:24] [ 20.247530] x86/mm: Checking user space page tables
[2021-05-29 03:48:24] [ 20.381867] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[2021-05-29 03:48:24] [ 20.392481] Run /init as init process
[2021-05-29 03:48:24] [ 20.521670] systemd[1]: systemd v246.14-1.fc33 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=unified)
[2021-05-29 03:48:24] [ 20.547721] systemd[1]: Detected virtualization xen.
[2021-05-29 03:48:24] [ 20.557564] systemd[1]: Detected architecture x86-64.
[2021-05-29 03:48:24] [ 20.567609] systemd[1]: Running in initial RAM disk.
[2021-05-29 03:48:24]
[2021-05-29 03:48:24] Welcome to Fedora 33 (Thirty Three) dracut-050-64.git20200529.fc33 (Initramfs)!
[2021-05-29 03:48:24]
[2021-05-29 03:48:24] [ 20.578869] systemd[1]: No hostname configured.
[2021-05-29 03:48:24] [ 20.589543] systemd[1]: Set hostname to <fedora>.
[2021-05-29 03:48:24] [ 20.599811] systemd[1]: Initializing machine ID from random generator.
[2021-05-29 03:48:25] [ 20.892027] systemd-hibernate-resume-generator[176]: Found "noresume" on the kernel command line, quitting.
[2021-05-29 03:48:25] [ 21.208938] systemd[1]: Queued start job for default target Initrd Default Target.
[2021-05-29 03:48:25] [ 21.223509] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[2021-05-29 03:48:25] [ OK ] Started Dispatch Password …ts to Console Directory Watch.
[2021-05-29 03:48:25] [ 21.238606] systemd[1]: Reached target Local Encrypted Volumes.
[2021-05-29 03:48:25] [ OK ] Reached target Local Encrypted Volumes.
[2021-05-29 03:48:25] [ 21.250028] systemd[1]: Reached target Local File Systems.
[2021-05-29 03:48:25] [ OK ] Reached target Local File Systems.
[2021-05-29 03:48:25] [ 21.261000] systemd[1]: Reached target Paths.
[2021-05-29 03:48:25] [ OK ] Reached target Paths.
[2021-05-29 03:48:25] [ 21.272533] systemd[1]: Reached target Slices.
[2021-05-29 03:48:25] [ OK ] Reached target Slices.
[2021-05-29 03:48:25] [ 21.282454] systemd[1]: Reached target Swap.
[2021-05-29 03:48:25] [ OK ] Reached target Swap.
[2021-05-29 03:48:25] [ 21.293909] systemd[1]: Reached target Timers.
[2021-05-29 03:48:25] [ OK ] Reached target Timers.
[2021-05-29 03:48:25] [ 21.307852] systemd[1]: Listening on Journal Audit Socket.
[2021-05-29 03:48:25] [ OK ] Listening on Journal Audit Socket.
[2021-05-29 03:48:25] [ 21.316990] systemd[1]: Listening on Journal Socket (/dev/log).
[2021-05-29 03:48:25] [ OK ] Listening on Journal Socket (/dev/log).
[2021-05-29 03:48:25] [ 21.328806] systemd[1]: Listening on Journal Socket.
[2021-05-29 03:48:25] [ OK ] Listening on Journal Socket.
[2021-05-29 03:48:25] [ 21.341634] systemd[1]: Listening on udev Control Socket.
[2021-05-29 03:48:25] [ OK ] Listening on udev Control Socket.
[2021-05-29 03:48:25] [ 21.352795] systemd[1]: Listening on udev Kernel Socket.
[2021-05-29 03:48:25] [ OK ] Listening on udev Kernel Socket.
[2021-05-29 03:48:25] [ 21.363763] systemd[1]: Reached target Sockets.
[2021-05-29 03:48:25] [ OK ] Reached target Sockets.
[2021-05-29 03:48:25] [ 21.384691] systemd[1]: Starting Create list of static device nodes for the current kernel...
[2021-05-29 03:48:25] Starting Create list of st…odes for the current kernel...
[2021-05-29 03:48:25] [ 21.407996] systemd[1]: Started Memstrack Anylazing Service.
[2021-05-29 03:48:25] [ OK ] Started Memstrack Anylazing Service.
[2021-05-29 03:48:25] [ 21.428635] systemd[1]: Starting Load Kernel Modules...
[2021-05-29 03:48:25] Starting Load Kernel Modules...
[2021-05-29 03:48:25] [ 21.447759] systemd[1]: Starting Setup Virtual Console...
[2021-05-29 03:48:25] Starting Setup Virtual Console...
[2021-05-29 03:48:25] [ 21.479976] systemd[1]: Finished Create list of static device nodes for the current kernel.
[2021-05-29 03:48:25] [ OK ] Finished Create list of st… nodes for the current kernel.
[2021-05-29 03:48:25] [ 21.505607] systemd[1]: Starting Create Static Device Nodes in /dev...
[2021-05-29 03:48:25] Starting Create Static Device Nodes in /dev...
[2021-05-29 03:48:28] [ 23.963703] systemd[1]: Finished Setup Virtual Console.
[2021-05-29 03:48:28] [ OK ] Finished Setup Virtual Console.
[2021-05-29 03:48:28] [ 23.978006] systemd[1]: Finished Create Static Device Nodes in /dev.
[2021-05-29 03:48:28] [ OK ] Finished Create Static Device Nodes in /dev.
[2021-05-29 03:48:28] [ 23.992903] systemd[1]: Condition check resulted in dracut ask for additional cmdline parameters being skipped.
[2021-05-29 03:48:28] [ 24.013611] systemd[1]: Starting dracut cmdline hook...
[2021-05-29 03:48:28] Starting dracut cmdline hook...
[2021-05-29 03:48:28] [ 24.032747] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[2021-05-29 03:48:28] [ OK ] Started Entropy Daemon based on the HAVEGE algorithm.
[2021-05-29 03:48:28] [ 24.055880] systemd[1]: Starting Journal Service...
[2021-05-29 03:48:28] Starting Journal Service...
[2021-05-29 03:48:34] [ 29.951744] systemd[1]: Started Journal Service.
[2021-05-29 03:48:34] [ OK ] Started Journal Service.
[2021-05-29 03:48:34] Starting Create Volatile Files and Directories...
[2021-05-29 03:48:38] [ 33.940807] audit: type=1130 audit(1622260113.888:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2021-05-29 03:48:38] [ OK ] Finished Create Volatile Files and Directories.
[2021-05-29 03:48:42] [ 37.946514] audit: type=1130 audit(1622260117.962:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2021-05-29 03:48:50] [ 45.932687] audit: type=1131 audit(1622260125.863:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=memstrack comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2021-05-29 03:48:56] [ 51.899912] xen:xen_evtchn: Event-channel device installed
[2021-05-29 03:48:56] [ 52.387774] Rounding down aligned max_sectors from 4294967295 to 4294967288
[2021-05-29 03:48:56] [ 52.403752] db_root: cannot open: /etc/target
[2021-05-29 03:48:56] [ OK ] Finished dracut cmdline hook.
[2021-05-29 03:48:56] [ 52.478637] audit: type=1130 audit(1622260136.400:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2021-05-29 03:48:56] [ OK ] Finished Load Kernel Modules.
[2021-05-29 03:48:56] Starting dracut pre-udev hook...
[2021-05-29 03:48:56] Starting Apply Kernel Variables...
[2021-05-29 03:48:56] [ 52.762769] audit: type=1130 audit(1622260136.506:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2021-05-29 03:48:57] [ OK ] Finished Apply Kernel Variables.
[2021-05-29 03:48:57] [ 52.899717] audit: type=1130 audit(1622260136.820:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2021-05-29 03:48:57] [ OK ] Finished dracut pre-udev hook.
[2021-05-29 03:48:57] [ 53.210652] audit: type=1130 audit(1622260137.131:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2021-05-29 03:48:57] Starting Rule-based Manage…for Device Events and Files...
[2021-05-29 03:48:57] [ 53.290758] audit: type=1334 audit(1622260137.174:9): prog-id=7 op=LOAD
[2021-05-29 03:48:57] [ 53.324739] audit: type=1334 audit(1622260137.179:10): prog-id=8 op=LOAD
[2021-05-29 03:48:57] [ 53.355719] audit: type=1334 audit(1622260137.179:11): prog-id=9 op=LOAD
[2021-05-29 03:48:57] [ OK ] Started Rule-based Manager for Device Events and Files.
[2021-05-29 03:48:57] [ 53.655823] audit: type=1130 audit(1622260137.576:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2021-05-29 03:48:57] Starting dracut pre-trigger hook...
[2021-05-29 03:48:58] [ 54.578833] Invalid max_queues (4), will use default max: 1.
[2021-05-29 03:48:59] [ 54.880685] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2021-05-29 03:48:59] [ 54.980982] xvda: xvda1 xvda2 xvda3
[2021-05-29 03:48:59] [ 55.013544] Setting capacity to 20971520
[2021-05-29 03:48:59] [ 55.088798] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2021-05-29 03:48:59] [ 55.161750] Setting capacity to 4194304
[2021-05-29 03:48:59] [ 55.208572] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2021-05-29 03:48:59] [ 55.279786] Setting capacity to 20971520
[2021-05-29 03:49:00] [ 56.432830] xvdc: xvdc1 xvdc3
[2021-05-29 03:49:00] [ 56.630091] Adding 1048572k swap on /dev/xvdc1. Priority:-2 extents:1 across:1048572k SSFS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment