View Issue Details

IDProjectCategoryView StatusLast Update
0000279CloudGeneralpublic2023-01-24 06:43
ReporterAdam Augustine Assigned ToNeil Hanlon  
PrioritynormalSeveritymajorReproducibilityalways
Status confirmedResolutionopen 
PlatformAmazon AMIOSRocky Linux x86_64OS Version8.6
Summary0000279: Rocky Linux AMI instances fail to configure network properly when in IPv6-only subnet in AWS
DescriptionI am having trouble launching official Rocky AMI instances in AWS IPv6-only subnets. I have tried booting an Amazon Linux AMI and it works properly. I have tested 8.6, 9.0, x86_64 and aarch64.

The instances will take many minutes to boot, throw many error messages, and will eventually fail the second "Status Check" with the error message "Instance reachability check failed".

Here is the first system log message that differs substantially from the working Amazon AMI (with one line before and after for context):

[ 10.676733] cloud-init[823]: Cloud-init v. 21.1-15.el8 running 'init-local' at Mon, 12 Sep 2022 20:05:47 +0000. Up 10.34 seconds.
[ 10.681192] cloud-init[823]: 2022-09-12 20:05:48,274 - util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceEc2.DataSourceEc2Local'> failed
[ OK ] Started Initial cloud-init job (pre-networking).

The cloud-init process normally (based on the working Amazon AMI instance and other Rocky instances tested in a dual stack subnet) logs an "IPv4 Route Table" with many 169.254.x.y routes. On the failing Rocky instances no "IPv4 Route Table" is logged (see attached system logs).

In the system logs there are also entries reporting attempts to access the assets and metadata server at 169.254.169.254:

 [ 12.865186] cloud-init[899]: 2022-09-12 20:05:50,230 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [0/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8128>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[ 13.648505] cloud-init[899]: 2022-09-12 20:05:51,234 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [1/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8a20>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

These messages repeat many times before the final error messages:

[ 131.835862] cloud-init[899]: 2022-09-12 20:07:49,433 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [119/120s]: unexpected error [Attempted to set connect timeout to 0.0, but the timeout cannot be set to a value less than or equal to 0.]
[ 138.843417] cloud-init[899]: 2022-09-12 20:07:56,440 - DataSourceEc2.py[WARNING]: IMDS's HTTP endpoint is probably disabled

The instance then continues to boot and eventually presents a login prompt, however the hostname is simply "localhost" and there is no network connectivity. Eventually the error message "Instance reachability check failed" is reported on the "Status Check" tab of the instance page.
Steps To Reproduce1) Create a VPC with and IPv6 CIDR block (using either your own or Amazon's IPv6 address space)
2) Create an IPv6 only subnet by creating a new subnet and checking the "IPv6 Only" box
3) Create a Rocky Linux instance and associate it with the IPv6 capable VPC and the IPv6-only subnet.
4) After approximately 10 minutes, the instance will complete the boot process, but will have "1/2 checks passed" in the "Status Check" column, and "Instance reachability check failed" in the "Status Check" tab of the instance details section.
5) The box will not be connected to the network

Let me know if you want more specific details. The main bit is to have an IPv6 only subnet.
Additional InformationI compared the /usr/lib/python3.6/site-packages/cloudinit/util.py (82200 bytes) on a Rocky 8.6 instance in a dual stack subnet vs
/usr/lib/python2.7/site-packages/cloudinit/util.py (92995 bytes) on the Amazon AMI instance in the IPv6 only subnet.

The Amazon version is not only larger but has additional copyright and author lines, which indicate to me that they are likely using a later version. Fixing the IPv6-only boot problem may just be as simple as updating to a later version of the cloud-init packages. Though I don't know that for certain (I don't know a lot about creating AMIs), it seemed a reasonable place to start.

I have attached the system logs from various attempts, including a working Amazon AMI instance log, and three logs from non-working Rocky AMI instances.

Let me know if you want anything additional.
TagsNo tags attached.
Attached Files
Working-AWS-AMI.log (50,547 bytes)   
[    0.000000] Linux version 5.10.130-118.517.amzn2.x86_64 (mockbuild@ip-10-0-43-203) (gcc10-gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1), GNU ld version 2.35-21.amzn2.0.1) #1 SMP Wed Jul 13 16:51:52 UTC 2022
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.130-118.517.amzn2.x86_64 root=UUID=44322bfa-376f-498c-9617-cd51e46a67d5 ro console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 nvme_core.io_timeout=4294967295 rd.emergency=poweroff rd.shell=0
[    0.000000] KASLR enabled
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[5]:  960, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2ff, context size is 2568 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001e9e9fff] usable
[    0.000000] BIOS-e820: [mem 0x000000001e9ea000-0x000000001fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e03fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Amazon EC2 t3.nano/, BIOS 1.0 10/16/2017
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr ca01001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 2423825451 cycles
[    0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000005] tsc: Detected 2499.994 MHz processor
[    0.000506] last_pfn = 0x1e9ea max_arch_pfn = 0x400000000
[    0.000560] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.008424] check: Scanning 1 areas for low memory corruption
[    0.008507] Using GB pages for direct mapping
[    0.008680] RAMDISK: [mem 0x1cb88000-0x1d5c2fff]
[    0.008691] ACPI: Early table checksum verification disabled
[    0.008697] ACPI: RSDP 0x00000000000F8F40 000014 (v00 AMAZON)
[    0.008703] ACPI: RSDT 0x000000001E9EE350 000044 (v01 AMAZON AMZNRSDT 00000001 AMZN 00000001)
[    0.008709] ACPI: FACP 0x000000001E9EFF80 000074 (v01 AMAZON AMZNFACP 00000001 AMZN 00000001)
[    0.008714] ACPI: DSDT 0x000000001E9EE3A0 0010E9 (v01 AMAZON AMZNDSDT 00000001 AMZN 00000001)
[    0.008717] ACPI: FACS 0x000000001E9EFF40 000040
[    0.008720] ACPI: SSDT 0x000000001E9EF6C0 00087A (v01 AMAZON AMZNSSDT 00000001 AMZN 00000001)
[    0.008723] ACPI: APIC 0x000000001E9EF5D0 000076 (v01 AMAZON AMZNAPIC 00000001 AMZN 00000001)
[    0.008726] ACPI: SRAT 0x000000001E9EF530 0000A0 (v01 AMAZON AMZNSRAT 00000001 AMZN 00000001)
[    0.008729] ACPI: SLIT 0x000000001E9EF4C0 00006C (v01 AMAZON AMZNSLIT 00000001 AMZN 00000001)
[    0.008732] ACPI: WAET 0x000000001E9EF490 000028 (v01 AMAZON AMZNWAET 00000001 AMZN 00000001)
[    0.008737] ACPI: HPET 0x00000000000C9000 000038 (v01 AMAZON AMZNHPET 00000001 AMZN 00000001)
[    0.008740] ACPI: SSDT 0x00000000000C9040 00007B (v01 AMAZON AMZNSSDT 00000001 AMZN 00000001)
[    0.008742] ACPI: Reserving FACP table memory at [mem 0x1e9eff80-0x1e9efff3]
[    0.008744] ACPI: Reserving DSDT table memory at [mem 0x1e9ee3a0-0x1e9ef488]
[    0.008745] ACPI: Reserving FACS table memory at [mem 0x1e9eff40-0x1e9eff7f]
[    0.008747] ACPI: Reserving SSDT table memory at [mem 0x1e9ef6c0-0x1e9eff39]
[    0.008748] ACPI: Reserving APIC table memory at [mem 0x1e9ef5d0-0x1e9ef645]
[    0.008748] ACPI: Reserving SRAT table memory at [mem 0x1e9ef530-0x1e9ef5cf]
[    0.008750] ACPI: Reserving SLIT table memory at [mem 0x1e9ef4c0-0x1e9ef52b]
[    0.008751] ACPI: Reserving WAET table memory at [mem 0x1e9ef490-0x1e9ef4b7]
[    0.008752] ACPI: Reserving HPET table memory at [mem 0xc9000-0xc9037]
[    0.008753] ACPI: Reserving SSDT table memory at [mem 0xc9040-0xc90ba]
[    0.008799] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.008801] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.008805] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x1fffffff]
[    0.008826] NODE_DATA(0) allocated [mem 0x1e9c7000-0x1e9e8fff]
[    0.009536] Zone ranges:
[    0.009538]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.009540]   DMA32    [mem 0x0000000001000000-0x000000001e9e9fff]
[    0.009543]   Normal   empty
[    0.009545] Movable zone start for each node
[    0.009549] Early memory node ranges
[    0.009551]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.009553]   node   0: [mem 0x0000000000100000-0x000000001e9e9fff]
[    0.009556] Initmem setup node 0 [mem 0x0000000000001000-0x000000001e9e9fff]
[    0.009569] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.009614] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.010404] On node 0, zone DMA32: 5654 pages in unavailable ranges
[    0.010848] ACPI: PM-Timer IO Port: 0xb008
[    0.010859] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.010898] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.010900] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.010903] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.010904] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.010905] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.010910] Using ACPI (MADT) for SMP configuration information
[    0.010912] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.010915] TSC deadline timer available
[    0.010917] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.010942] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.010945] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.010947] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.010949] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.010951] [mem 0x20000000-0xdfffffff] available for PCI devices
[    0.010953] Booting paravirtualized kernel on KVM
[    0.010957] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.015199] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.015541] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u1048576
[    0.015572] kvm-guest: stealtime: cpu 0, msr 1de34080
[    0.015576] kvm-guest: PV spinlocks enabled
[    0.015580] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.015588] Fallback order for Node 0: 0 
[    0.015593] Built 1 zonelists, mobility grouping on.  Total pages: 123339
[    0.015594] Policy zone: DMA32
[    0.015596] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.130-118.517.amzn2.x86_64 root=UUID=44322bfa-376f-498c-9617-cd51e46a67d5 ro console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 nvme_core.io_timeout=4294967295 rd.emergency=poweroff rd.shell=0
[    0.015759] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.015797] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.015834] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.016956] Memory: 216300K/501280K available (12299K kernel code, 9429K rwdata, 6928K rodata, 2200K init, 6832K bss, 65316K reserved, 0K cma-reserved)
[    0.017179] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.017190] Kernel/User page tables isolation: enabled
[    0.017206] ftrace: allocating 39579 entries in 155 pages
[    0.030899] ftrace: allocated 155 pages with 5 groups
[    0.031022] rcu: Hierarchical RCU implementation.
[    0.031023] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.031024] 	Rude variant of Tasks RCU enabled.
[    0.031025] 	Tracing variant of Tasks RCU enabled.
[    0.031027] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.031028] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.034476] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    0.034645] random: crng init done
[    0.125582] Console: colour VGA+ 80x25
[    0.555016] printk: console [tty0] enabled
[    0.709455] printk: console [ttyS0] enabled
[    0.712923] ACPI: Core revision 20200925
[    0.716473] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[    0.723504] APIC: Switch to symmetric I/O mode setup
[    0.727465] x2apic enabled
[    0.730533] Switched APIC routing to physical x2apic.
[    0.735265] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x240933eba6e, max_idle_ns: 440795246008 ns
[    0.742867] Calibrating delay loop (skipped) preset value.. 4999.98 BogoMIPS (lpj=9999976)
[    0.746864] pid_max: default: 32768 minimum: 301
[    0.746864] LSM: Security Framework initializing
[    0.746864] Yama: becoming mindful.
[    0.746864] SELinux:  Initializing.
[    0.746864] LSM support for eBPF active
[    0.746864] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.746864] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.746864] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.746864] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.746864] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.746864] Spectre V2 : Mitigation: Retpolines
[    0.746864] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.746864] Speculative Store Bypass: Vulnerable
[    0.746864] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.746864] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.746864] Freeing SMP alternatives memory: 32K
[    0.746864] smpboot: CPU0: Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz (family: 0x6, model: 0x55, stepping: 0x7)
[    0.747002] Performance Events: unsupported p6 CPU model 85 no PMU driver, software events only.
[    0.750920] rcu: Hierarchical SRCU implementation.
[    0.754904] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.758934] smp: Bringing up secondary CPUs ...
[    0.762564] x86: Booting SMP configuration:
[    0.762870] .... node  #0, CPUs:      #1
[    0.712230] kvm-clock: cpu 1, msr ca01041, secondary cpu clock
[    0.765475] kvm-guest: stealtime: cpu 1, msr 1df34080
[    0.770931] 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.
[    0.774872] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.778896] smp: Brought up 1 node, 2 CPUs
[    0.782201] smpboot: Max logical packages: 1
[    0.782869] smpboot: Total of 2 processors activated (9999.97 BogoMIPS)
[    0.787247] node 0 deferred pages initialised in 0ms
[    0.791041] devtmpfs: initialized
[    0.793946] x86/mm: Memory block size: 128MB
[    0.795040] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.802875] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.807101] NET: Registered protocol family 16
[    0.810660] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.814879] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.822875] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.830885] audit: initializing netlink subsys (disabled)
[    0.834895] thermal_sys: Registered thermal governor 'fair_share'
[    0.834896] thermal_sys: Registered thermal governor 'step_wise'
[    0.838877] audit: type=2000 audit(1663013234.209:1): state=initialized audit_enabled=0 res=1
[    0.838869] thermal_sys: Registered thermal governor 'user_space'
[    0.846936] cpuidle: using governor ladder
[    0.854868] cpuidle: using governor menu
[    0.858991] ACPI: bus type PCI registered
[    0.862266] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.867041] PCI: Using configuration type 1 for base access
[    0.875275] Kprobes globally optimized
[    0.878910] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.882883] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.014973] ACPI: Added _OSI(Module Device)
[    1.018870] ACPI: Added _OSI(Processor Device)
[    1.022407] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.022869] ACPI: Added _OSI(Processor Aggregator Device)
[    1.026729] ACPI: Added _OSI(Linux-Dell-Video)
[    1.026868] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.030734] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    1.031664] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    1.035711] ACPI: Interpreter enabled
[    1.038876] ACPI: (supports S0 S4 S5)
[    1.042065] ACPI: Using IOAPIC for interrupt routing
[    1.042895] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.047178] ACPI: Enabled 16 GPEs in block 00 to 0F
[    1.053964] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.054873] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    1.058878] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    1.063224] acpiphp: Slot [3] registered
[    1.066534] acpiphp: Slot [4] registered
[    1.066890] acpiphp: Slot [5] registered
[    1.070210] acpiphp: Slot [6] registered
[    1.070889] acpiphp: Slot [7] registered
[    1.074186] acpiphp: Slot [8] registered
[    1.074889] acpiphp: Slot [9] registered
[    1.078170] acpiphp: Slot [10] registered
[    1.078888] acpiphp: Slot [11] registered
[    1.082213] acpiphp: Slot [12] registered
[    1.082889] acpiphp: Slot [13] registered
[    1.086226] acpiphp: Slot [14] registered
[    1.086889] acpiphp: Slot [15] registered
[    1.090187] acpiphp: Slot [16] registered
[    1.090889] acpiphp: Slot [17] registered
[    1.094201] acpiphp: Slot [18] registered
[    1.094889] acpiphp: Slot [19] registered
[    1.098250] acpiphp: Slot [20] registered
[    1.098889] acpiphp: Slot [21] registered
[    1.102200] acpiphp: Slot [22] registered
[    1.102890] acpiphp: Slot [23] registered
[    1.106222] acpiphp: Slot [24] registered
[    1.106890] acpiphp: Slot [25] registered
[    1.110210] acpiphp: Slot [26] registered
[    1.110890] acpiphp: Slot [27] registered
[    1.114189] acpiphp: Slot [28] registered
[    1.114891] acpiphp: Slot [29] registered
[    1.118238] acpiphp: Slot [30] registered
[    1.118890] acpiphp: Slot [31] registered
[    1.122207] PCI host bridge to bus 0000:00
[    1.122871] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.126868] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.130869] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.134868] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
[    1.138869] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.142785] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    1.143345] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    1.148068] pci 0000:00:01.3: [8086:7113] type 00 class 0x000000
[    1.151739] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    1.154884] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    1.158933] pci 0000:00:01.3: PIIX4 devres E PIO at fff0-ffff
[    1.162886] pci 0000:00:01.3: PIIX4 devres F MMIO at ffc00000-ffffffff
[    1.166883] pci 0000:00:01.3: PIIX4 devres G PIO at fff0-ffff
[    1.170867] pci 0000:00:01.3: PIIX4 devres H MMIO at ffc00000-ffffffff
[    1.174886] pci 0000:00:01.3: PIIX4 devres I PIO at fff0-ffff
[    1.178867] pci 0000:00:01.3: PIIX4 devres J PIO at fff0-ffff
[    1.182839] pci 0000:00:01.3: quirk_piix4_acpi+0x0/0x170 took 27343 usecs
[    1.183234] pci 0000:00:03.0: [1d0f:1111] type 00 class 0x030000
[    1.187421] pci 0000:00:03.0: reg 0x10: [mem 0xfe400000-0xfe7fffff pref]
[    1.192431] pci 0000:00:03.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[    1.195284] pci 0000:00:04.0: [1d0f:8061] type 00 class 0x010802
[    1.199992] pci 0000:00:04.0: reg 0x10: [mem 0xfebf0000-0xfebf3fff]
[    1.205625] pci 0000:00:05.0: [1d0f:ec20] type 00 class 0x020000
[    1.207367] pci 0000:00:05.0: reg 0x10: [mem 0xfebf4000-0xfebf7fff]
[    1.213935] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    1.214973] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    1.218965] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    1.222968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    1.226915] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    1.231071] iommu: Default domain type: Translated 
[    1.234874] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    1.234904] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.242878] pci 0000:00:03.0: vgaarb: bridge control possible
[    1.246868] vgaarb: loaded
[    1.251050] EDAC MC: Ver: 3.0.0
[    1.255174] NetLabel: Initializing
[    1.258138] NetLabel:  domain hash size = 128
[    1.258876] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.262813] NetLabel:  unlabeled traffic allowed by default
[    1.262869] PCI: Using ACPI for IRQ routing
[    1.266434] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.266876] hpet0: 8 comparators, 32-bit 62.500000 MHz counter
[    1.273977] clocksource: Switched to clocksource kvm-clock
[    1.293387] VFS: Disk quotas dquot_6.6.0
[    1.296711] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.301295] pnp: PnP ACPI init
[    1.304736] pnp: PnP ACPI: found 5 devices
[    1.314440] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.321408] NET: Registered protocol family 2
[    1.324937] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.331366] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.337993] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.344410] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.348956] TCP: Hash tables configured (established 4096 bind 4096)
[    1.353279] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[    1.359460] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.363764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.368277] NET: Registered protocol family 1
[    1.371736] NET: Registered protocol family 44
[    1.375222] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.379420] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.383551] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.387991] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
[    1.392479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.396560] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.400727] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.407342] PCI: CLS 0 bytes, default 64
[    1.410652] Trying to unpack rootfs image as initramfs...
[    1.436809] Freeing initrd memory: 10476K
[    1.440348] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x240933eba6e, max_idle_ns: 440795246008 ns
[    1.447585] clocksource: Switched to clocksource tsc
[    1.451541] check: Scanning for low memory corruption every 60 seconds
[    1.458541] Initialise system trusted keyrings
[    1.462149] Key type blacklist registered
[    1.465643] workingset: timestamp_bits=36 max_order=17 bucket_order=0
[    1.566926] zbud: loaded
[    1.569833] SGI XFS with ACLs, security attributes, quota, no debug enabled
[    1.574981] Key type asymmetric registered
[    1.578291] Asymmetric key parser 'x509' registered
[    1.581961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.588207] io scheduler mq-deadline registered
[    1.591716] io scheduler kyber registered
[    1.595043] io scheduler bfq registered
[    1.598707] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.603470] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.607969] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.615353] nvme nvme0: pci function 0000:00:04.0
[    1.619031] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.619436] PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.625871] i8042: Warning: Keylock active
[    1.633980] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.637806] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.641658] rtc_cmos 00:00: RTC can wake from S4
[    1.646001] rtc_cmos 00:00: registered as rtc0
[    1.649997] rtc_cmos 00:00: setting system clock to 2022-09-12T20:07:15 UTC (1663013235)
[    1.656568] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram
[    1.660705] intel_pstate: CPU model not supported
[    1.664307] hid: raw HID events driver (C) Jiri Kosina
[    1.668281] NET: Registered protocol family 10
[    1.673097] nvme nvme0: 2/0/0 default/read/poll queues
[    1.679606]  nvme0n1: p1 p128
[    1.683542] Segment Routing with IPv6
[    1.686711] NET: Registered protocol family 17
[    1.690695] IPI shorthand broadcast: enabled
[    1.694132] sched_clock: Marking stable (985879766, 708230071)->(1971029020, -276919183)
[    1.700738] registered taskstats version 1
[    1.704116] Loading compiled-in X.509 certificates
[    1.709753] Loaded X.509 cert 'Build time autogenerated kernel key: 04a58f2ba433cf8a06750b11c42b0ed04ad7f72a'
[    1.716981] zswap: loaded using pool lzo/zbud
[    1.720553] ima: No TPM chip found, activating TPM-bypass!
[    1.724457] ima: Allocated hash algorithm: sha1
[    1.727962] ima: No architecture policies found
[    1.733297] Freeing unused decrypted memory: 2036K
[    1.737476] Freeing unused kernel image (initmem) memory: 2200K
[    1.746885] Write protecting the kernel read-only data: 22528k
[    1.751492] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.756136] Freeing unused kernel image (rodata/data gap) memory: 1264K
[    1.760518] Run /init as init process
[    1.778988] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    1.791206] systemd[1]: Detected virtualization amazon.
[    1.795054] systemd[1]: Detected architecture x86-64.
[    1.798798] systemd[1]: Running in initial RAM disk.

Welcome to Amazon Linux 2 dracut-033-535.amzn2.1.6 (Initramfs)!

[    1.803770] systemd[1]: No hostname configured.
[    1.807345] systemd[1]: Set hostname to <localhost>.
[    1.811135] systemd[1]: Initializing machine ID from VM UUID.
[    1.839552] systemd[1]: Reached target Timers.
[  OK  ] Reached target Timers.
[    1.843839] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    1.847942] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Created slice Root Slice.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on Journal Socket.
[  OK  ] Created slice System Slice.
         Starting Apply Kernel Variables...
         Starting Journal Service...
         Starting Create list of required st... nodes for the current kernel...
[  OK  ] Reached target Slices.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Journal Service.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Started udev Kernel Device Manager.
         Starting dracut pre-trigger hook...
[  OK  ] Started dracut pre-trigger hook.
         Starting udev Coldplug all Devices...
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target System Initialization.
[  OK  ] Reached target Basic System.
         Starting dracut initqueue hook...
[  OK  ] Found device Amazon Elastic Block Store /.
         Starting File System Check on /dev/...a-376f-498c-9617-cd51e46a67d5...
[  OK  ] Started File System Check on /dev/d...bfa-376f-498c-9617-cd51e46a67d5.
[  OK  ] Started dracut initqueue hook.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
         Mounting /sysroot...
[    2.025775] XFS (nvme0n1p1): Mounting V5 Filesystem
[    2.179611] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.243993] XFS (nvme0n1p1): Ending clean mount
[  OK  ] Mounted /sysroot.
[  OK  ] Reached target Initrd Root File System.
         Starting Reload Configuration from the Real Root...
[  OK  ] Started Reload Configuration from the Real Root.
[  OK  ] Reached target Initrd File Systems.
[  OK  ] Reached target Initrd Default Target.
         Starting dracut pre-pivot and cleanup hook...
[  OK  ] Started dracut pre-pivot and cleanup hook.
         Starting Cleaning Up and Shutting Down Daemons...
[  OK  ] Started Cleaning Up and Shutting Down Daemons.
[  OK  ] Stopped dracut pre-pivot and cleanup hook.
[  OK  ] Stopped target Timers.
[  OK  ] Stopped target Initrd Default Target.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped target Swap.
[  OK  ] Stopped target Remote File Systems.
[  OK  ] Stopped target Remote File Systems (Pre).
[  OK  ] Stopped target Local File Systems.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped dracut initqueue hook.
[  OK  ] Stopped udev Coldplug all Devices.
[  OK  ] Stopped dracut pre-trigger hook.
         Stopping udev Kernel Device Manager...
[  OK  ] Stopped target Sockets.
[  OK  ] Stopped target Slices.
[  OK  ] Stopped udev Kernel Device Manager.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create list of required sta...ce nodes for the current kernel.
[  OK  ] Closed udev Control Socket.
[  OK  ] Closed udev Kernel Socket.
         Starting Cleanup udevd DB...
[  OK  ] Started Cleanup udevd DB.
[  OK  ] Reached target Switch Root.
         Starting Switch Root...
[    2.408423] systemd-journald[728]: Received SIGTERM from PID 1 (systemd).
[    2.495711] printk: systemd: 16 output lines suppressed due to ratelimiting
[    2.799821] SELinux:  Runtime disable is deprecated, use selinux=0 on the kernel cmdline.
[    2.806378] SELinux:  Disabled at runtime.
[    2.874911] audit: type=1404 audit(1663013236.723:2): enforcing=0 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=0 old-enabled=1 lsm=selinux res=1

Welcome to Amazon Linux 2!

[  OK  ] Stopped Switch Root.
[  OK  ] Stopped Journal Service.
         Starting Journal Service...
         Starting Create list of required st... nodes for the current kernel...
[  OK  ] Listening on LVM2 metadata daemon socket.
[  OK  ] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice.
         Starting Read and set NIS domainname from /etc/sysconfig/network...
[  OK  ] Listening on Delayed Shutdown Socket.
[  OK  ] Stopped target Switch Root.
[  OK  ] Stopped target Initrd File Systems.
         Mounting Debug File System...
[  OK  ] Listening on udev Control Socket.
[  OK  ] Set up automount Arbitrary Executab...ats File System Automount Point.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Listening on Device-mapper event daemon FIFOs.
         Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[  OK  ] Listening on udev Kernel Socket.
         Mounting Huge Pages File System...
         Starting Setup Virtual Console...
         Starting Remount Root and Kernel File Systems...
[  OK  ] Stopped target Initrd Root File System.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Listening on LVM2 poll daemon socket.
[  OK  ] Reached target Swap.
[  OK  ] Created slice system-getty.slice.
         Mounting POSIX Message Queue File System...
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Mounted Debug File System.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[  OK  ] Started Read and set NIS domainname from /etc/sysconfig/network.
[  OK  ] Started Setup Virtual Console.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Journal Service.
[    3.795672] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting Configure read-only root support...
         Starting Rebuild Hardware Database...
         Starting Load Kernel Modules...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started LVM2 metadata daemon.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[    3.900747] systemd-journald[1187]: Received request to flush runtime journal from PID 1
[  OK  ] Started Configure read-only root support.
         Starting Load/Save Random Seed...
[  OK  ] Started Load/Save Random Seed.
[    3.961454] ena 0000:00:05.0: Elastic Network Adapter (ENA) v2.7.3g
[    3.974916] ena 0000:00:05.0: ENA device version: 0.10
[    3.979426] ena 0000:00:05.0: ENA controller version: 0.0.1 implementation version 1
[  OK  ] Started Flush Journal to Persistent Storage.
[    4.043130] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[    4.069884] ena 0000:00:05.0: Elastic Network Adapter (ENA) found at mem febf4000, mac addr 02:39:3d:03:15:cf
[  OK  ] Started Load Kernel Modules.
         Starting Apply Kernel Variables...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Created slice system-ec2net\x2difup.slice.
[  OK  ] Started Rebuild Hardware Database.
         Starting udev Coldplug all Devices...
[  OK  ] Started udev Coldplug all Devices.
         Starting Show Plymouth Boot Screen...
         Starting udev Wait for Complete Device Initialization...
[    4.619842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    4.655013] ACPI: Power Button [PWRF]
[    4.658368] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4
[    4.666396] ACPI: Sleep Button [SLPF]
[  OK  ] Found device /dev/ttyS0.

%G[  OK  ] Started Show Plymouth Boot Screen.

[  OK  ] Started Forward Password Requests to Plymouth Directory Watch.

[    4.692973] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5
[    4.713095] mousedev: PS/2 mouse device common for all mice
[    4.723738] cryptd: max_cpu_qlen set to 1000
[    4.769805] AVX2 version of gcm_enc/dec engaged.
[    4.773405] AES CTR mode by8 optimization enabled
[  OK  ] Started udev Wait for Complete Device Initialization.

         Starting Activation of DM RAID sets...

[    5.238908] device-mapper: uevent: version 1.0.3
[    5.242618] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[  OK  ] Started Activation of DM RAID sets.

[  OK  ] Reached target Local Encrypted Volumes.

[  OK  ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.

[  OK  ] Reached target Local File Systems (Pre).

[  OK  ] Reached target Local File Systems.

         Starting Preprocess NFS configuration...

         Starting Commit a transient machine-id on disk...

         Starting Rebuild Journal Catalog...

         Starting Create Volatile Files and Directories...

         Starting Mark the need to relabel after reboot...

         Starting Tell Plymouth To Write Out Runtime Data...

[  OK  ] Started Preprocess NFS configuration.

[  OK  ] Started Commit a transient machine-id on disk.

[  OK  ] Started Mark the need to relabel after reboot.

[  OK  ] Started Create Volatile Files and Directories.

         Starting Security Auditing Service...

         Mounting RPC Pipe File System...

[  OK  ] Started Rebuild Journal Catalog.

         Starting Update is Completed...

[  OK  ] Started Update is Completed.

[  OK  ] Started Tell Plymouth To Write Out Runtime Data.

[    5.413577] RPC: Registered named UNIX socket transport module.
[    5.417923] RPC: Registered udp transport module.
[    5.421557] RPC: Registered tcp transport module.
[    5.425211] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  OK  ] Mounted RPC Pipe File System.

[  OK  ] Reached target rpc_pipefs.target.

[  OK  ] Started Security Auditing Service.

         Starting Update UTMP about System Boot/Shutdown...

[  OK  ] Started Update UTMP about System Boot/Shutdown.

[  OK  ] Reached target System Initialization.

[  OK  ] Listening on D-Bus System Message Bus Socket.

[  OK  ] Started Flexible branding.

[  OK  ] Reached target Paths.

[  OK  ] Started Daily Cleanup of Temporary Directories.

[  OK  ] Reached target Timers.

[  OK  ] Listening on RPCbind Server Activation Socket.

[  OK  ] Reached target Sockets.

[  OK  ] Reached target Basic System.

[  OK  ] Started D-Bus System Message Bus.

[  OK  ] Started irqbalance daemon.

         Starting Initial cloud-init job (pre-networking)...

         Starting Resets System Activity Logs...

[    5.548467] xfs filesystem being remounted at /tmp supports timestamps until 2038 (0x7fffffff)
[    5.549094] xfs filesystem being remounted at /var/tmp supports timestamps until 2038 (0x7fffffff)
         Starting NTP client/server...

         Starting GSSAPI Proxy Daemon...

         Starting Dump dmesg to /var/log/dmesg...

         Starting Login Service...

[  OK  ] Started libstoragemgmt plug-in server daemon.

         Starting ACPI Event Daemon...

         Starting Hardware RNG Entropy Gatherer Wake threshold service...

         Starting RPC bind service...

[  OK  ] Started Login Service.

[  OK  ] Started Dump dmesg to /var/log/dmesg.

[  OK  ] Started Hardware RNG Entropy Gatherer Wake threshold service.

[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.

[  OK  ] Started ACPI Event Daemon.

[  OK  ] Started NTP client/server.

[  OK  ] Started Resets System Activity Logs.

[  OK  ] Started RPC bind service.

[  OK  ] Started GSSAPI Proxy Daemon.

[  OK  ] Reached target NFS client services.

[  OK  ] Reached target Remote File Systems (Pre).

[  OK  ] Reached target Remote File Systems.

[    6.007994] cloud-init[1760]: Cloud-init v. 19.3-45.amzn2 running 'init-local' at Mon, 12 Sep 2022 20:07:20 +0000. Up 5.98 seconds.

[  OK  ] Started Initial cloud-init job (pre-networking).

[  OK  ] Reached target Network (Pre).

         Starting LSB: Bring up/down networking...

[    7.147916] ena 0000:00:05.0 eth0: Local page cache is disabled for less than 16 channels
[  OK  ] Started LSB: Bring up/down networking.

[  OK  ] Reached target Network.

         Starting Postfix Mail Transport Agent...

         Starting Initial cloud-init job (metadata service crawler)...

[    7.152802] cloud-init[2152]: Cloud-init v. 19.3-45.amzn2 running 'init' at Mon, 12 Sep 2022 20:07:21 +0000. Up 7.10 seconds.

[    7.182744] cloud-init[2152]: ci-info: +++++++++++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++++++++++

[    7.183018] cloud-init[2152]: ci-info: +--------+------+---------------------------------------------+-----------------+--------+-------------------+

[    7.183163] cloud-init[2152]: ci-info: | Device |  Up  |                   Address                   |       Mask      | Scope  |     Hw-Address    |

[    7.183290] cloud-init[2152]: ci-info: +--------+------+---------------------------------------------+-----------------+--------+-------------------+

[    7.183406] cloud-init[2152]: ci-info: |  eth0  | True |                169.254.210.33               | 255.255.255.255 | global | 02:39:3d:03:15:cf |

[    7.183523] cloud-init[2152]: ci-info: |  eth0  | True | 2600:1f18:60fc:5000:57a5:4e02:cfcb:770f/128 |        .        | global | 02:39:3d:03:15:cf |

[    7.183634] cloud-init[2152]: ci-info: |  eth0  | True |          fe80::39:3dff:fe03:15cf/64         |        .        |  link  | 02:39:3d:03:15:cf |

[    7.183748] cloud-init[2152]: ci-info: |   lo   | True |                  127.0.0.1                  |    255.0.0.0    |  host  |         .         |

[    7.183862] cloud-init[2152]: ci-info: |   lo   | True |                   ::1/128                   |        .        |  host  |         .         |

[    7.183974] cloud-init[2152]: ci-info: +--------+------+---------------------------------------------+-----------------+--------+-------------------+

[    7.184085] cloud-init[2152]: ci-info: ++++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++

[    7.184200] cloud-init[2152]: ci-info: +-------+-----------------+-------------+-----------------+-----------+-------+

[    7.184312] cloud-init[2152]: ci-info: | Route |   Destination   |   Gateway   |     Genmask     | Interface | Flags |

[    7.184430] cloud-init[2152]: ci-info: +-------+-----------------+-------------+-----------------+-----------+-------+

[    7.184545] cloud-init[2152]: ci-info: |   0   |   169.254.0.1   |   0.0.0.0   | 255.255.255.255 |    eth0   |   UH  |

[    7.184672] cloud-init[2152]: ci-info: |   1   | 169.254.169.123 | 169.254.0.1 | 255.255.255.255 |    eth0   |  UGH  |

[    7.184793] cloud-init[2152]: ci-info: |   2   | 169.254.169.249 | 169.254.0.1 | 255.255.255.255 |    eth0   |  UGH  |

[    7.184911] cloud-init[2152]: ci-info: |   3   | 169.254.169.250 | 169.254.0.1 | 255.255.255.254 |    eth0   |   UG  |

[    7.185021] cloud-init[2152]: ci-info: |   4   | 169.254.169.253 | 169.254.0.1 | 255.255.255.255 |    eth0   |  UGH  |

[    7.185150] cloud-init[2152]: ci-info: |   5   | 169.254.169.254 | 169.254.0.1 | 255.255.255.255 |    eth0   |  UGH  |

[    7.185288] cloud-init[2152]: ci-info: +-------+-----------------+-------------+-----------------+-----------+-------+

[    7.185412] cloud-init[2152]: ci-info: +++++++++++++++++++++++++++++++++++++++++Route IPv6 info+++++++++++++++++++++++++++++++++++++++++

[    7.185537] cloud-init[2152]: ci-info: +-------+-----------------------------------------+-------------------------+-----------+-------+

[    7.185654] cloud-init[2152]: ci-info: | Route |               Destination               |         Gateway         | Interface | Flags |

[    7.185771] cloud-init[2152]: ci-info: +-------+-----------------------------------------+-------------------------+-----------+-------+

[    7.185884] cloud-init[2152]: ci-info: |   8   | 2600:1f18:60fc:5000:57a5:4e02:cfcb:770f |            ::           |    eth0   |   Ue  |

[    7.185995] cloud-init[2152]: ci-info: |   9   |         2600:1f18:60fc:5000::/64        |            ::           |    eth0   |   U   |

[    7.186119] cloud-init[2152]: ci-info: |   11  |                fe80::/64                |            ::           |    eth0   |   U   |

[    7.186235] cloud-init[2152]: ci-info: |   12  |                   ::/0                  | fe80::30:a3ff:fee0:63c3 |    eth0   |  UGe  |

[    7.186356] cloud-init[2152]: ci-info: |   14  |                  local                  |            ::           |    eth0   |   U   |

[    7.186478] cloud-init[2152]: ci-info: |   15  |                  local                  |            ::           |    eth0   |   U   |

[    7.186600] cloud-init[2152]: ci-info: |   16  |                multicast                |            ::           |    eth0   |   U   |

[    7.186731] cloud-init[2152]: ci-info: +-------+-----------------------------------------+-------------------------+-----------+-------+

[  OK  ] Started Postfix Mail Transport Agent.

         Starting Hostname Service...

[    8.351724] xfs filesystem being remounted at /tmp supports timestamps until 2038 (0x7fffffff)
[    8.352345] xfs filesystem being remounted at /var/tmp supports timestamps until 2038 (0x7fffffff)
[  OK  ] Started Hostname Service.

[  OK  ] Started Initial cloud-init job (metadata service crawler).

[  OK  ] Reached target Network is Online.

         Starting Finds and configures elastic network interfaces...

         Starting System Logging Service...

[  OK  ] Started amazon-ssm-agent.

         Starting Dynamically Generate Message Of The Day...

         Starting Notify NFS peers of a restart...

         Starting Permit User Sessions...

[  OK  ] Reached target Cloud-config availability.

         Starting Apply the settings specified in cloud-config...

         Starting OpenSSH Server Key Generation...

[  OK  ] Started Permit User Sessions.

[  OK  ] Started System Logging Service.

         Starting Wait for Plymouth Boot Screen to Quit...

[  OK  ] Started Job spooling tools.

         Starting Terminate Plymouth Boot Screen...

[  OK  ] Started Command Scheduler.

[  OK  ] Started Finds and configures elastic network interfaces.

[  OK  ] Started Notify NFS peers of a restart.

[    8.690371] cloud-init[2356]: Cloud-init v. 19.3-45.amzn2 running 'modules:config' at Mon, 12 Sep 2022 20:07:23 +0000. Up 8.62 seconds.
[    9.874401] cloud-init[2356]: Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
2022/09/12 20:07:24Z: Amazon SSM Agent v3.1.1575.0 is running
2022/09/12 20:07:24Z: OsProductName: Amazon Linux
2022/09/12 20:07:24Z: OsVersion: 2

Amazon Linux 2
Kernel 5.10.130-118.517.amzn2.x86_64 on an x86_64

i-0efd5c71b19957b6c login: [   28.888344] cloud-init[2356]: One of the configured repositories failed (Unknown),
[   28.889874] cloud-init[2356]: and yum doesn't have enough cached data to continue. At this point the only
[   28.891466] cloud-init[2356]: safe thing yum can do is fail. There are a few ways to work "fix" this:
[   28.891628] cloud-init[2356]: 1. Contact the upstream for the repository and get them to fix the problem.
[   28.894658] cloud-init[2356]: 2. Reconfigure the baseurl/etc. for the repository, to point to a working
[   28.894839] cloud-init[2356]: upstream. This is most often useful if you are using a newer
[   28.894969] cloud-init[2356]: distribution release than is supported by the repository (and the
[   28.895120] cloud-init[2356]: packages for the previous distribution release still work).
[   28.895254] cloud-init[2356]: 3. Run the command with the repository temporarily disabled
[   28.895389] cloud-init[2356]: yum --disablerepo=<repoid> ...
[   28.895530] cloud-init[2356]: 4. Disable the repository permanently, so yum won't use it by default. Yum
[   28.895659] cloud-init[2356]: will then just ignore the repository until you permanently enable it
[   28.905878] cloud-init[2356]: again or use --enablerepo for temporary usage:
[   28.906058] cloud-init[2356]: yum-config-manager --disable <repoid>
[   28.906199] cloud-init[2356]: or
[   28.906336] cloud-init[2356]: subscription-manager repos --disable=<repoid>
[   28.909827] cloud-init[2356]: 5. Configure the failing repository to be skipped, if it is unavailable.
[   28.910022] cloud-init[2356]: Note that yum will try to contact the repo. when it runs most commands,
[   28.910166] cloud-init[2356]: so will have to try and fail each time (and thus. yum will be be much
[   28.910304] cloud-init[2356]: slower). If it is a very temporary problem though, this is often a nice
[   28.910493] cloud-init[2356]: compromise:
[   28.916627] cloud-init[2356]: yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
[   28.918140] cloud-init[2356]: Cannot find a valid baseurl for repo: amzn2-core/2/x86_64
[   28.918339] cloud-init[2356]: Could not retrieve mirrorlist https://amazonlinux-2-repos-us-east-1.s3.dualstack.us-east-1.amazonaws.com/2/core/latest/x86_64/mirror.list error was
[   28.921988] cloud-init[2356]: 12: Timeout on https://amazonlinux-2-repos-us-east-1.s3.dualstack.us-east-1.amazonaws.com/2/core/latest/x86_64/mirror.list: (28, 'Failed to connect to amazonlinux-2-repos-us-east-1.s3.dualstack.us-east-1.amazonaws.com port 443 after 2701 ms: Connection timed out')
[   28.933612] cloud-init[2356]: Sep 12 20:07:43 cloud-init[2356]: util.py[WARNING]: Package upgrade failed
[   28.937861] cloud-init[2356]: Sep 12 20:07:43 cloud-init[2356]: cc_package_update_upgrade_install.py[WARNING]: 1 failed with exceptions, re-raising the last one
[   28.940382] cloud-init[2356]: Sep 12 20:07:43 cloud-init[2356]: util.py[WARNING]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/lib/python2.7/site-packages/cloudinit/config/cc_package_update_upgrade_install.pyc'>) failed
[   29.418731] cloud-init[2459]: Cloud-init v. 19.3-45.amzn2 running 'modules:final' at Mon, 12 Sep 2022 20:07:43 +0000. Up 29.36 seconds.
ci-info: Authorized keys from /home/ec2-user/.ssh/authorized_keys for user ec2-user
ci-info: +---------+-------------------+---------+---------+
ci-info: | Keytype | Fingerprint (md5) | Options | Comment |
ci-info: +---------+-------------------+---------+---------+
ci-info: +---------+-------------------+---------+---------+
<14>Sep 12 20:07:43 ec2: 
<14>Sep 12 20:07:44 ec2: #############################################################
<14>Sep 12 20:07:44 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Sep 12 20:07:44 ec2: 256 SHA256:4ubsSI1Ug98Ildje8HJyrt0mU7ZG1iijsNLTH/wkM3E no comment (ECDSA)
<14>Sep 12 20:07:44 ec2: 256 SHA256:ITveyYZzFTB0WlZxDLvBD1/8qRDW6XQUObnSl6S2x1k no comment (ED25519)
<14>Sep 12 20:07:44 ec2: 2048 SHA256:9UQ4B5NdPqCjO8gv+tHH3+DcnRRll8V0/oxkudQLHfw no comment (RSA)
<14>Sep 12 20:07:44 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Sep 12 20:07:44 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEIaC77oOVfJf3/cIkfWA1LsrIAAfj5B6kZcMR/81URkhAEKjeyRHynZFusVOboIXAHgUlnnHHa2u8qbKpVFy6U= 
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINhlvdczarekyHV7NeF5ogVsRzcv6KvhNBwQOyvBoVvH 
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLNe7gJX5yDF07vWFupKp+R5vfM4YtXFQT8sAZvJonK4A8jyX5t3PtK9RVYhzQKidpBNI718t55cuErp1d+6cNbfDPvLDKaesAsUk8Winpu3WFDKaEQiozNWDaHDEmMScmWiu1Q5bgGzsPYmKMK8ZPsosybgHHJBNCZGNBAx9rCwSQ5IiBf4IqjikH4sISmZLGblTTlcNkP7XRUdLO20TF5g85F+6/j6bDT/fBdWLNzRX1Ol2cnBD/DHx73ugens+eXRLsk2ufF3jwuKG0PHaVJLydz89+MoUgaULbgmPZCu2KSZk+aYWV1BW4/+zzk03OuDQMtB2FSslU7Z3dCChR 
-----END SSH HOST KEY KEYS-----
[   29.475675] cloud-init[2459]: Cloud-init v. 19.3-45.amzn2 finished at Mon, 12 Sep 2022 20:07:44 +0000. Datasource DataSourceEc2.  Up 29.47 seconds
Working-AWS-AMI.log (50,547 bytes)   
non-working-Rocky8.6-x86-64.log (65,535 bytes)   
20: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Amazon EC2 t3.small/, BIOS 1.0 10/16/2017
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 8401001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 5581475646 cycles
[    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] tsc: Detected 2499.998 MHz processor
[    0.000000] last_pfn = 0x7d9ea max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x31ec1000-0x34f58fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F8F40 000014 (v00 AMAZON)
[    0.000000] ACPI: RSDT 0x000000007D9EE350 000044 (v01 AMAZON AMZNRSDT 00000001 AMZN 00000001)
[    0.000000] ACPI: FACP 0x000000007D9EFF80 000074 (v01 AMAZON AMZNFACP 00000001 AMZN 00000001)
[    0.000000] ACPI: DSDT 0x000000007D9EE3A0 0010E9 (v01 AMAZON AMZNDSDT 00000001 AMZN 00000001)
[    0.000000] ACPI: FACS 0x000000007D9EFF40 000040
[    0.000000] ACPI: SSDT 0x000000007D9EF6C0 00087A (v01 AMAZON AMZNSSDT 00000001 AMZN 00000001)
[    0.000000] ACPI: APIC 0x000000007D9EF5D0 000076 (v01 AMAZON AMZNAPIC 00000001 AMZN 00000001)
[    0.000000] ACPI: SRAT 0x000000007D9EF530 0000A0 (v01 AMAZON AMZNSRAT 00000001 AMZN 00000001)
[    0.000000] ACPI: SLIT 0x000000007D9EF4C0 00006C (v01 AMAZON AMZNSLIT 00000001 AMZN 00000001)
[    0.000000] ACPI: WAET 0x000000007D9EF490 000028 (v01 AMAZON AMZNWAET 00000001 AMZN 00000001)
[    0.000000] ACPI: HPET 0x00000000000C9000 000038 (v01 AMAZON AMZNHPET 00000001 AMZN 00000001)
[    0.000000] ACPI: SSDT 0x00000000000C9040 00007B (v01 AMAZON AMZNSSDT 00000001 AMZN 00000001)
[    0.000000] ACPI: Reserving FACP table memory at [mem 0x7d9eff80-0x7d9efff3]
[    0.000000] ACPI: Reserving DSDT table memory at [mem 0x7d9ee3a0-0x7d9ef488]
[    0.000000] ACPI: Reserving FACS table memory at [mem 0x7d9eff40-0x7d9eff7f]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7d9ef6c0-0x7d9eff39]
[    0.000000] ACPI: Reserving APIC table memory at [mem 0x7d9ef5d0-0x7d9ef645]
[    0.000000] ACPI: Reserving SRAT table memory at [mem 0x7d9ef530-0x7d9ef5cf]
[    0.000000] ACPI: Reserving SLIT table memory at [mem 0x7d9ef4c0-0x7d9ef52b]
[    0.000000] ACPI: Reserving WAET table memory at [mem 0x7d9ef490-0x7d9ef4b7]
[    0.000000] ACPI: Reserving HPET table memory at [mem 0xc9000-0xc9037]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0xc9040-0xc90ba]
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7d9be000-0x7d9e8fff]
[    0.000000] Using crashkernel=auto, the size chosen is a best effort estimation.
[    0.000000] Reserving 160MB of memory at 1840MB for crashkernel (System RAM: 2009MB)
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007d9e9fff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007d9e9fff]
[    0.000000] Zeroed struct page in unavailable ranges: 9848 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007d9e9fff]
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u1048576
[    0.000000] kvm-guest: stealtime: cpu 0, msr 7d62d080
[    0.000000] kvm-guest: PV spinlocks enabled
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 506242
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-372.9.1.el8.x86_64 root=UUID=a15f4a29-7fb8-4725-ba35-a9a555640aaf ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10 crashkernel=auto
[    0.000000] Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://catalog.redhat.com.
[    0.000000] Memory: 209868K/2057760K available (12293K kernel code, 5865K rwdata, 8292K rodata, 2520K init, 14348K bss, 298936K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39999 entries in 157 pages
[    0.000000] ftrace: allocated 157 pages with 5 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    0.000000] random: crng done (trusting CPU's manufacturer)
[    0.001000] Console: colour VGA+ 80x25
[    0.001000] printk: console [ttyS0] enabled
[    0.001000] ACPI: Core revision 20210604
[    0.001000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[    0.001000] APIC: Switch to symmetric I/O mode setup
[    0.001000] x2apic enabled
[    0.001000] Switched APIC routing to physical x2apic.
[    0.001000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x240937b9988, max_idle_ns: 440795218083 ns
[    0.001000] Calibrating delay loop (skipped) preset value.. 4999.99 BogoMIPS (lpj=2499998)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001000] LSM: Security Framework initializing
[    0.001000] Yama: becoming mindful.
[    0.001000] SELinux:  Initializing.
[    0.001000] LSM support for eBPF active
[    0.001000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    0.001000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    0.001000] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, vmalloc)
[    0.001000] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, vmalloc)
[    0.001000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.001000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.001000] FEATURE SPEC_CTRL Not Present
[    0.001000] FEATURE IBPB_SUPPORT Not Present
[    0.001000] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.001000] Spectre V2 : Mitigation: Retpolines
[    0.001000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.001000] Speculative Store Bypass: Vulnerable
[    0.001000] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.001000] Freeing SMP alternatives memory: 36K
[    0.001000] smpboot: CPU0: Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz (family: 0x6, model: 0x55, stepping: 0x7)
[    0.001162] Performance Events: unsupported p6 CPU model 85 no PMU driver, software events only.
[    0.002049] rcu: Hierarchical SRCU implementation.
[    0.003548] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.004061] smp: Bringing up secondary CPUs ...
[    0.004993] x86: Booting SMP configuration:
[    0.005004] .... node  #0, CPUs:      #1
[    0.001000] kvm-clock: cpu 1, msr 8401041, secondary cpu clock
[    0.007382] kvm-guest: stealtime: cpu 1, msr 7d72d080
[    0.009110] 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.
[    0.010006] smp: Brought up 1 node, 2 CPUs
[    0.010776] smpboot: Max logical packages: 1
[    0.011003] smpboot: Total of 2 processors activated (9999.99 BogoMIPS)
[    0.019169] node 0 deferred pages initialised in 7ms
[    0.020193] devtmpfs: initialized
[    0.020675] x86/mm: Memory block size: 128MB
[    0.022077] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.023017] futex hash table entries: 512 (order: 3, 32768 bytes, vmalloc)
[    0.025076] pinctrl core: initialized pinctrl subsystem
[    0.026157] NET: Registered protocol family 16
[    0.027091] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.028005] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.030005] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.031016] audit: initializing netlink subsys (disabled)
[    0.032113] audit: type=2000 audit(1663013138.447:1): state=initialized audit_enabled=0 res=1
[    0.034013] cpuidle: using governor menu
[    0.035007] ACPI: bus type PCI registered
[    0.035007] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.037121] PCI: Using configuration type 1 for base access
[    0.039080] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.040004] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.042060] cryptd: max_cpu_qlen set to 1000
[    0.043062] ACPI: Added _OSI(Module Device)
[    0.043834] ACPI: Added _OSI(Processor Device)
[    0.044003] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.044874] ACPI: Added _OSI(Processor Aggregator Device)
[    0.045003] ACPI: Added _OSI(Linux-Dell-Video)
[    0.045833] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.046002] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.047765] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.048868] ACPI: Interpreter enabled
[    0.049012] ACPI: PM: (supports S0 S4 S5)
[    0.049759] ACPI: Using IOAPIC for interrupt routing
[    0.050014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.051326] ACPI: Enabled 16 GPEs in block 00 to 0F
[    0.054197] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.055005] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.056003] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.057010] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.058302] acpiphp: Slot [3] registered
[    0.059026] acpiphp: Slot [4] registered
[    0.059771] acpiphp: Slot [5] registered
[    0.060016] acpiphp: Slot [6] registered
[    0.060761] acpiphp: Slot [7] registered
[    0.061017] acpiphp: Slot [8] registered
[    0.061762] acpiphp: Slot [9] registered
[    0.062016] acpiphp: Slot [10] registered
[    0.062770] acpiphp: Slot [11] registered
[    0.063017] acpiphp: Slot [12] registered
[    0.063765] acpiphp: Slot [13] registered
[    0.064015] acpiphp: Slot [14] registered
[    0.064769] acpiphp: Slot [15] registered
[    0.065016] acpiphp: Slot [16] registered
[    0.065784] acpiphp: Slot [17] registered
[    0.066015] acpiphp: Slot [18] registered
[    0.066765] acpiphp: Slot [19] registered
[    0.067017] acpiphp: Slot [20] registered
[    0.067794] acpiphp: Slot [21] registered
[    0.068015] acpiphp: Slot [22] registered
[    0.068786] acpiphp: Slot [23] registered
[    0.069043] acpiphp: Slot [24] registered
[    0.069790] acpiphp: Slot [25] registered
[    0.070015] acpiphp: Slot [26] registered
[    0.070759] acpiphp: Slot [27] registered
[    0.071017] acpiphp: Slot [28] registered
[    0.071760] acpiphp: Slot [29] registered
[    0.072017] acpiphp: Slot [30] registered
[    0.072795] acpiphp: Slot [31] registered
[    0.073011] PCI host bridge to bus 0000:00
[    0.073784] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.074002] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.075002] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.076002] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
[    0.077002] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.078037] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.079450] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.081045] pci 0000:00:01.3: [8086:7113] type 00 class 0x000000
[    0.082903] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.083021] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.084060] pci 0000:00:01.3: PIIX4 devres E PIO at fff0-ffff
[    0.085021] pci 0000:00:01.3: PIIX4 devres F MMIO at ffc00000-ffffffff
[    0.086018] pci 0000:00:01.3: PIIX4 devres G PIO at fff0-ffff
[    0.087018] pci 0000:00:01.3: PIIX4 devres H MMIO at ffc00000-ffffffff
[    0.088016] pci 0000:00:01.3: PIIX4 devres I PIO at fff0-ffff
[    0.089018] pci 0000:00:01.3: PIIX4 devres J PIO at fff0-ffff
[    0.090324] pci 0000:00:03.0: [1d0f:1111] type 00 class 0x030000
[    0.091578] pci 0000:00:03.0: reg 0x10: [mem 0xfe400000-0xfe7fffff pref]
[    0.093695] pci 0000:00:03.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[    0.094377] pci 0000:00:04.0: [1d0f:8061] type 00 class 0x010802
[    0.096003] pci 0000:00:04.0: reg 0x10: [mem 0xfebf0000-0xfebf3fff]
[    0.099627] pci 0000:00:05.0: [1d0f:ec20] type 00 class 0x020000
[    0.100439] pci 0000:00:05.0: reg 0x10: [mem 0xfebf4000-0xfebf7fff]
[    0.103960] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.104096] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.105117] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.106104] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.107054] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.108244] iommu: Default domain type: Passthrough 
[    0.109055] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    0.110000] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.111004] pci 0000:00:03.0: vgaarb: bridge control possible
[    0.112002] vgaarb: loaded
[    0.112628] SCSI subsystem initialized
[    0.114022] ACPI: bus type USB registered
[    0.114772] usbcore: registered new interface driver usbfs
[    0.115009] usbcore: registered new interface driver hub
[    0.116002] usbcore: registered new device driver usb
[    0.116956] pps_core: LinuxPPS API ver. 1 registered
[    0.118002] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.120005] PTP clock support registered
[    0.121022] EDAC MC: Ver: 3.0.0
[    0.122023] PCI: Using ACPI for IRQ routing
[    0.122794] NetLabel: Initializing
[    0.122904] NetLabel:  domain hash size = 128
[    0.124002] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.125014] NetLabel:  unlabeled traffic allowed by default
[    0.127134] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.128002] hpet0: 8 comparators, 32-bit 62.500000 MHz counter
[    0.134021] clocksource: Switched to clocksource kvm-clock
[    0.147496] VFS: Disk quotas dquot_6.6.0
[    0.148248] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.149557] pnp: PnP ACPI init
[    0.150536] pnp: PnP ACPI: found 5 devices
[    0.156842] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.158487] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.159601] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.160735] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.161987] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
[    0.163279] NET: Registered protocol family 2
[    0.164180] IP idents hash table entries: 32768 (order: 6, 262144 bytes, vmalloc)
[    0.166360] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, vmalloc)
[    0.167956] TCP established hash table entries: 16384 (order: 5, 131072 bytes, vmalloc)
[    0.169457] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, vmalloc)
[    0.170821] TCP: Hash tables configured (established 16384 bind 16384)
[    0.172081] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, vmalloc)
[    0.173455] UDP hash table entries: 1024 (order: 3, 32768 bytes, vmalloc)
[    0.174675] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, vmalloc)
[    0.176018] NET: Registered protocol family 1
[    0.176815] NET: Registered protocol family 44
[    0.177647] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.178747] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.180007] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.181614] PCI: CLS 0 bytes, default 64
[    0.182373] Unpacking initramfs...
[    0.613246] Freeing initrd memory: 49760K
[    0.614034] ACPI: bus type thunderbolt registered
[    0.615025] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x240937b9988, max_idle_ns: 440795218083 ns
[    0.616828] clocksource: Switched to clocksource tsc
[    0.636265] Initialise system trusted keyrings
[    0.637150] Key type blacklist registered
[    0.637956] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    0.640869] zbud: loaded
[    0.641746] pstore: using deflate compression
[    0.642859] Platform Keyring initialized
[    0.733315] NET: Registered protocol family 38
[    0.734144] Key type asymmetric registered
[    0.734886] Asymmetric key parser 'x509' registered
[    0.735808] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.737227] io scheduler mq-deadline registered
[    0.738063] io scheduler kyber registered
[    0.738834] io scheduler bfq registered
[    0.739640] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.741016] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.742326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.743683] ACPI: Power Button [PWRF]
[    0.744449] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    0.745806] ACPI: Sleep Button [SLPF]
[    0.746775] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.774429] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.776204] Non-volatile memory driver v1.3
[    0.777177] rdac: device handler registered
[    0.778012] hp_sw: device handler registered
[    0.778788] emc: device handler registered
[    0.779573] alua: device handler registered
[    0.780434] libphy: Fixed MDIO Bus: probed
[    0.781251] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.782425] ehci-pci: EHCI PCI platform driver
[    0.783263] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.784385] ohci-pci: OHCI PCI platform driver
[    0.785232] uhci_hcd: USB Universal Host Controller Interface driver
[    0.786440] usbcore: registered new interface driver usbserial_generic
[    0.787613] usbserial: USB Serial support registered for generic
[    0.788732] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.790428] i8042: Warning: Keylock active
[    0.792008] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.792911] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.793963] mousedev: PS/2 mouse device common for all mice
[    0.795294] rtc_cmos 00:00: RTC can wake from S4
[    0.796766] rtc_cmos 00:00: registered as rtc0
[    0.797623] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram
[    0.798756] intel_pstate: CPU model not supported
[    0.799695] hid: raw HID events driver (C) Jiri Kosina
[    0.800669] usbcore: registered new interface driver usbhid
[    0.801709] usbhid: USB HID core driver
[    0.802474] drop_monitor: Initializing network drop monitor service
[    0.803676] Initializing XFRM netlink socket
[    0.804589] NET: Registered protocol family 10
[    0.805688] Segment Routing with IPv6
[    0.806380] NET: Registered protocol family 17
[    0.807257] mpls_gso: MPLS GSO support
[    0.808217] AVX2 version of gcm_enc/dec engaged.
[    0.809073] AES CTR mode by8 optimization enabled
[    0.844173] sched_clock: Marking stable (844167565, 0)->(1327575579, -483408014)
[    0.845718] registered taskstats version 1
[    0.846569] Loading compiled-in X.509 certificates
[    0.876322] Loaded X.509 cert 'Rocky kernel signing key: 52ff93c3c169a34209f4f7a35c8f6d986535c07b'
[    0.878008] Loaded X.509 cert 'Rocky Enterprise Software Foundation: Rocky Linux Driver Update Signing Cert: b3c94fccbae32745b11dcd9a9a3926acfcef2540'
[    0.880413] Loaded X.509 cert 'Rocky Enterprise Software Foundation: Rocky Linux kpatch Signing Cert: 7392f78c54ed85dfb1391b46b23a14dd29fc7514'
[    0.882748] zswap: loaded using pool lzo/zbud
[    0.883622] page_owner is disabled
[    0.891013] Key type big_key registered
[    0.894866] Key type encrypted registered
[    0.895667] ima: No TPM chip found, activating TPM-bypass!
[    0.896729] ima: Allocated hash algorithm: sha256
[    0.897627] ima: No architecture policies found
[    0.898481] evm: Initialising EVM extended attributes:
[    0.899414] evm: security.selinux
[    0.900027] evm: security.ima
[    0.900573] evm: security.capability
[    0.901261] evm: HMAC attrs: 0x1
[    0.902194] rtc_cmos 00:00: setting system clock to 2022-09-12 20:05:38 UTC (1663013138)
[    0.905277] Freeing unused decrypted memory: 2036K
[    0.906763] Freeing unused kernel image (initmem) memory: 2520K
[    0.911008] Write protecting the kernel read-only data: 24576k
[    0.912674] Freeing unused kernel image (text/rodata gap) memory: 2012K
[    0.914392] Freeing unused kernel image (rodata/data gap) memory: 1948K
[    0.923579] systemd[1]: systemd 239 (239-58.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
[    0.927651] systemd[1]: Detected virtualization kvm.
[    0.928560] systemd[1]: Detected architecture x86-64.
[    0.929504] systemd[1]: Running in initial RAM disk.

Welcome to Rocky Linux 8.6 (Green Obsidian) dracut-049-201.git20220131.el8 (Initramfs)!

[    0.938572] systemd[1]: No hostname configured.
[    0.939408] systemd[1]: Set hostname to <localhost>.
[    0.940380] systemd[1]: Initializing machine ID from KVM UUID.
[    0.994295] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[    0.997305] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    1.001688] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Swap.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Reached target Slices.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Reached target Timers.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on Journal Socket.
         Starting Create Volatile Files and Directories...
[  OK  ] Reached target Sockets.
         Starting Setup Virtual Console...
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
[  OK  ] Started Memstrack Anylazing Service.
         Starting Journal Service...
         Starting Create list of required st…ce nodes for the current kernel...
         Starting Apply Kernel Variables...
[  OK  ] Started Journal Service.
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
         Starting Create Static Device Nodes in /dev...[    1.296884] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2

[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Setup Virtual Console.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting dracut cmdline hook...
[  OK  ] Started dracut cmdline hook.
         Starting dracut pre-udev hook...
[    1.955320] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[    1.983556] device-mapper: uevent: version 1.0.3
[    1.991016] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    2.157134] RPC: Registered named UNIX socket transport module.
[    2.158490] RPC: Registered udp transport module.
[    2.159569] RPC: Registered tcp transport module.
[    2.160638] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  OK  ] Started dracut pre-udev hook.
         Starting udev Kernel Device Manager...
[  OK  ] Started udev Kernel Device Manager.
         Starting dracut pre-trigger hook...
[  OK  ] Started dracut pre-trigger hook.
         Starting udev Coldplug all Devices...
         Mounting Kernel Configuration File System...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started udev Coldplug all Devices.
         Starting dracut initqueue hook...
[  OK  ] Reached target System Initialization.
[  OK  ] Reached target Basic System.
[    2.876054] ena 0000:00:05.0: ENA device version: 0.10
[    2.877277] ena 0000:00:05.0: ENA controller version: 0.0.1 implementation version 1
[    2.884274] nvme nvme0: pci function 0000:00:04.0
[    2.888975] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[    2.899855] nvme nvme0: 2/0/0 default/read/poll queues
[    2.911181] nvme0n1: detected capacity change from 0 to 10737418240
[    2.912652] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[    2.916157]  nvme0n1: p1
[    2.930900] ena 0000:00:05.0: Elastic Network Adapter (ENA) found at mem febf4000, mac addr 02:9a:06:4f:11:ff
[  OK  ] Found device Amazon Elastic Block Store 1.
[  OK  ] Started dracut initqueue hook.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
[  OK  ] Reached target Initrd Root Device.
         Starting File System Check on /dev/…a29-7fb8-4725-ba35-a9a555640aaf...
[  OK  ] Started File System Check on /dev/d…f4a29-7fb8-4725-ba35-a9a555640aaf.
         Mounting /sysroot...
[    3.596777] SGI XFS with ACLs, security attributes, quota, no debug enabled
[    3.643029] XFS (nvme0n1p1): Mounting V5 Filesystem
[    3.753853] XFS (nvme0n1p1): Ending clean mount
[  OK  ] Mounted /sysroot.
[  OK  ] Reached target Initrd Root File System.
         Starting Reload Configuration from the Real Root...
[  OK  ] Started Reload Configuration from the Real Root.
[  OK  ] Reached target Initrd File Systems.
[  OK  ] Reached target Initrd Default Target.
         Starting dracut pre-pivot and cleanup hook...
[  OK  ] Started dracut pre-pivot and cleanup hook.
         Starting Cleaning Up and Shutting Down Daemons...
[  OK  ] Stopped target Timers.
[  OK  ] Stopped dracut pre-pivot and cleanup hook.
[  OK  ] Stopped target Remote File Systems.
[  OK  ] Stopped target Remote File Systems (Pre).
[  OK  ] Stopped dracut initqueue hook.
[  OK  ] Stopped target Initrd Default Target.
[  OK  ] Stopped target Initrd Root Device.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Slices.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped target Swap.
[  OK  ] Stopped udev Coldplug all Devices.
[  OK  ] Stopped Create Volatile Files and Directories.
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Stopped target Local File Systems.
[  OK  ] Stopped target Sockets.
[  OK  ] Stopped dracut pre-trigger hook.
         Stopping udev Kernel Device Manager...
[  OK  ] Stopped target Paths.
[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped udev Kernel Device Manager.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create list of required sta…vice nodes for the current kernel.
[  OK  ] Stopped dracut pre-udev hook.
[  OK  ] Stopped dracut cmdline hook.
         Stopping Hardware RNG Entropy Gatherer Daemon...
[  OK  ] Closed udev Kernel Socket.
[  OK  ] Closed udev Control Socket.
         Starting Cleanup udevd DB...
[  OK  ] Stopped Hardware RNG Entropy Gatherer Daemon.
[  OK  ] Started Cleaning Up and Shutting Down Daemons.
[  OK  ] Started Cleanup udevd DB.
[  OK  ] Reached target Switch Root.
         Starting Switch Root...
[    4.670096] printk: systemd: 17 output lines suppressed due to ratelimiting
[    5.035600] audit: type=1404 audit(1663013142.632:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[    5.358152] SELinux:  policy capability network_peer_controls=1
[    5.359264] SELinux:  policy capability open_perms=1
[    5.360167] SELinux:  policy capability extended_socket_class=1
[    5.361256] SELinux:  policy capability always_check_network=0
[    5.362310] SELinux:  policy capability cgroup_seclabel=1
[    5.363288] SELinux:  policy capability nnp_nosuid_transition=1
[    5.383858] audit: type=1403 audit(1663013142.980:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[    5.386227] systemd[1]: Successfully loaded SELinux policy in 361.311ms.
[    5.464430] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 16.434ms.
[    5.492728] systemd[1]: systemd 239 (239-58.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
[    5.496788] systemd[1]: Detected virtualization kvm.
[    5.497697] systemd[1]: Detected architecture x86-64.

Welcome to Rocky Linux 8.6 (Green Obsidian)!

[    5.514869] systemd[1]: Set hostname to <localhost.localdomain>.
[    5.527065] systemd[1]: Initializing machine ID from KVM UUID.
[    5.528220] systemd[1]: Installed transient /etc/machine-id file.
[    6.322621] systemd[1]: systemd-journald.service: Succeeded.
[    6.324384] systemd[1]: initrd-switch-root.service: Succeeded.
[    6.325740] systemd[1]: Stopped Switch Root.
[  OK  ] Stopped Switch Root.
[    6.328583] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
[  OK  ] Stopped Journal Service.
         Starting Journal Service...
         Starting Read and set NIS domainname from /etc/sysconfig/network...
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Swap.
[  OK  ] Stopped target Switch Root.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[  OK  ] Stopped File System Check on Root Device.
         Starting Remount Root and Kernel File Systems...
[  OK  ] Reached target rpc_pipefs.target.
[  OK  ] Reached target Slices.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Reached target RPC Port Mapper.
         Starting Apply Kernel Variables...
         Mounting POSIX Message Queue File System...
[  OK  ] Listening on initctl Compatibility Named Pipe.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Paths.
         Starting Create list of required st…ce nodes for the current kernel...
[  OK  ] Stopped target Initrd Root File System.
         Starting udev Coldplug all Devices...
[  OK  ] Listening on Process Core Dump Socket.
         Mounting Kernel Debug File System...
         Mounting Huge Pages File System...
[  OK  ] Stopped target Initrd File Systems.
[  OK  ] Created slice system-sshd\x2dkeygen.slice.
[  OK  ] Started Journal Service.
[  OK  ] Started Read and set NIS domainname from /etc/sysconfig/network.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Mounted Huge Pages File System.
         Starting Load/Save Random Seed...
         Starting Rebuild Hardware Database...
         Starting Create System Users...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Rebuild Dynamic Linker Cache...
         Starting Restore /run/initramfs on shutdown...
         Starting Commit a transient machine-id on disk...
         Starting Rebuild Journal Catalog...
         Starting Import network configuration from initramfs...
[  OK  ] Started Restore /run/initramfs on shutdown.
[  OK  ] Started Rebuild Journal Catalog.
[  OK  ] Started Commit a transient machine-id on disk.
[  OK  ] Started Import network configuration from initramfs.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Security Auditing Service...
         Starting RPC Bind...
[  OK  ] Started Rebuild Hardware Database.
         Starting udev Kernel Device Manager...
[  OK  ] Started RPC Bind.
[  OK  ] Started Security Auditing Service.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started udev Kernel Device Manager.
[    7.384054] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    7.395218] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 255
[    7.400168] parport_pc 00:03: reported by Plug and Play ACPI
[    7.482496] ppdev: user-space parallel port driver
[    7.490417] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[  OK  ] Started Rebuild Dynamic Linker Cache.
         Starting Update is Completed...
[  OK  ] Started Update is Completed.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Initial cloud-init job (pre-networking)...
[  OK  ] Started daily update of the root trust anchor for DNSSEC.
[  OK  ] Listening on SSSD Kerberos Cache Manager responder socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Authorization Manager...
         Starting NTP client/server...
[  OK  ] Started irqbalance daemon.
         Starting System Security Services Daemon...
[  OK  ] Started D-Bus System Message Bus.
         Starting OpenSSH rsa Server Key Generation...
         Starting OpenSSH ed25519 Server Key Generation...
         Starting Hardware RNG Entropy Gatherer Wake threshold service...
         Starting OpenSSH ecdsa Server Key Generation...
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Started dnf makecache --timer.
[  OK  ] Reached target Timers.
[  OK  ] Started OpenSSH ed25519 Server Key Generation.
[  OK  ] Started Hardware RNG Entropy Gatherer Wake threshold service.
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
[  OK  ] Started OpenSSH ecdsa Server Key Generation.
[  OK  ] Started NTP client/server.
[  OK  ] Started Authorization Manager.
[  OK  ] Started System Security Services Daemon.
[  OK  ] Started OpenSSH rsa Server Key Generation.
[  OK  ] Reached target sshd-keygen.target.
[  OK  ] Reached target User and Group Name Lookups.
         Starting Login Service...
[  OK  ] Started Login Service.
[   10.676733] cloud-init[823]: Cloud-init v. 21.1-15.el8 running 'init-local' at Mon, 12 Sep 2022 20:05:47 +0000. Up 10.34 seconds.
[   10.681192] cloud-init[823]: 2022-09-12 20:05:48,274 - util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceEc2.DataSourceEc2Local'> failed
[  OK  ] Started Initial cloud-init job (pre-networking).
[  OK  ] Reached target Network (Pre).
         Starting Network Manager...
[  OK  ] Started Network Manager.
         Starting Network Manager Wait Online...
[  OK  ] Reached target Network.
         Starting GSSAPI Proxy Daemon...
         Starting Dynamic System Tuning Daemon...
         Starting Hostname Service...
[  OK  ] Started GSSAPI Proxy Daemon.
[  OK  ] Reached target NFS client services.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
[  OK  ] Started Hostname Service.
         Starting Network Manager Script Dispatcher Service...
[  OK  ] Started Network Manager Script Dispatcher Service.
[  OK  ] Started Network Manager Wait Online.
         Starting Initial cloud-init job (metadata service crawler)...
[  OK  ] Started Dynamic System Tuning Daemon.
[   12.645018] cloud-init[899]: Cloud-init v. 21.1-15.el8 running 'init' at Mon, 12 Sep 2022 20:05:50 +0000. Up 12.43 seconds.
[   12.656134] cloud-init[899]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++
[   12.667118] cloud-init[899]: ci-info: +--------+------+---------------------------+-----------------+--------+-------------------+
[   12.678108] cloud-init[899]: ci-info: | Device |  Up  |          Address          |       Mask      | Scope  |     Hw-Address    |
[   12.689109] cloud-init[899]: ci-info: +--------+------+---------------------------+-----------------+--------+-------------------+
[   12.700099] cloud-init[899]: ci-info: |  eth0  | True |      169.254.243.232      | 255.255.255.255 | global | 02:9a:06:4f:11:ff |
[   12.711116] cloud-init[899]: ci-info: |  eth0  | True | fe80::9a:6ff:fe4f:11ff/64 |        .        |  link  | 02:9a:06:4f:11:ff |
[   12.722115] cloud-init[899]: ci-info: |   lo   | True |         127.0.0.1         |    255.0.0.0    |  host  |         .         |
[   12.733129] cloud-init[899]: ci-info: |   lo   | True |          ::1/128          |        .        |  host  |         .         |
[   12.744101] cloud-init[899]: ci-info: +--------+------+---------------------------+-----------------+--------+-------------------+
[   12.755119] cloud-init[899]: ci-info: +++++++++++++++++++++++++++++++++Route IPv6 info++++++++++++++++++++++++++++++++++
[   12.766115] cloud-init[899]: ci-info: +-------+--------------------------+-------------------------+-----------+-------+
[   12.777107] cloud-init[899]: ci-info: | Route |       Destination        |         Gateway         | Interface | Flags |
[   12.788115] cloud-init[899]: ci-info: +-------+--------------------------+-------------------------+-----------+-------+
[   12.799100] cloud-init[899]: ci-info: |   1   | 2600:1f18:60fc:5000::/64 |            ::           |    eth0   |   U   |
[   12.810100] cloud-init[899]: ci-info: |   2   |        fe80::/64         |            ::           |    eth0   |   U   |
[   12.821111] cloud-init[899]: ci-info: |   3   |           ::/0           | fe80::30:a3ff:fee0:63c3 |    eth0   |  UGe  |
[   12.832095] cloud-init[899]: ci-info: |   5   |          local           |            ::           |    eth0   |   U   |
[   12.843099] cloud-init[899]: ci-info: |   6   |        multicast         |            ::           |    eth0   |   U   |
[   12.854110] cloud-init[899]: ci-info: +-------+--------------------------+-------------------------+-----------+-------+
[   12.865186] cloud-init[899]: 2022-09-12 20:05:50,230 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [0/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8128>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   13.648505] cloud-init[899]: 2022-09-12 20:05:51,234 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [1/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8a20>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   14.644113] cloud-init[899]: 2022-09-12 20:05:52,241 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [2/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec0f0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   15.648322] cloud-init[899]: 2022-09-12 20:05:53,244 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [3/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec7b8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   16.656322] cloud-init[899]: 2022-09-12 20:05:54,253 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [4/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8f60>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   17.662327] cloud-init[899]: 2022-09-12 20:05:55,256 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [5/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8588>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   19.665357] cloud-init[899]: 2022-09-12 20:05:57,261 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [7/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec7f0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   21.683346] cloud-init[899]: 2022-09-12 20:05:59,270 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [9/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ece80>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   23.690351] cloud-init[899]: 2022-09-12 20:06:01,286 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [11/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe43f3ec588>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   25.693330] cloud-init[899]: 2022-09-12 20:06:03,290 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [13/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe43f3ecc50>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   27.697336] cloud-init[899]: 2022-09-12 20:06:05,294 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [15/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec7b8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   30.702202] cloud-init[899]: 2022-09-12 20:06:08,299 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [18/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec940>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   33.705588] cloud-init[899]: 2022-09-12 20:06:11,302 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [21/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f5860>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   36.710846] cloud-init[899]: 2022-09-12 20:06:14,307 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [24/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8b70>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   39.716559] cloud-init[899]: 2022-09-12 20:06:17,313 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [27/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8240>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   42.721329] cloud-init[899]: 2022-09-12 20:06:20,318 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [30/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f5898>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   46.727262] cloud-init[899]: 2022-09-12 20:06:24,324 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [34/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f86d8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   50.737393] cloud-init[899]: 2022-09-12 20:06:28,333 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [38/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4566b27b8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   54.742510] cloud-init[899]: 2022-09-12 20:06:32,339 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [42/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec518>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   58.748863] cloud-init[899]: 2022-09-12 20:06:36,346 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [46/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec320>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   62.754738] cloud-init[899]: 2022-09-12 20:06:40,352 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [50/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe43f3ec128>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   67.762314] cloud-init[899]: 2022-09-12 20:06:45,359 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [55/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ecdd8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   72.768853] cloud-init[899]: 2022-09-12 20:06:50,366 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [60/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8080>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   77.775680] cloud-init[899]: 2022-09-12 20:06:55,373 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [65/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8898>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   82.782553] cloud-init[899]: 2022-09-12 20:07:00,379 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [70/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe43f3ec240>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   87.789890] cloud-init[899]: 2022-09-12 20:07:05,387 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [75/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe43f3fa358>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   93.797851] cloud-init[899]: 2022-09-12 20:07:11,395 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [81/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f89e8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[   99.801299] cloud-init[899]: 2022-09-12 20:07:17,398 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [87/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4404f8ac8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[  105.809271] cloud-init[899]: 2022-09-12 20:07:23,406 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [93/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec908>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[  111.817163] cloud-init[899]: 2022-09-12 20:07:29,414 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [99/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe43f3fa2b0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[  117.825247] cloud-init[899]: 2022-09-12 20:07:35,422 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [105/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe43f3faa20>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[  124.827247] cloud-init[899]: 2022-09-12 20:07:42,424 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [112/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4403ec518>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]
[  131.835862] cloud-init[899]: 2022-09-12 20:07:49,433 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [119/120s]: unexpected error [Attempted to set connect timeout to 0.0, but the timeout cannot be set to a value less than or equal to 0.]
[  138.843417] cloud-init[899]: 2022-09-12 20:07:56,440 - DataSourceEc2.py[WARNING]: IMDS's HTTP endpoint is probably disabled
         Starting Hostname Service...
[  OK  ] Started Hostname Service.
         Starting Network Manager Script Dispatcher Service...
[  OK  ] Started Network Manager Script Dispatcher Service.
[  140.651104] cloud-init[899]: Generating public/private rsa key pair.
[  140.653361] cloud-init[899]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
[  140.656163] cloud-init[899]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
[  140.659006] cloud-init[899]: The key fingerprint is:
[  140.660788] cloud-init[899]: SHA256:oEXQQGqp09g35nIBkT5EtiBCPo/mZke7m/QbEE3N14Q root@localhost
[  140.663599] cloud-init[899]: The key's randomart image is:
[  140.665471] cloud-init[899]: +---[RSA 3072]----+
[  140.667062] cloud-init[899]: |=o+o+=+   +.     |
[  140.668639] cloud-init[899]: |+oo=o..o E .     |
[  140.670240] cloud-init[899]: | =*. .o .        |
[  140.671836] cloud-init[899]: | **..o .         |
[  140.673417] cloud-init[899]: |+oo=*   S        |
[  140.674953] cloud-init[899]: |o..+oo           |
[  140.676556] cloud-init[899]: | +.+o.           |
[  140.678119] cloud-init[899]: |o oo+ .          |
[  140.679629] cloud-init[899]: |   +.o.          |
[  140.681219] cloud-init[899]: +----[SHA256]-----+
[  140.682830] cloud-init[899]: Generating public/private ecdsa key pair.
[  140.684922] cloud-init[899]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[  140.687716] cloud-init[899]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[  140.690560] cloud-init[899]: The key fingerprint is:
[  140.692207] cloud-init[899]: SHA256:TIjk9C08uvZL/Q/hdXqOX6RJBppFniC5cPRITsbaBtA root@localhost
[  140.695022] cloud-init[899]: The key's randomart image is:
[  140.696867] cloud-init[899]: +---[ECDSA 256]---+
[  140.698475] cloud-init[899]: |    +o o*.. .    |
[  140.700094] cloud-init[899]: |   + +EB++ + .   |
[  140.701669] cloud-init[899]: |    o **=.. =    |
[  140.703216] cloud-init[899]: |     ..=+  + .   |
[  140.704833] cloud-init[899]: |    .  .S + . + .|
[  140.706406] cloud-init[899]: |     . . . o = + |
[  140.708051] cloud-init[899]: |    o . . o . + .|
[  140.709643] cloud-init[899]: |   . o   . . + . |
[  140.711207] cloud-init[899]: |      o.  ..o.o  |
[  140.712794] cloud-init[899]: +----[SHA256]-----+
[  140.714371] cloud-init[899]: Generating public/private ed25519 key pair.
[  140.716574] cloud-init[899]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[  140.719536] cloud-init[899]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[  140.722505] cloud-init[899]: The key fingerprint is:
[  140.724148] cloud-init[899]: SHA256:7/CobZBsfYQ6C0h7+mxptXeADD8P+RD+h1srYO+vV1A root@localhost
[  140.726914] cloud-init[899]: The key's randomart image is:
[  140.728784] cloud-init[899]: +--[ED25519 256]--+
[  140.730389] cloud-init[899]: |                 |
[  140.731985] cloud-init[899]: |            E    |
[  140.733597] cloud-init[899]: |         . .     |
[  140.735206] cloud-init[899]: |  . . . . o      |
[  140.736817] cloud-init[899]: | . o * BS. .     |
[  140.738391] cloud-init[899]: |  o o ^ o.. .    |
[  140.739948] cloud-init[899]: |   o * #.+o.     |
[  140.741533] cloud-init[899]: |  ..+ o.X*+.     |
[  140.743105] cloud-init[899]: |   +o .=*O=      |
[  140.744739] cloud-init[899]: +----[SHA256]-----+
[  OK  ] Started Initial cloud-init job (metadata service crawler).
         Starting OpenSSH server daemon...
[  OK  ] Reached target Network is Online.
         Starting Crash recovery kernel arming...
         Starting Notify NFS peers of a restart...
         Starting System Logging Service...
         Starting Permit User Sessions...
[  OK  ] Reached target Cloud-config availability.
         Starting Apply the settings specified in cloud-config...
[  OK  ] Started OpenSSH server daemon.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Command Scheduler.
[  OK  ] Started Notify NFS peers of a restart.
[  OK  ] Started System Logging Service.
[  OK  ] Reached target Multi-User System.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.
         Stopping OpenSSH server daemon...
[  OK  ] Stopped OpenSSH server daemon.
[  OK  ] Stopped target sshd-keygen.target.
         Stopping sshd-keygen.target.
[  OK  ] Reached target sshd-keygen.target.
         Starting OpenSSH server daemon...
[  OK  ] Started OpenSSH server daemon.
[  141.469978] cloud-init[1124]: Cloud-init v. 21.1-15.el8 running 'modules:config' at Mon, 12 Sep 2022 20:07:58 +0000. Up 141.26 seconds.
[  OK  ] Started Apply the settings specified in cloud-config.
         Starting Execute cloud user/final scripts...
ci-info: no authorized SSH keys fingerprints found for user rocky.
<14>Sep 12 20:07:59 ec2: 
<14>Sep 12 20:07:59 ec2: #############################################################
<14>Sep 12 20:07:59 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Sep 12 20:07:59 ec2: 256 SHA256:TIjk9C08uvZL/Q/hdXqOX6RJBppFniC5cPRITsbaBtA root@localhost (ECDSA)
<14>Sep 12 20:07:59 ec2: 256 SHA256:7/CobZBsfYQ6C0h7+mxptXeADD8P+RD+h1srYO+vV1A root@localhost (ED25519)
<14>Sep 12 20:07:59 ec2: 3072 SHA256:oEXQQGqp09g35nIBkT5EtiBCPo/mZke7m/QbEE3N14Q root@localhost (RSA)
<14>Sep 12 20:07:59 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Sep 12 20:07:59 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC/CcbV+ioXsXoFrBWi8gCPe5VA+gqSb6j4B/7o/tm4qd+rsEsDZfsl8fvXdae0ZAZI/7giNCicUIhTCsCPctmg= root@localhost
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeryfB89FRKL8etCGAvfGACASnGbEF160qlmxYqAUPh root@localhost
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCRYes7NW6Mrm0oEv0sSGfkl8rpEfQVmH9j4KbtN8givCFBOPaUfObqDREfT/59calbZltIuYx19Knao4EiASs1e4TFnRo53RZCdOPBips3mkx+C4RBVBkbEafCxsJM9wLhlVoHzNcj+47aG6mO+F9R6ARIaZuFM5N096V5OVMpnwbyXkRWKygb9H++lknaBS5PHqe+8ejXyynfjckov7lYFQYmSGuWaVv5mo8tkSeyIhstCND1t3hwD3ln5WP+Z+aFdSUOE9WkgIfTVkC8Xk/6eq0OV8HBaC05ym/oiRKMFQ8oLMk/3YGCjCnUYvuyK5ZkYXkDpm/gMBYPQky/ZRrieRhmnZryiP1XpibPuCSPfRHur698VhQVVSxvNXsb68v1yFxj+WX7bS6UXd8TWqFvdeezBr6z9ISb9dHQORqMuNtDHXUHS8PDyI7DF7qqRCcL8N2Q6mWLO0q1AcEDxAdveA11snl9KzpPxxm46iptqthu+lEp3tkCSWJBlAQcBrc= root@localhost
-----END SSH HOST KEY KEYS-----
[  142.159906] cloud-init[1320]: Cloud-init v. 21.1-15.el8 running 'modules:final' at Mon, 12 Sep 2022 20:07:59 +0000. Up 141.89 seconds.
[  142.165865] cloud-init[1320]: ci-info: no authorized SSH keys fingerprints found for user rocky.
[  142.170299] cloud-init[1320]: Cloud-init v. 21.1-15.el8 finished at Mon, 12 Sep 2022 20:07:59 +0000. Datasource DataSourceNone.  Up 142.14 seconds
[  142.175843] cloud-init[1320]: 2022-09-12 20:07:59,756 - cc_final_message.py[WARNING]: Used fallback datasource
[  OK  ] Started Execute cloud user/final scripts.
[  OK  ] Reached target Cloud-init target.


Rocky Linux 8.6 (Green Obsidian)
Kernel 4.18.0-372.9.1.el8.x86_64 on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

non-working-Rocky8.6-x86-64.log (65,535 bytes)   
non-working-Rocky9.0-x86-64.log (45,417 bytes)   
[=3h[=3h[=3h[=3hUse the ^ and v keys to change the selection.                       

      Press 'e' to edit the selected item, or 'c' for a command prompt.   

      Press Escape to return to the previous menu.                               Rocky Linux (5.14.0-70.13.1.el9_0.x86_64) 9.0 (Blue Onyx)                      Rocky Linux (0-rescue-09dce5d0b5e743fdb1d4fa510fa70e3e) 9.0 (Blue Onyx)        UEFI Firmware Settings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 [2022-09-12T20:21:12.414224]                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The selected entry will be started automatically in 1s.                        The selected entry will be started automatically in 0s.                     [    0.000000] Linux version 5.14.0-70.13.1.el9_0.x86_64 (mockbuild@dal1-prod-builder001.bld.equ.rockylinux.org) (gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9), GNU ld[2022-09-12T20:21:16.216797] version 2.35.2-17.el9) #1 SMP PREEMPT Wed May 25 21:01:57 UTC 2022
[    0.000000] The list of certified hardware and cloud instances for Red Hat Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.14.0-70.13.1.el9_0.x86_64 root=UUID=4ccc4686-cd36-4f83-8ad2-e852b63f8766 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M console=tty0
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[5]:  960, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2ff, context size is 2568 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000000ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000001000000-0x000000000477cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000477d000-0x000000004ec3bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000004ec3c000-0x0000000051dbdfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000051dbe000-0x00000000706cdfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000706ce000-0x000000007094dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007094e000-0x000000007095dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007095e000-0x00000000709ddfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000709de000-0x000000007c97bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c97c000-0x000000007c9fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000ffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000001000000-0x000000000477cfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000477d000-0x000000004ec3bfff] usable
[    0.000000] reserve setup_data: [mem 0x000000004ec3c000-0x0000000051dbdfff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000051dbe000-0x000000006e88a017] usable
[    0.000000] reserve setup_data: [mem 0x000000006e88a018-0x000000006e892e57] usable
[    0.000000] reserve setup_data: [mem 0x000000006e892e58-0x00000000706cdfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000706ce000-0x000000007094dfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007094e000-0x000000007095dfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007095e000-0x00000000709ddfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000709de000-0x000000007c97bfff] usable
[    0.000000] reserve setup_data: [mem 0x000000007c97c000-0x000000007c9fffff] reserved
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: SMBIOS=0x7086a000 ACPI=0x7095d000 ACPI 2.0=0x7095d014 MEMATTR=0x6edfe018 MOKvar=0x6f002000 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Amazon EC2 t3.small/, BIOS 1.0 10/16/2017
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 3a001001, primary cpu clock
[    0.000001] kvm-clock: using sched offset of 5607992254 cycles
[    0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000006] tsc: Detected 2500.028 MHz processor
[    0.000099] last_pfn = 0x7c97c max_arch_pfn = 0x400000000
[    0.000139] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.006536] Using GB pages for direct mapping
[    0.006815] secureboot: Secure boot disabled
[    0.006816] RAMDISK: [mem 0x4ec3c000-0x51dbdfff]
[    0.006818] Allocated new RAMDISK: [mem 0x6b707000-0x6e888ba7]
[    0.019194] Move RAMDISK from [mem 0x4ec3c000-0x51dbdba7] to [mem 0x6b707000-0x6e888ba7]
[    0.019208] ACPI: Early table checksum verification disabled
[    0.019214] ACPI: RSDP 0x000000007095D014 000024 (v02 AMAZON)
[    0.019219] ACPI: XSDT 0x000000007095C0E8 00006C (v01 AMAZON AMZNFACP 00000001      01000013)
[    0.019225] ACPI: FACP 0x0000000070955000 000114 (v01 AMAZON AMZNFACP 00000001 AMZN 00000001)
[    0.019231] ACPI: DSDT 0x0000000070956000 00115A (v01 AMAZON AMZNDSDT 00000001 AMZN 00000001)
[    0.019234] ACPI: FACS 0x00000000709D0000 000040
[    0.019237] ACPI: WAET 0x000000007095B000 000028 (v01 AMAZON AMZNWAET 00000001 AMZN 00000001)
[    0.019240] ACPI: SLIT 0x000000007095A000 00006C (v01 AMAZON AMZNSLIT 00000001 AMZN 00000001)
[    0.019243] ACPI: APIC 0x0000000070959000 000076 (v01 AMAZON AMZNAPIC 00000001 AMZN 00000001)
[    0.019245] ACPI: SRAT 0x0000000070958000 0000A0 (v01 AMAZON AMZNSRAT 00000001 AMZN 00000001)
[    0.019248] ACPI: HPET 0x0000000070954000 000038 (v01 AMAZON AMZNHPET 00000001 AMZN 00000001)
[    0.019250] ACPI: SSDT 0x0000000070953000 000759 (v01 AMAZON AMZNSSDT 00000001 AMZN 00000001)
[    0.019253] ACPI: SSDT 0x0000000070952000 00007F (v01 AMAZON AMZNSSDT 00000001 AMZN 00000001)
[    0.019256] ACPI: BGRT 0x0000000070951000 000038 (v01 AMAZON AMAZON   00000002      01000013)
[    0.019258] ACPI: Reserving FACP table memory at [mem 0x70955000-0x70955113]
[    0.019260] ACPI: Reserving DSDT table memory at [mem 0x70956000-0x70957159]
[    0.019261] ACPI: Reserving FACS table memory at [mem 0x709d0000-0x709d003f]
[    0.019262] ACPI: Reserving WAET table memory at [mem 0x7095b000-0x7095b027]
[    0.019263] ACPI: Reserving SLIT table memory at [mem 0x7095a000-0x7095a06b]
[    0.019264] ACPI: Reserving APIC table memory at [mem 0x70959000-0x70959075]
[    0.019266] ACPI: Reserving SRAT table memory at [mem 0x70958000-0x7095809f]
[    0.019267] ACPI: Reserving HPET table memory at [mem 0x70954000-0x70954037]
[    0.019268] ACPI: Reserving SSDT table memory at [mem 0x70953000-0x70953758]
[    0.019269] ACPI: Reserving SSDT table memory at [mem 0x70952000-0x7095207e]
[    0.019270] ACPI: Reserving BGRT table memory at [mem 0x70951000-0x70951037]
[    0.019328] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.019331] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.019334] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[    0.019354] NODE_DATA(0) allocated [mem 0x7a8ca000-0x7a8f4fff]
[    0.019650] Reserving 192MB of memory at 1520MB for crashkernel (System RAM: 1885MB)
[    0.019668] Zone ranges:
[    0.019669]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.019671]   DMA32    [mem 0x0000000001000000-0x000000007c97bfff]
[    0.019673]   Normal   empty
[    0.019674]   Device   empty
[    0.019675] Movable zone start for each node
[    0.019677] Early memory node ranges
[    0.019678]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.019680]   node   0: [mem 0x0000000000100000-0x0000000000ffffff]
[    0.019681]   node   0: [mem 0x000000000477d000-0x000000004ec3bfff]
[    0.019682]   node   0: [mem 0x0000000051dbe000-0x00000000706cdfff]
[    0.019683]   node   0: [mem 0x00000000709de000-0x000000007c97bfff]
[    0.019684] Initmem setup node 0 [mem 0x0000000000001000-0x000000007c97bfff]
[    0.019692] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.019735] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.020376] On node 0, zone DMA32: 14205 pages in unavailable ranges
[    0.020521] On node 0, zone DMA32: 12674 pages in unavailable ranges
[    0.020532] On node 0, zone DMA32: 784 pages in unavailable ranges
[    0.020684] On node 0, zone DMA32: 13956 pages in unavailable ranges
[    0.021113] ACPI: PM-Timer IO Port: 0xb008
[    0.021122] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.021153] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.021155] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.021157] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.021159] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.021160] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.021163] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.021165] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.021183] TSC deadline timer available
[    0.021185] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.021220] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.021225] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.021229] PM: hibernation: Registered nosave memory: [mem 0x01000000-0x0477cfff]
[    0.021233] PM: hibernation: Registered nosave memory: [mem 0x4ec3c000-0x51dbdfff]
[    0.021237] PM: hibernation: Registered nosave memory: [mem 0x6e88a000-0x6e88afff]
[    0.021241] PM: hibernation: Registered nosave memory: [mem 0x6e892000-0x6e892fff]
[    0.021245] PM: hibernation: Registered nosave memory: [mem 0x6e93e000-0x6e959fff]
[    0.021255] PM: hibernation: Registered nosave memory: [mem 0x6f002000-0x6f002fff]
[    0.021257] PM: hibernation: Registered nosave memory: [mem 0x706ce000-0x7094dfff]
[    0.021258] PM: hibernation: Registered nosave memory: [mem 0x7094e000-0x7095dfff]
[    0.021259] PM: hibernation: Registered nosave memory: [mem 0x7095e000-0x709ddfff]
[    0.021261] [mem 0x7ca00000-0xffffffff] available for PCI devices
[    0.021263] Booting paravirtualized kernel on KVM
[    0.021265] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.025705] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.026047] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u1048576
[    0.026083] kvm-guest: stealtime: cpu 0, msr 7222b080
[    0.026087] kvm-guest: PV spinlocks enabled
[    0.026090] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.026099] Built 1 zonelists, mobility grouping on.  Total pages: 474439
[    0.026101] Policy zone: DMA32
[    0.026102] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.14.0-70.13.1.el9_0.x86_64 root=UUID=4ccc4686-cd36-4f83-8ad2-e852b63f8766 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M console=tty0
[    0.026211] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.14.0-70.13.1.el9_0.x86_64", will be passed to user space.
[    0.026519] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.026670] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.026706] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.034907] Memory: 204040K/1930288K available (14345K kernel code, 5945K rwdata, 9052K rodata, 2548K init, 5460K bss, 521428K reserved, 0K cma-reserved)
[    0.034912] random: get_random_u64 called from kmem_cache_open+0x1e/0x2d0 with crng_init=0
[    0.035009] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.035017] Kernel/User page tables isolation: enabled
[    0.035030] ftrace: allocating 43166 entries in 169 pages
[    0.049148] ftrace: allocated 169 pages with 4 groups
[    0.049743] Dynamic Preempt: voluntary
[    0.049768] rcu: Preemptible hierarchical RCU implementation.
[    0.049769] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.049771] 	Trampoline variant of Tasks RCU enabled.
[    0.049772] 	Rude variant of Tasks RCU enabled.
[    0.049773] 	Tracing variant of Tasks RCU enabled.
[    0.049774] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.049775] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.053054] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    0.053233] random: crng done (trusting CPU's manufacturer)
[    0.053261] Console: colour dummy device 80x25
[    0.053511] printk: console [tty0] enabled
[    0.259752] printk: console [ttyS0] enabled
[    0.260508] ACPI: Core revision 20210604
[    0.261441] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[    0.263025] APIC: Switch to symmetric I/O mode setup
[    0.264112] x2apic enabled
[    0.264831] Switched APIC routing to physical x2apic.
[    0.266639] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x24095442462, max_idle_ns: 440795230051 ns
[    0.268493] Calibrating delay loop (skipped) preset value.. 5000.05 BogoMIPS (lpj=2500028)
[    0.269489] pid_max: default: 32768 minimum: 301
[    0.269489] LSM: Security Framework initializing
[    0.269489] Yama: becoming mindful.
[    0.269489] SELinux:  Initializing.
[    0.269489] LSM support for eBPF active
[    0.269489] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.269489] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.269489] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.269489] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.269489] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.269489] Spectre V2 : Mitigation: Retpolines
[    0.269489] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.269489] Speculative Store Bypass: Vulnerable
[    0.269489] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.269489] Freeing SMP alternatives memory: 36K
[    0.269489] smpboot: CPU0: Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz (family: 0x6, model: 0x55, stepping: 0x7)
[    0.269633] Performance Events: unsupported p6 CPU model 85 no PMU driver, software events only.
[    0.270536] rcu: Hierarchical SRCU implementation.
[    0.271687] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.272526] smp: Bringing up secondary CPUs ...
[    0.273431] x86: Booting SMP configuration:
[    0.273494] .... node  #0, CPUs:      #1
[    0.216290] kvm-clock: cpu 1, msr 3a001041, secondary cpu clock
[    0.275865] kvm-guest: stealtime: cpu 1, msr 7232b080
[    0.277550] 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.
[    0.278519] smp: Brought up 1 node, 2 CPUs
[    0.279277] smpboot: Max logical packages: 1
[    0.279492] smpboot: Total of 2 processors activated (10000.11 BogoMIPS)
[    0.284794] node 0 deferred pages initialised in 4ms
[    0.285579] devtmpfs: initialized
[    0.286160] x86/mm: Memory block size: 128MB
[    0.286559] ACPI: PM: Registering ACPI NVS region [mem 0x7095e000-0x709ddfff] (524288 bytes)
[    0.288540] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.290495] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.291548] pinctrl core: initialized pinctrl subsystem
[    0.292627] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.293585] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.294496] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.296494] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.297500] audit: initializing netlink subsys (disabled)
[    0.298587] thermal_sys: Registered thermal governor 'fair_share'
[    0.298588] thermal_sys: Registered thermal governor 'step_wise'
[    0.299492] thermal_sys: Registered thermal governor 'user_space'
[    0.300516] audit: type=2000 audit(1663014076.161:1): state=initialized audit_enabled=0 res=1
[    0.303498] cpuidle: using governor menu
[    0.304496] ACPI: bus type PCI registered
[    0.305493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.306601] PCI: Using configuration type 1 for base access
[    0.308537] Kprobes globally optimized
[    0.309523] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.310495] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.311534] cryptd: max_cpu_qlen set to 1000
[    0.312533] ACPI: PRMT not present
[    0.313139] ACPI: Added _OSI(Module Device)
[    0.313492] ACPI: Added _OSI(Processor Device)
[    0.314292] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.314493] ACPI: Added _OSI(Processor Aggregator Device)
[    0.315441] ACPI: Added _OSI(Linux-Dell-Video)
[    0.315492] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.316440] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.317141] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.318029] ACPI: Interpreter enabled
[    0.318501] ACPI: PM: (supports S0 S4 S5)
[    0.319226] ACPI: Using IOAPIC for interrupt routing
[    0.319501] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.320574] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.323072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.323496] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.324493] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.325498] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.326742] acpiphp: Slot [3] registered
[    0.327480] acpiphp: Slot [4] registered
[    0.327507] acpiphp: Slot [5] registered
[    0.328215] acpiphp: Slot [6] registered
[    0.328505] acpiphp: Slot [7] registered
[    0.329219] acpiphp: Slot [8] registered
[    0.329505] acpiphp: Slot [9] registered
[    0.330211] acpiphp: Slot [10] registered
[    0.330506] acpiphp: Slot [11] registered
[    0.331231] acpiphp: Slot [12] registered
[    0.331506] acpiphp: Slot [13] registered
[    0.332224] acpiphp: Slot [14] registered
[    0.332504] acpiphp: Slot [15] registered
[    0.333228] acpiphp: Slot [16] registered
[    0.333505] acpiphp: Slot [17] registered
[    0.334257] acpiphp: Slot [18] registered
[    0.334505] acpiphp: Slot [19] registered
[    0.335393] acpiphp: Slot [20] registered
[    0.335506] acpiphp: Slot [21] registered
[    0.336224] acpiphp: Slot [22] registered
[    0.336505] acpiphp: Slot [23] registered
[    0.337257] acpiphp: Slot [24] registered
[    0.337505] acpiphp: Slot [25] registered
[    0.338267] acpiphp: Slot [26] registered
[    0.338505] acpiphp: Slot [27] registered
[    0.339231] acpiphp: Slot [28] registered
[    0.339506] acpiphp: Slot [29] registered
[    0.340228] acpiphp: Slot [30] registered
[    0.340505] acpiphp: Slot [31] registered
[    0.341222] PCI host bridge to bus 0000:00
[    0.341492] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.342492] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.343492] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.344492] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
[    0.345492] pci_bus 0000:00: root bus resource [mem 0x100000000-0x2000ffffffff window]
[    0.346492] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.347513] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.348998] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.350688] pci 0000:00:01.3: [8086:7113] type 00 class 0x000000
[    0.352410] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.352563] pci 0000:00:01.3: PIIX4 devres E PIO at fff0-ffff
[    0.353505] pci 0000:00:01.3: PIIX4 devres F MMIO at ffc00000-ffffffff
[    0.354510] pci 0000:00:01.3: PIIX4 devres G PIO at fff0-ffff
[    0.355505] pci 0000:00:01.3: PIIX4 devres H MMIO at ffc00000-ffffffff
[    0.356506] pci 0000:00:01.3: PIIX4 devres I PIO at fff0-ffff
[    0.357507] pci 0000:00:01.3: PIIX4 devres J PIO at fff0-ffff
[    0.358817] pci 0000:00:03.0: [1d0f:1111] type 00 class 0x030000
[    0.360029] pci 0000:00:03.0: reg 0x10: [mem 0x80000000-0x803fffff pref]
[    0.362205] pci 0000:00:03.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.362550] pci 0000:00:03.0: BAR 0: assigned to efifb
[    0.363774] pci 0000:00:04.0: [1d0f:8061] type 00 class 0x010802
[    0.365424] pci 0000:00:04.0: reg 0x10: [mem 0x80404000-0x80407fff]
[    0.368090] pci 0000:00:05.0: [1d0f:ec20] type 00 class 0x020000
[    0.368919] pci 0000:00:05.0: reg 0x10: [mem 0x80400000-0x80403fff]
[    0.372364] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.372593] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.373596] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.374584] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.375538] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.376721] iommu: Default domain type: Translated 
[    0.377493] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.378540] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    0.379489] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.380493] pci 0000:00:03.0: vgaarb: bridge control possible
[    0.381492] vgaarb: loaded
[    0.382072] SCSI subsystem initialized
[    0.382509] ACPI: bus type USB registered
[    0.383244] usbcore: registered new interface driver usbfs
[    0.384497] usbcore: registered new interface driver hub
[    0.385445] usbcore: registered new device driver usb
[    0.386510] pps_core: LinuxPPS API ver. 1 registered
[    0.387416] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.389494] PTP clock support registered
[    0.390230] EDAC MC: Ver: 3.0.0
[    0.390690] Registered efivars operations
[    0.391629] NetLabel: Initializing
[    0.392260] NetLabel:  domain hash size = 128
[    0.392492] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.393505] NetLabel:  unlabeled traffic allowed by default
[    0.394492] PCI: Using ACPI for IRQ routing
[    0.396677] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.398492] hpet0: 8 comparators, 32-bit 62.500000 MHz counter
[    0.402523] clocksource: Switched to clocksource kvm-clock
[    0.415956] VFS: Disk quotas dquot_6.6.0
[    0.416691] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.417956] pnp: PnP ACPI init
[    0.418900] pnp: PnP ACPI: found 5 devices
[    0.425101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.426714] NET: Registered PF_INET protocol family
[    0.427655] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.429670] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.431204] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.432629] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.433930] TCP: Hash tables configured (established 16384 bind 16384)
[    0.435167] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[    0.436572] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.437756] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.439051] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.440071] NET: Registered PF_XDP protocol family
[    0.440923] pci 0000:00:03.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    0.442692] pci 0000:00:03.0: BAR 6: assigned [mem 0x80410000-0x8041ffff pref]
[    0.443979] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.445076] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.446164] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.447397] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
[    0.448646] pci_bus 0000:00: resource 8 [mem 0x100000000-0x2000ffffffff window]
[    0.449987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.451086] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.452325] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.453843] PCI: CLS 0 bytes, default 64
[    0.454575] ACPI: bus type thunderbolt registered
[    0.454628] Trying to unpack rootfs image as initramfs...
[    0.455685] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x24095442462, max_idle_ns: 440795230051 ns
[    0.459004] clocksource: Switched to clocksource tsc
[    0.460890] Initialise system trusted keyrings
[    0.461920] Key type blacklist registered
[    0.462910] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    0.466736] zbud: loaded
[    0.467803] integrity: Platform Keyring initialized
[    0.475971] NET: Registered PF_ALG protocol family
[    0.477065] Key type asymmetric registered
[    0.478006] Asymmetric key parser 'x509' registered
[    0.479177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.480885] io scheduler mq-deadline registered
[    0.481930] io scheduler kyber registered
[    0.482921] io scheduler bfq registered
[    0.484501] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.486446] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.488030] efifb: probing for efifb
[    0.488871] efifb: framebuffer at 0x80000000, using 1876k, total 1875k
[    0.490351] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.491711] efifb: scrolling: redraw
[    0.492549] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.495318] Console: switching to colour frame buffer device 100x37
[    0.498011] fb0: EFI VGA frame buffer device
[    0.499137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.500900] ACPI: button: Power Button [PWRF]
[    0.502001] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    0.503747] ACPI: button: Sleep Button [SLPF]
[    0.505125] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.506837] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.509683] Non-volatile memory driver v1.3
[    0.511689] rdac: device handler registered
[    0.513382] hp_sw: device handler registered
[    0.515077] emc: device handler registered
[    0.516739] alua: device handler registered
[    0.518483] libphy: Fixed MDIO Bus: probed
[    0.520164] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.522317] ehci-pci: EHCI PCI platform driver
[    0.524001] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.526012] ohci-pci: OHCI PCI platform driver
[    0.527669] uhci_hcd: USB Universal Host Controller Interface driver
[    0.529847] usbcore: registered new interface driver usbserial_generic
[    0.531991] usbserial: USB Serial support registered for generic
[    0.534011] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.536696] i8042: Warning: Keylock active
[    0.539281] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.541102] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.543045] mousedev: PS/2 mouse device common for all mice
[    0.545182] rtc_cmos 00:00: RTC can wake from S4
[    0.547977] rtc_cmos 00:00: registered as rtc0
[    0.549823] rtc_cmos 00:00: setting system clock to 2022-09-12T20:21:15 UTC (1663014075)
[    0.552330] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram
[    0.554326] intel_pstate: CPU model not supported
[    0.556163] EFI Variables Facility v0.08 2004-May-17
[    0.560470] hid: raw HID events driver (C) Jiri Kosina
[    0.562292] usbcore: registered new interface driver usbhid
[    0.564188] usbhid: USB HID core driver
[    0.565655] drop_monitor: Initializing network drop monitor service
[    0.567801] Initializing XFRM netlink socket
[    0.569477] NET: Registered PF_INET6 protocol family
[    0.571623] Segment Routing with IPv6
[    0.573062] NET: Registered PF_PACKET protocol family
[    0.574853] mpls_gso: MPLS GSO support
[    0.576721] No MBM correction factor available
[    0.578307] IPI shorthand broadcast: enabled
[    0.579945] AVX2 version of gcm_enc/dec engaged.
[    0.581661] AES CTR mode by8 optimization enabled
[    0.583635] sched_clock: Marking stable (368200992, 215290804)->(642188783, -58696987)
[    0.586226] registered taskstats version 1
[    0.588211] Loading compiled-in X.509 certificates
[    0.633783] Loaded X.509 cert 'Rocky kernel signing key: b4244d7990b66bcdfffaa2bfe2139d22a3ae6644'
[    0.637439] Loaded X.509 cert 'Rocky Enterprise Software Foundation: Rocky Linux Driver Update Signing Cert: b3c94fccbae32745b11dcd9a9a3926acfcef2540'
[    0.641876] Loaded X.509 cert 'Rocky Enterprise Software Foundation: Rocky Linux kpatch Signing Cert: 7392f78c54ed85dfb1391b46b23a14dd29fc7514'
[    0.646341] zswap: loaded using pool lzo/zbud
[    0.648319] page_owner is disabled
[    0.649846] Key type big_key registered
[    0.932437] Freeing initrd memory: 50696K
[    0.936580] Key type encrypted registered
[    0.937913] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.964440] integrity: Loaded X.509 cert 'Rocky Enterprise Software Foundation: Rocky Linux Secure Boot Root CA: 4c2c6bd7d64ee81581cab8e986661f65e2166fc4'
[    0.967625] ima: No TPM chip found, activating TPM-bypass!
[    0.968980] Loading compiled-in module X.509 certificates
[    0.970647] Loaded X.509 cert 'Rocky kernel signing key: b4244d7990b66bcdfffaa2bfe2139d22a3ae6644'
[    0.972989] ima: Allocated hash algorithm: sha256
[    0.974214] ima: No architecture policies found
[    0.975440] evm: Initialising EVM extended attributes:
[    0.976751] evm: security.selinux
[    0.977715] evm: security.SMACK64 (disabled)
[    0.978875] evm: security.SMACK64EXEC (disabled)
[    0.980093] evm: security.SMACK64TRANSMUTE (disabled)
[    0.981353] evm: security.SMACK64MMAP (disabled)
[    0.982553] evm: security.apparmor (disabled)
[    0.983719] evm: security.ima
[    0.984626] evm: security.capability
[    0.985605] evm: HMAC attrs: 0x1
[    1.053203] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.133871] Freeing unused decrypted memory: 2036K
[    1.135714] Freeing unused kernel image (initmem) memory: 2548K
[    1.146501] Write protecting the kernel read-only data: 26624k
[    1.148470] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.150256] Freeing unused kernel image (rodata/data gap) memory: 1188K
[    1.224074] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.225530] x86/mm: Checking user space page tables
[    1.296541] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.298016] Run /init as init process
[    1.312420] systemd[1]: systemd 250-6.el9_0 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    1.319399] systemd[1]: Detected virtualization amazon.
[    1.320715] systemd[1]: Detected architecture x86-64.
[    1.321942] systemd[1]: Running in initial RAM disk.
[    1.324310] systemd[1]: No hostname configured, using default hostname.
[    1.325902] systemd[1]: Hostname set to <localhost>.
[    1.327226] systemd[1]: Initializing machine ID from VM UUID.
[    1.401159] systemd[1]: Queued start job for default target Initrd Default Target.
[    1.403133] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.405413] systemd[1]: Reached target Local Encrypted Volumes.
[    1.407335] systemd[1]: Reached target Initrd /usr File System.
[    1.409243] systemd[1]: Reached target Local File Systems.
[    1.411096] systemd[1]: Reached target Path Units.
[    1.412794] systemd[1]: Reached target Slice Units.
[    1.414463] systemd[1]: Reached target Swaps.
[    1.416091] systemd[1]: Reached target Timer Units.
[    1.417878] systemd[1]: Listening on D-Bus System Message Bus Socket.
[    1.419979] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.421925] systemd[1]: Listening on Journal Socket.
[    1.423747] systemd[1]: Listening on udev Control Socket.
[    1.425617] systemd[1]: Listening on udev Kernel Socket.
[    1.427394] systemd[1]: Reached target Socket Units.
[    1.430240] systemd[1]: Starting Create List of Static Device Nodes...
[    1.433435] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[    1.438124] systemd[1]: Starting Journal Service...
[    1.441707] systemd[1]: Starting Load Kernel Modules...
[    1.444201] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.454643] systemd[1]: Starting Setup Virtual Console...
[    1.462793] systemd[1]: Finished Create List of Static Device Nodes.
[    1.465305] IPMI message handler: version 39.2
[    1.486682] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.491051] ipmi device interface
[    1.502788] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.518537] systemd[1]: Finished Load Kernel Modules.
[    1.529620] systemd[1]: Starting Apply Kernel Variables...
[    1.541528] systemd[1]: Finished Apply Kernel Variables.
[    1.550474] systemd[1]: Started Journal Service.
[    1.743441] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[    1.809039] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.820523] device-mapper: uevent: version 1.0.3
[    1.822465] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.942629] RPC: Registered named UNIX socket transport module.
[    1.944862] RPC: Registered udp transport module.
[    1.946771] RPC: Registered tcp transport module.
[    1.948660] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.388648] ena 0000:00:05.0: ENA device version: 0.10
[    2.390584] ena 0000:00:05.0: ENA controller version: 0.0.1 implementation version 1
[    2.401606] nvme nvme0: pci function 0000:00:04.0
[    2.403902] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[    2.412812] nvme nvme0: 2/0/0 default/read/poll queues
[    2.418470]  nvme0n1: p1 p2
[    2.441521] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[    2.454957] ena 0000:00:05.0: Elastic Network Adapter (ENA) found at mem 80400000, mac addr 02:5b:22:ec:0a:e5
[    2.977623] SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled
[    3.007221] XFS (nvme0n1p2): Mounting V5 Filesystem
[    3.109758] XFS (nvme0n1p2): Ending clean mount
[    3.589021] systemd-journald[229]: Received SIGTERM from PID 1 (systemd).
[    4.304674] audit: type=1404 audit(1663014079.253:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[    4.470432] SELinux:  policy capability network_peer_controls=1
[    4.471860] SELinux:  policy capability open_perms=1
[    4.473037] SELinux:  policy capability extended_socket_class=1
[    4.474382] SELinux:  policy capability always_check_network=0
[    4.475751] SELinux:  policy capability cgroup_seclabel=1
[    4.476995] SELinux:  policy capability nnp_nosuid_transition=1
[    4.478333] SELinux:  policy capability genfs_seclabel_symlinks=0
[    4.511207] audit: type=1403 audit(1663014079.459:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[    4.516040] systemd[1]: Successfully loaded SELinux policy in 222.764ms.
[    4.633238] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 20.210ms.
[    4.660915] systemd[1]: systemd 250-6.el9_0 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    4.668672] systemd[1]: Detected virtualization amazon.
[    4.670078] systemd[1]: Detected architecture x86-64.
[    4.703999] systemd[1]: Hostname set to <localhost.localdomain>.
[    4.706620] systemd[1]: Initializing machine ID from VM UUID.
[    4.708206] systemd[1]: Installed transient /etc/machine-id file.
[    4.868910] systemd-rc-local-generator[585]: /etc/rc.d/rc.local is not marked executable, skipping.
[    5.979297] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    5.981226] systemd[1]: Stopped Switch Root.
[    5.983386] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    5.986168] systemd[1]: Created slice Slice /system/getty.
[    5.988442] systemd[1]: Created slice Slice /system/modprobe.
[    5.990761] systemd[1]: Created slice Slice /system/serial-getty.
[    5.993093] systemd[1]: Created slice Slice /system/sshd-keygen.
[    5.995461] systemd[1]: Created slice Slice /system/systemd-fsck.
[    5.997857] systemd[1]: Created slice User and Session Slice.
[    6.000091] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.002715] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.005509] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.008765] systemd[1]: Reached target Local Encrypted Volumes.
[    6.010904] systemd[1]: Stopped target Switch Root.
[    6.012827] systemd[1]: Stopped target Initrd File Systems.
[    6.014875] systemd[1]: Stopped target Initrd Root File System.
[    6.017013] systemd[1]: Reached target Local Integrity Protected Volumes.
[    6.019331] systemd[1]: Reached target Path Units.
[    6.021340] systemd[1]: Reached target rpc_pipefs.target.
[    6.023459] systemd[1]: Reached target Slice Units.
[    6.025480] systemd[1]: Reached target Swaps.
[    6.027549] systemd[1]: Reached target Local Verity Protected Volumes.
[    6.034279] systemd[1]: Listening on RPCbind Server Activation Socket.
[    6.036674] systemd[1]: Reached target RPC Port Mapper.
[    6.040480] systemd[1]: Listening on Process Core Dump Socket.
[    6.042791] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    6.046842] systemd[1]: Listening on udev Control Socket.
[    6.049240] systemd[1]: Listening on udev Kernel Socket.
[    6.052446] systemd[1]: Mounting Huge Pages File System...
[    6.055877] systemd[1]: Mounting POSIX Message Queue File System...
[    6.059191] systemd[1]: Mounting Kernel Debug File System...
[    6.062307] systemd[1]: Mounting Kernel Trace File System...
[    6.064779] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
[    6.082641] systemd[1]: Starting Create List of Static Device Nodes...
[    6.086627] systemd[1]: Starting Load Kernel Module configfs...
[    6.089937] systemd[1]: Starting Load Kernel Module drm...
[    6.093092] systemd[1]: Starting Load Kernel Module fuse...
[    6.096247] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
[    6.099766] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[    6.102107] systemd[1]: Stopped File System Check on Root Device.
[    6.104319] systemd[1]: Stopped Journal Service.
[    6.107722] systemd[1]: Starting Journal Service...
[    6.115096] systemd[1]: Starting Load Kernel Modules...
[    6.119090] systemd[1]: Starting Generate network units from Kernel command line...
[    6.124106] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.127916] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    6.132972] systemd[1]: Starting Coldplug All udev Devices...
[    6.139481] systemd[1]: Mounted Huge Pages File System.
[    6.147904] systemd[1]: Mounted POSIX Message Queue File System.
[    6.151724] systemd[1]: Mounted Kernel Debug File System.
[    6.154134] systemd[1]: Mounted Kernel Trace File System.
[    6.156795] systemd[1]: Finished Create List of Static Device Nodes.
[    6.160090] systemd[1]: Finished Read and set NIS domainname from /etc/sysconfig/network.
[    6.163934] systemd[1]: Finished Generate network units from Kernel command line.
[    6.167931] systemd[1]: Finished Remount Root and Kernel File Systems.
[    6.170569] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    6.175722] systemd[1]: Starting Rebuild Hardware Database...
[    6.188986] systemd[1]: Starting Load/Save Random Seed...
[    6.202154] systemd[1]: Starting Create System Users...
[    6.205828] systemd[1]: Started Journal Service.
[    6.234187] systemd-journald[621]: Received client request to flush runtime journal.
[    6.305276] fuse: init (API version 7.34)
[    7.229451] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[    7.230335] parport_pc 00:03: reported by Plug and Play ACPI
[    7.245639] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    7.353507] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[    7.363435] ppdev: user-space parallel port driver


Rocky Linux 9.0 (Blue Onyx)
Kernel 5.14.0-70.13.1.el9_0.x86_64 on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

non-working-Rocky9.0-x86-64.log (45,417 bytes)   
non-working-Rocky8.6-aarch64.log (26,956 bytes)   
UEFI firmware (version  built at 09:00:00 on Nov  1 2018)
[=3h[=3h[=3hSystem BootOrder not found.  Initializing defaults.
Creating boot entry "Boot0002" with label "Rocky Linux" for file "\EFI\rocky\shimaa64.efi"

Use the ^ and v keys to change the selection.                       

      Press 'e' to edit the selected item, or 'c' for a command prompt.          Rocky Linux (4.18.0-305.3.1.el8_4.aarch64) 8.4 (Green Obsidian)                Rocky Linux (0-rescue-3465916aaf9a42328a51d49e7895c4a6) 8.4 (Green Obsid>

      System setup                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [2022-09-12T20:35:18.888454]                                                                                                                                                                                                                                                                                                            The selected entry will be started automatically in 1s.                        The selected entry will be started automatically in 0s.                     EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x413fd0c1]
[    0.000000] Linux version 4.18.0-305.3.1.el8_4.aarch64 (mockbuild@ord1-prod-a64build002.svc.aws.rockylinux.org) (gcc version 8.4.1 20200928 (Red Hat 8.4.1-1) (GCC)) #1 SMP Thu Jun 17 07:49:56 UTC 2021
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi:  SMBIOS=0x7bed0000  SMBIOS 3.0=0x7beb0000  ACPI=0x786e0000  ACPI 2.0=0x786e0014  MEMATTR=0x7a769018  RNG=0x7bfdef98  MEMRESERVE=0x7857c698 
[    0.000000] efi: seeding entropy pool
[    0.000000] Using crashkernel=auto, the size chosen is a best effort estimation.
[    0.000000] crashkernel reserved: 0x0000000057800000 - 0x0000000073800000 (448 MB)
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000786E0014 000024 (v02 AMAZON)
[    0.000000] ACPI: XSDT 0x00000000786D00E8 000064 (v01 AMAZON AMZNFACP 00000001      01000013)
[    0.000000] ACPI: FACP 0x00000000786B0000 000114 (v06 AMAZON AMZNFACP 00000001 AMZN 00000001)
[    0.000000] ACPI: DSDT 0x0000000078640000 00154F (v03 AMAZON AMZNDSDT 00000001 INTL 20160527)
[    0.000000] ACPI: APIC 0x00000000786C0000 000108 (v03 AMAZON AMZNAPIC 00000001 AMZN 00000001)
[    0.000000] ACPI: SPCR 0x00000000786A0000 000050 (v02 AMAZON AMZNSPCR 00000001 AMZN 00000001)
[    0.000000] ACPI: GTDT 0x0000000078690000 000060 (v02 AMAZON AMZNGTDT 00000001 AMZN 00000001)
[    0.000000] ACPI: MCFG 0x0000000078680000 00003C (v02 AMAZON AMZNMCFG 00000001 AMZN 00000001)
[    0.000000] ACPI: SLIT 0x0000000078670000 00002D (v01 AMAZON AMZNSLIT 00000001 AMZN 00000001)
[    0.000000] ACPI: IORT 0x0000000078660000 000078 (v01 AMAZON AMZNIORT 00000001 AMZN 00000001)
[    0.000000] ACPI: PPTT 0x0000000078650000 0000D4 (v02 AMAZON AMZNPPTT 00000001 AMZN 00000001)
[    0.000000] ACPI: SPCR: console: uart,mmio,0x90a0000,115200
[    0.000000] ACPI: NUMA: Failed to initialise from firmware
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000043cbfffff]
[    0.000000] NUMA: NODE_DATA [mem 0x43cb8e5c0-0x43cb8ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000043cbfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000786effff]
[    0.000000]   node   0: [mem 0x00000000786f0000-0x000000007872ffff]
[    0.000000]   node   0: [mem 0x0000000078730000-0x000000007bbfffff]
[    0.000000]   node   0: [mem 0x000000007bc00000-0x000000007bfdffff]
[    0.000000]   node   0: [mem 0x000000007bfe0000-0x000000007fffffff]
[    0.000000]   node   0: [mem 0x0000000400000000-0x000000043cbfffff]
[    0.000000] Zeroed struct page in unavailable ranges: 898 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000043cbfffff]
[    0.000000] psci: probing for conduit method from ACPI.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] ACPI: SRAT not present
[    0.000000] percpu: Embedded 10 pages/cpu s584152 r8192 d63016 u655360
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Hardware dirty bit management
[    0.000000] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.000000] CPU features: detected: ARM erratum 1542419 (kernel portion)
[    0.000000] Built 1 zonelists, mobility grouping off.  Total pages: 31904
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.18.0-305.3.1.el8_4.aarch64 root=UUID=d2282e29-b38c-443f-a0ed-a65b4835594d ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10 crashkernel=auto console=tty0
[    0.000000] Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://catalog.redhat.com.
[    0.000000] software IO TLB: mapped [mem 0x7bff0000-0x7fff0000] (64MB)
[    0.000000] Memory: 1420416K/2043904K available (10236K kernel code, 2062K rwdata, 10048K rodata, 5504K init, 17449K bss, 623488K reserved, 0K cma-reserved)
[    0.000000] random: get_random_u64 called from cache_random_seq_create+0x88/0x158 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] ftrace: allocating 36473 entries in 9 pages
[    0.000000] ftrace: allocated 9 pages with 2 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=4096 to nr_cpu_ids=2.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: 96 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000010200000
[    0.000000] ACPI: SRAT not present
[    0.000000] ITS [mem 0x10080000-0x1009ffff]
[    0.000000] ITS@0x0000000010080000: allocated 8192 Devices @4202b0000 (indirect, esz 8, psz 64K, shr 1)
[    0.000000] ITS@0x0000000010080000: allocated 8192 Interrupt Collections @4202c0000 (flat, esz 8, psz 64K, shr 1)
[    0.000000] GICv3: using LPI property table @0x00000004202d0000
[    0.000000] ITS: Using hypervisor restricted LPI range [128]
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000004202f0000
[    0.000000] arch_timer: cp15 timer(s) running at 121.87MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x383759f8ff, max_idle_ns: 881590415659 ns
[    0.000001] sched_clock: 56 bits at 121MHz, resolution 8ns, wraps every 4398046511103ns
[    0.000019] arm-pv: using stolen time PV
[    0.000044] Console: colour dummy device 80x25
[    0.000158] printk: console [tty0] enabled
[    0.000263] ACPI: Core revision 20200925
[    0.000376] Calibrating delay loop (skipped), value calculated using timer frequency.. 243.75 BogoMIPS (lpj=1218750)
[    0.000380] pid_max: default: 32768 minimum: 301
[    0.000487] Security Framework initialized
[    0.000489] Yama: becoming mindful.
[    0.000494] SELinux:  Initializing.
[    0.000870] Dentry cache hash table entries: 262144 (order: 5, 2097152 bytes)
[    0.000905] Inode-cache hash table entries: 131072 (order: 4, 1048576 bytes)
[    0.000917] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)
[    0.000921] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)
[    0.001441] ASID allocator initialised with 32768 entries
[    0.001457] rcu: Hierarchical SRCU implementation.
[    0.001706] Platform MSI: ITS@0x10080000 domain created
[    0.001711] PCI/MSI: ITS@0x10080000 domain created
[    0.001715] Remapping and enabling EFI services.
[    0.001792] smp: Bringing up secondary CPUs ...
[    0.001957] Detected PIPT I-cache on CPU1
[    0.001973] GICv3: CPU1: found redistributor 1 region 0:0x0000000010220000
[    0.002056] GICv3: CPU1: using allocated LPI pending table @0x0000000420300000
[    0.002080] CPU1: Booted secondary processor 0x0000000001 [0x413fd0c1]
[    0.002165] smp: Brought up 1 node, 2 CPUs
[    0.002173] SMP: Total of 2 processors activated.
[    0.002176] CPU features: detected: Privileged Access Never
[    0.002178] CPU features: detected: LSE atomic instructions
[    0.002180] CPU features: detected: User Access Override
[    0.002182] CPU features: detected: 32-bit EL0 Support
[    0.002184] CPU features: detected: Data cache clean to Point of Persistence
[    0.002186] CPU features: detected: RAS Extension Support
[    0.002188] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.002190] CPU features: detected: Instruction cache invalidation not required for I/D coherence
[    0.002192] CPU features: detected: CRC32 instructions
[    0.002937] CPU: All CPU(s) started at EL1
[    0.002962] alternatives: patching kernel code
[    0.004415] devtmpfs: initialized
[    0.004672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.004679] futex hash table entries: 512 (order: -1, 32768 bytes)
[    0.004795] pinctrl core: initialized pinctrl subsystem
[    0.004855] SMBIOS 3.0.0 present.
[    0.004858] DMI: Amazon EC2 t4g.small/, BIOS 1.0 11/1/2018
[    0.005002] NET: Registered protocol family 16
[    0.005104] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.005145] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.005197] audit: initializing netlink subsys (disabled)
[    0.005330] audit: type=2000 audit(0.000:1): state=initialized audit_enabled=0 res=1
[    0.005503] cpuidle: using governor menu
[    0.005542] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.005584] ACPI: bus type PCI registered
[    0.005587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.005647] Serial: AMBA PL011 UART driver
[    0.006854] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[    0.006859] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[    0.006861] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.007135] cryptd: max_cpu_qlen set to 1000
[    0.007343] fbcon: Taking over console
[    0.007360] ACPI: Added _OSI(Module Device)
[    0.007362] ACPI: Added _OSI(Processor Device)
[    0.007364] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.007366] ACPI: Added _OSI(Processor Aggregator Device)
[    0.007368] ACPI: Added _OSI(Linux-Dell-Video)
[    0.007370] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.007372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.008009] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.008315] ACPI: Interpreter enabled
[    0.008318] ACPI: Using GIC for interrupt routing
[    0.008326] ACPI: MCFG table detected, 1 entries
[    0.009977] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[    0.009986] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.010055] acpi PNP0A08:00: _OSC: platform does not support [LTR DPC]
[    0.010108] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.010190] acpi PNP0A08:00: ECAM area [mem 0x20000000-0x20ffffff] reserved by PNP0C02:00
[    0.010199] acpi PNP0A08:00: ECAM at [mem 0x20000000-0x20ffffff] for [bus 00-0f]
[    0.010212] Remapped I/O 0x000000001fff0000 to [io  0x0000-0xffff window]
[    0.010431] acpiphp: Slot [1] registered
[    0.010444] acpiphp: Slot [2] registered
[    0.010456] acpiphp: Slot [3] registered
[    0.010467] acpiphp: Slot [4] registered
[    0.010478] acpiphp: Slot [5] registered
[    0.010489] acpiphp: Slot [6] registered
[    0.010500] acpiphp: Slot [7] registered
[    0.010511] acpiphp: Slot [8] registered
[    0.010522] acpiphp: Slot [9] registered
[    0.010532] acpiphp: Slot [10] registered
[    0.010543] acpiphp: Slot [11] registered
[    0.010554] acpiphp: Slot [12] registered
[    0.010564] acpiphp: Slot [13] registered
[    0.010575] acpiphp: Slot [14] registered
[    0.010585] acpiphp: Slot [15] registered
[    0.010596] acpiphp: Slot [16] registered
[    0.010607] acpiphp: Slot [17] registered
[    0.010618] acpiphp: Slot [18] registered
[    0.010628] acpiphp: Slot [19] registered
[    0.010638] acpiphp: Slot [20] registered
[    0.010649] acpiphp: Slot [21] registered
[    0.010660] acpiphp: Slot [22] registered
[    0.010671] acpiphp: Slot [23] registered
[    0.010682] acpiphp: Slot [24] registered
[    0.010693] acpiphp: Slot [25] registered
[    0.010704] acpiphp: Slot [26] registered
[    0.010715] acpiphp: Slot [27] registered
[    0.010726] acpiphp: Slot [28] registered
[    0.010736] acpiphp: Slot [29] registered
[    0.010747] acpiphp: Slot [30] registered
[    0.010757] acpiphp: Slot [31] registered
[    0.010774] PCI host bridge to bus 0000:00
[    0.010777] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffffffff window]
[    0.010779] pci_bus 0000:00: root bus resource [io  0x0000-0xffff window]
[    0.010782] pci_bus 0000:00: root bus resource [mem 0x400000000000-0x407fffffffff window]
[    0.010785] pci_bus 0000:00: root bus resource [bus 00-0f]
[    0.010813] pci 0000:00:00.0: [1d0f:0200] type 00 class 0x060000
[    0.011066] pci 0000:00:01.0: [1d0f:8250] type 00 class 0x070003
[    0.011121] pci 0000:00:01.0: reg 0x10: [mem 0x80008000-0x80008fff]
[    0.011331] pci 0000:00:04.0: [1d0f:8061] type 00 class 0x010802
[    0.012173] pci 0000:00:04.0: reg 0x10: [mem 0x80004000-0x80007fff]
[    0.014911] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.015122] pci 0000:00:05.0: [1d0f:ec20] type 00 class 0x020000
[    0.015170] pci 0000:00:05.0: reg 0x10: [mem 0x80000000-0x80003fff]
[    0.015386] pci 0000:00:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.015579] pci 0000:00:04.0: BAR 0: assigned [mem 0x80000000-0x80003fff]
[    0.015919] pci 0000:00:05.0: BAR 0: assigned [mem 0x80004000-0x80007fff]
[    0.015927] pci 0000:00:01.0: BAR 0: assigned [mem 0x80008000-0x80008fff]
[    0.015936] pci_bus 0000:00: resource 4 [mem 0x80000000-0xffffffff window]
[    0.015939] pci_bus 0000:00: resource 5 [io  0x0000-0xffff window]
[    0.015941] pci_bus 0000:00: resource 6 [mem 0x400000000000-0x407fffffffff window]
[    0.015970] ACPI: PCI Interrupt Link [GSI0] (IRQs *35)
[    0.015977] ACPI: PCI Interrupt Link [GSI1] (IRQs *36)
[    0.015984] ACPI: PCI Interrupt Link [GSI2] (IRQs *37)
[    0.015990] ACPI: PCI Interrupt Link [GSI3] (IRQs *38)
[    0.016397] iommu: Default domain type: Translated 
[    0.016450] vgaarb: loaded
[    0.016551] SCSI subsystem initialized
[    0.016627] ACPI: bus type USB registered
[    0.016644] usbcore: registered new interface driver usbfs
[    0.016651] usbcore: registered new interface driver hub
[    0.016663] usbcore: registered new device driver usb
[    0.016681] pps_core: LinuxPPS API ver. 1 registered
[    0.016683] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.016687] PTP clock support registered
[    0.016742] EDAC MC: Ver: 3.0.0
[    0.016850] Registered efivars operations
[    0.018664] NetLabel: Initializing
[    0.018667] NetLabel:  domain hash size = 128
[    0.018668] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.018680] NetLabel:  unlabeled traffic allowed by default
[    0.018801] clocksource: Switched to clocksource arch_sys_counter
[    0.029853] VFS: Disk quotas dquot_6.6.0
[    0.029881] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[    0.029973] pnp: PnP ACPI init
[    0.030094] system 00:00: [mem 0x20000000-0x2fffffff] could not be reserved
[    0.030106] pnp: PnP ACPI: found 1 devices
[    0.032638] NET: Registered protocol family 2
[    0.032821] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes)
[    0.032862] TCP established hash table entries: 16384 (order: 1, 131072 bytes)
[    0.032913] TCP bind hash table entries: 16384 (order: 2, 262144 bytes)
[    0.032999] TCP: Hash tables configured (established 16384 bind 16384)
[    0.033029] MPTCP token hash table entries: 4096 (order: 0, 98304 bytes)
[    0.033044] UDP hash table entries: 2048 (order: 0, 65536 bytes)
[    0.033078] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)
[    0.033141] NET: Registered protocol family 1
[    0.033146] NET: Registered protocol family 44
[    0.033197] PCI: CLS 0 bytes, default 64
[    0.033231] Unpacking initramfs...
[    0.437300] Freeing initrd memory: 43840K
[    0.437589] hw perfevents: enabled with armv8_pmuv3_0 PMU driver, 4 counters available
[    0.437594] kvm [1]: HYP mode not available
[    0.487870] Initialise system trusted keyrings
[    0.487945] workingset: timestamp_bits=43 max_order=15 bucket_order=0
[    0.489374] zbud: loaded
[    0.489812] pstore: using deflate compression
[    0.572679] NET: Registered protocol family 38
[    0.572687] Key type asymmetric registered
[    0.572689] Asymmetric key parser 'x509' registered
[    0.572708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.572771] io scheduler mq-deadline registered
[    0.572773] io scheduler kyber registered
[    0.572819] io scheduler bfq registered
[    0.572900] atomic64_test: passed
[    0.573228] pl061_gpio ARMH0061:00: PL061 GPIO chip ARMH0061:00 registered
[    0.575089] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.575109] ACPI: Power Button [PWRB]
[    0.575322] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.575755] PCI Interrupt Link [GSI2] enabled at IRQ 37
[    0.575781] serial 0000:00:01.0: enabling device (0010 -> 0012)
[    0.575966] printk: console [ttyS0] disabled
[    0.601765] 0000:00:01.0: ttyS0 at MMIO 0x80008000 (irq = 6, base_baud = 115200) is a 16550A
[    0.846155] printk: console [ttyS0] enabled
[    0.847229] rdac: device handler registered
[    0.847958] hp_sw: device handler registered
[    0.848606] emc: device handler registered
[    0.849290] alua: device handler registered
[    0.850120] libphy: Fixed MDIO Bus: probed
[    0.850832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.851834] ehci-pci: EHCI PCI platform driver
[    0.852515] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.853458] ohci-pci: OHCI PCI platform driver
[    0.854169] uhci_hcd: USB Universal Host Controller Interface driver
[    0.855227] usbcore: registered new interface driver usbserial_generic
[    0.856218] usbserial: USB Serial support registered for generic
[    0.857227] mousedev: PS/2 mouse device common for all mice
[    0.858291] rtc-efi rtc-efi: rtc core: registered rtc-efi as rtc0
[    0.861893] EFI Variables Facility v0.08 2004-May-17
[    0.864506] hid: raw HID events driver (C) Jiri Kosina
[    0.865340] usbcore: registered new interface driver usbhid
[    0.866197] usbhid: USB HID core driver
[    0.866824] drop_monitor: Initializing network drop monitor service
[    0.867878] Initializing XFRM netlink socket
[    0.868658] NET: Registered protocol family 10
[    0.869635] Segment Routing with IPv6
[    0.870208] NET: Registered protocol family 17
[    0.870945] mpls_gso: MPLS GSO support
[    0.871679] registered taskstats version 1
[    0.872344] Loading compiled-in X.509 certificates
[    0.908513] Loaded X.509 cert 'Rocky kernel signing key: aabb7156d352cf2cf1b4d4d077164de7438fb22c'
[    0.909978] Loaded X.509 cert 'Rocky Enterprise Software Foundation: Rocky Linux Driver update signing key: 1f2f41fcfeaf6323cfdf413e6d12b0089b74436b'
[    0.912080] Loaded X.509 cert 'Rocky Enterprise Software Foundation: Rocky Linux kpatch signing key: 24e68f7bd26c84aa45ebf2905e9e49878913ce3f'
[    0.914089] zswap: loaded using pool lzo/zbud
[    0.914792] page_owner is disabled
[    0.918065] Key type big_key registered
[    0.918867] rtc-efi rtc-efi: setting system clock to 2022-09-12 20:35:25 UTC (1663014925)
[    0.921148] Freeing unused kernel memory: 5504K
[    0.970867] systemd[1]: systemd 239 (239-45.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
[    0.974439] systemd[1]: Detected architecture arm64.
[    0.975300] systemd[1]: Running in initial RAM disk.
[    1.020697] systemd[1]: No hostname configured.
[    1.021442] systemd[1]: Set hostname to <localhost>.
[    1.022205] random: systemd: uninitialized urandom read (16 bytes read)
[    1.023212] systemd[1]: Initializing machine ID from random generator.
[    1.071874] random: systemd: uninitialized urandom read (16 bytes read)
[    1.072956] systemd[1]: Reached target Timers.
[    1.073739] random: systemd: uninitialized urandom read (16 bytes read)
[    1.074800] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.075711] systemd[1]: Reached target Local File Systems.
[    1.076630] systemd[1]: Reached target Slices.
[    1.638399] device-mapper: uevent: version 1.0.3
[    1.648897] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    1.778946] RPC: Registered named UNIX socket transport module.
[    1.779865] RPC: Registered udp transport module.
[    1.780566] RPC: Registered tcp transport module.
[    1.781285] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.489302] PCI Interrupt Link [GSI1] enabled at IRQ 36
[    2.490156] ena 0000:00:05.0: enabling device (0010 -> 0012)
[    2.502475] PCI Interrupt Link [GSI0] enabled at IRQ 35
[    2.503434] nvme nvme0: pci function 0000:00:04.0
[    2.511442] nvme nvme0: 2/0/0 default/read/poll queues
[    2.514434]  nvme0n1: p1 p2
[    2.526775] ena: ena device version: 0.10
[    2.527416] ena: ena controller version: 0.0.1 implementation version 1
[    2.540137] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[    2.549689] ena 0000:00:05.0: Elastic Network Adapter (ENA) found at mem 80004000, mac addr 02:a6:c5:ae:52:31, Placement policy: Regular
[    3.199513] SGI XFS with ACLs, security attributes, quota, no debug enabled
[    3.240209] XFS (nvme0n1p2): Mounting V5 Filesystem
[    3.549475] random: crng init done
[    3.550065] random: 7 urandom warning(s) missed due to ratelimiting
[    3.604196] XFS (nvme0n1p2): Ending clean mount
[    5.167519] printk: systemd: 25 output lines suppressed due to ratelimiting
[    9.237713] audit: type=1404 audit(1663014933.809:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[   10.980106] SELinux:  policy capability network_peer_controls=1
[   10.981049] SELinux:  policy capability open_perms=1
[   10.981862] SELinux:  policy capability extended_socket_class=1
[   10.982765] SELinux:  policy capability always_check_network=0
[   10.983714] SELinux:  policy capability cgroup_seclabel=1
[   10.984587] SELinux:  policy capability nnp_nosuid_transition=1
[   11.041847] audit: type=1403 audit(1663014935.609:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[   11.043714] systemd[1]: Successfully loaded SELinux policy in 1.899275s.
[   12.709160] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 19.356ms.
[   12.713515] systemd[1]: systemd 239 (239-45.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
[   12.717024] systemd[1]: Detected architecture arm64.
[   12.864662] systemd[1]: Set hostname to <localhost.localdomain>.
[   12.929929] systemd[1]: Initializing machine ID from random generator.
[   12.931043] systemd[1]: Installed transient /etc/machine-id file.
[   16.788529] systemd[1]: systemd-journald.service: Succeeded.
[   16.790193] systemd[1]: initrd-switch-root.service: Succeeded.
[   16.791376] systemd[1]: Stopped Switch Root.
[   16.792473] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
[   16.794129] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.


Rocky Linux 8.4 (Green Obsidian)
Kernel 4.18.0-305.3.1.el8_4.aarch64 on an aarch64

Activate the web console with: systemctl enable --now cockpit.socket

Issue History

Date Modified Username Field Change
2022-09-12 23:35 Adam Augustine New Issue
2022-09-12 23:35 Adam Augustine File Added: Working-AWS-AMI.log
2022-09-12 23:35 Adam Augustine File Added: non-working-Rocky8.6-x86-64.log
2022-09-12 23:35 Adam Augustine File Added: non-working-Rocky9.0-x86-64.log
2022-09-12 23:35 Adam Augustine File Added: non-working-Rocky8.6-aarch64.log
2022-09-28 23:12 Neil Hanlon Assigned To => Neil Hanlon
2022-09-28 23:12 Neil Hanlon Status new => acknowledged
2022-09-28 23:12 Neil Hanlon Note Added: 0000595
2023-01-24 06:43 Neil Hanlon Note Added: 0002212
2023-01-24 06:43 Neil Hanlon Status acknowledged => confirmed