Skip to content

Instantly share code, notes, and snippets.

@displague
Last active May 26, 2021 16:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save displague/5282172449a83c7b83821f8f8333a072 to your computer and use it in GitHub Desktop.
Save displague/5282172449a83c7b83821f8f8333a072 to your computer and use it in GitHub Desktop.
#!ipxe
dhcp net0
set release 4.7
set zstream 0
set arch x86_64
set ignition-url https://metadata.platformequinix.com/userdata
#set coreos-url https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/${release}/${release}.${zstream}
set coreos-url https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.7/4.7.0/
#set coreos-img ${coreos-url}/rhcos-${release}.${zstream}-${arch}-metal.${arch}.raw.gz
set coreos-img https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.7/4.7.0/rhcos-4.7.0-x86_64-metal.x86_64.raw.gz
set console console=ttyS1,115200n8
# kernel ${coreos-url}/rhcos-${release}.${zstream}-${arch}-installer-kernel-${arch} ${console} ip=dhcp nameserver=1.1.1.1 nomodeset rd.peerdns=0 rd.neednet=1 initrd=rhcos-${release}.${zstream}-${arch}-installer-initramfs.${arch}.img coreos.inst=yes coreos.first_boot=1 coreos.inst.install_dev=sda coreos.inst.image_url=${coreos-img} coreos.inst.ignition_url=${ignition-url} rd.net.timeout.carrier=30 coreos.inst.platform_id=packet coreos.inst.persistent-kargs="console=ttyS1,115200n8"
# kernel https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-kernel-x86_64 console=ttyS1,115200n8 ip=dhcp nameserver=1.1.1.1 nomodeset rd.peerdns=0 rd.neednet=1 initrd=rhcos-live-initramfs.x86_64.img coreos.inst=yes coreos.first_boot=1 coreos.inst.install_dev=sda coreos.inst.image_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.ignition_url=https://metadata.packet.net/userdata rd.net.timeout.carrier=30 coreos.inst.platform_id=packet coreos.inst.persistent-kargs="console=ttyS1,115200n8"
kernel https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.7/4.7.0/rhcos-live-kernel-x86_64 console=ttyS1,115200n8 initrd=rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=http://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.7/4.7.0/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet
#initrd ${coreos-url}/rhcos-${release}.${zstream}-${arch}-installer-initramfs.${arch}.img
initrd https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.7/4.7.0/rhcos-live-initramfs.x86_64.img
boot
@displague
Copy link
Author

Giving this a try with userdata of:

#!/bin/sh
mkdir ~/.ssh/
touch ~/.ssh/authorized_keys
chmod u+rw,go-rwx ~/.ssh/authorized_keys
(echo; curl https://github.com/displague.keys; echo ) >> ~/.ssh/authorized_keys

@displague
Copy link
Author

Since adding the ignition url to the userdata URL:
I'm supplying (at Packet create time) userdata of

{
  "ignition": { "version": "2.2.0" },
  "systemd": {
    "units": [{
      "name": "example.service",
      "enabled": true,
      "contents": "[Service]\nType=oneshot\nExecStart=/usr/bin/echo Hello World\n\n[Install]\nWantedBy=multi-user.target"
    }]
  }
}

@displague
Copy link
Author

Failed boot, networking was not available after initrd. (why? we include ip=dhcp nameserver=1.1.1.1 nomodeset rd.peerdns=0 rd.neednet=1 in the kernel/user args)

iPXE 1.0.255+ (18dc7) -- Open Source Network Boot Firmware -- http://ipxe.org   
Features: DNS HTTP HTTPS iSCSI TFTP VLAN AoE ELF MBOOT PXE bzImage COMBOOT Menu 
[    0.000000] microcode: microcode updated early to revision 0x12d, date = 2019-09-16
[    0.000000] Linux version 4.18.0-193.14.3.el8_2.x86_64 (mockbuild@x86-vm-07.build.eng.bos.redhat.com) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Mon Jul 20 15:02:29 UTC 2020                                 
[    0.000000] Command line: console=ttyS1,115200n8 ip=dhcp nameserver=1.1.1.1 nomodeset rd.peerdns=0 rd.neednet=1 initrd=rhcos-4.5.6-x86_64-installer-initramfs.x86_64.img coreos.inst=yes coreos.inst.install_dev=sda coreos.inst.image_url=https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.5/4.5.6/rhcos-4.5.6-x86_64-metal.x86_64.raw.gz coreos.inst.ignition_url=https://metadata.packet.net/userdata
[    0.000000] x86/fpu: x87 FPU will use FXSAVE....... ok                       
[    0.000000] BIOS-provided physical RAM map:.197.168                          
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009abff] usable    
[    0.000000] BIOS-e820: [mem 0x000000000009ac00-0x000000000009ffff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved  
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f0c2fff] usable    
[    0.000000] BIOS-e820: [mem 0x000000007f0c3000-0x000000007f135fff] reserved  
[    0.000000] BIOS-e820: [mem 0x000000007f136000-0x000000007f1e0fff] usable    
[    0.000000] BIOS-e820: [mem 0x000000007f1e1000-0x000000007f44ffff] ACPI NVS  
[    0.000000] BIOS-e820: [mem 0x000000007f450000-0x000000007f649fff] reservedra
[    0.000000] BIOS-e820: [mem 0x000000007f64a000-0x000000007f7fffff] usable    
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed03fff] reservedos
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reservedos
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Supermicro MBI-6418A-T5H/B1SA4-2550F, BIOS 2.0a 05/05/2015
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2400.097 MHz processor
[    0.000000] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x7f800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd6c0-0x000fd6cf]
[    0.000000] RAMDISK: [mem 0x7a953000-0x7f0c2fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007F236088 000094 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007F239478 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007F2361B8 0032BC (v02 ALASKA A M I    01072009 INTL 20061109)
[    0.000000] ACPI: FACS 0x000000007F44DF80 000040
[    0.000000] ACPI: FPDT 0x000000007F239588 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SPMI 0x000000007F2395D0 000040 (v05 A M I  OEMSPMI  00000000 AMI. 00000000)
[    0.000000] ACPI: MCFG 0x000000007F239610 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: WDAT 0x000000007F239650 0001AC (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: UEFI 0x000000007F239800 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: APIC 0x000000007F239848 000078 (v03 INTEL  TIANO    00000001 MSFT 00000000)
[    0.000000] ACPI: BDAT 0x000000007F2398C0 000030 (v01                 00000000      00000000)
[    0.000000] ACPI: HPET 0x000000007F2398F0 000038 (v01 INTEL           00000001 MSFT 01000013)
[    0.000000] ACPI: SSDT 0x000000007F239928 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: HEST 0x000000007F23A320 0000A8 (v01 INTEL  AVOTON B 00000001 INTL 00000001)
[    0.000000] ACPI: BERT 0x000000007F23A3C8 000030 (v01 INTEL  AVOTON B 00000001 INTL 00000001)
[    0.000000] ACPI: ERST 0x000000007F23A3F8 000230 (v01 INTEL  AVOTON B 00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 0x000000007F23A628 000150 (v01 INTEL  AVOTON B 00000001 INTL 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x27ffd1000-0x27fffafff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000099fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007f0c2fff]
[    0.000000]   node   0: [mem 0x000000007f136000-0x000000007f1e0fff]
[    0.000000]   node   0: [mem 0x000000007f64a000-0x000000007f7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000] Zeroed struct page in unavailable ranges: 3395 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x0009afff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f0c3000-0x7f135fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f1e1000-0x7f44ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f450000-0x7f649fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f800000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1d000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xff7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.000000] [mem 0x7f800000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    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:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u524288
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2061003
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: console=ttyS1,115200n8 ip=dhcp nameserver=1.1.1.1 nomodeset rd.peerdns=0 rd.neednet=1 initrd=rhcos-4.5.6-x86_64-installer-initramfs.x86_64.img coreos.inst=yes coreos.inst.install_dev=sda coreos.inst.image_url=https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.5/4.5.6/rhcos-4.5.6-x86_64-metal.x86_64.raw.gz coreos.inst.ignition_url=https://metadata.packet.net/userdata
[    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://access.redhat.com/ecosystem.
[    0.000000] Memory: 2075808K/8375028K available (12292K kernel code, 2151K rwdata, 3848K rodata, 2404K init, 6476K bss, 306468K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 36340 entries in 142 pages
[    0.001000] rcu: Hierarchical RCU implementation.
[    0.001000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.001000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.001000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.001000] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.001000] random: get_random_bytes called from start_kernel+0x36b/0x55b with crng_init=0
[    0.001000] Console: colour VGA+ 80x25
[    0.001000] printk: console [ttyS1] enabled
[    0.001000] ACPI: Core revision 20190703
[    0.001000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.001000] APIC: Switch to symmetric I/O mode setup
[    0.002538] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.007005] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22989337be4, max_idle_ns: 440795283830 ns
[    0.008005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.19 BogoMIPS (lpj=2400097)
[    0.009004] pid_max: default: 32768 minimum: 301
[    0.010060] Security Framework initialized
[    0.011004] Yama: becoming mindful.
[    0.012009] SELinux:  Initializing.
[    0.017374] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.020442] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021103] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.022061] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.024373] CPU0: Thermal monitoring enabled (TM1)
[    0.025007] process: using mwait in idle threads
[    0.026006] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.027003] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.028003] FEATURE SPEC_CTRL Present
[    0.029002] FEATURE IBPB_SUPPORT Present
[    0.030003] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.031005] Spectre V2 : Mitigation: Full generic retpoline
[    0.032002] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.033002] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.034007] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.035005] MDS: Mitigation: Clear CPU buffers
[    0.036285] Freeing SMP alternatives memory: 32K
[    0.039717] smpboot: CPU0: Intel(R) Atom(TM) CPU  C2550  @ 2.40GHz (family: 0x6, model: 0x4d, stepping: 0x8)
[    0.040239] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.041005] ... version:                3
[    0.042003] ... bit width:              40
[    0.043003] ... generic registers:      2
[    0.044003] ... value mask:             000000ffffffffff
[    0.045003] ... max period:             0000007fffffffff
[    0.046002] ... fixed-purpose events:   3
[    0.047003] ... event mask:             0000000700000003
[    0.048079] rcu: Hierarchical SRCU implementation.
[    0.050155] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.051057] smp: Bringing up secondary CPUs ...
[    0.052277] x86: Booting SMP configuration:
[    0.053007] .... node  #0, CPUs:      #1 #2 #3
[    0.057336] smp: Brought up 1 node, 4 CPUs
[    0.059004] smpboot: Max logical packages: 1
[    0.060004] smpboot: Total of 4 processors activated (19200.77 BogoMIPS)
[    0.211029] node 0 initialised, 1498188 pages in 150ms
[    0.217322] devtmpfs: initialized
[    0.218089] x86/mm: Memory block size: 128MB
[    0.220582] PM: Registering ACPI NVS region [mem 0x7f1e1000-0x7f44ffff] (2551808 bytes)
[    0.221158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.230030] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.237163] pinctrl core: initialized pinctrl subsystem
[    0.242297] NET: Registered protocol family 16
[    0.247228] audit: initializing netlink subsys (disabled)
[    0.252038] audit: type=2000 audit(1598390718.252:1): state=initialized audit_enabled=0 res=1
[    0.261011] cpuidle: using governor menu
[    0.265141] ACPI: bus type PCI registered
[    0.269006] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.275115] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.285009] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.292006] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[    0.302017] PCI: Using configuration type 1 for base access
[    0.310069] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.317048] cryptd: max_cpu_qlen set to 1000
[    0.322154] ACPI: Added _OSI(Module Device)
[    0.326007] ACPI: Added _OSI(Processor Device)
[    0.330005] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.335004] ACPI: Added _OSI(Processor Aggregator Device)
[    0.340005] ACPI: Added _OSI(Linux-Dell-Video)
[    0.345004] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.350004] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.358144] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.366310] ACPI: Dynamic OEM Table Load:
[    0.370011] ACPI: SSDT 0xFFFF9CD277A78000 000490 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.379413] ACPI: Dynamic OEM Table Load:
[    0.383008] ACPI: SSDT 0xFFFF9CD277AD3A00 0001FA (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.392671] ACPI: Dynamic OEM Table Load:
[    0.396009] ACPI: SSDT 0xFFFF9CD277A78800 00047A (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.405472] ACPI: Dynamic OEM Table Load:
[    0.409008] ACPI: SSDT 0xFFFF9CD277AD2400 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.419183] ACPI: Interpreter enabled
[    0.423024] ACPI: (supports S0 S5)
[    0.426005] ACPI: Using IOAPIC for interrupt routing
[    0.431123] HEST: Table parsing has been initialized.
[    0.436008] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.445245] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.456962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.464013] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.473341] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.480324] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.488019] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.499397] PCI host bridge to bus 0000:00
[    0.503007] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.510006] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.517006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.524010] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.532007] pci_bus 0000:00: root bus resource [mem 0x280000000-0xfffffffff window]
[    0.540006] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.547006] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.552018] pci 0000:00:00.0: [8086:1f02] type 00 class 0x060000
[    0.558150] pci 0000:00:01.0: [8086:1f10] type 01 class 0x060400
[    0.565030] pci 0000:00:01.0: reg 0x10: [mem 0xdf180000-0xdf19ffff 64bit]
[    0.571024] pci 0000:00:01.0: enabling Extended Tags
[    0.576047] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.582147] pci 0000:00:02.0: [8086:1f11] type 01 class 0x060400
[    0.589029] pci 0000:00:02.0: reg 0x10: [mem 0xdf160000-0xdf17ffff 64bit]
[    0.595023] pci 0000:00:02.0: enabling Extended Tags
[    0.600045] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.607146] pci 0000:00:03.0: [8086:1f12] type 01 class 0x060400
[    0.613028] pci 0000:00:03.0: reg 0x10: [mem 0xdf140000-0xdf15ffff 64bit]
[    0.619025] pci 0000:00:03.0: enabling Extended Tags
[    0.624045] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.631150] pci 0000:00:0e.0: [8086:1f14] type 00 class 0x060000
[    0.637157] pci 0000:00:0f.0: [8086:1f16] type 00 class 0x080600
[    0.643063] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[    0.649138] pci 0000:00:13.0: [8086:1f15] type 00 class 0x088000
[    0.655032] pci 0000:00:13.0: reg 0x10: [mem 0xdf1ab000-0xdf1ab3ff 64bit]
[    0.662210] pci 0000:00:14.0: [8086:1f45] type 00 class 0x020000
[    0.668028] pci 0000:00:14.0: reg 0x10: [mem 0xdf120000-0xdf13ffff 64bit]
[    0.675013] pci 0000:00:14.0: reg 0x18: [io  0xe060-0xe07f]
[    0.680022] pci 0000:00:14.0: reg 0x20: [mem 0xdf1a4000-0xdf1a7fff 64bit]
[    0.687066] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    0.693145] pci 0000:00:14.1: [8086:1f45] type 00 class 0x020000
[    0.700029] pci 0000:00:14.1: reg 0x10: [mem 0xdf100000-0xdf11ffff 64bit]
[    0.706012] pci 0000:00:14.1: reg 0x18: [io  0xe040-0xe05f]
[    0.712022] pci 0000:00:14.1: reg 0x20: [mem 0xdf1a0000-0xdf1a3fff 64bit]
[    0.719066] pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
[    0.725147] pci 0000:00:16.0: [8086:1f2c] type 00 class 0x0c0320
[    0.731032] pci 0000:00:16.0: reg 0x10: [mem 0xdf1aa000-0xdf1aa3ff]
[    0.737109] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.743136] pci 0000:00:18.0: [8086:1f32] type 00 class 0x010601
[    0.750023] pci 0000:00:18.0: reg 0x10: [io  0xe0b0-0xe0b7]
[    0.755011] pci 0000:00:18.0: reg 0x14: [io  0xe0a0-0xe0a3]
[    0.761012] pci 0000:00:18.0: reg 0x18: [io  0xe090-0xe097]
[    0.766011] pci 0000:00:18.0: reg 0x1c: [io  0xe080-0xe083]
[    0.772011] pci 0000:00:18.0: reg 0x20: [io  0xe020-0xe03f]
[    0.777011] pci 0000:00:18.0: reg 0x24: [mem 0xdf1a9000-0xdf1a97ff]
[    0.784048] pci 0000:00:18.0: PME# supported from D3hot
[    0.789131] pci 0000:00:1f.0: [8086:1f38] type 00 class 0x060100
[    0.795192] pci 0000:00:1f.3: [8086:1f3c] type 00 class 0x0c0500
[    0.801024] pci 0000:00:1f.3: reg 0x10: [mem 0xdf1a8000-0xdf1a801f]
[    0.808034] pci 0000:00:1f.3: reg 0x20: [io  0xe000-0xe01f]
[    0.813205] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.818091] pci 0000:02:00.0: [1a03:1150] type 01 class 0x060400
[    0.824076] pci 0000:02:00.0: enabling Extended Tags
[    0.829079] pci 0000:02:00.0: supports D1 D2
[    0.834006] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.840097] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.850015] pci 0000:00:02.0: PCI bridge to [bus 02-03]
[    0.856007] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.862009] pci 0000:00:02.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.868053] pci_bus 0000:03: extended config space not accessible
[    0.875044] pci 0000:03:00.0: [1a03:2000] type 00 class 0x030000
[    0.881028] pci 0000:03:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.887018] pci 0000:03:00.0: reg 0x14: [mem 0xdf000000-0xdf01ffff]
[    0.893017] pci 0000:03:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.899105] pci 0000:03:00.0: supports D1 D2
[    0.903005] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.910125] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.915015] pci 0000:02:00.0:   bridge window [io  0xd000-0xdfff]
[    0.921009] pci 0000:02:00.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.928082] pci 0000:00:03.0: PCI bridge to [bus 04]
[    0.933213] ACPI: PCI Interrupt Link [LNKA] (IRQs 6 7 10 *11 12 15)
[    0.939121] ACPI: PCI Interrupt Link [LNKB] (IRQs 6 7 *10 11 12 15)
[    0.946120] ACPI: PCI Interrupt Link [LNKC] (IRQs 6 7 10 11 12 *15)
[    0.952120] ACPI: PCI Interrupt Link [LNKD] (IRQs 6 7 *10 11 12 15)
[    0.958120] ACPI: PCI Interrupt Link [LNKE] (IRQs 6 7 10 11 12 *15)
[    0.965120] ACPI: PCI Interrupt Link [LNKF] (IRQs 6 *7 10 11 12 15)
[    0.971118] ACPI: PCI Interrupt Link [LNKG] (IRQs 6 7 10 11 12 15) *0, disabled.
[    0.979120] ACPI: PCI Interrupt Link [LNKH] (IRQs 6 7 10 *11 12 15)
[    0.986088] iommu: Default domain type: Passthrough 
[    0.991029] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    0.992000] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.006008] pci 0000:03:00.0: vgaarb: bridge control possible
[    1.011004] vgaarb: loaded
[    1.014172] SCSI subsystem initialized
[    1.018055] ACPI: bus type USB registered
[    1.022040] usbcore: registered new interface driver usbfs
[    1.028019] usbcore: registered new interface driver hub
[    1.033039] usbcore: registered new device driver usb
[    1.038105] pps_core: LinuxPPS API ver. 1 registered
[    1.043005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.052009] PTP clock support registered
[    1.056052] EDAC MC: Ver: 3.0.0
[    1.060035] PCI: Using ACPI for IRQ routing
[    1.065264] NetLabel: Initializing
[    1.068004] NetLabel:  domain hash size = 128
[    1.073003] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.078026] NetLabel:  unlabeled traffic allowed by default
[    1.085199] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.090008] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.098039] clocksource: Switched to clocksource tsc-early
[    1.128681] VFS: Disk quotas dquot_6.6.0
[    1.132643] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.139627] pnp: PnP ACPI init
[    1.143122] system 00:00: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.150088] system 00:00: [mem 0x7f800000-0x7fffffff] could not be reserved
[    1.157138] system 00:01: [io  0x0680-0x069f] has been reserved
[    1.163059] system 00:01: [io  0x0400-0x047f] could not be reserved
[    1.169333] system 00:01: [io  0x0500-0x05fe] has been reserved
[    1.175261] system 00:01: [mem 0xfed00000-0xfed3ffff] could not be reserved
[    1.182228] system 00:01: [mem 0xfed50000-0xfedfffff] has been reserved
[    1.188849] system 00:01: [mem 0x000c0000-0x000dffff] could not be reserved
[    1.195809] system 00:01: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.202775] system 00:01: [mem 0xffa00000-0xffffffff] has been reserved
[    1.209396] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.216431] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    1.222355] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    1.228284] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    1.234208] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    1.240130] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    1.247196] pnp: PnP ACPI: found 6 devices
[    1.259102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.268051] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.273041] pci 0000:02:00.0: PCI bridge to [bus 03]
[    1.278011] pci 0000:02:00.0:   bridge window [io  0xd000-0xdfff]
[    1.284116] pci 0000:02:00.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    1.290914] pci 0000:00:02.0: PCI bridge to [bus 02-03]
[    1.296149] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    1.302251] pci 0000:00:02.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    1.309052] pci 0000:00:03.0: PCI bridge to [bus 04]
[    1.314029] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.320215] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.326402] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.333277] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[    1.340161] pci_bus 0000:00: resource 8 [mem 0x280000000-0xfffffffff window]
[    1.347211] pci_bus 0000:00: resource 9 [mem 0xfed40000-0xfed44fff window]
[    1.354090] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    1.359664] pci_bus 0000:02: resource 1 [mem 0xde000000-0xdf0fffff]
[    1.365937] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    1.371508] pci_bus 0000:03: resource 1 [mem 0xde000000-0xdf0fffff]
[    1.377886] NET: Registered protocol family 2
[    1.382616] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    1.390522] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.397987] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.404994] TCP: Hash tables configured (established 65536 bind 65536)
[    1.411652] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.417825] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.424567] NET: Registered protocol family 1
[    1.428952] NET: Registered protocol family 44
[    1.445182] pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x6c5 took 11455 usecs
[    1.452621] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.460976] PCI: CLS 64 bytes, default 64
[    1.465100] Unpacking initramfs...
[    3.017830] Freeing initrd memory: 73152K
[    3.021887] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.028340] software IO TLB: mapped [mem 0x76953000-0x7a953000] (64MB)
[    3.040123] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.046863] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.053584] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.316574] Initialise system trusted keyrings
[    3.321033] Key type blacklist registered
[    3.325123] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    3.334562] zbud: loaded
[    3.337606] pstore: using deflate compression
[    3.342313] Platform Keyring initialized
[    4.064021] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[    4.070222] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
[    4.080236] clocksource: Switched to clocksource tsc
[    6.471184] NET: Registered protocol family 38
[    6.475638] Key type asymmetric registered
[    6.479741] Asymmetric key parser 'x509' registered
[    6.484643] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    6.492116] io scheduler mq-deadline registered
[    6.496653] io scheduler kyber registered
[    6.500743] io scheduler bfq registered
[    6.504693] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    6.512065] pcieport 0000:00:01.0: Signaling with IRQ 24
[    6.517503] pcieport 0000:00:01.0: enabled with IRQ 24
[    6.522908] pcieport 0000:00:02.0: Signaling with IRQ 25
[    6.528323] pcieport 0000:00:02.0: enabled with IRQ 25
[    6.533734] pcieport 0000:00:03.0: Signaling with IRQ 26
[    6.539149] pcieport 0000:00:03.0: enabled with IRQ 26
[    6.544446] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.551551] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    6.558973] ACPI: Power Button [PWRF]
[    6.563385] ERST: Error Record Serialization Table (ERST) support is initialized.
[    6.570980] pstore: Registered erst as persistent store backend
[    6.577542] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    6.585201] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    6.612330] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    6.640582] 00:05: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    6.648632] Non-volatile memory driver v1.3
[    6.653419] rdac: device handler registered
[    6.657743] hp_sw: device handler registered
[    6.662029] emc: device handler registered
[    6.666206] alua: device handler registered
[    6.670465] libphy: Fixed MDIO Bus: probed
[    6.674716] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.681254] ehci-pci: EHCI PCI platform driver
[    6.685886] ehci-pci 0000:00:16.0: EHCI Host Controller
[    6.691226] ehci-pci 0000:00:16.0: new USB bus registered, assigned bus number 1
[    6.698644] ehci-pci 0000:00:16.0: debug port 2
[    6.707102] ehci-pci 0000:00:16.0: cache line size of 64 is not supported
[    6.713916] ehci-pci 0000:00:16.0: irq 23, io mem 0xdf1aa000
[    6.726048] ehci-pci 0000:00:16.0: USB 2.0 started, EHCI 1.00
[    6.731883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    6.740147] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.747374] usb usb1: Product: EHCI Host Controller
[    6.752257] usb usb1: Manufacturer: Linux 4.18.0-193.14.3.el8_2.x86_64 ehci_hcd
[    6.759572] usb usb1: SerialNumber: 0000:00:16.0
[    6.764417] hub 1-0:1.0: USB hub found
[    6.768193] hub 1-0:1.0: 8 ports detected
[    6.772613] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.778838] ohci-pci: OHCI PCI platform driver
[    6.783312] uhci_hcd: USB Universal Host Controller Interface driver
[    6.789753] usbcore: registered new interface driver usbserial_generic
[    6.796290] usbserial: USB Serial support registered for generic
[    6.802392] i8042: PNP: No PS/2 controller found.
[    6.807205] mousedev: PS/2 mouse device common for all mice
[    6.812959] rtc_cmos 00:02: RTC can wake from S4
[    6.817787] rtc_cmos 00:02: registered as rtc0
[    6.822271] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
[    6.829509] intel_pstate: CPU model not supported
[    6.834585] hidraw: raw HID events driver (C) Jiri Kosina
[    6.840064] usbcore: registered new interface driver usbhid
[    6.845636] usbhid: USB HID core driver
[    6.849547] drop_monitor: Initializing network drop monitor service
[    6.855908] Initializing XFRM netlink socket
[    6.860430] NET: Registered protocol family 10
[    6.865371] Segment Routing with IPv6
[    6.869069] NET: Registered protocol family 17
[    6.873667] mpls_gso: MPLS GSO support
[    6.878039] core: Using 6 MCE banks
[    6.881688] microcode: sig=0x406d8, pf=0x1, revision=0x12d
[    6.887362] microcode: Microcode Update Driver: v2.2.
[    6.887378] SSE version of gcm_enc/dec engaged.
[    7.099027] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    7.235402] usb 1-1: New USB device found, idVendor=8087, idProduct=07db, bcdDevice= 0.02
[    7.243589] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.251203] hub 1-1:1.0: USB hub found
[    7.255064] hub 1-1:1.0: 4 ports detected
[    7.536050] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[    7.622544] usb 1-1.3: New USB device found, idVendor=0000, idProduct=0001, bcdDevice= 0.00
[    7.630903] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.638580] hub 1-1.3:1.0: USB hub found
[    7.642667] hub 1-1.3:1.0: 4 ports detected
[    7.940051] usb 1-1.3.1: new low-speed USB device number 4 using ehci-pci
[    8.052032] usb 1-1.3.1: New USB device found, idVendor=0557, idProduct=2419, bcdDevice= 1.00
[    8.060570] usb 1-1.3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.069253] i: HID 0557:2419 as /devices/pci0000:00/0000:00:16.0/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.0/0003:0557:2419.0001/input/input1
[    8.133409] heneric 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:16.0-1.3.1/input0
[    8.146095] input: HID 0557:2419 as /devices/pci0000:00/0000:00:16.0/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.1/0003:0557:2419.0002/input/input2
[    8.158648] hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:16.0-1.3.1/input1
[    8.985128] sched_clock: Marking stable (8985111095, 0)->(10415588276, -1430477181)
[    8.993321] registered taskstats version 1
[    8.997445] Loading compiled-in X.509 certificates
[    9.271311] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: a5bf5184856f5a83bbf19c10fc98dd63ed02690a'
[    9.282822] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    9.295270] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    9.305926] zswap: loaded using pool lzo/zbud
[    9.700518] Key type big_key registered
[    9.899283] Key type encrypted registered
[    9.903317] ima: No TPM chip found, activating TPM-bypass!
[    9.908836] ima: Allocated hash algorithm: sha1
[    9.913393] evm: Initialising EVM extended attributes:
[    9.918534] evm: security.selinux
[    9.921852] evm: security.ima
[    9.924823] evm: security.capability
[    9.928403] evm: HMAC attrs: 0x1
[    9.932215] rtc_cmos 00:02: setting system clock to 2020-08-25 21:25:29 UTC (1598390729)
[    9.947563] Freeing unused decrypted memory: 2040K
[    9.953637] Freeing unused kernel memory: 2404K
[    9.964082] Write protecting the kernel read-only data: 18432k
[    9.971267] Freeing unused kernel memory: 2020K
[    9.976116] Freeing unused kernel memory: 248K
[   10.089397] systemd[1]: systemd 239 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)
[   10.122119] systemd[1]: Detected architecture x86-64.
[   10.127194] systemd[1]: Running in initial RAM disk.

Welcome to Red Hat Enterprise Linux CoreOS 45.82.202008101249-0 (Ootpa) dracut-049-70.git20200228.el8 (Initramfs)!

[   10.149090] systemd[1]: No hostname configured.
[   10.153647] systemd[1]: Set hostname to <localhost>.
[   10.158686] systemd[1]: Initializing machine ID from random generator.
[   10.355200] systemd[1]: Reached target Initrd Root Device.
[  OK  ] Reached target Initrd Root Device.
[   10.367237] systemd[1]: Listening on Open-iSCSI iscsid Socket.
[  OK  ] Listening on Open-iSCSI iscsid Socket.
[   10.380103] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[   10.390282] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Timers.
[  OK  ] Listening on Open-iSCSI iscsiuio Socket.
[  OK  ] Reached target Paths.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Reached target Swap.
[  OK  ] Listening on Journal Socket.
         Starting dracut cmdline hook...
         Starting Create list of required st…ce nodes for the current kernel...
         Starting iSCSI UserSpace I/O driver...
         Starting Load Kernel Modules...
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Reached target Sockets.
         Starting Journal Service...
[  OK  ] Started iSCSI UserSpace I/O driver.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
         Starting Create Static Device Nodes in /dev...
[   10.608553] Loading iSCSI transport class v2.0-870.
[   10.624848] fuse: init (API version 7.31)
[  OK  ] Started Load Kernel Modules.
         Starting Apply Kernel Variables...
[  OK  ] Started Create Static Device Nodes in /dev.
[   10.785795] systemd[1]: Started Apply Kernel Variables.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Journal Service.
[  OK  ] Started dracut cmdline hook.
         Starting dracut pre-udev hook...
[  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 udev Wait for Complete Device Initialization...
[  OK  ] Started udev Wait for Complete Device Initialization.
         Starting Device-Mapper Multipath Device Controller...
[  OK  ] Started Device-Mapper Multipath Device Controller.
         Starting Open-iSCSI...
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Open-iSCSI.
         Starting dracut initqueue hook...
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Reached target System Initialization.
[  OK  ] Reached target Basic System.
[   27.527849] dracut-initqueue[730]: Warning: No carrier detected on interface enp0s20f1
[   38.305326] dracut-initqueue[730]: Warning: No carrier detected on interface enp0s20f1
[   38.339876] dracut-initqueue[730]: RTNETLINK answers: File exists
[  OK  ] Started dracut initqueue hook.
[  OK  ] Reached target CoreOS Installer Target.
[  OK  ] Started CoreOS Installer.
[  OK  ] Reached target Remote File Systems (Pre).
[  106.743873] coreos-installer[1520]: failed fetching image headers from https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.5/4.5.6/rhcos-4.5.6-x86_64-metal.x86_64.raw.gz: 35
Usage: /usr/libexec/coreos-installer [options]
Options:
    -d DEVICE      Install to the given device, alternatively specify
                   coreos.inst.install_dev on the kcmdline.
    -i IGNITION    The URL (or path) to the given Ignition config,
                   alternatively specify coreos.inst.ignition_url on the
                   kcmdline.
    -b BASEURL     The URL to the image, alternatively specify
                   coreos.inst.image_url on the kcmdline.
    -p PLATFORM_ID The platform ID, alternatively specify
                   coreos.inst.platform_id on the kcmdline.
    -h             This.

This tool installs CoreOS style disk images on a block device.

Press Enter for emergency shell or wait 1 minute 15 seconds for reboot.      

@displague
Copy link
Author

going to add rd.net.timeout.carrier=30 per https://access.redhat.com/solutions/3354711

@displague
Copy link
Author

Woot!

[  OK  ] Reached target Basic System.
         Starting dracut initqueue hook...
[   48.873073] dracut-initqueue[738]: Warning: No carrier detected on interface enp0s20f1
[   81.094222] dracut-initqueue[738]: Warning: No carrier detected on interface enp0s20f1
[   81.128883] dracut-initqueue[738]: RTNETLINK answers: File exists
[  OK  ] Started dracut initqueue hook.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target CoreOS Installer Target.
[  OK  ] Started CoreOS Installer.
[  104.651857] coreos-installer[2728]: Image size is 898463618
[  104.659257] coreos-installer[2728]: tmpfs sized to 906 MB
[  104.666099] coreos-installer[2728]: IGNITION_URL IS https://metadata.packet.net/userdata
[  104.867063] coreos-installer[2728]: Selected device is /dev/sda
[  104.875236] coreos-installer[2728]: Mounting tmpfs
[  104.882242] coreos-installer[2728]: Downloading install image
[  105.887840] coreos-installer[2728]: 0%
[  106.900074] coreos-installer[2728]: 1%
[  107.912712] coreos-installer[2728]: 3%
[  108.925807] coreos-installer[2728]: 4%
[  109.937935] coreos-installer[2728]: 5%
[  110.950315] coreos-installer[2728]: 6%
[  111.962547] coreos-installer[2728]: 7%
[  112.975501] coreos-installer[2728]: 8%
[  113.988067] coreos-installer[2728]: 9%
[  115.000550] coreos-installer[2728]: 9%
[  217.272226] coreos-installer[2728]: Writing disk image
...
[  264.225129] coreos-installer[2728]: Install completeignition platform id, no platform id provided
... reboot

@displague
Copy link
Author

[  109.229027] coreos-installer[2726]: Wiping /dev/sda
[  109.239200] coreos-installer[2726]: /dev/sda: 8 bytes were erased at offset 0x00000200 (gpt): 45 46 49 20 50 41 52 54
[  109.251192] coreos-installer[2726]: /dev/sda: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa
[  109.262352] coreos-installer[2726]: Writing disk image
[  155.802924] coreos-installer[2726]: Waiting for udev
[  156.192787] coreos-installer[2726]: Embedding provided Ignition config
[  156.400571] coreos-installer[2726]: Embedding provided networking options
[  156.458957] coreos-installer[2726]: Not embedding additional options; none provided
[  156.468292] coreos-installer[2726]: Overwriting ignition platform id
[  156.506608] coreos-installer[2726]: Set ignition.platform.id="packet" kernel CLI parameter in BLS configs
[  156.518531] coreos-installer[2726]: Install complete
[  OK  ] Stopped target Timers.
[  OK  ] Stopped target Remote File Systems (Pre).
[  OK  ] Stopped CoreOS Installer.
[  OK  ] Stopped target CoreOS Installer Target.
[  OK  ] Stopped dracut initqueue hook.
[  OK  ] Stopped target Initrd Root Device.
[  OK  ] Stopped dracut pre-trigger hook.
[  OK  ] Stopped dracut pre-udev hook.
[  OK  ] Stopped dracut cmdline hook.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Slices.
[  OK  ] Stopped target System Initialization.
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped target Local Encrypted Volumes.
[  OK  ] Stopped Load Kernel Modules.
[  OK  ] Stopped Create Volatile Files and Directories.
[  OK  ] Stopped target Local File Systems.
         Unmounting /mnt/dl...
[  OK  ] Stopped target Paths.
[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped target Sockets.
[  OK  ] Closed Open-iSCSI iscsid Socket.
[  OK  ] Closed Open-iSCSI iscsiuio Socket.
[  OK  ] Unmounted /mnt/dl.
[  OK  ] Reached target Unmount All Filesystems.
[  OK  ] Stopped target Local File Systems (Pre).
         Stopping Device-Mapper Multipath Device Controller...
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped target Swap.
[  OK  ] Reached target Shutdown.
[  OK  ] Reached target Final Step.
         Starting Reboot...
[  OK  ] Stopped Device-Mapper Multipath Device Controller.
[  162.300469] reboot: Restarting system

@displague
Copy link
Author

Now facing no console on reboot.

The following tips seem helpful:

coreos.inst.skip_reboot - Don't reboot after installing. Optional.

console= could be appended (via coreos.inst.persistent-kargs="console=ttyS1,115200n8"?)
coreos/fedora-coreos-tracker#533
coreos/fedora-coreos-tracker#533
coreos/fedora-coreos-tracker#567
coreos/coreos-installer#268

@displague
Copy link
Author

displague commented Aug 26, 2020

TODO see if I can put variables back in to the ipxe

@displague
Copy link
Author

Tried rebooting the previously configured (no serial terminal) RHCOS system into iPXE with the added persistent-kargs..

[   48.904556] dracut-initqueue[740]: Warning: No carrier detected on interface enp0s20f1
[   81.113331] dracut-initqueue[740]: Warning: No carrier detected on interface enp0s20f1
[   81.147970] dracut-initqueue[740]: RTNETLINK answers: File exists
[  OK  ] Started dracut initqueue hook.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target CoreOS Installer Target.
[  OK  ] Started CoreOS Installer.
[  108.764220] coreos-installer[2729]: Image size is 898463618
[  108.771292] coreos-installer[2729]: tmpfs sized to 906 MB
[  108.778207] coreos-installer[2729]: IGNITION_URL IS https://metadata.packet.net/userdata
[  108.977708] coreos-installer[2729]: /dev/sda does not exist.
Usage: /usr/libexec/coreos-installer [options]
Options:
    -d DEVICE      Install to the given device, alternatively specify
                   coreos.inst.install_dev on the kcmdline.
    -i IGNITION    The URL (or path) to the given Ignition config,
                   alternatively specify coreos.inst.ignition_url on the
                   kcmdline.
    -b BASEURL     The URL to the image, alternatively specify
                   coreos.inst.image_url on the kcmdline.
    -p PLATFORM_ID The platform ID, alternatively specify
                   coreos.inst.platform_id on the kcmdline.
    -h             This.

This tool installs CoreOS style disk images on a block device.

Press Enter for emergency shell or wait 4 minutes 45 seconds for reboot.      

No sda? What have I done.. Going to start over with the same gist and userdata.

@displague
Copy link
Author

New provision successfully provisioned RHCOS (afaict) then rebooted at the end.

following reboot, SOS shows a blank screen (does not newline on enter).

ssh is responding on the machine, but not accepting my keys as root@ or core@ (Is that the RHCOS username? Should I expect Afterburn to configure core's ssh keys from Packet metadata?)

@bgilbert
Copy link

Please test with 4.6 instead of 4.5. The installer has been rewritten, the installer image has been replaced with a live image which is a full RHCOS live system, and there have been substantial changes to networking.

The new installer provides a way to modify kernel arguments in the installed system, but it's only exposed as a command-line argument to the installer, and is not exposed on the kernel command line. IMO RHCOS should be modified to automatically set the correct serial console argument from GRUB if we're on ignition.platform.id=packet.

FYI, ignition.config.url=https://metadata.packet.net/userdata won't work because the Packet metadata service is picky about the Accept header. ignition.platform.id=packet is the correct approach.

@displague
Copy link
Author

@displague
Copy link
Author

displague commented Sep 30, 2020

$ cat userdata.txt
#!/bin/sh
mkdir ~/.ssh/
touch ~/.ssh/authorized_keys
chmod u+rw,go-rwx ~/.ssh/authorized_keys
(echo; curl https://github.com/displague.keys; echo ) >> ~/.ssh/authorized_keys
PACKNGO_DEBUG=1 ~/src/packet-cli/packet-cli device create --userdata-file userdata.txt --hostname mj-rhcos-heal-the-world --plan t3.small.x86 -p $PROJECT_ID  -t "rhcos,ipxe,testing,openshift-ipi" -i https://gist.githubusercontent.com/displague/5282172449a83c7b83821f8f8333a072/raw/39864495d97cd9e0666f5793afb87c8480a11489/rhcos.ipxe   --operating-system custom_ipxe --facility any -T "$(TZ=UTC date -v+1H +"%Y-%m-%dT%H:%M:%SZ")"
iPXE 1.0.255+ (18dc7) -- Open Source Network Boot Firmware -- http://ipxe.org
Features: DNS HTTP HTTPS iSCSI TFTP VLAN AoE ELF MBOOT PXE bzImage COMBOOT Menu
PXEXT
                                                                                [    0.000000] Linux version 4.18.0-193.23.1.el8_2.x86_64 (mockbuild@x86-vm-07.build.eng.bos.redhat.com) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Thu Sep 17 15:34:16 EDT 2020
[    0.000000] Command line: console=ttyS1,115200n8 ip=dhcp nameserver=1.1.1.1 nomodeset rd.peerdns=0 rd.neednet=1 initrd=rhcos-live-initramfs.x86_64.img coreos.inst=yes coreos.first_boot=1 coreos.inst.install_dev=sda coreos.inst.image_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.ignition_url=https://metadata.packet.net/userdata rd.net.timeout.carrier=30 coreos.inst.platform_id=packet coreos.inst.persistent-kargs="console=ttyS1,115200n8"
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000997ff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000099800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000076daffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076db0000-0x0000000076ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000077000000-0x00000000d87e2fff] usable2/ra
[    0.000000] BIOS-e820: [mem 0x00000000d87e3000-0x00000000d9d9bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9d9c000-0x00000000d9e58fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9e59000-0x00000000da1befff] ACPI NVSle
[    0.000000] BIOS-e820: [mem 0x00000000da1bf000-0x00000000da6a3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000da6a4000-0x00000000dbffffff] usablerele
[    0.000000] BIOS-e820: [mem 0x00000000dc000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000eff00000-0x00000000eff7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000efff0000-0x00000000efff0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000041f380000-0x000000041fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.1.1 present./17.78MB
[    0.000000] DMI: Packet t3.small.x86/EPYC3151D4I-NL, BIOS L1.05I 03/17/2020
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2699.836 MHz processor
[    0.000000] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000000] total RAM covered: 3520M.94kB
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 0chunk_size: 1G 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] last_pfn = 0xdc000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcc10-0x000fcc1f]
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x7212a000-0x76daffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 AMD   )
[    0.000000] ACPI: XSDT 0x00000000D9E590A8 0000D4 (v01 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000D9E651C0 000114 (v06 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000D9E59218 00BFA2 (v02 AMD    Wallaby  03242016 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DA1BEE80 000040
[    0.000000] ACPI: APIC 0x00000000D9E652D8 00045E (v04 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000D9E65738 000044 (v01 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000D9E65780 00009C (v01 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000D9E65820 008C4C (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SPMI 0x00000000D9E6E470 000041 (v05 AMD    Wallaby  00000000 AMI. 00000000)
[    0.000000] ACPI: SSDT 0x00000000D9E6E4B8 000094 (v02 AMD    CPUSSDT  03242016 AMI  03242016)
[    0.000000] ACPI: MCFG 0x00000000D9E6E550 00003C (v01 AMD    Wallaby  03242016 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x00000000D9E6E590 000073 (v01 AMD    OEMAAFT  03242016 MSFT 00000097)7b3-a699-94cba7a8eccc' -e 'RLOGHOST=147.75.200.3' -e 'ECLYPSIUM_TOKEN=secT8IW2qPuNuhjfjsZNYaPTRX5ONfh3s4TtkvXAIcSX7o' -v /dev:/dev -v /dev/console:/dev/console -v /lib/firmware:/lib/firmware:ro[    0.000000] ACPI: SSDT 0x00000000D9E6E608 00119C (v01 AMD    AMD CPU  00000001 AMD  00000001)adata:ro -v /tmp/osie-statedir-null/userdata:/userdata:ro -v /tmp/osie-statedir-null:/statedir --net host osie:x86_64 /home/packet/deprovision.sh -M /metadata -u /userdata
[    0.000000] ACPI: CRAT 0x00000000D9E6F7A8 000850 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000D9E6FFF8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: BERT 0x00000000D9E70028 000030 (v01 AMD    AMD BERT 00000001 AMD  00000001)
[    0.000000] ACPI: EINJ 0x00000000D9E70058 000150 (v01 AMD    AMD EINJ 00000001 AMD  00000001)
[    0.000000] ACPI: HEST 0x00000000D9E701A8 000648 (v01 AMD    AMD HEST 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000D9E707F0 000094 (v01 AMD    CPMRAS   00000001 INTL 20120913)
[    0.000000] ACPI: HPET 0x00000000D9E70888 000038 (v01 AMD    Wallaby  03242016 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000D9E708C0 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000D9E708E8 000048 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000D9E70930 00013E (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000D9E70A70 001630 (v01 AMD    CPMCMN   00000001 INTL 20120913)
[    0.000000] ACPI: WSMT 0x00000000D9E720A0 000028 (v01 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f356000-0x41f37ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000098fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000076daffff]
[    0.000000]   node   0: [mem 0x0000000077000000-0x00000000d87e2fff]
[    0.000000]   node   0: [mem 0x00000000d9d9c000-0x00000000d9e58fff]
[    0.000000]   node   0: [mem 0x00000000da6a4000-0x00000000dbffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 24764 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 128, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 129, version 33, address 0xefff0000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 128 CPUs, 120 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00099000-0x00099fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x76db0000-0x76ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd87e3000-0xd9d9bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9e59000-0xda1befff]
[    0.000000] PM: Registered nosave memory: [mem 0xda1bf000-0xda6a3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xeff00000-0xeff7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xeff80000-0xeffeffff]
[    0.000000] PM: Registered nosave memory: [mem 0xefff0000-0xefff0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xefff1000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedc5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc6000-0xfedc6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc7000-0xfedc7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc8000-0xfedc8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc9000-0xfedcafff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedcb000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xefefffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] Detected CPU family 17h model 1
[    0.000000] Warning: AMD Processor - this hardware has not undergone testing by Red Hat and might not be certified. Please consult https://hardware.redhat.com for certified hardware.
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
[    0.000000] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u262144
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4101202
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: console=ttyS1,115200n8 ip=dhcp nameserver=1.1.1.1 nomodeset rd.peerdns=0 rd.neednet=1 initrd=rhcos-live-initramfs.x86_64.img coreos.inst=yes coreos.first_boot=1 coreos.inst.install_dev=sda coreos.inst.image_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.ignition_url=https://metadata.packet.net/userdata rd.net.timeout.carrier=30 coreos.inst.platform_id=packet coreos.inst.persistent-kargs="console=ttyS1,115200n8"
[    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://access.redhat.com/ecosystem.
[    0.000000] Memory: 3557988K/16665360K available (12292K kernel code, 2151K rwdata, 3848K rodata, 2404K init, 6476K bss, 468868K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
[    0.000000] ftrace: allocating 36341 entries in 142 pages
[    0.001000] rcu: Hierarchical RCU implementation.
[    0.001000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    0.001000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.001000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    0.001000] NR_IRQS: 524544, nr_irqs: 1992, preallocated irqs: 16
[    0.001000] random: get_random_bytes called from start_kernel+0x36b/0x55b with crng_init=0
[    0.001000] Console: colour VGA+ 80x25
[    0.001000] printk: console [ttyS1] enabled
[    0.001000] ACPI: Core revision 20190703
[    0.001000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.001000] APIC: Switch to symmetric I/O mode setup
[    0.002880] AMD-Vi: ivrs, add hid:PNPD0040, uid:, rdevid:152
[    0.004004] Switched APIC routing to physical flat.
[    0.006535] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.011008] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eaa3ac197, max_idle_ns: 440795304086 ns
[    0.012002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.67 BogoMIPS (lpj=2699836)
[    0.013001] pid_max: default: 131072 minimum: 1024
[    0.015057] Security Framework initialized
[    0.016001] Yama: becoming mindful.
[    0.017004] SELinux:  Initializing.
[    0.020402] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.022928] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.023069] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.024035] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.025510] LVT offset 2 assigned for vector 0xf4
[    0.026011] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.027001] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.028001] FEATURE SPEC_CTRL Not Present
[    0.029000] FEATURE IBPB_SUPPORT Present
[    0.030001] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.031002] Spectre V2 : Mitigation: Full AMD retpoline
[    0.032000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.033005] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.034000] Spectre V2 : User space: Vulnerable
[    0.035002] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.037014] Freeing SMP alternatives memory: 32K
[    0.042000] smpboot: CPU0: AMD EPYC 3151 4-Core Processor (family: 0x17, model: 0x1, stepping: 0x2)
[    0.042136] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.043002] ... version:                0
[    0.044001] ... bit width:              48
[    0.045001] ... generic registers:      6
[    0.046001] ... value mask:             0000ffffffffffff
[    0.047000] ... max period:             00007fffffffffff
[    0.048000] ... fixed-purpose events:   0
[    0.049000] ... event mask:             000000000000003f
[    0.050088] rcu: Hierarchical SRCU implementation.
[    0.052804] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.053017] smp: Bringing up secondary CPUs ...
[    0.054100] x86: Booting SMP configuration:
[    0.055002] .... node  #0, CPUs:          #1   #2   #3   #4   #5   #6   #7
[    0.065051] smp: Brought up 1 node, 8 CPUs
[    0.067001] smpboot: Max logical packages: 16
[    0.068002] smpboot: Total of 8 processors activated (43197.37 BogoMIPS)
[    0.186010] node 0 initialised, 3159626 pages in 116ms
[    0.192142] devtmpfs: initialized
[    0.193040] x86/mm: Memory block size: 128MB
[    0.196067] PM: Registering ACPI NVS region [mem 0xd9e59000-0xda1befff] (3563520 bytes)
[    0.197096] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.206071] futex hash table entries: 32768 (order: 9, 2097152 bytes)
[    0.214014] pinctrl core: initialized pinctrl subsystem
[    0.219249] NET: Registered protocol family 16
[    0.224058] audit: initializing netlink subsys (disabled)
[    0.229016] audit: type=2000 audit(1601501014.229:1): state=initialized audit_enabled=0 res=1
[    0.238008] cpuidle: using governor menu
[    0.242099] ACPI: bus type PCI registered
[    0.246002] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.252110] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.262004] PCI: not using MMCONFIG
[    0.265001] PCI: Using configuration type 1 for base access
[    0.271001] PCI: Using configuration type 1 for extended access
[    0.278379] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.285003] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.292099] cryptd: max_cpu_qlen set to 1000
[    0.296174] ACPI: Added _OSI(Module Device)
[    0.301003] ACPI: Added _OSI(Processor Device)
[    0.305001] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.310001] ACPI: Added _OSI(Processor Aggregator Device)
[    0.315001] ACPI: Added _OSI(Linux-Dell-Video)
[    0.320001] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.325001] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.339603] ACPI BIOS Error (bug): Failure creating named object [\_SB._OSC], AE_ALREADY_EXISTS (20190703/dswload2-324)
[    0.350002] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190703/psobject-221)
[    0.359002] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.366349] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.376236] ACPI: Interpreter enabled
[    0.380012] ACPI: (supports S0 S5)
[    0.383001] ACPI: Using IOAPIC for interrupt routing
[    0.388068] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.398032] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    0.406007] pmd_set_huge: Cannot satisfy [mem 0xf0000000-0xf0200000] with a huge-page mapping due to MTRR override.
[    0.417199] HEST: Table parsing has been initialized.
[    0.422003] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.431298] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.437292] ACPI: Power Resource [P0SA] (off)
[    0.442020] ACPI: Power Resource [P3SA] (off)
[    0.448253] ACPI: Power Resource [P0SA] (off)
[    0.453022] ACPI: Power Resource [P3SA] (off)
[    0.457876] ACPI: Power Resource [P0SA] (off)
[    0.462021] ACPI: Power Resource [P3SA] (off)
[    0.467511] ACPI: Power Resource [P0SA] (off)
[    0.472019] ACPI: Power Resource [P3SA] (off)
[    0.477125] ACPI: Power Resource [P0SA] (off)
[    0.482019] ACPI: Power Resource [P3SA] (off)
[    0.486748] ACPI: Power Resource [P0SA] (off)
[    0.491020] ACPI: Power Resource [P3SA] (off)
[    0.496517] ACPI: Power Resource [P0SA] (off)
[    0.501019] ACPI: Power Resource [P3SA] (off)
[    0.506018] ACPI: Power Resource [P0SA] (off)
[    0.510019] ACPI: Power Resource [P3SA] (off)
[    0.516910] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.523005] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.532168] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.542011] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.552214] PCI host bridge to bus 0000:00
[    0.557002] pci_bus 0000:00: root bus resource [io  0x0000-0x02ff window]
[    0.563001] pci_bus 0000:00: root bus resource [io  0x0300-0x03af window]
[    0.570002] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.577001] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.584002] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.591001] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.598002] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.605001] pci_bus 0000:00: root bus resource [mem 0xe9000000-0xefffffff window]
[    0.613002] pci_bus 0000:00: root bus resource [mem 0x1c084000000-0x1ffffffffff window]
[    0.621002] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.626008] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.632074] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.639091] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.645062] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.651188] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.657110] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.663072] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.669060] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.675124] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.681431] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.688083] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.694059] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.700038] pci 0000:00:07.1: enabling Extended Tags
[    0.705066] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.711100] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.717064] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.723428] pci 0000:00:08.1: enabling Extended Tags
[    0.729095] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.735135] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.741212] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.747223] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.754048] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.760050] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.766048] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.772047] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.778048] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.784046] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.790048] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.796133] pci 0000:01:00.0: [1a03:1150] type 01 class 0x060400
[    0.802078] pci 0000:01:00.0: supports D1 D2
[    0.806001] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.816018] pci 0000:00:01.1: PCI bridge to [bus 01-02]
[    0.821006] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.827002] pci 0000:00:01.1:   bridge window [mem 0xee000000-0xef0fffff]
[    0.834035] pci_bus 0000:02: extended config space not accessible
[    0.840028] pci 0000:02:00.0: [1a03:2000] type 00 class 0x030000
[    0.846019] pci 0000:02:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[    0.853011] pci 0000:02:00.0: reg 0x14: [mem 0xef000000-0xef01ffff]
[    0.859010] pci 0000:02:00.0: reg 0x18: [io  0x3000-0x307f]
[    0.865080] pci 0000:02:00.0: supports D1 D2
[    0.869001] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.875079] pci 0000:01:00.0: PCI bridge to [bus 02]
[    0.881005] pci 0000:01:00.0:   bridge window [io  0x3000-0x3fff]
[    0.887003] pci 0000:01:00.0:   bridge window [mem 0xee000000-0xef0fffff]
[    0.893464] pci 0000:03:00.0: [8086:1572] type 00 class 0x020000
[    0.900023] pci 0000:03:00.0: reg 0x10: [mem 0xec000000-0xecffffff 64bit pref]
[    0.907016] pci 0000:03:00.0: reg 0x1c: [mem 0xed008000-0xed00ffff 64bit pref]
[    0.914012] pci 0000:03:00.0: reg 0x30: [mem 0xef780000-0xef7fffff pref]
[    0.921050] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.927028] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x0000ffff 64bit pref]
[    0.935002] pci 0000:03:00.0: VF(n) BAR0 space: [mem 0x00000000-0x003fffff 64bit pref] (contains BAR0 for 64 VFs)
[    0.945015] pci 0000:03:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[    0.952002] pci 0000:03:00.0: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR3 for 64 VFs)
[    0.962199] pci 0000:03:00.1: [8086:1572] type 00 class 0x020000
[    0.969023] pci 0000:03:00.1: reg 0x10: [mem 0xeb000000-0xebffffff 64bit pref]
[    0.976015] pci 0000:03:00.1: reg 0x1c: [mem 0xed000000-0xed007fff 64bit pref]
[    0.983013] pci 0000:03:00.1: reg 0x30: [mem 0xef700000-0xef77ffff pref]
[    0.990058] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold
[    0.996024] pci 0000:03:00.1: reg 0x184: [mem 0x00000000-0x0000ffff 64bit pref]
[    1.003002] pci 0000:03:00.1: VF(n) BAR0 space: [mem 0x00000000-0x003fffff 64bit pref] (contains BAR0 for 64 VFs)
[    1.013015] pci 0000:03:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[    1.021001] pci 0000:03:00.1: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR3 for 64 VFs)
[    1.031134] pci 0000:00:03.1: PCI bridge to [bus 03]
[    1.036004] pci 0000:00:03.1:   bridge window [mem 0xef700000-0xef7fffff]
[    1.043003] pci 0000:00:03.1:   bridge window [mem 0xeb000000-0xed0fffff 64bit pref]
[    1.051164] pci 0000:04:00.0: [1022:145a] type 00 class 0x130000
[    1.057036] pci 0000:04:00.0: enabling Extended Tags
[    1.062073] pci 0000:04:00.2: [1022:1456] type 00 class 0x108000
[    1.068019] pci 0000:04:00.2: reg 0x18: [mem 0xef300000-0xef3fffff]
[    1.074013] pci 0000:04:00.2: reg 0x24: [mem 0xef400000-0xef401fff]
[    1.081008] pci 0000:04:00.2: enabling Extended Tags
[    1.085081] pci 0000:04:00.3: [1022:145f] type 00 class 0x0c0330
[    1.092014] pci 0000:04:00.3: reg 0x10: [mem 0xef200000-0xef2fffff 64bit]
[    1.098022] pci 0000:04:00.3: enabling Extended Tags
[    1.103033] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    1.109077] pci 0000:00:07.1: PCI bridge to [bus 04]
[    1.115004] pci 0000:00:07.1:   bridge window [mem 0xef200000-0xef4fffff]
[    1.121089] pci 0000:05:00.0: [1022:1455] type 00 class 0x130000
[    1.127039] pci 0000:05:00.0: enabling Extended Tags
[    1.132081] pci 0000:05:00.1: [1022:1468] type 00 class 0x108000
[    1.138020] pci 0000:05:00.1: reg 0x18: [mem 0xef500000-0xef5fffff]
[    1.145013] pci 0000:05:00.1: reg 0x24: [mem 0xef600000-0xef601fff]
[    1.151008] pci 0000:05:00.1: enabling Extended Tags
[    1.156081] pci 0000:05:00.2: [1022:7901] type 00 class 0x010601
[    1.162032] pci 0000:05:00.2: reg 0x24: [mem 0xef602000-0xef602fff]
[    1.168008] pci 0000:05:00.2: enabling Extended Tags
[    1.173034] pci 0000:05:00.2: PME# supported from D3hot D3cold
[    1.179075] pci 0000:00:08.1: PCI bridge to [bus 05]
[    1.184004] pci 0000:00:08.1:   bridge window [mem 0xef500000-0xef6fffff]
[    1.191499] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 *11 14 15)
[    1.198048] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 *10 11 14 15)
[    1.205042] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 *5 7 10 11 14 15)
[    1.211051] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    1.218046] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 *5 7 10 11 14 15)
[    1.224037] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 *11 14 15)
[    1.231035] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 *10 11 14 15)
[    1.237037] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    1.244141] iommu: Default domain type: Passthrough
[    1.249016] pci 0000:02:00.0: vgaarb: setting as boot VGA device
[    1.250000] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.264003] pci 0000:02:00.0: vgaarb: bridge control possible
[    1.269001] vgaarb: loaded
[    1.272105] SCSI subsystem initialized
[    1.276017] ACPI: bus type USB registered
[    1.280018] usbcore: registered new interface driver usbfs
[    1.285006] usbcore: registered new interface driver hub
[    1.291065] usbcore: registered new device driver usb
[    1.296022] pps_core: LinuxPPS API ver. 1 registered
[    1.301001] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.310003] PTP clock support registered
[    1.314064] EDAC MC: Ver: 3.0.0
[    1.317066] PCI: Using ACPI for IRQ routing
[    1.332220] NetLabel: Initializing
[    1.335001] NetLabel:  domain hash size = 128
[    1.340002] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.345014] NetLabel:  unlabeled traffic allowed by default
[    1.351099] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.356002] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    1.364045] clocksource: Switched to clocksource tsc-early
[    1.380630] VFS: Disk quotas dquot_6.6.0
[    1.384609] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.391591] pnp: PnP ACPI init
[    1.394775] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    1.401735] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    1.407659] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    1.413580] system 00:02: [io  0x0a20-0x0a2f] has been reserved
[    1.419496] system 00:02: [io  0x0a30-0x0a3f] has been reserved
[    1.425416] system 00:02: [io  0x0a40-0x0a4f] has been reserved
[    1.431935] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    1.437856] system 00:05: [io  0x040b] has been reserved
[    1.443166] system 00:05: [io  0x04d6] has been reserved
[    1.448483] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    1.454402] system 00:05: [io  0x0c14] has been reserved
[    1.459714] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    1.465633] system 00:05: [io  0x0c52] has been reserved
[    1.470946] system 00:05: [io  0x0c6c] has been reserved
[    1.476259] system 00:05: [io  0x0c6f] has been reserved
[    1.481574] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    1.487491] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    1.493410] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    1.499333] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    1.505253] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    1.511174] system 00:05: [io  0x0800-0x089f] has been reserved
[    1.517093] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    1.523014] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    1.528931] system 00:05: [io  0x0900-0x090f] has been reserved
[    1.534852] system 00:05: [io  0x0910-0x091f] has been reserved
[    1.540773] system 00:05: [io  0xfe00-0xfefe] has been reserved
[    1.546693] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.553653] system 00:05: [mem 0xfec01000-0xfec01fff] has been reserved
[    1.560264] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    1.566879] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.573490] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    1.580450] system 00:05: [mem 0xfed61000-0xfed70fff] has been reserved
[    1.587065] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    1.593676] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    1.600522] pnp: PnP ACPI: found 6 devices
[    1.610483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.619386] pci 0000:01:00.0: PCI bridge to [bus 02]
[    1.624355] pci 0000:01:00.0:   bridge window [io  0x3000-0x3fff]
[    1.630446] pci 0000:01:00.0:   bridge window [mem 0xee000000-0xef0fffff]
[    1.637236] pci 0000:00:01.1: PCI bridge to [bus 01-02]
[    1.642458] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    1.648550] pci 0000:00:01.1:   bridge window [mem 0xee000000-0xef0fffff]
[    1.655346] pci 0000:03:00.0: BAR 7: no space for [mem size 0x00400000 64bit pref]
[    1.662912] pci 0000:03:00.0: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[    1.670826] pci 0000:03:00.1: BAR 7: no space for [mem size 0x00400000 64bit pref]
[    1.678392] pci 0000:03:00.1: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[    1.686306] pci 0000:03:00.0: BAR 10: no space for [mem size 0x00100000 64bit pref]
[    1.693958] pci 0000:03:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit pref]
[    1.701961] pci 0000:03:00.1: BAR 10: no space for [mem size 0x00100000 64bit pref]
[    1.709611] pci 0000:03:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit pref]
[    1.717612] pci 0000:00:03.1: PCI bridge to [bus 03]
[    1.722578] pci 0000:00:03.1:   bridge window [mem 0xef700000-0xef7fffff]
[    1.729366] pci 0000:00:03.1:   bridge window [mem 0xeb000000-0xed0fffff 64bit pref]
[    1.737107] pci 0000:00:07.1: PCI bridge to [bus 04]
[    1.742073] pci 0000:00:07.1:   bridge window [mem 0xef200000-0xef4fffff]
[    1.748859] pci 0000:00:08.1: PCI bridge to [bus 05]
[    1.753825] pci 0000:00:08.1:   bridge window [mem 0xef500000-0xef6fffff]
[    1.760614] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    1.769649] pci_bus 0000:00: resource 4 [io  0x0000-0x02ff window]
[    1.775829] pci_bus 0000:00: resource 5 [io  0x0300-0x03af window]
[    1.782009] pci_bus 0000:00: resource 6 [io  0x03e0-0x0cf7 window]
[    1.788190] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df window]
[    1.794370] pci_bus 0000:00: resource 8 [io  0x0d00-0xffff window]
[    1.800551] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window]
[    1.807423] pci_bus 0000:00: resource 10 [mem 0x000c0000-0x000dffff window]
[    1.814383] pci_bus 0000:00: resource 11 [mem 0xe9000000-0xefffffff window]
[    1.821341] pci_bus 0000:00: resource 12 [mem 0x1c084000000-0x1ffffffffff window]
[    1.828821] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    1.834394] pci_bus 0000:01: resource 1 [mem 0xee000000-0xef0fffff]
[    1.840660] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    1.846234] pci_bus 0000:02: resource 1 [mem 0xee000000-0xef0fffff]
[    1.852503] pci_bus 0000:03: resource 1 [mem 0xef700000-0xef7fffff]
[    1.858768] pci_bus 0000:03: resource 2 [mem 0xeb000000-0xed0fffff 64bit pref]
[    1.865989] pci_bus 0000:04: resource 1 [mem 0xef200000-0xef4fffff]
[    1.872253] pci_bus 0000:05: resource 1 [mem 0xef500000-0xef6fffff]
[    1.878620] NET: Registered protocol family 2
[    1.883293] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    1.891274] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.898810] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.905633] TCP: Hash tables configured (established 131072 bind 65536)
[    1.912421] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.918554] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.925452] NET: Registered protocol family 1
[    1.929821] NET: Registered protocol family 44
[    1.934316] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.942855] PCI: CLS 64 bytes, default 64
[    1.946911] Unpacking initramfs...
[    2.912473] Freeing initrd memory: 78360K
[    2.916530] pci 0000:00:00.2: IOMMU performance counters supported
[    2.923460] pci 0000:00:01.0: Adding to iommu group 0
[    2.928526] pci 0000:00:01.1: Adding to iommu group 1
[    2.933593] pci 0000:00:02.0: Adding to iommu group 2
[    2.938654] pci 0000:00:03.0: Adding to iommu group 3
[    2.943716] pci 0000:00:03.1: Adding to iommu group 4
[    2.948789] pci 0000:00:04.0: Adding to iommu group 5
[    2.953859] pci 0000:00:07.0: Adding to iommu group 6
[    2.958927] pci 0000:00:07.1: Adding to iommu group 7
[    2.963989] pci 0000:00:08.0: Adding to iommu group 8
[    2.969051] pci 0000:00:08.1: Adding to iommu group 9
[    2.974113] pci 0000:00:14.0: Adding to iommu group 10
[    2.979263] pci 0000:00:14.3: Adding to iommu group 10
[    2.984437] pci 0000:00:18.0: Adding to iommu group 11
[    2.989586] pci 0000:00:18.1: Adding to iommu group 11
[    2.994737] pci 0000:00:18.2: Adding to iommu group 11
[    2.999885] pci 0000:00:18.3: Adding to iommu group 11
[    3.005033] pci 0000:00:18.4: Adding to iommu group 11
[    3.010180] pci 0000:00:18.5: Adding to iommu group 11
[    3.015328] pci 0000:00:18.6: Adding to iommu group 11
[    3.020477] pci 0000:00:18.7: Adding to iommu group 11
[    3.025632] pci 0000:01:00.0: Adding to iommu group 12
[    3.030783] pci 0000:02:00.0: Adding to iommu group 12
[    3.035947] pci 0000:03:00.0: Adding to iommu group 13
[    3.041112] pci 0000:03:00.1: Adding to iommu group 14
[    3.046270] pci 0000:04:00.0: Adding to iommu group 15
[    3.051427] pci 0000:04:00.2: Adding to iommu group 16
[    3.056583] pci 0000:04:00.3: Adding to iommu group 17
[    3.061743] pci 0000:05:00.0: Adding to iommu group 18
[    3.066897] pci 0000:05:00.1: Adding to iommu group 19
[    3.072054] pci 0000:05:00.2: Adding to iommu group 20
[    3.077448] pci 0000:00:00.2: Found IOMMU cap 0x40
[    3.082243] pci 0000:00:00.2: Extended features (0xf77ef22294ada):
[    3.088421]  PPR NX GT IA GA PC GA_vAPIC
[    3.092347] AMD-Vi: Interrupt remapping enabled
[    3.096878] AMD-Vi: Virtual APIC enabled
[    3.100979] AMD-Vi: Lazy IO/TLB flushing enabled
[    3.105604] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.112038] software IO TLB: mapped [mem 0xd47e3000-0xd87e3000] (64MB)
[    3.118800] amd_uncore: AMD NB counters detected
[    3.123467] amd_uncore: AMD LLC counters detected
[    3.128454] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    3.137850] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.144562] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.151262] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.294694] Initialise system trusted keyrings
[    3.299148] Key type blacklist registered
[    3.303211] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    3.310827] zbud: loaded
[    3.313744] pstore: using deflate compression
[    3.318364] Platform Keyring initialized
[    3.845736] NET: Registered protocol family 38
[    3.850188] Key type asymmetric registered
[    3.854284] Asymmetric key parser 'x509' registered
[    3.859177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.866652] io scheduler mq-deadline registered
[    3.871187] io scheduler kyber registered
[    3.875238] io scheduler bfq registered
[    3.879167] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    3.886495] pcieport 0000:00:01.1: Signaling with IRQ 26
[    3.891879] pcieport 0000:00:01.1: enabled with IRQ 26
[    3.897154] pcieport 0000:00:01.1: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    3.909791] pcieport 0000:00:03.1: Signaling with IRQ 27
[    3.915170] pcieport 0000:00:03.1: enabled with IRQ 27
[    3.920435] pcieport 0000:00:03.1: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    3.933407] pcieport 0000:00:07.1: Signaling with IRQ 28
[    3.938787] pcieport 0000:00:07.1: enabled with IRQ 28
[    3.944602] pcieport 0000:00:08.1: Signaling with IRQ 30
[    3.949981] pcieport 0000:00:08.1: enabled with IRQ 30
[    3.955429] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.962311] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    3.970669] ACPI: Power Button [PWRB]
[    3.974361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    3.981785] ACPI: Power Button [PWRF]
[    3.986229] GHES: APEI firmware first mode is enabled by APEI bit.
[    3.992473] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.019697] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
�[    4.048000] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    4.055641] Non-volatile memory driver v1.3
[    4.060272] rdac: device handler registered
[    4.064513] hp_sw: device handler registered
[    4.068787] emc: device handler registered
[    4.072983] alua: device handler registered
[    4.077208] libphy: Fixed MDIO Bus: probed
[    4.081370] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.087898] ehci-pci: EHCI PCI platform driver
[    4.092351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.098532] ohci-pci: OHCI PCI platform driver
[    4.102985] uhci_hcd: USB Universal Host Controller Interface driver
[    4.109423] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    4.114701] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
[    4.122190] xhci_hcd 0000:04:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    4.131660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    4.139919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.147139] usb usb1: Product: xHCI Host Controller
[    4.152018] usb usb1: Manufacturer: Linux 4.18.0-193.23.1.el8_2.x86_64 xhci-hcd
[    4.159324] usb usb1: SerialNumber: 0000:04:00.3
[    4.164049] hub 1-0:1.0: USB hub found
[    4.167811] hub 1-0:1.0: 4 ports detected
[    4.171918] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    4.177202] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
[    4.184603] xhci_hcd 0000:04:00.3: Host supports USB 3.0  SuperSpeed
[    4.190962] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.191170] tsc: Refined TSC clocksource calibration: 2699.993 MHz
[    4.199063] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    4.205257] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26eb3794c2e, max_idle_ns: 440795202126 ns
[    4.213488] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.230701] usb usb2: Product: xHCI Host Controller
[    4.235580] usb usb2: Manufacturer: Linux 4.18.0-193.23.1.el8_2.x86_64 xhci-hcd
[    4.242888] usb usb2: SerialNumber: 0000:04:00.3
[    4.247520] clocksource: Switched to clocksource tsc
[    4.247585] hub 2-0:1.0: USB hub found
[    4.256240] hub 2-0:1.0: 4 ports detected
[    4.260380] usbcore: registered new interface driver usbserial_generic
[    4.266908] usbserial: USB Serial support registered for generic
[    4.272945] i8042: PNP: No PS/2 controller found.
[    4.277708] mousedev: PS/2 mouse device common for all mice
[    4.283420] rtc_cmos 00:01: RTC can wake from S4
[    4.288316] rtc_cmos 00:01: registered as rtc0
[    4.292776] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.300546] hidraw: raw HID events driver (C) Jiri Kosina
[    4.305987] usbcore: registered new interface driver usbhid
[    4.311554] usbhid: USB HID core driver
[    4.315547] drop_monitor: Initializing network drop monitor service
[    4.321933] Initializing XFRM netlink socket
[    4.326365] NET: Registered protocol family 10
[    4.331266] Segment Routing with IPv6
[    4.334947] NET: Registered protocol family 17
[    4.339515] mpls_gso: MPLS GSO support
[    4.343739] core: Using 23 MCE banks
[    4.347321] microcode: microcode updated early to new patch_level=0x08001250
[    4.354401] microcode: CPU0: patch_level=0x08001250
[    4.359287] microcode: CPU1: patch_level=0x08001250
[    4.364247] microcode: CPU2: patch_level=0x08001250
[    4.369133] microcode: CPU3: patch_level=0x08001250
[    4.374013] microcode: CPU4: patch_level=0x08001250
[    4.378886] microcode: CPU5: patch_level=0x08001250
[    4.383772] microcode: CPU6: patch_level=0x08001250
[    4.388657] microcode: CPU7: patch_level=0x08001250
[    4.393556] microcode: Microcode Update Driver: v2.2.
[    4.393564] AVX2 version of gcm_enc/dec engaged.
[    4.403231] AES CTR mode by8 optimization enabled
[    4.498024] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    4.633108] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
[    4.641289] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.648418] usb 1-1: Product: USB2.0 Hub
[    4.703373] hub 1-1:1.0: USB hub found
[    4.707602] hub 1-1:1.0: 4 ports detected
[    4.745639] sched_clock: Marking stable (4745628940, 0)->(6705428292, -1959799352)
[    4.753373] registered taskstats version 1
[    4.757483] Loading compiled-in X.509 certificates
[    4.820539] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: f63f4d2671b67a49a1d6d04b064f1b5d63a6edac'
[    4.829005] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    4.831469] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    4.849541] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    4.860162] zswap: loaded using pool lzo/zbud
[    4.927784] Key type big_key registered
[    4.963745] Key type encrypted registered
[    4.966730] usb 1-2: New USB device found, idVendor=046b, idProduct=ff01, bcdDevice= 1.00
[    4.967764] ima: No TPM chip found, activating TPM-bypass!
[    4.975931] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.981421] ima: Allocated hash algorithm: sha1
[    4.988549] usb 1-2: Product: Virtual Hub
[    4.993095] evm: Initialising EVM extended attributes:
[    4.997093] usb 1-2: Manufacturer: American Megatrends Inc.
[    5.002233] evm: security.selinux
[    5.002235] evm: security.ima
[    5.007805] usb 1-2: SerialNumber: serial
[    5.011125] evm: security.capability
[    5.011126] evm: HMAC attrs: 0x1
[    5.025424] rtc_cmos 00:01: setting system clock to 2020-09-30 21:23:41 UTC (1601501021)
[    5.034786] Freeing unused decrypted memory: 2040K
[    5.039986] Freeing unused kernel memory: 2404K
[    5.050072] Write protecting the kernel read-only data: 18432k
[    5.055997] hub 1-2:1.0: USB hub found
[    5.059981] hub 1-2:1.0: 5 ports detected
[    5.060082] Freeing unused kernel memory: 2020K
[    5.068693] Freeing unused kernel memory: 248K
[    5.101131] systemd[1]: systemd 239 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.134188] systemd[1]: Detected architecture x86-64.
[    5.139244] systemd[1]: Running in initial RAM disk.

Welcome to Red Hat Enterprise Linux CoreOS 46.82.202009281740-0 (Ootpa) dracut-049-75.git20200422.el8 (Initramfs)!

[    5.162057] systemd[1]: No hostname configured.
[    5.166598] systemd[1]: Set hostname to <localhost>.
[    5.171588] systemd[1]: Initializing machine ID from random generator.
[    5.237347] systemd[1]: Listening on Open-iSCSI iscsiuio Socket.
[  OK  ] Listening on Open-iSCSI iscsiuio Socket.
[    5.250106] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    5.263057] systemd[1]: Listening on Open-iSCSI iscsid Socket.
[  OK  ] Listening on Open-iSCSI iscsid Socket.
[    5.275118] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Reached target Initrd Root Device.
[  OK  ] Reached target Timers.
[  OK  ] Reached target Swap.
[  OK  ] Listening on Journal Socket.
         Starting Setup Virtual Console...
         Starting Journal Service...
         Starting Create list of required st…ce nodes for the current kernel...
[  OK  ] Reached target Subsequent (Not Ignition) boot complete.
[  OK  ] Listening on[    5.346015] usb 1-2.3: new high-speed USB device number 4 using xhci_hcd
 udev Kernel Socket.
[  OK  ] Reached target Sockets.
         Starting iSCSI UserSpace I/O driver...
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
         Starting Load Kernel Modules...
[  OK  ] Reached targ[    5.392448] Loading iSCSI transport class v2.0-870.
et Slices.
[  OK  ] Reached target Paths.
[  OK  ] Started iSCSI UserSpace I/O driver.
[  OK  ] Started Setu[    5.419177] fuse: init (API version 7.31)
p Virtual Console.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  ] Started Load Kernel Modules.
[    5.443854] usb 1-2.3: New USB device found, idVendor=046b, idProduct=ffb0, bcdDevice= 1.00
[    5.452202] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.459521] usb 1-2.3: Product: Virtual Ethernet
[    5.459524] usb 1-2.3: Manufacturer: American Megatrends Inc.
[    5.469886] usb 1-2.3: SerialNumber: 1234567890
         Starting Apply Kernel Variables...
[    5.480750] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    5.495788] systemd[1]: Starting dracut ask for additional cmdline parameters...
         Startin[    5.504338] systemd[1]: Started Apply Kernel Variables.
g dracut ask for[    5.510386] systemd[1]: Started Create Static Device Nodes in /dev.
 additional cmdl[    5.518595] systemd[1]: Starting sysroot-xfs-ephemeral-mkfs.service...
         Starting sysroot-xfs-ephemeral-mkfs.service...
[    5.532775] systemd[1]: Started dracut ask for additional cmdline parameters.
[  OK  ] Started dracut ask for additional cmdline parameters.
[    5.549820] systemd[1]: Starting dracut cmdline hook...
         Starting dracut cmdline hook...
[    5.558493] random: fast init done
[    5.610013] usb 1-2.5: new low-speed USB device number 5 using xhci_hcd
[    5.635661] systemd[1]: Started Journal Service.
[    5.635694] systemd-modules-load[391]: Inserted module 'fuse'
[  OK      5.647012] dracut-cmdline[422]: dracut-46.82.202009281740-0 dracut-049-75.git20200422.el8
0m] Started Jour[    5.655805] dracut-cmdline[422]: Using kernel command line parameters: rd.driver.pre=dm_multipath console=ttyS1,115200n8 ip=dhcp nameserver=1.1.1.1 nomodeset rd.peerdns=0 rd.neednet=1 initrd=rhcos-live-initramfs.x86_64.img coreos.inst=yes coreos.first_boot=1 coreos.inst.install_dev=sda coreos.inst.image_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.ignition_url=https://metadata.packet.net/userdata rd.net.timeout.carrier=30 coreos.inst.platform_id=packet coreos.inst.persistent-kargs="console=ttyS1,115200n8"
nal Service.
[    5.713688] iscsi: registered transport (tcp)
[    5.722860] usb 1-2.5: New USB device found, idVendor=046b, idProduct=ff10, bcdDevice= 1.00
[    5.731211] usb 1-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.738519] usb 1-2.5: Product: Virtual Keyboard and Mouse
[    5.744016] usb 1-2.5: Manufacturer: American Megatrends Inc.
[    5.763682] iscsi: registered transport (qla4xxx)
[    5.768409] QLogic iSCSI HBA Driver
[    5.777334] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
[    5.811077] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
[    5.817350] iscsi: registered transport (cxgb4i)
[    5.827693] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[    5.833150] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:07.1/0000:04:00.3/usb1/1-2/1-2.5/1-2.5:1.0/0003:046B:FF10.0001/input/input2
[    5.849217] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:04:00.3-2.5/input0
[    5.864408] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[    5.871378] iscsi: registered transport (bnx2i)
[    5.872734] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:07.1/0000:04:00.3/usb1/1-2/1-2.5/1-2.5:1.1/0003:046B:FF10.0002/input/input3
[    5.891812] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:04:00.3-2.5/input1
[    5.913621] iscsi: registered transport (be2iscsi)
[    5.918416] In beiscsi_module_init, tt=00000000d3872ae0
[    6.555667] mkfs.xfs[421]: meta-data=/run/ephemeral.xfsloop isize=512    agcount=4, agsize=508800 blks
[    6.565024] mkfs.xfs[421]:          =                       sectsz=512   attr=2, projid32bit=1
[  OK      6.573646] mkfs.xfs[421]:          =                       crc=1        finobt=1, sparse=1, rmapbt=0
0m] Started sysr[    6.584248] mkfs.xfs[421]:          =                       reflink=1
oot-xfs-ephemera[    6.592073] mkfs.xfs[421]: data     =                       bsize=4096   blocks=2035200, imaxpct=25
[    6.602497] mkfs.xfs[421]:          =                       sunit=0      swidth=0 blks

[    6.611799] mkfs.xfs[421]: naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
[    6.620319] mkfs.xfs[421]: log      =internal log           bsize=4096   blocks=2560, version=2
[    6.629028] mkfs.xfs[421]:          =                       sectsz=512   sunit=0 blks, lazy-count=1
[    6.638087] mkfs.xfs[421]: realtime =none                   extsz=4096   blocks=0, rtextents=0
         Mountin[    6.646928] systemd[1]: Started sysroot-xfs-ephemeral-mkfs.service.
g /run/ephemeral[    6.646959] loop: module loaded
[    6.654413] systemd[1]: Mounting /run/ephemeral...
...
[    6.771543] SGI XFS with ACLs, security attributes, no debug enabled
[    6.779793] XFS (loop0): Mounting V5 Filesystem
[    6.785775] XFS (loop0): Ending clean mount
[    6.791163] systemd[1]: Mounted /run/ephemeral.
[  OK  ] Mounted /run/ephemeral.
[    6.963107] systemd[1]: Started dracut cmdline hook.
[  OK  ] Started dracut cmdline hook.
[    6.975915] systemd[1]: Starting dracut pre-udev hook...
         Starting dracut pre-udev hook...
[    7.009947] device-mapper: uevent: version 1.0.3
[    7.014632] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    7.066561] systemd[1]: Started dracut pre-udev hook.
[  OK  ] Started dracut pre-udev hook.
[    7.078987] systemd[1]: Starting udev Kernel Device Manager...
         Starting udev Kernel Device Manager...
[    7.314560] systemd[1]: Started udev Kernel Device Manager.
[  OK  ] Started udev Kernel Device Manager.
[    7.332667] systemd[1]: Starting dracut pre-trigger hook...
         Starting dracut pre-trigger hook...
[    7.342679] cdc_ether 1-2.3:2.0 usb0: register 'cdc_ether' at usb-0000:04:00.3-2.3, CDC Ethernet Device, 96:ec:ce:75:2c:b4
[    7.348548] dracut-pre-trigger[616]: rd.md=0: removing MD RAID activation
[    7.353755] usbcore: registered new interface driver cdc_ether
[    7.368063] cdc_ether 1-2.3:2.0 enp4s0f3u2u3c2: renamed from usb0
[    7.368150] systemd-udevd[609]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    7.441396] systemd[1]: Started dracut pre-trigger hook.
[  OK  ] Started dracut pre-trigger hook.
         Startin[    7.453998] systemd[1]: Starting udev Coldplug all Devices...
g udev Coldplug all Devices...
[    7.496387] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[  OK      7.510622] systemd[1]: Mounted Kernel Configuration File System.
0m] Mounted Kernel Configuration File System.
[    7.578242] systemd[1]: Started udev Coldplug all Devices.
[  OK  ] Started udev Coldplug all Devices.
[    7.591540] systemd[1]: Starting udev Wait for Complete Device Initialization...
         Starting udev Wait for Complete Device Initialization...
[    7.617724] systemd-udevd[694]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    7.631216] ccp 0000:04:00.2: ccp enabled
[    7.635455] ccp 0000:04:00.2: psp enabled
[    7.640364] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k
[    7.640418] ccp 0000:05:00.1: ccp enabled
[    7.648284] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[    7.654117] systemd-udevd[670]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    7.671184] i40e 0000:03:00.0: fw 6.0.48442 api 1.7 nvm 6.01 0x80003fa1 1.1853.0 [8086:1572] [8086:000f]
[    7.684980] ccp 0000:04:00.2: SEV API:0.17 build:6
[    7.764880] i40e 0000:03:00.0: MAC address: b4:96:91:5f:af:e0
[    7.770777] i40e 0000:03:00.0: FW LLDP is enabled
[    7.786187] i40e 0000:03:00.0 eth0: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: RX/TX
[    7.803102] i40e 0000:03:00.0: PCI-Express: Speed 8.0GT/s Width x8
[    7.818021] i40e 0000:03:00.0: Features: PF-id[0] VFs: 64 VSIs: 66 QP: 8 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[    7.829435] ahci 0000:05:00.2: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0xfc impl SATA mode
[    7.837612] ahci 0000:05:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part ems sxs
[    7.847084] ahci 0000:05:00.2: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
[    7.858152] scsi host0: ahci
[    7.861190] scsi host1: ahci
[    7.864208] scsi host2: ahci
[    7.867212] scsi host3: ahci
[    7.871333] i40e 0000:03:00.1: fw 6.0.48442 api 1.7 nvm 6.01 0x80003fa1 1.1853.0 [8086:1572] [8086:0000]
[    7.958876] scsi host4: ahci
[    7.962095] scsi host5: ahci
[    7.965181] scsi host6: ahci
[    7.968308] i40e 0000:03:00.1: MAC address: b4:96:91:5f:af:e1
[    7.974202] i40e 0000:03:00.1: FW LLDP is enabled
[    7.978973] scsi host7: ahci
[    7.981913] ata1: DUMMY
[    7.984365] ata2: DUMMY
[    7.986821] ata3: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602200 irq 67
[    7.994211] ata4: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602280 irq 68
[    8.001613] ata5: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602300 irq 69
[    8.009007] ata6: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602380 irq 70
[    8.016417] ata7: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602400 irq 71
[    8.023810] ata8: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602480 irq 72
[    8.041856] i40e 0000:03:00.1 eth1: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None
[    8.060507] i40e 0000:03:00.1: PCI-Express: Speed 8.0GT/s Width x8
[    8.075376] i40e 0000:03:00.1: Features: PF-id[1] VFs: 64 VSIs: 66 QP: 8 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[    8.097027] systemd-udevd[694]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    8.097093] i40e 0000:03:00.0 enp3s0f0: renamed from eth0
[    8.108099] systemd-udevd[692]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    8.134145] i40e 0000:03:00.1 enp3s0f1: renamed from eth1
[    8.340368] ata7: SATA link down (SStatus 0 SControl 300)
[    8.345808] ata8: SATA link down (SStatus 0 SControl 300)
[    8.351235] ata6: SATA link down (SStatus 0 SControl 300)
[    8.356674] ata5: SATA link down (SStatus 0 SControl 300)
[  OK      8.414205] systemd[1]: Started udev Wait for Complete Device Initialization.
0m] Started udev Wait for Complete Device Initialization.
[    8.429888] systemd[1]: Starting Device-Mapper Multipath Device Controller...
         Starting Device-Mapper Multipath Device Controller...
[    8.444757] systemd[1]: Started Device-Mapper Multipath Device Controller.
[  OK  ] Started Device-Mapper Multipath Device Contro[    8.456467] multipathd[748]: --------start up--------
ller.
[    8.462392] multipathd[748]: read /etc/multipath.conf
[    8.468007] multipathd[748]: /etc/multipath.conf does not exist, blacklisting all devices.
[    8.476309] multipathd[748]: You can run "/sbin/mpathconf --enable" to create
         Startin[    8.483459] multipathd[748]: /etc/multipath.conf. See man mpathconf(8) for more details
[    8.492854] multipathd[748]: path checkers start up

[    8.499125] multipathd[748]: /etc/multipath.conf does not exist, blacklisting all devices.
[    8.507462] multipathd[748]: You can run "/sbin/mpathconf --enable" to create
[    8.514604] multipathd[748]: /etc/multipath.conf. See man mpathconf(8) for more details
[    8.519029] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    8.522720] systemd[1]: Starting Open-iSCSI...
[  OK      8.528817] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    8.533491] iscsid[755]: iscsid: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
0m] Reached targ[    8.540802] ata4.00: ATA-10: INTEL SSDSC2KB240G8, XCV10110, max UDMA/133
[    8.550550] iscsid[755]: iscsid: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formatted InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or discover targets. Please create a file /etc/iscsi/initiatorname.iscsi that contains a sting with the format: InitiatorName=iqn.yyyy-mm.<reversed domain name>[:identifier].
et Local File Sy[    8.558602] ata4.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32)
[    8.558615] ata3.00: ATA-10: INTEL SSDSC2KB240G8, XCV10110, max UDMA/133
stems (Pre).
[    8.598865] iscsid[755]: Example: InitiatorName=iqn.2001-04.com.redhat:fc6.
[    8.606659] ata3.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32)
[    8.606755] ata3.00: configured for UDMA/133
[    8.613385] iscsid[755]: If using hardware iscsi like qla4xxx this message can be ignored.
[    8.621530] ata4.00: configured for UDMA/133
[    8.621768] scsi 2:0:0:0: Direct-Access     ATA      INTEL SSDSC2KB24 0110 PQ: 0 ANSI: 5
[    8.627996] iscsid[755]: iscsid: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi
[    8.632453] scsi 3:0:0:0: Direct-Access     ATA      INTEL SSDSC2KB24 0110 PQ: 0 ANSI: 5
[    8.640936] systemd[1]: Reached target Local File Systems (Pre).
[  OK      8.676861] systemd[1]: Reached target Local File Systems.
[    8.676930] scsi 2:0:0:0: Attached scsi generic sg0 type 0
0m] Reached targ[    8.689245] scsi 3:0:0:0: Attached scsi generic sg1 type 0
et Local File Systems.
[    8.700730] systemd[1]: Starting Create Volatile Files and Directories...
         [    8.707831] ata3.00: Enabling discard_zeroes_data
[    8.713003] ata4.00: Enabling discard_zeroes_data
Starting Create [    8.717741] sd 2:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
Volatile Files a[    8.717758] sd 3:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/224 GiB)
nd Directories..[    8.726582] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    8.735444] sd 3:0:0:0: [sdb] 4096-byte physical blocks
.
[    8.735458] sd 3:0:0:0: [sdb] Write Protect is off
[    8.742064] sd 2:0:0:0: [sda] Write Protect is off
[    8.747289] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.752335] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.752469] ata3.00: Enabling discard_zeroes_data
[    8.752606] systemd[1]: Started Open-iSCSI.
[  OK      8.784213] ata4.00: Enabling discard_zeroes_data
[    8.790206] ata3.00: Enabling discard_zeroes_data
0m] Started Open[    8.794969] sd 2:0:0:0: [sda] Attached SCSI removable disk
-iSCSI.
[    8.803041] ata4.00: Enabling discard_zeroes_data
[    8.807820] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[    8.808227] systemd[1]: Started Create Volatile Files and Directories.
[  OK  ] Started Create Volatile Files and Directories.
[    8.828386] systemd[1]: Reached target System Initialization.
[  OK  ] Reached target System Initialization.
[  OK      8.841080] systemd[1]: Reached target Basic System.
0m] Reached target Basic System.
[    8.853996] systemd[1]: Starting dracut initqueue hook...
         Starting dracut initqueue hook...
[    8.961528] NetworkManager[789]: <info>  [1601501025.4358] NetworkManager (version 1.22.8-6.el8_2) is starting... (for the first time)
[    8.973677] NetworkManager[789]: <info>  [1601501025.4358] Read config: /etc/NetworkManager/NetworkManager.conf
[    8.976414] IPv6: ADDRCONF(NETDEV_UP): enp3s0f0: link is not ready
[    8.983792] NetworkManager[789]: <info>  [1601501025.4376] auth[0x564dc853f8a0]: create auth-manager: D-Bus connection not available. Polkit is disabled and only root will be authorized.
[    9.006580] NetworkManager[789]: <info>  [1601501025.4382] manager[0x564dc8550090]: monitoring kernel firmware directory '/lib/firmware'.
[    9.018946] NetworkManager[789]: <info>  [1601501025.4383] hostname: hostname: hostnamed not used as proxy creation failed with: Could not connect: No such file or directory
[    9.020045] IPv6: ADDRCONF(NETDEV_UP): enp3s0f0: link is not ready
[    9.034488] NetworkManager[789]: <info>  [1601501025.4384] dns-mgr[0x564dc8543210]: init: dns=default,systemd-resolved rc-manager=symlink
[    9.041513] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    9.052976] NetworkManager[789]: <info>  [1601501025.4491] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.22.8-6.el8_2/libnm-device-plugin-team.so)
[    9.073903] NetworkManager[789]: <info>  [1601501025.4491] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
[    9.075118] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    9.085869] NetworkManager[789]: <info>  [1601501025.4491] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
[    9.092988] IPv6: ADDRCONF(NETDEV_UP): enp4s0f3u2u3c2: link is not ready
[    9.103852] NetworkManager[789]: <info>  [1601501025.4491] manager: Networking is enabled by state file
[    9.111397] IPv6: ADDRCONF(NETDEV_UP): enp3s0f0: link is not ready
[    9.119959] NetworkManager[789]: <info>  [1601501025.4491] dhcp-init: Using DHCP client 'internal'
[    9.126262] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    9.135072] NetworkManager[789]: <info>  [1601501025.4494] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.22.8-6.el8_2/libnm-settings-plugin-ifcfg-rh.so")
[    9.157304] NetworkManager[789]: <info>  [1601501025.4494] settings: Loaded settings plugin: keyfile (internal)
[    9.167409] NetworkManager[789]: <info>  [1601501025.4504] device (lo): carrier: link connected
[    9.176145] NetworkManager[789]: <info>  [1601501025.4504] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
[    9.188428] NetworkManager[789]: <info>  [1601501025.4506] manager: (enp3s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
[    9.201312] NetworkManager[789]: <info>  [1601501025.4508] device (enp3s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
[    9.216034] NetworkManager[789]: <info>  [1601501025.5152] device (enp3s0f0): carrier: link connected
[    9.225278] NetworkManager[789]: <info>  [1601501025.5158] manager: (enp3s0f1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
[    9.238156] NetworkManager[789]: <info>  [1601501025.5159] device (enp3s0f1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
[    9.252854] NetworkManager[789]: <info>  [1601501025.5667] device (enp3s0f1): carrier: link connected
[    9.262090] NetworkManager[789]: <info>  [1601501025.5672] manager: (enp4s0f3u2u3c2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/4)
[    9.275495] NetworkManager[789]: <info>  [1601501025.5673] device (enp4s0f3u2u3c2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
[    9.290716] NetworkManager[789]: <info>  [1601501025.5853] device (enp4s0f3u2u3c2): carrier: link connected
[    9.300476] NetworkManager[789]: <warn>  [1601501025.5856] sleep-monitor-sd: failed to acquire D-Bus proxy: Could not connect: No such file or directory
[    9.314141] NetworkManager[789]: <warn>  [1601501025.5856] ifcfg-rh: dbus: couldn't initialize system bus: Could not connect: No such file or directory
[    9.327716] NetworkManager[789]: <info>  [1601501025.5858] device (enp3s0f0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
[    9.342335] NetworkManager[789]: <info>  [1601501025.6007] device (enp3s0f1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
[    9.356949] NetworkManager[789]: <info>  [1601501025.6158] device (enp4s0f3u2u3c2): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
[    9.372084] NetworkManager[789]: <info>  [1601501025.6161] policy: auto-activating connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[    9.385655] NetworkManager[789]: <info>  [1601501025.6164] policy: auto-activating connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[    9.399224] NetworkManager[789]: <info>  [1601501025.6165] policy: auto-activating connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[    9.412797] NetworkManager[789]: <info>  [1601501025.6168] device (enp3s0f0): Activation: starting connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[    9.427760] NetworkManager[789]: <info>  [1601501025.6168] device (enp3s0f1): Activation: starting connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[    9.442715] NetworkManager[789]: <info>  [1601501025.6168] device (enp4s0f3u2u3c2): Activation: starting connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[    9.458198] NetworkManager[789]: <info>  [1601501025.6169] device (enp3s0f0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[    9.472475] NetworkManager[789]: <info>  [1601501025.6169] manager: NetworkManager state is now CONNECTING
[    9.482154] NetworkManager[789]: <info>  [1601501025.6169] device (enp3s0f0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[    9.495896] NetworkManager[789]: <info>  [1601501025.6170] device (enp3s0f1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[    9.510160] NetworkManager[789]: <info>  [1601501025.6171] device (enp3s0f1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[    9.523911] NetworkManager[789]: <info>  [1601501025.6172] device (enp4s0f3u2u3c2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[    9.538692] NetworkManager[789]: <info>  [1601501025.6172] device (enp4s0f3u2u3c2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[    9.552961] NetworkManager[789]: <info>  [1601501025.6174] device (enp3s0f0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[    9.566875] NetworkManager[789]: <info>  [1601501025.6175] dhcp4 (enp3s0f0): activation: beginning transaction (timeout in 45 seconds)
[    9.578982] NetworkManager[789]: <info>  [1601501025.6176] device (enp3s0f1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[    9.592910] NetworkManager[789]: <info>  [1601501025.6177] dhcp4 (enp3s0f1): activation: beginning transaction (timeout in 45 seconds)
[    9.605015] NetworkManager[789]: <info>  [1601501025.6178] device (enp4s0f3u2u3c2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[    9.619444] NetworkManager[789]: <info>  [1601501025.6179] dhcp4 (enp4s0f3u2u3c2): activation: beginning transaction (timeout in 45 seconds)
[   16.662573] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option dhcp_lease_time      => '172800'
[   16.673152] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option domain_name_servers  => '147.75.207.207 147.75.207.208'
[   16.685694] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option expiry               => '1601673833'
[   16.696591] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option host_name            => 'mj-rhcos-heal-the-world'
[   16.708623] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option ip_address           => '147.75.91.89'
[   16.719687] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option requested_broadcast_address => '1'
[   16.730404] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option requested_domain_name => '1'
[   16.740602] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option requested_domain_name_servers => '1'
[   16.751489] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option requested_domain_search => '1'
[   16.761856] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option requested_host_name  => '1'
[   16.771959] NetworkManager[789]: <info>  [1601501033.1369] dhcp4 (enp3s0f0): option requested_interface_mtu => '1'
[   16.782325] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_ms_classless_static_routes => '1'
[   16.793817] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_nis_domain => '1'
[   16.803922] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_nis_servers => '1'
[   16.814117] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_ntp_servers => '1'
[   16.824306] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_rfc3442_classless_static_routes => '1'
[   16.836231] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_root_path  => '1'
[   16.846335] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_routers    => '1'
[   16.856445] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_static_routes => '1'
[   16.866811] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_subnet_mask => '1'
[   16.877016] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_time_offset => '1'
[   16.887204] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option requested_wpad       => '1'
[   16.897310] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option routers              => '147.75.91.88'
[   16.908365] NetworkManager[789]: <info>  [1601501033.1370] dhcp4 (enp3s0f0): option subnet_mask          => '255.255.255.254'
[   16.919695] NetworkManager[789]: <info>  [1601501033.1371] dhcp4 (enp3s0f0): state changed unknown -> bound
[   16.929458] NetworkManager[789]: <info>  [1601501033.1711] device (enp3s0f0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
[   16.943556] NetworkManager[789]: <info>  [1601501033.1712] device (enp3s0f0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
[   16.957819] NetworkManager[789]: <info>  [1601501033.1712] device (enp3s0f0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
[   16.972175] NetworkManager[789]: <info>  [1601501033.1716] manager: NetworkManager state is now CONNECTED_SITE
[   16.982193] NetworkManager[789]: <info>  [1601501033.1716] policy: set 'Wired Connection' (enp3s0f0) as default for IPv4 routing and DNS
[   16.994462] NetworkManager[789]: <info>  [1601501033.1716] policy: set-hostname: set hostname to 'mj-rhcos-heal-the-world' (from DHCPv4)
[   17.006745] NetworkManager[789]: <info>  [1601501033.1717] device (enp3s0f0): Activation: successful, device activated.
[   17.017550] NetworkManager[789]: <info>  [1601501033.1718] manager: NetworkManager state is now CONNECTED_GLOBAL
[   54.013235] NetworkManager[789]: <warn>  [1601501070.4876] dhcp4 (enp3s0f1): request timed out
[   54.021903] NetworkManager[789]: <info>  [1601501070.4876] dhcp4 (enp3s0f1): state changed unknown -> timeout
[   54.031841] NetworkManager[789]: <warn>  [1601501070.4877] dhcp4 (enp4s0f3u2u3c2): request timed out
[   54.041001] NetworkManager[789]: <info>  [1601501070.4877] dhcp4 (enp4s0f3u2u3c2): state changed unknown -> timeout
[   54.051454] NetworkManager[789]: <info>  [1601501070.4877] device (enp3s0f1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
[   54.066849] NetworkManager[789]: <warn>  [1601501070.4880] device (enp3s0f1): Activation: failed for connection 'Wired Connection'
[   54.078599] NetworkManager[789]: <info>  [1601501070.4880] device (enp4s0f3u2u3c2): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
[   54.094511] NetworkManager[789]: <warn>  [1601501070.4882] device (enp4s0f3u2u3c2): Activation: failed for connection 'Wired Connection'
[   54.106783] NetworkManager[789]: <info>  [1601501070.4883] device (enp3s0f1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
[   54.122059] NetworkManager[789]: <info>  [1601501070.5966] dhcp4 (enp3s0f1): canceled DHCP transaction
[   54.131398] NetworkManager[789]: <info>  [1601501070.5966] dhcp4 (enp3s0f1): state changed timeout -> done
[   54.141078] NetworkManager[789]: <info>  [1601501070.5967] device (enp4s0f3u2u3c2): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
[   54.157163] NetworkManager[789]: <info>  [1601501070.6316] dhcp4 (enp4s0f3u2u3c2): canceled DHCP transaction
[   54.167035] NetworkManager[789]: <info>  [1601501070.6316] dhcp4 (enp4s0f3u2u3c2): state changed timeout -> done
[   54.177236] NetworkManager[789]: <info>  [1601501070.6318] policy: auto-activating connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[   54.190805] NetworkManager[789]: <info>  [1601501070.6320] policy: auto-activating connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[   54.204388] NetworkManager[789]: <info>  [1601501070.6322] device (enp3s0f1): Activation: starting connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[   54.219352] NetworkManager[789]: <info>  [1601501070.6322] device (enp4s0f3u2u3c2): Activation: starting connection 'Wired Connection' (1231ce41-3f5d-4a5c-8356-8216dff6132f)
[   54.234839] NetworkManager[789]: <info>  [1601501070.6323] device (enp3s0f1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[   54.249102] NetworkManager[789]: <info>  [1601501070.6323] device (enp3s0f1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[   54.262848] NetworkManager[789]: <info>  [1601501070.6324] device (enp4s0f3u2u3c2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[   54.277641] NetworkManager[789]: <info>  [1601501070.6324] device (enp4s0f3u2u3c2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[   54.291915] NetworkManager[789]: <info>  [1601501070.6325] device (enp3s0f1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[   54.305844] NetworkManager[789]: <info>  [1601501070.6326] dhcp4 (enp3s0f1): activation: beginning transaction (timeout in 45 seconds)
[   54.317939] NetworkManager[789]: <info>  [1601501070.6327] device (enp4s0f3u2u3c2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[   54.332384] NetworkManager[789]: <info>  [1601501070.6327] dhcp4 (enp4s0f3u2u3c2): activation: beginning transaction (timeout in 45 seconds)
[   99.013650] NetworkManager[789]: <warn>  [1601501115.4880] dhcp4 (enp3s0f1): request timed out
[   99.022312] NetworkManager[789]: <info>  [1601501115.4881] dhcp4 (enp3s0f1): state changed unknown -> timeout
[   99.032262] NetworkManager[789]: <warn>  [1601501115.4881] dhcp4 (enp4s0f3u2u3c2): request timed out
[   99.041419] NetworkManager[789]: <info>  [1601501115.4881] dhcp4 (enp4s0f3u2u3c2): state changed unknown -> timeout
[   99.051871] NetworkManager[789]: <info>  [1601501115.4881] device (enp3s0f1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
[   99.067263] NetworkManager[789]: <warn>  [1601501115.4884] device (enp3s0f1): Activation: failed for connection 'Wired Connection'
[   99.079023] NetworkManager[789]: <info>  [1601501115.4884] device (enp4s0f3u2u3c2): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
[   99.094936] NetworkManager[789]: <warn>  [1601501115.4886] device (enp4s0f3u2u3c2): Activation: failed for connection 'Wired Connection'
[   99.107212] NetworkManager[789]: <info>  [1601501115.4887] device (enp3s0f1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
[   99.121386] NetworkManager[789]: <info>  [1601501115.5546] dhcp4 (enp3s0f1): canceled DHCP transaction
[   99.130715] NetworkManager[789]: <info>  [1601501115.5546] dhcp4 (enp3s0f1): state changed timeout -> done
[   99.140390] NetworkManager[789]: <info>  [1601501115.5547] device (enp4s0f3u2u3c2): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
[   99.161160] NetworkManager[789]: <info>  [1601501115.6356] dhcp4 (enp4s0f3u2u3c2): canceled DHCP transaction
[   99.171029] NetworkManager[789]: <info>  [1601501115.6356] dhcp4 (enp4s0f3u2u3c2): state changed timeout -> done
[   99.181221] NetworkManager[789]: <info>  [1601501115.6358] manager: startup complete
[   99.188994] NetworkManager[789]: <info>  [1601501115.6358] quitting now that startup is complete
[   99.203216] NetworkManager[789]: <info>  [1601501115.6777] dhcp4 (enp3s0f0): canceled DHCP transaction
[   99.212583] NetworkManager[789]: <info>  [1601501115.6777] dhcp4 (enp3s0f0): state changed bound -> done
[   99.222102] NetworkManager[789]: <info>  [1601501115.6778] device (enp3s0f0): DHCPv4: trying to acquire a new lease within 90 seconds
[  OK     99.234207] NetworkManager[789]: <info>  [1601501115.6778] manager: NetworkManager state is now CONNECTED_SITE
0m] Started drac[   99.245559] NetworkManager[789]: <info>  [1601501115.6782] exiting (success)
ut initqueue hoo[   99.254107] systemd[1]: Started dracut initqueue hook.
k.
         Startin[   99.264025] systemd[1]: Starting Acquire live PXE rootfs image...
g Acquire live PXE rootfs image...
         Startin[   99.277912] coreos-livepxe-rootfs[830]: No rootfs image found.  Modify your PXE configuration to add the rootfs
g dracut pre-mou[   99.289371] coreos-livepxe-rootfs[830]: image as a second initrd, or use the coreos.live.rootfs_url= kernel parameter
nt hook...
[   99.301345] coreos-livepxe-rootfs[830]: to specify an HTTP or HTTPS URL to the rootfs.
[   99.310326] systemd[1]: Starting dracut pre-mount hook...
[  OK     99.315810] systemd[1]: Reached target Remote File Systems (Pre).
0m] Reached target Remote File Systems (Pre).
[   99.329063] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   99.341678] systemd[1]: coreos-livepxe-rootfs.service: Main process exited, code=exited, status=1/FAILURE
[FAILED[   99.351282] systemd[1]: coreos-livepxe-rootfs.service: Failed with result 'exit-code'.
] Failed to [   99.360604] systemd[1]: Failed to start Acquire live PXE rootfs image.
start Acquire live PXE rootfs image.
See 'systemctl status coreos-livepxe-rootfs.service' for details.
[DEPEND[   99.382130] systemd[1]: Dependency failed for Initrd Root File System.
] Dependency failed for Initrd Root File System.
[DEPEND[   99.397132] systemd[1]: Dependency failed for Reload Configuration from the Real Root.
] Dependency failed for Reload Configuration from the Real Root.
[   99.414069] systemd[1]: initrd-parse-etc.service: Job initrd-parse-etc.service/start failed with result 'dependency'.
[  OK     99.424708] systemd[1]: initrd-parse-etc.service: Triggering OnFailure= dependencies.
0m] Stopped targ[   99.433939] systemd[1]: initrd-root-fs.target: Job initrd-root-fs.target/start failed with result 'dependency'.
et Remote File S[   99.445399] systemd[1]: initrd-root-fs.target: Triggering OnFailure= dependencies.
ystems.
[   99.454351] systemd[1]: coreos-livepxe-rootfs.service: Triggering OnFailure= dependencies.
[   99.463388] systemd[1]: Stopped target Remote File Systems.
[  OK     99.468990] systemd[1]: Stopped target Remote File Systems (Pre).
0m] Stopped target Remote File Systems (Pre).
[  OK     99.482071] systemd[1]: Stopped target Timers.
0m] Stopped target Timers.
[  OK     99.492126] systemd[1]: Stopped target Initrd Root Device.
0m] Stopped target Initrd Root Device.
[   99.504411] systemd[1]: Unmounting /run/ephemeral...
         Unmounting /run/ephemeral...
[   99.515049] XFS (loop0): Unmounting Filesystem
[  OK     99.519633] systemd[1]: Stopped target Basic System.
0m] Stopped target Basic System.
[   99.532067] systemd[1]: Stopped target Sockets.
[  OK  ] Stopped target Sockets.
[   99.542056] systemd[1]: Stopped target Paths.
[  OK  ] Stopped target Paths.
[  OK     99.552119] systemd[1]: Stopped target Slices.
0m] Stopped target Slices.
[  OK     99.563128] systemd[1]: Stopped target System Initialization.
0m] Stopped target System Initialization.
[  OK     99.576456] systemd[1]: Stopped Create Volatile Files and Directories.
0m] Stopped Create Volatile Files and Directories.
[  OK     99.591446] systemd[1]: Stopped Apply Kernel Variables.
0m] Stopped Apply Kernel Variables.
[  OK     99.603452] systemd[1]: Stopped Load Kernel Modules.
0m] Stopped Load Kernel Modules.
[   99.615133] systemd[1]: Stopping Journal Service...
[   99.615135] systemd-journald[382]: Received SIGTERM from PID 1 (systemd).
         Stopping Journal Service...
[   99.632044] systemd[1]: Stopped target Swap.
[  OK  ] Stopped target Swap.
[   99.642028] systemd[1]: Stopped target Local File Systems.
[  OK  ] Stopped target Local File Systems.
[   99.654026] systemd[1]: Stopped target Local File Systems (Pre).
[  OK  ] Stopped target Local File Systems (Pre).
[   99.667041] systemd[1]: Stopped dracut pre-mount hook.
[  OK  ] Stopped dracut pre-mount hook.
[   99.679322] systemd[1]: Stopped dracut initqueue hook.
[  OK  ] Stopped dracut initqueue hook.
[   99.691074] systemd[1]: Stopping Open-iSCSI...
         Stopping Open-iSCSI...
[   99.701024] systemd[1]: Stopped target Local Encrypted Volumes.
[  OK  ] Stopped target Local Encrypted Volumes.
[   99.719104] systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.
[   99.736638] systemd[1]: Mounting /sysroot...
         Mounting /sysroot...
[   99.745025] systemd[1]: Stopped target Subsequent (Not Ignition) boot complete.
[  OK     99.752603] squashfs: version 4.0 (2009/01/31) Phillip Lougher
0m] Stopped target Subsequent (Not Ignition) boot complete.
[   99.766781] systemd[1]: Stopped Journal Service.
[  OK  ] Stopped Journal Service.
[   99.778410] systemd[1]: Stopped Open-iSCSI.
[  OK  ] Stopped Open-iSCSI.
[   99.790475] systemd[1]: Unmounted /run/ephemeral.
[  OK  ] Unmounted /run/ephemeral.
[   99.801233] systemd[1]: sysroot.mount: Mount process exited, code=exited status=32
[   99.808801] systemd[1]: sysroot.mount: Failed with result 'exit-code'.
[   99.815517] systemd[1]: Failed to mount /sysroot.
[FAILED] Failed to mount /sysroot.
See 'systemctl status sysroot.mount' for details.
[   99.835010] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   99.845353] systemd[1]: Stopped sysroot-xfs-ephemeral-mkfs.service.
[  OK  ] Stopped sysroot-xfs-ephemeral-mkfs.service.
[   99.860323] systemd[1]: Stopping Device-Mapper Multipath Device Controller...
         Stopping Device-Mapper Multipath Device Controller...
[   99.875072] systemd[1]: Stopping iSCSI UserSpace I/O driver...
         Stopping iSCSI UserSpace I/O driver...
[   99.889282] systemd[1]: Closed Open-iSCSI iscsid Socket.
[  OK  ] Closed Open-iSCSI iscsid Socket.
[   99.901442] systemd[1]: Stopped iSCSI UserSpace I/O driver.
[  OK  ] Stopped iSCSI UserSpace I/O driver.
[   99.915473] systemd[1]: Stopped Device-Mapper Multipath Device Controller.
[  OK  ] Stopped Device-Mapper Multipath Device Controller.
[   99.930476] systemd[1]: Stopped udev Wait for Complete Device Initialization.
[  OK  ] Stopped udev Wait for Complete Device Initialization.
[   99.946357] systemd[1]: Stopped udev Coldplug all Devices.
[  OK  ] Stopped udev Coldplug all Devices.
[   99.958300] systemd[1]: Stopped dracut pre-trigger hook.
[  OK  ] Stopped dracut pre-trigger hook.
[   99.971070] systemd[1]: Stopping udev Kernel Device Manager...
         Stopping udev Kernel Device Manager...
[   99.983354] systemd[1]: Closed Open-iSCSI iscsiuio Socket.
[  OK  ] Closed Open-iSCSI iscsiuio Socket.
[   99.995542] systemd[1]: Stopped udev Kernel Device Manager.
[  OK  ] Stopped udev Kernel Device Manager.
[  100.008507] systemd[1]: Stopped dracut pre-udev hook.
[  OK  ] Stopped dracut pre-udev hook.
[  100.021311] systemd[1]: Stopped dracut cmdline hook.
[  OK  ] Stopped dracut cmdline hook.
[  100.034309] systemd[1]: Stopped dracut ask for additional cmdline parameters.
[  OK  ] Stopped dracut ask for additional cmdline parameters.
[  100.049631] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[  100.060374] systemd[1]: Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  100.075354] systemd[1]: Stopped Create list of required static device nodes for the current kernel.
[  100.079394] mount[852]: mount: /sysroot: special device /root.squashfs does not exist.
[  100.079547] multipathd[858]: Sep 30 21:25:16 | /etc/multipath.conf does not exist, blacklisting all devices.
[  100.079567] multipathd[858]: Sep 30 21:25:16 | You can run "/sbin/mpathconf --enable" to create
[  100.079577] multipathd[858]: Sep 30 21:25:16 | /etc/multipath.conf. See man mpathconf(8) for more details
[  100.079586] multipathd[858]: ok
[  OK  ] Stopped Create list of required sta…vice nodes for the current kernel.
[  100.139399] systemd[1]: Closed udev Control Socket.
[  OK  ] Closed udev Control Socket.
[  100.152253] systemd[1]: Closed udev Kernel Socket.
[  OK  ] Closed udev Kernel Socket.
[  100.162128] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK    100.172655] systemd[1]: Started Setup Virtual Console.
0m] Started Setup Virtual Console.
[  OK    100.184878] systemd[1]: Started Emergency Shell.
0m] Started Emergency Shell.
[  OK    100.195129] systemd[1]: Reached target Emergency Mode.
0m] Reached target Emergency Mode.
[  100.207385] systemd[1]: Startup finished in 5.094s (kernel) + 0 (initrd) + 1min 35.112s (userspace) = 1min 40.207s.
Displaying logs from failed units: sysroot.mount
coreos-livepxe-rootfs.service
-- Logs begin at Wed 2020-09-30 21:23:42 UTC, end at Wed 2020-09-30 21:25:16 UTC. --
Sep 30 21:25:16 mount[852]: mount: /sysroot: special device /root.squashfs does not exist.
-- Logs begin at Wed 2020-09-30 21:23:42 UTC, end at Wed 2020-09-30 21:25:16 UTC. --
Sep 30 21:25:15 systemd[1]: Starting Acquire live PXE rootfs image...
Sep 30 21:25:15 coreos-livepxe-rootfs[830]: No rootfs image found.  Modify your PXE configuration to add the rootfs
Sep 30 21:25:15 coreos-livepxe-rootfs[830]: image as a second initrd, or use the coreos.live.rootfs_url= kernel parameter
Sep 30 21:25:15 coreos-livepxe-rootfs[830]: to specify an HTTP or HTTPS URL to the rootfs.
Sep 30 21:25:15 systemd[1]: coreos-livepxe-rootfs.service: Main process exited, code=exited, status=1/FAILURE
Sep 30 21:25:15 systemd[1]: coreos-livepxe-rootfs.service: Failed with result 'exit-code'.
Sep 30 21:25:15 systemd[1]: Failed to start Acquire live PXE rootfs image.
Sep 30 21:25:15 systemd[1]: coreos-livepxe-rootfs.service: Triggering OnFailure= dependencies.
Press Enter for emergency shell or wait 1 minute 30 seconds for reboot.

^ hmm.. coreos.live.rootfs_url

I'll need to put an actual ignition config in userdata, not a shell script:

:/# ignition -platform packet -stage fetch -log-to-stdout
INFO     : Ignition 2.6.0
INFO     : Stage: fetch
INFO     : reading system config file "/usr/lib/ignition/base.ign"
DEBUG    : parsing config with SHA512: ff6a5153be363997e4d5d3ea8cc4048373a457c48c4a5b134a08a30aacd167c1e0f099f0bdf1e24c99ad180628cd02b767b863b5fe3a8fce3fe1886847eb8e2e
DEBUG    : parsed url from cmdline: ""
INFO     : no config URL provided
INFO     : reading system config file "/usr/lib/ignition/user.ign"
INFO     : no config at "/usr/lib/ignition/user.ign"
INFO     : GET https://metadata.packet.net/userdata: attempt #1
INFO     : GET result: OK
DEBUG    : parsing config with SHA512: a41f2580d1da7aa6a4cf3cb4d847788ac8075994a20e717383bedd6939556558818c4072dcc0663a11bcf7e740df51ed7b1b9fddef359e347cc40b134b93cfa2
1
CRITICAL : error at line 1 col 2: invalid character '#' looking for beginning of value
WARNING  : failed to fetch config: config is not valid
CRITICAL : failed to acquire config: config is not valid
INFO     : POST message to Packet Timeline
INFO     : GET https://metadata.packet.net/metadata: attempt #1
INFO     : GET result: OK
CRITICAL : Ignition failed: config is not valid

@bgilbert
Copy link

If you're just running the installer, you don't need an Ignition config for the live boot. Also, you have some deprecated or unnecessary kernel arguments. Try this:

kernel https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-kernel-x86_64 console=ttyS1,115200n8 initrd=rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet

There's no good way to pass console=ttyS1,15200n8 to the installed system right now. It's possible but requires passing an Ignition config to the live system which overrides the coreos-installer service unit.

@displague
Copy link
Author

I've modified my testing userdata to this example.ign content:

{
  "ignition": {
    "version": "3.1.0"
  },
  "passwd": {
    "users": [
      {
        "name": "core",
        "sshAuthorizedKeys": [
          "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDR3aVUPvEksR19iW63z5fPGtvIIX841PHDA2IgZiFQeHx3m2QoAmad817pkOqWwVEUp0WC4F1prIpgNH6B/9lGr333kstfJ1C/aJ7BJmfYtJrNMOh11Rmh7SLnrfHS3vRxsU5NjzP9gcsRZG33dokFZwrE7qC1xxUkzsZU/zIFDoCje7/R99WgvBb3Ac2hHRTKDewpt6+oaVVFDui6Vhkt98S6XmgsGAvdLklXhZlh8TXdNV7nXi1g5LymyIfhV+9jZoTRYLd4KGuBZA+7V9rkHxyH6/VphJdxT216XVpW0eZcOOV93OfB2F3YsY6l9dVYEXDExFnOXK4iZPPtY0MupkApTZgWD4fIGXMWnGjfNPVPoylonbGWs662b3zZ+bapcAI8YSP7qSwWJ44XzgJg/sDestpOBmXfIunS3WKtI/VPyta6Etrm/f0qSWXrKy/gXE5u9ovocDPxawQlpwUCVzXELkVxlfyONpP4aP9d/lho6RLeb9g5vA+8bCRj6fs= marques@MacBook-Pro.hsd1.nj.comcast.net"
        ]
      }
    ]
  }
}

In this bootup I received:

Nov 12 01:25:44 mj-rhcos-heal-the-world coreos-livepxe-rootfs[699]: No rootfs image found.  Modify your PXE configuration to add the rootfs
Nov 12 01:25:44 mj-rhcos-heal-the-world coreos-livepxe-rootfs[699]: image as a second initrd, or use the coreos.live.rootfs_url= kernel parameter
Nov 12 01:25:44 mj-rhcos-heal-the-world coreos-livepxe-rootfs[699]: to specify an HTTP or HTTPS URL to the rootfs.

I'm currently making the case for the Equinix Metal device provisioning option customdata, which is available within the metadata service as a json property, to become available as a standalone endpoint much like the userdata endpoint:

This would act as a more convenient location for hosting iPXE configuration. The PXE chainloader will have access to this URL.

This would make it possible to run, for example:

packet device create \
 --operating-system custom_ipxe \
 --customdata-file rhcos.ipxe \
 --ipxe-script-url https://metadata.platformequinix.net/customdata
 --userdata-file example.ign \
 --hostname rhcos1 \
 --plan t1.small.x86 \
 --project-id $PROJECT_ID \
 --tags "rhcos,ipxe,testing,openshift-ipi" \
 --facility any \
 --termination-time "$(TZ=UTC date -v+1H +"%Y-%m-%dT%H:%M:%SZ")"

@displague
Copy link
Author

@bgilbert with the kernel command-line you provided (which is in the revised rhcos.ipxe file in this gist), I received the following log:

iPXE 1.0.255+ (18dc7) -- Open Source Network Boot Firmware -- http://ipxe.org   
Features: DNS HTTP HTTPS iSCSI TFTP VLAN AoE ELF MBOOT PXE bzImage COMBOOT Menu 
[    0.000000] microcode: microcode updated early to revision 0x12d, date = 2019-09-16
[    0.000000] Linux version 4.18.0-193.24.1.el8_2.dt1.x86_64 (mockbuild@x86-vm-08.build.eng.bos.redhat.com) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Thu Sep 24 14:57:05 EDT 2020
[    0.000000] Command line: console=ttyS1,115200n8 initrd=rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet
[    0.000000] x86/fpu: x87 FPU will use FXSAVE                                 
[    0.000000] BIOS-provided physical RAM map:org/28086011)"]                   
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009abff] usable    
[    0.000000] BIOS-e820: [mem 0x000000000009ac00-0x000000000009ffff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved  
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f0c2fff] usable    
[    0.000000] BIOS-e820: [mem 0x000000007f0c3000-0x000000007f135fff] reserved  
[    0.000000] BIOS-e820: [mem 0x000000007f136000-0x000000007f1e0fff] usable    
[    0.000000] BIOS-e820: [mem 0x000000007f1e1000-0x000000007f44ffff] ACPI NVS  
[    0.000000] BIOS-e820: [mem 0x000000007f450000-0x000000007f649fff] reserved  
[    0.000000] BIOS-e820: [mem 0x000000007f64a000-0x000000007f7fffff] usable    
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reservedra
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed03fff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reservedle
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reservedle
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved 
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Supermicro MBI-6418A-T5H/B1SA4-2550F, BIOS 2.0a 05/05/2015
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2400.097 MHz processor
[    0.000000] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x7f800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd6c0-0x000fd6cf]
[    0.000000] RAMDISK: [mem 0x7a43d000-0x7f0c2fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007F236088 000094 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007F239478 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007F2361B8 0032BC (v02 ALASKA A M I    01072009 INTL 20061109)
[    0.000000] ACPI: FACS 0x000000007F44DF80 000040
[    0.000000] ACPI: FPDT 0x000000007F239588 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SPMI 0x000000007F2395D0 000040 (v05 A M I  OEMSPMI  00000000 AMI. 00000000)
[    0.000000] ACPI: MCFG 0x000000007F239610 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: WDAT 0x000000007F239650 0001AC (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: UEFI 0x000000007F239800 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: APIC 0x000000007F239848 000078 (v03 INTEL  TIANO    00000001 MSFT 00000000)
[    0.000000] ACPI: BDAT 0x000000007F2398C0 000030 (v01                 00000000      00000000)
[    0.000000] ACPI: HPET 0x000000007F2398F0 000038 (v01 INTEL           00000001 MSFT 01000013)
[    0.000000] ACPI: SSDT 0x000000007F239928 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: HEST 0x000000007F23A320 0000A8 (v01 INTEL  AVOTON B 00000001 INTL 00000001)
[    0.000000] ACPI: BERT 0x000000007F23A3C8 000030 (v01 INTEL  AVOTON B 00000001 INTL 00000001)
[    0.000000] ACPI: ERST 0x000000007F23A3F8 000230 (v01 INTEL  AVOTON B 00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 0x000000007F23A628 000150 (v01 INTEL  AVOTON B 00000001 INTL 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x27ffd1000-0x27fffafff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000099fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007f0c2fff]
[    0.000000]   node   0: [mem 0x000000007f136000-0x000000007f1e0fff]
[    0.000000]   node   0: [mem 0x000000007f64a000-0x000000007f7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000] Zeroed struct page in unavailable ranges: 3395 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x0009afff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f0c3000-0x7f135fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f1e1000-0x7f44ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f450000-0x7f649fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f800000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1d000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xff7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.000000] [mem 0x7f800000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    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:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u524288
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2061003
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: console=ttyS1,115200n8 initrd=rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet
[    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://access.redhat.com/ecosystem.
[    0.000000] Memory: 2070600K/8375028K available (12292K kernel code, 2152K rwdata, 3852K rodata, 2408K init, 6468K bss, 311672K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 36345 entries in 142 pages
[    0.001000] rcu: Hierarchical RCU implementation.
[    0.001000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.001000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.001000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.001000] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.001000] random: get_random_bytes called from start_kernel+0x36b/0x55b with crng_init=0
[    0.001000] Console: colour VGA+ 80x25
[    0.001000] printk: console [ttyS1] enabled
[    0.001000] ACPI: Core revision 20190703
[    0.001000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.001000] APIC: Switch to symmetric I/O mode setup
[    0.002538] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.007004] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22989337be4, max_idle_ns: 440795283830 ns
[    0.008004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.19 BogoMIPS (lpj=2400097)
[    0.009003] pid_max: default: 32768 minimum: 301
[    0.010059] Security Framework initialized
[    0.011003] Yama: becoming mindful.
[    0.012008] SELinux:  Initializing.
[    0.017364] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.020446] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021101] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.022059] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.024381] CPU0: Thermal monitoring enabled (TM1)
[    0.025006] process: using mwait in idle threads
[    0.026006] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.027002] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.028002] FEATURE SPEC_CTRL Present
[    0.029002] FEATURE IBPB_SUPPORT Present
[    0.030003] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.031004] Spectre V2 : Mitigation: Full generic retpoline
[    0.032002] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.033002] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.034006] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.035005] MDS: Mitigation: Clear CPU buffers
[    0.036289] Freeing SMP alternatives memory: 32K
[    0.039874] smpboot: CPU0: Intel(R) Atom(TM) CPU  C2550  @ 2.40GHz (family: 0x6, model: 0x4d, stepping: 0x8)
[    0.040238] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.041004] ... version:                3
[    0.042003] ... bit width:              40
[    0.043002] ... generic registers:      2
[    0.044002] ... value mask:             000000ffffffffff
[    0.045002] ... max period:             0000007fffffffff
[    0.046002] ... fixed-purpose events:   3
[    0.047002] ... event mask:             0000000700000003
[    0.048076] rcu: Hierarchical SRCU implementation.
[    0.050156] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.051059] smp: Bringing up secondary CPUs ...
[    0.052281] x86: Booting SMP configuration:
[    0.053007] .... node  #0, CPUs:      #1 #2 #3
[    0.057336] smp: Brought up 1 node, 4 CPUs
[    0.059004] smpboot: Max logical packages: 1
[    0.060004] smpboot: Total of 4 processors activated (19200.77 BogoMIPS)
[    0.211029] node 0 initialised, 1498189 pages in 150ms
[    0.217218] devtmpfs: initialized
[    0.218089] x86/mm: Memory block size: 128MB
[    0.220542] PM: Registering ACPI NVS region [mem 0x7f1e1000-0x7f44ffff] (2551808 bytes)
[    0.221159] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.230029] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.237161] pinctrl core: initialized pinctrl subsystem
[    0.242296] NET: Registered protocol family 16
[    0.247202] audit: initializing netlink subsys (disabled)
[    0.252039] audit: type=2000 audit(1605146464.252:1): state=initialized audit_enabled=0 res=1
[    0.261012] cpuidle: using governor menu
[    0.265113] ACPI: bus type PCI registered
[    0.269005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.275115] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.285007] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.292005] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[    0.301017] PCI: Using configuration type 1 for base access
[    0.310070] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.317048] cryptd: max_cpu_qlen set to 1000
[    0.322155] ACPI: Added _OSI(Module Device)
[    0.326010] ACPI: Added _OSI(Processor Device)
[    0.330005] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.335003] ACPI: Added _OSI(Processor Aggregator Device)
[    0.340004] ACPI: Added _OSI(Linux-Dell-Video)
[    0.345003] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.350003] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.358069] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.366369] ACPI: Dynamic OEM Table Load:
[    0.370009] ACPI: SSDT 0xFFFF8B5837A79800 000490 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.379400] ACPI: Dynamic OEM Table Load:
[    0.383007] ACPI: SSDT 0xFFFF8B5837AD3E00 0001FA (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.392660] ACPI: Dynamic OEM Table Load:
[    0.396008] ACPI: SSDT 0xFFFF8B5837A7B800 00047A (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.405458] ACPI: Dynamic OEM Table Load:
[    0.409006] ACPI: SSDT 0xFFFF8B5837AD3000 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.419189] ACPI: Interpreter enabled
[    0.423022] ACPI: (supports S0 S5)
[    0.426004] ACPI: Using IOAPIC for interrupt routing
[    0.431120] HEST: Table parsing has been initialized.
[    0.436007] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.445262] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.456934] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.463012] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.472336] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.480321] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.488017] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.499398] PCI host bridge to bus 0000:00
[    0.503006] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.510005] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.517004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.524009] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.532005] pci_bus 0000:00: root bus resource [mem 0x280000000-0xfffffffff window]
[    0.539004] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.547005] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.552016] pci 0000:00:00.0: [8086:1f02] type 00 class 0x060000
[    0.558149] pci 0000:00:01.0: [8086:1f10] type 01 class 0x060400
[    0.564028] pci 0000:00:01.0: reg 0x10: [mem 0xdf180000-0xdf19ffff 64bit]
[    0.571024] pci 0000:00:01.0: enabling Extended Tags
[    0.576046] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.582148] pci 0000:00:02.0: [8086:1f11] type 01 class 0x060400
[    0.588027] pci 0000:00:02.0: reg 0x10: [mem 0xdf160000-0xdf17ffff 64bit]
[    0.595023] pci 0000:00:02.0: enabling Extended Tags
[    0.600043] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.606145] pci 0000:00:03.0: [8086:1f12] type 01 class 0x060400
[    0.612027] pci 0000:00:03.0: reg 0x10: [mem 0xdf140000-0xdf15ffff 64bit]
[    0.619023] pci 0000:00:03.0: enabling Extended Tags
[    0.624044] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.630151] pci 0000:00:0e.0: [8086:1f14] type 00 class 0x060000
[    0.636159] pci 0000:00:0f.0: [8086:1f16] type 00 class 0x080600
[    0.643061] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[    0.649137] pci 0000:00:13.0: [8086:1f15] type 00 class 0x088000
[    0.655031] pci 0000:00:13.0: reg 0x10: [mem 0xdf1ab000-0xdf1ab3ff 64bit]
[    0.662210] pci 0000:00:14.0: [8086:1f45] type 00 class 0x020000
[    0.668027] pci 0000:00:14.0: reg 0x10: [mem 0xdf120000-0xdf13ffff 64bit]
[    0.675012] pci 0000:00:14.0: reg 0x18: [io  0xe060-0xe07f]
[    0.680020] pci 0000:00:14.0: reg 0x20: [mem 0xdf1a4000-0xdf1a7fff 64bit]
[    0.687065] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    0.693145] pci 0000:00:14.1: [8086:1f45] type 00 class 0x020000
[    0.699028] pci 0000:00:14.1: reg 0x10: [mem 0xdf100000-0xdf11ffff 64bit]
[    0.706011] pci 0000:00:14.1: reg 0x18: [io  0xe040-0xe05f]
[    0.712020] pci 0000:00:14.1: reg 0x20: [mem 0xdf1a0000-0xdf1a3fff 64bit]
[    0.718065] pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
[    0.725147] pci 0000:00:16.0: [8086:1f2c] type 00 class 0x0c0320
[    0.731030] pci 0000:00:16.0: reg 0x10: [mem 0xdf1aa000-0xdf1aa3ff]
[    0.737108] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.743137] pci 0000:00:18.0: [8086:1f32] type 00 class 0x010601
[    0.749022] pci 0000:00:18.0: reg 0x10: [io  0xe0b0-0xe0b7]
[    0.755011] pci 0000:00:18.0: reg 0x14: [io  0xe0a0-0xe0a3]
[    0.761010] pci 0000:00:18.0: reg 0x18: [io  0xe090-0xe097]
[    0.766010] pci 0000:00:18.0: reg 0x1c: [io  0xe080-0xe083]
[    0.772010] pci 0000:00:18.0: reg 0x20: [io  0xe020-0xe03f]
[    0.777010] pci 0000:00:18.0: reg 0x24: [mem 0xdf1a9000-0xdf1a97ff]
[    0.783048] pci 0000:00:18.0: PME# supported from D3hot
[    0.789132] pci 0000:00:1f.0: [8086:1f38] type 00 class 0x060100
[    0.795189] pci 0000:00:1f.3: [8086:1f3c] type 00 class 0x0c0500
[    0.801022] pci 0000:00:1f.3: reg 0x10: [mem 0xdf1a8000-0xdf1a801f]
[    0.807033] pci 0000:00:1f.3: reg 0x20: [io  0xe000-0xe01f]
[    0.813206] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.818090] pci 0000:02:00.0: [1a03:1150] type 01 class 0x060400
[    0.824075] pci 0000:02:00.0: enabling Extended Tags
[    0.829078] pci 0000:02:00.0: supports D1 D2
[    0.834004] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.840099] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.850014] pci 0000:00:02.0: PCI bridge to [bus 02-03]
[    0.855005] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.861008] pci 0000:00:02.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.868052] pci_bus 0000:03: extended config space not accessible
[    0.874042] pci 0000:03:00.0: [1a03:2000] type 00 class 0x030000
[    0.880028] pci 0000:03:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.887016] pci 0000:03:00.0: reg 0x14: [mem 0xdf000000-0xdf01ffff]
[    0.893015] pci 0000:03:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.899105] pci 0000:03:00.0: supports D1 D2
[    0.903004] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.909124] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.915014] pci 0000:02:00.0:   bridge window [io  0xd000-0xdfff]
[    0.921007] pci 0000:02:00.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.927081] pci 0000:00:03.0: PCI bridge to [bus 04]
[    0.932208] ACPI: PCI Interrupt Link [LNKA] (IRQs 6 7 10 *11 12 15)
[    0.939118] ACPI: PCI Interrupt Link [LNKB] (IRQs 6 7 *10 11 12 15)
[    0.945116] ACPI: PCI Interrupt Link [LNKC] (IRQs 6 7 10 11 12 *15)
[    0.952117] ACPI: PCI Interrupt Link [LNKD] (IRQs 6 7 *10 11 12 15)
[    0.958115] ACPI: PCI Interrupt Link [LNKE] (IRQs 6 7 10 11 12 *15)
[    0.964117] ACPI: PCI Interrupt Link [LNKF] (IRQs 6 *7 10 11 12 15)
[    0.971116] ACPI: PCI Interrupt Link [LNKG] (IRQs 6 7 10 11 12 15) *0, disabled.
[    0.978117] ACPI: PCI Interrupt Link [LNKH] (IRQs 6 7 10 *11 12 15)
[    0.986081] iommu: Default domain type: Passthrough 
[    0.991028] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    0.992000] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.005007] pci 0000:03:00.0: vgaarb: bridge control possible
[    1.011003] vgaarb: loaded
[    1.014170] SCSI subsystem initialized
[    1.018055] ACPI: bus type USB registered
[    1.022040] usbcore: registered new interface driver usbfs
[    1.027017] usbcore: registered new interface driver hub
[    1.033039] usbcore: registered new device driver usb
[    1.038102] pps_core: LinuxPPS API ver. 1 registered
[    1.043003] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.052009] PTP clock support registered
[    1.056052] EDAC MC: Ver: 3.0.0
[    1.059113] PCI: Using ACPI for IRQ routing
[    1.065000] NetLabel: Initializing
[    1.068003] NetLabel:  domain hash size = 128
[    1.072002] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.078025] NetLabel:  unlabeled traffic allowed by default
[    1.085177] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.090005] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.098038] clocksource: Switched to clocksource tsc-early
[    1.128673] VFS: Disk quotas dquot_6.6.0
[    1.132634] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.139619] pnp: PnP ACPI init
[    1.143116] system 00:00: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.150081] system 00:00: [mem 0x7f800000-0x7fffffff] could not be reserved
[    1.157133] system 00:01: [io  0x0680-0x069f] has been reserved
[    1.163056] system 00:01: [io  0x0400-0x047f] could not be reserved
[    1.169327] system 00:01: [io  0x0500-0x05fe] has been reserved
[    1.175247] system 00:01: [mem 0xfed00000-0xfed3ffff] could not be reserved
[    1.182213] system 00:01: [mem 0xfed50000-0xfedfffff] has been reserved
[    1.188826] system 00:01: [mem 0x000c0000-0x000dffff] could not be reserved
[    1.195785] system 00:01: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.202746] system 00:01: [mem 0xffa00000-0xffffffff] has been reserved
[    1.209373] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.216412] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    1.222334] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    1.228261] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    1.234188] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    1.240115] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    1.247176] pnp: PnP ACPI: found 6 devices
[    1.259155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.268093] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.273079] pci 0000:02:00.0: PCI bridge to [bus 03]
[    1.278049] pci 0000:02:00.0:   bridge window [io  0xd000-0xdfff]
[    1.284146] pci 0000:02:00.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    1.290943] pci 0000:00:02.0: PCI bridge to [bus 02-03]
[    1.296170] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    1.302265] pci 0000:00:02.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    1.309064] pci 0000:00:03.0: PCI bridge to [bus 04]
[    1.314045] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.320227] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.326406] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.333283] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[    1.340166] pci_bus 0000:00: resource 8 [mem 0x280000000-0xfffffffff window]
[    1.347217] pci_bus 0000:00: resource 9 [mem 0xfed40000-0xfed44fff window]
[    1.354095] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    1.359668] pci_bus 0000:02: resource 1 [mem 0xde000000-0xdf0fffff]
[    1.365933] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    1.371506] pci_bus 0000:03: resource 1 [mem 0xde000000-0xdf0fffff]
[    1.377884] NET: Registered protocol family 2
[    1.382618] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    1.390521] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.397986] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.404991] TCP: Hash tables configured (established 65536 bind 65536)
[    1.411658] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.417823] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.424572] NET: Registered protocol family 1
[    1.428951] NET: Registered protocol family 44
[    1.445194] pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x6c5 took 11468 usecs
[    1.452629] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.460983] PCI: CLS 64 bytes, default 64
[    1.465104] Unpacking initramfs...
[    3.142401] Freeing initrd memory: 78360K
[    3.146424] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.152867] software IO TLB: mapped [mem 0x7643d000-0x7a43d000] (64MB)
[    3.164612] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.171353] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.178063] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.441481] Initialise system trusted keyrings
[    3.445943] Key type blacklist registered
[    3.450038] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    3.459523] zbud: loaded
[    3.462549] pstore: using deflate compression
[    3.467248] Platform Keyring initialized
[    4.192021] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[    4.198231] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
[    4.208249] clocksource: Switched to clocksource tsc
[    6.592343] NET: Registered protocol family 38
[    6.596802] Key type asymmetric registered
[    6.600903] Asymmetric key parser 'x509' registered
[    6.605805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    6.613275] io scheduler mq-deadline registered
[    6.617809] io scheduler kyber registered
[    6.621896] io scheduler bfq registered
[    6.625843] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    6.633223] pcieport 0000:00:01.0: Signaling with IRQ 24
[    6.638678] pcieport 0000:00:01.0: enabled with IRQ 24
[    6.644112] pcieport 0000:00:02.0: Signaling with IRQ 25
[    6.649533] pcieport 0000:00:02.0: enabled with IRQ 25
[    6.654942] pcieport 0000:00:03.0: Signaling with IRQ 26
[    6.660350] pcieport 0000:00:03.0: enabled with IRQ 26
[    6.665646] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.672743] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    6.680162] ACPI: Power Button [PWRF]
[    6.684623] ERST: Error Record Serialization Table (ERST) support is initialized.
[    6.692220] pstore: Registered erst as persistent store backend
[    6.698866] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    6.706519] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    6.733641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    6.761892] 00:05: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    6.769967] Non-volatile memory driver v1.3
[    6.774808] rdac: device handler registered
[    6.779191] hp_sw: device handler registered
[    6.783470] emc: device handler registered
[    6.787663] alua: device handler registered
[    6.791921] libphy: Fixed MDIO Bus: probed
[    6.796151] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.802688] ehci-pci: EHCI PCI platform driver
[    6.807316] ehci-pci 0000:00:16.0: EHCI Host Controller
[    6.812645] ehci-pci 0000:00:16.0: new USB bus registered, assigned bus number 1
[    6.820057] ehci-pci 0000:00:16.0: debug port 2
[    6.828518] ehci-pci 0000:00:16.0: cache line size of 64 is not supported
[    6.835322] ehci-pci 0000:00:16.0: irq 23, io mem 0xdf1aa000
[    6.847050] ehci-pci 0000:00:16.0: USB 2.0 started, EHCI 1.00
[    6.852885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    6.861153] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.868376] usb usb1: Product: EHCI Host Controller
[    6.873254] usb usb1: Manufacturer: Linux 4.18.0-193.24.1.el8_2.dt1.x86_64 ehci_hcd
[    6.880908] usb usb1: SerialNumber: 0000:00:16.0
[    6.885732] hub 1-0:1.0: USB hub found
[    6.889507] hub 1-0:1.0: 8 ports detected
[    6.893901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.900108] ohci-pci: OHCI PCI platform driver
[    6.904579] uhci_hcd: USB Universal Host Controller Interface driver
[    6.911031] usbcore: registered new interface driver usbserial_generic
[    6.917571] usbserial: USB Serial support registered for generic
[    6.923674] i8042: PNP: No PS/2 controller found.
[    6.928511] mousedev: PS/2 mouse device common for all mice
[    6.934298] rtc_cmos 00:02: RTC can wake from S4
[    6.939140] rtc_cmos 00:02: registered as rtc0
[    6.943625] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
[    6.950865] intel_pstate: CPU model not supported
[    6.955955] hidraw: raw HID events driver (C) Jiri Kosina
[    6.961424] usbcore: registered new interface driver usbhid
[    6.966994] usbhid: USB HID core driver
[    6.970904] drop_monitor: Initializing network drop monitor service
[    6.977263] Initializing XFRM netlink socket
[    6.981778] NET: Registered protocol family 10
[    6.986679] Segment Routing with IPv6
[    6.990375] NET: Registered protocol family 17
[    6.994912] mpls_gso: MPLS GSO support
[    6.999119] core: Using 6 MCE banks
[    7.002778] microcode: sig=0x406d8, pf=0x1, revision=0x12d
[    7.008405] microcode: Microcode Update Driver: v2.2.
[    7.008421] SSE version of gcm_enc/dec engaged.
[    7.218093] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    7.352436] usb 1-1: New USB device found, idVendor=8087, idProduct=07db, bcdDevice= 0.02
[    7.360617] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.368100] hub 1-1:1.0: USB hub found
[    7.371926] hub 1-1:1.0: 4 ports detected
[    7.648056] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[    7.734448] usb 1-1.3: New USB device found, idVendor=0000, idProduct=0001, bcdDevice= 0.00
[    7.742798] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.750487] hub 1-1.3:1.0: USB hub found
[    7.754562] hub 1-1.3:1.0: 4 ports detected
[    8.052047] usb 1-1.3.1: new low-speed USB device number 4 using ehci-pci
[    8.164077] usb 1-1.3.1: New USB device found, idVendor=0557, idProduct=2419, bcdDevice= 1.00
[    8.172606] usb 1-1.3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.181285] i: HID 0557:2419 as /devices/pci0000:00/0000:00:16.0/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.0/0003:0557:2419.0001/input/input1
[    8.245355] hid-generic 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:16.0-1.3.1/input0
[    8.259789] input: HID 0557:2419 as /devices/pci0000:00/0000:00:16.0/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.1/0003:0557:2419.0002/input/input2
[    8.272196] hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:16.0-1.3.1/input1
[    9.097543] sched_clock: Marking stable (9097526611, 0)->(10515068290, -1417541679)
[    9.105840] registered taskstats version 1
[    9.109965] Loading compiled-in X.509 certificates
[    9.383512] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: b1f39095d82e0aa014c213c30b0fe601f23640ee'
[    9.395019] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    9.407456] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    9.418107] zswap: loaded using pool lzo/zbud
[    9.812354] Key type big_key registered
[   10.010847] Key type encrypted registered
[   10.014884] ima: No TPM chip found, activating TPM-bypass!
[   10.020390] ima: Allocated hash algorithm: sha1
[   10.024945] evm: Initialising EVM extended attributes:
[   10.030085] evm: security.selinux
[   10.033402] evm: security.ima
[   10.036375] evm: security.capability
[   10.039955] evm: HMAC attrs: 0x1
[   10.043753] rtc_cmos 00:02: setting system clock to 2020-11-12 02:01:16 UTC (1605146476)
[   10.059114] Freeing unused decrypted memory: 2040K
[   10.065207] Freeing unused kernel memory: 2408K
[   10.075086] Write protecting the kernel read-only data: 18432k
[   10.082124] Freeing unused kernel memory: 2020K
[   10.086922] Freeing unused kernel memory: 244K
[   10.200213] systemd[1]: systemd 239 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)
[   10.233104] systemd[1]: Detected architecture x86-64.
[   10.238175] systemd[1]: Running in initial RAM disk.

Welcome to Red Hat Enterprise Linux CoreOS 46.82.202010091720-0 (Ootpa) dracut-049-75.git20200422.el8 (Initramfs)!

[   10.260088] systemd[1]: No hostname configured.
[   10.264637] systemd[1]: Set hostname to <localhost>.
[   10.269670] systemd[1]: Initializing machine ID from random generator.
[   10.518631] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   10.530264] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   10.542100] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[   10.554695] systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required st…ce nodes for the current kernel...
         Starting Setup Virtual Console...
[  OK  ] Reached target Subsequent (Not Ignition) boot complete.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on Open-iSCSI iscsid Socket.
[  OK  ] Listening on Journal Socket (/dev/log).
         Starting Journal Service...
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Swap.
[  OK  ] Listening on Open-iSCSI iscsiuio Socket.
[  OK  ] Reached target Sockets.
         Starting iSCSI UserSpace I/O driver...
[  OK  ] Reached target Timers.
[  OK  ] Reached target Initrd Root Device.
         Starting Apply Kernel Variables...
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Started iSCSI UserSpace I/O driver.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  ] Started Setup Virtual Console.
         Starting dracut ask for additional cmdline parameters...
         Starting Create Static Device Nodes in /dev...
[   10.797596] systemd[1]: Started Apply Kernel Variables.
[  OK  ] Started Apply Kernel Variables.
[   10.835273] Loading iSCSI transport class v2.0-870.
[   10.850264] systemd[1]: Started dracut ask for additional cmdline parameters.
[  OK  ] Started dracut ask for additional cmdline parameters.
[   10.868300] systemd[1]: Starting dracut cmdline hook...
         Starting dracut cmdline hook...
[   10.903918] systemd[1]: Started Create Static Device Nodes in /dev.
[  OK  ] Started Create Static Device Nodes in /dev.
[   10.921194] systemd[1]: Starting sysroot-xfs-ephemeral-mkfs.service...
         Starting sysroot-xfs-ephemeral-mkfs.service...
[   11.235456] iscsi: registered transport (tcp)
[   11.305865] systemd[1]: Started Journal Service.
[   11.307657] dracut-cmdline[359]: dracut-46.82.202010091720-0 dracut-049-75.git20200422.el8
[  OK     11.318983] dracut-cmdline[359]: Using kernel command line parameters: rd.driver.pre=dm_multipath console=ttyS1,115200n8 initrd=rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet
0m] Started Jour[   11.355413] iscsi: registered transport (qla4xxx)
nal Service.
[   11.361329] QLogic iSCSI HBA Driver
[   11.376525] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
[   11.432457] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
[   11.438773] iscsi: registered transport (cxgb4i)
[   11.454399] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[   11.467180] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[   11.474181] iscsi: registered transport (bnx2i)
[   11.492755] iscsi: registered transport (be2iscsi)
[   11.497555] In beiscsi_module_init, tt=00000000157f1f1f
[  OK     11.616758] systemd[1]: Started dracut cmdline hook.
0m] Started dracut cmdline hook.
[   11.630606] systemd[1]: Starting dracut pre-udev hook...
         Starting dracut pre-udev hook...
[   11.750511] device-mapper: uevent: version 1.0.3
[   11.755306] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[  OK     11.947720] systemd[1]: Started dracut pre-udev hook.
0m] Started dracut pre-udev hook.
[   11.961326] systemd[1]: Starting udev Kernel Device Manager...
         Starting udev Kernel Device Manager...
[   11.987641] mkfs.xfs[377]: meta-data=/run/ephemeral.xfsloop isize=512    agcount=4, agsize=254640 blks
[   12.000640] mkfs.xfs[377]:          =                       sectsz=512   attr=2, projid32bit=1
[   12.009359] mkfs.xfs[377]:          =                       crc=1        finobt=1, sparse=1, rmapbt=0
[  OK  ] Started sysroot-xfs-ephemeral-mkfs.service.
         Mounting /run/ephemeral...
[   12.033112] mkfs.xfs[377]:          =                       reflink=1
[   12.039615] mkfs.xfs[377]: data     =                       bsize=4096   blocks=1018557, imaxpct=25
[   12.048828] mkfs.xfs[377]:          =                       sunit=0      swidth=0 blks
[   12.056853] mkfs.xfs[377]: naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
[   12.065397] mkfs.xfs[377]: log      =internal log           bsize=4096   blocks=2560, version=2
[   12.074180] mkfs.xfs[377]:          =                       sectsz=512   sunit=0 blks, lazy-count=1
[   12.083311] mkfs.xfs[377]: realtime =none                   extsz=4096   blocks=0, rtextents=0
[   12.092355] systemd[1]: Started sysroot-xfs-ephemeral-mkfs.service.
[   12.099122] systemd[1]: Mounting /run/ephemeral...
[   12.154074] loop: module loaded
[   12.452620] SGI XFS with ACLs, security attributes, no debug enabled
[   12.461972] XFS (loop0): Mounting V5 Filesystem
[   12.470196] XFS (loop0): Ending clean mount
[  OK     12.478726] systemd[1]: Mounted /run/ephemeral.
0m] Mounted /run/ephemeral.
[  OK     12.599957] systemd[1]: Started udev Kernel Device Manager.
0m] Started udev Kernel Device Manager.
         Startin[   12.634166] systemd[1]: Starting dracut pre-trigger hook...
g dracut pre-trigger hook...
[   12.675798] dracut-pre-trigger[552]: rd.md=0: removing MD RAID activation
[  OK     13.025919] systemd[1]: Started dracut pre-trigger hook.
0m] Started dracut pre-trigger hook.
[   13.040196] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[   13.219459] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[  OK     13.235774] systemd[1]: Mounted Kernel Configuration File System.
0m] Mounted Kernel Configuration File System.
[  OK     13.375093] systemd[1]: Started udev Coldplug all Devices.
0m] Started udev Coldplug all Devices.
[   13.389624] systemd[1]: Starting udev Wait for Complete Device Initialization...
         Starting udev Wait for Complete Device Initializ[   13.400495] random: fast init done
ation...
[   13.419717] dca service started, version 1.12.1
[   13.478196] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[   13.485173] igb: Copyright (c) 2007-2014 Intel Corporation.
[   13.511456] ahci 0000:00:18.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[   13.519567] ahci 0000:00:18.0: flags: 64bit ncq pm led clo pio slum part sxs deso sadm sds apst 
[   13.529749] systemd-udevd[627]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   13.552935] scsi host0: ahci
[   13.556375] scsi host1: ahci
[   13.559429] ata1: SATA max UDMA/133 abar m2048@0xdf1a9000 port 0xdf1a9100 irq 27
[   13.566570] igb 0000:00:14.0: added PHC on eth0
[   13.566849] ata2: SATA max UDMA/133 abar m2048@0xdf1a9000 port 0xdf1a9180 irq 27
[   13.571373] igb 0000:00:14.0: Intel(R) Gigabit Ethernet Network Connection
[   13.585731] igb 0000:00:14.0: eth0: PBA No: 010000-000
[   13.590879] igb 0000:00:14.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   13.639464] igb 0000:00:14.1: added PHC on eth1
[   13.644019] igb 0000:00:14.1: Intel(R) Gigabit Ethernet Network Connection
[   13.650975] igb 0000:00:14.1: eth1: PBA No: 010000-000
[   13.656123] igb 0000:00:14.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   13.667158] igb 0000:00:14.1 enp0s20f1: renamed from eth1
[   13.667842] systemd-udevd[628]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   13.699226] igb 0000:00:14.0 enp0s20f0: renamed from eth0
[   13.699588] systemd-udevd[618]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   13.889828] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   13.896039] ata2: SATA link down (SStatus 0 SControl 300)
[   13.901580] ata1.00: ATA-9: INTEL SSDSC2BB080G6, G2010140, max UDMA/133
[   13.908196] ata1.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 32)
[   13.915192] ata1.00: configured for UDMA/133
[   13.919694] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB08 0140 PQ: 0 ANSI: 5
[   14.005877] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[   14.020055] ata1.00: Enabling discard_zeroes_data
[   14.024874] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[   14.032533] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   14.037791] sd 0:0:0:0: [sda] Write Protect is off
[   14.042626] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.051944] ata1.00: Enabling discard_zeroes_data
[   14.058655] ata1.00: Enabling discard_zeroes_data
[   14.063560] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   14.214130] systemd[1]: Started udev Wait for Complete Device Initialization.
[  OK  ] Started udev Wait for Complete Device Initialization.
[   14.231214] systemd[1]: Starting Device-Mapper Multipath Device Controller...
         Starting Device-Mapper Multipath Device Controller...
[  OK     14.299104] systemd[1]: Started Device-Mapper Multipath Device Controller.
0m] Started Device-Mapper Multipath Device Controller.
         Startin[   14.316393] systemd[1]: Starting Open-iSCSI...
g Open-iSCSI...
[  OK     14.326361] systemd[1]: Reached target Local File Systems (Pre).
0m] Reached target Local File Sy[   14.335241] multipathd[661]: --------start up--------
stems (Pre).
[   14.343356] multipathd[661]: read /etc/multipath.conf
[  OK     14.349623] systemd[1]: Reached target Local File Systems.
0m] Reached targ[   14.356366] multipathd[661]: /etc/multipath.conf does not exist, blacklisting all devices.
et Local File Sy[   14.365857] multipathd[661]: You can run "/sbin/mpathconf --enable" to create
stems.
[   14.374382] multipathd[661]: /etc/multipath.conf. See man mpathconf(8) for more details
[   14.383036] multipathd[661]: /etc/multipath.conf does not exist, blacklisting all devices.
         Startin[   14.391611] multipathd[661]: You can run "/sbin/mpathconf --enable" to create
g Create Volatil[   14.400158] multipathd[661]: /etc/multipath.conf. See man mpathconf(8) for more details
e Files and Dire[   14.409740] multipathd[661]: path checkers start up
ctories...
[   14.415946] systemd[1]: Starting Create Volatile Files and Directories...
[  OK     14.424566] iscsid[662]: iscsid: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
0m] Started Open[   14.435191] iscsid[662]: iscsid: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formatted InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or discover targets. Please create a file /etc/iscsi/initiatorname.iscsi that contains a sting with the format: InitiatorName=iqn.yyyy-mm.<reversed domain name>[:identifier].
-iSCSI.
[   14.476742] iscsid[662]: Example: InitiatorName=iqn.2001-04.com.redhat:fc6.
[   14.484435] iscsid[662]: If using hardware iscsi like qla4xxx this message can be ignored.
[   14.492798] iscsid[662]: iscsid: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi
[  OK     14.502956] systemd[1]: Started Open-iSCSI.
0m] Started Crea[   14.508554] systemd[1]: Started Create Volatile Files and Directories.
te Volatile Files and Directories.
[  OK     14.521625] systemd[1]: Reached target System Initialization.
0m] Reached target System Initialization.
[  OK     14.534273] systemd[1]: Reached target Basic System.
0m] Reached target Basic System.
[   14.548221] systemd[1]: Starting Start network if needed...
         Starting Start network if needed...
[  OK     15.681556] systemd[1]: Started Start network if needed.
0m] Started Start network if needed.
         Startin[   15.695230] systemd[1]: Starting dracut initqueue hook...
g dracut initqueue hook...
[   16.119443] NetworkManager[702]: <info>  [1605146482.5750] NetworkManager (version 1.22.8-6.el8_2) is starting... (for the first time)
[   16.131758] NetworkManager[702]: <info>  [1605146482.5751] Read config: /etc/NetworkManager/NetworkManager.conf
[   16.140514] IPv6: ADDRCONF(NETDEV_UP): enp0s20f0: link is not ready
[   16.142041] NetworkManager[702]: <info>  [1605146482.5792] auth[0x562128a3b0a0]: create auth-manager: D-Bus connection not available. Polkit is disabled and only root will be authorized.
[   16.165077] NetworkManager[702]: <info>  [1605146482.5811] manager[0x562128a4a090]: monitoring kernel firmware directory '/lib/firmware'.
[   16.177600] NetworkManager[702]: <info>  [1605146482.5814] hostname: hostname: hostnamed not used as proxy creation failed with: Could not connect: No such file or directory
[   16.177732] IPv6: ADDRCONF(NETDEV_UP): enp0s20f0: link is not ready
[   16.193356] NetworkManager[702]: <info>  [1605146482.5817] dns-mgr[0x562128a3f210]: init: dns=default,systemd-resolved rc-manager=symlink
[   16.199424] igb 0000:00:14.0 enp0s20f0: igb: enp0s20f0 NIC Link is Up 2500 Mbps Full Duplex, Flow Control: RX/TX
[   16.202282] IPv6: ADDRCONF(NETDEV_UP): enp0s20f1: link is not ready
[   16.212423] NetworkManager[702]: <info>  [1605146482.5912] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.22.8-6.el8_2/libnm-device-plugin-team.so)
[   16.243098] NetworkManager[702]: <info>  [1605146482.5913] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
[   16.243249] IPv6: ADDRCONF(NETDEV_UP): enp0s20f1: link is not ready
[   16.255175] NetworkManager[702]: <info>  [1605146482.5913] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
[   16.261328] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0: link becomes ready
[   16.273367] NetworkManager[702]: <info>  [1605146482.5913] manager: Networking is enabled by state file
[   16.289288] NetworkManager[702]: <info>  [1605146482.5914] dhcp-init: Using DHCP client 'internal'
[   16.298360] NetworkManager[702]: <info>  [1605146482.5921] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.22.8-6.el8_2/libnm-settings-plugin-ifcfg-rh.so")
[   16.314496] NetworkManager[702]: <info>  [1605146482.5922] settings: Loaded settings plugin: keyfile (internal)
[   16.324684] NetworkManager[702]: <info>  [1605146482.5950] device (lo): carrier: link connected
[   16.333479] NetworkManager[702]: <info>  [1605146482.5951] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
[   16.345817] NetworkManager[702]: <info>  [1605146482.5959] manager: (enp0s20f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
[   16.358889] NetworkManager[702]: <info>  [1605146482.5963] device (enp0s20f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
[   16.373784] NetworkManager[702]: <info>  [1605146482.6578] manager: (enp0s20f1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
[   16.386836] NetworkManager[702]: <info>  [1605146482.6581] device (enp0s20f1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
[   16.401702] NetworkManager[702]: <warn>  [1605146482.7371] sleep-monitor-sd: failed to acquire D-Bus proxy: Could not connect: No such file or directory
[   16.415432] NetworkManager[702]: <warn>  [1605146482.7372] ifcfg-rh: dbus: couldn't initialize system bus: Could not connect: No such file or directory
[   16.429085] NetworkManager[702]: <info>  [1605146482.7375] device (enp0s20f0): carrier: link connected
[   16.438459] NetworkManager[702]: <info>  [1605146482.7377] device (enp0s20f0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
[   16.454202] NetworkManager[702]: <info>  [1605146482.7388] policy: auto-activating connection 'Wired Connection' (e322f906-3266-425f-80fa-c66613ea0069)
[   16.467838] NetworkManager[702]: <info>  [1605146482.7394] device (enp0s20f0): Activation: starting connection 'Wired Connection' (e322f906-3266-425f-80fa-c66613ea0069)
[   16.482954] NetworkManager[702]: <info>  [1605146482.7395] device (enp0s20f0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[   16.497383] NetworkManager[702]: <info>  [1605146482.7396] manager: NetworkManager state is now CONNECTING
[   16.507130] NetworkManager[702]: <info>  [1605146482.7397] device (enp0s20f0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[   16.521044] NetworkManager[702]: <info>  [1605146482.7401] device (enp0s20f0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[   16.535103] NetworkManager[702]: <info>  [1605146482.7404] dhcp4 (enp0s20f0): activation: beginning transaction (timeout in 45 seconds)
[   19.418913] NetworkManager[702]: <info>  [1605146485.8747] dhcp4 (enp0s20f0): option dhcp_lease_time      => '172800'
[   19.429663] NetworkManager[702]: <info>  [1605146485.8747] dhcp4 (enp0s20f0): option domain_name_servers  => '147.75.207.207 147.75.207.208'
[   19.442340] NetworkManager[702]: <info>  [1605146485.8747] dhcp4 (enp0s20f0): option expiry               => '1605319285'
[   19.453417] NetworkManager[702]: <info>  [1605146485.8748] dhcp4 (enp0s20f0): option host_name            => 'mj-rhcos-heal-the-world'
[   19.465596] NetworkManager[702]: <info>  [1605146485.8748] dhcp4 (enp0s20f0): option ip_address           => '147.75.195.121'
[   19.476988] NetworkManager[702]: <info>  [1605146485.8748] dhcp4 (enp0s20f0): option requested_broadcast_address => '1'
[   19.487855] NetworkManager[702]: <info>  [1605146485.8748] dhcp4 (enp0s20f0): option requested_domain_name => '1'
[   19.498212] NetworkManager[702]: <info>  [1605146485.8749] dhcp4 (enp0s20f0): option requested_domain_name_servers => '1'
[   19.509253] NetworkManager[702]: <info>  [1605146485.8749] dhcp4 (enp0s20f0): option requested_domain_search => '1'
[   19.519774] NetworkManager[702]: <info>  [1605146485.8749] dhcp4 (enp0s20f0): option requested_host_name  => '1'
[   19.530064] NetworkManager[702]: <info>  [1605146485.8749] dhcp4 (enp0s20f0): option requested_interface_mtu => '1'
[   19.540569] NetworkManager[702]: <info>  [1605146485.8750] dhcp4 (enp0s20f0): option requested_ms_classless_static_routes => '1'
[   19.552231] NetworkManager[702]: <info>  [1605146485.8750] dhcp4 (enp0s20f0): option requested_nis_domain => '1'
[   19.562517] NetworkManager[702]: <info>  [1605146485.8750] dhcp4 (enp0s20f0): option requested_nis_servers => '1'
[   19.572871] NetworkManager[702]: <info>  [1605146485.8750] dhcp4 (enp0s20f0): option requested_ntp_servers => '1'
[   19.583218] NetworkManager[702]: <info>  [1605146485.8751] dhcp4 (enp0s20f0): option requested_rfc3442_classless_static_routes => '1'
[   19.595298] NetworkManager[702]: <info>  [1605146485.8751] dhcp4 (enp0s20f0): option requested_root_path  => '1'
[   19.605569] NetworkManager[702]: <info>  [1605146485.8751] dhcp4 (enp0s20f0): option requested_routers    => '1'
[   19.615830] NetworkManager[702]: <info>  [1605146485.8752] dhcp4 (enp0s20f0): option requested_static_routes => '1'
[   19.626353] NetworkManager[702]: <info>  [1605146485.8752] dhcp4 (enp0s20f0): option requested_subnet_mask => '1'
[   19.636701] NetworkManager[702]: <info>  [1605146485.8752] dhcp4 (enp0s20f0): option requested_time_offset => '1'
[   19.647073] NetworkManager[702]: <info>  [1605146485.8752] dhcp4 (enp0s20f0): option requested_wpad       => '1'
[   19.657320] NetworkManager[702]: <info>  [1605146485.8753] dhcp4 (enp0s20f0): option routers              => '147.75.195.120'
[   19.668750] NetworkManager[702]: <info>  [1605146485.8753] dhcp4 (enp0s20f0): option subnet_mask          => '255.255.255.254'
[   19.680232] NetworkManager[702]: <info>  [1605146485.8753] dhcp4 (enp0s20f0): state changed unknown -> bound
[   19.690161] NetworkManager[702]: <info>  [1605146485.8986] device (enp0s20f0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
[   19.704409] NetworkManager[702]: <info>  [1605146485.8987] device (enp0s20f0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
[   19.718827] NetworkManager[702]: <info>  [1605146485.8988] device (enp0s20f0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
[   19.733336] NetworkManager[702]: <info>  [1605146485.8991] manager: NetworkManager state is now CONNECTED_LOCAL
[   19.743517] NetworkManager[702]: <info>  [1605146485.8999] manager: NetworkManager state is now CONNECTED_SITE
[   19.753631] NetworkManager[702]: <info>  [1605146485.9000] policy: set 'Wired Connection' (enp0s20f0) as default for IPv4 routing and DNS
[   19.766083] NetworkManager[702]: <info>  [1605146485.9000] policy: set-hostname: set hostname to 'mj-rhcos-heal-the-world' (from DHCPv4)
[   19.778404] NetworkManager[702]: <info>  [1605146485.9004] device (enp0s20f0): Activation: successful, device activated.
[   19.789376] NetworkManager[702]: <info>  [1605146485.9005] manager: NetworkManager state is now CONNECTED_GLOBAL
[   22.284339] NetworkManager[702]: <info>  [1605146488.7401] manager: startup complete
[   22.292217] NetworkManager[702]: <info>  [1605146488.7402] quitting now that startup is complete
[   22.306194] NetworkManager[702]: <info>  [1605146488.7623] dhcp4 (enp0s20f0): canceled DHCP transaction
[   22.315772] NetworkManager[702]: <info>  [1605146488.7624] dhcp4 (enp0s20f0): state changed bound -> done
[   22.325562] NetworkManager[702]: <info>  [1605146488.7624] device (enp0s20f0): DHCPv4: trying to acquire a new lease within 90 seconds
[   22.337815] NetworkManager[702]: <info>  [1605146488.7625] manager: NetworkManager state is now CONNECTED_SITE
[   22.347917] NetworkManager[702]: <info>  [1605146488.7630] exiting (success)
[  OK     22.368954] systemd[1]: Started dracut initqueue hook.
0m] Started dracut initqueue hook.
[   22.380542] systemd[1]: Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems (Pre).
[  OK     22.393302] systemd[1]: Reached target Remote File Systems.
0m] Reached target Remote File Systems.
[   22.406981] systemd[1]: Starting Acquire live PXE rootfs image...
         Starting Acquire live PXE rootfs image...
         Startin[   22.422310] systemd[1]: Starting dracut pre-mount hook...
g dracut pre-mount hook...
[   22.453669] coreos-livepxe-rootfs[734]: Fetching rootfs image from https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img...
[  OK  ] Started dracut pre-mount hook.
[   22.482461] systemd[1]: Started dracut pre-mount hook.
[***   ] A start job is running for Acquire …rootfs image (1min 24s / no limit)[   94.752119] random: crng init done
[   94.755522] random: 7 urandom warning(s) missed due to ratelimiting
[   94.775438] coreos-livepxe-rootfs[734]: Error: premature end of input data at offset 0
[FA[   94.783559] coreos-livepxe-rootfs[734]: Couldn't fetch, verify, and unpack image specified by coreos.live.rootfs_url=
ILED] Failed[   94.795482] coreos-livepxe-rootfs[734]: Check that the URL is correct and that the rootfs version matches the initramfs.
 to start Acquir[   94.808194] systemd[1]: coreos-livepxe-rootfs.service: Main process exited, code=exited, status=1/FAILURE
e live PXE rootf[   94.818879] systemd[1]: coreos-livepxe-rootfs.service: Failed with result 'exit-code'.
s image.
[   94.828052] systemd[1]: Failed to start Acquire live PXE rootfs image.
See 'systemctl status coreos-livepxe-rootfs.service' for details.
[DEPEND[   94.843183] systemd[1]: Dependency failed for Initrd Root File System.
] Dependency failed for Initrd Root File System.
[DEPEND[   94.858182] systemd[1]: Dependency failed for Reload Configuration from the Real Root.
] Dependency failed for Reload Configuration from the Real Root.
[   94.875155] systemd[1]: initrd-parse-etc.service: Job initrd-parse-etc.service/start failed with result 'dependency'.
[  OK     94.885900] systemd[1]: initrd-parse-etc.service: Triggering OnFailure= dependencies.
0m] Stopped targ[   94.895191] systemd[1]: initrd-root-fs.target: Job initrd-root-fs.target/start failed with result 'dependency'.
et Remote File S[   94.906701] systemd[1]: initrd-root-fs.target: Triggering OnFailure= dependencies.
ystems.
[   94.915666] systemd[1]: coreos-livepxe-rootfs.service: Triggering OnFailure= dependencies.
[   94.924746] systemd[1]: Stopped target Remote File Systems.
         Unmount[   94.930497] systemd[1]: Unmounting /run/ephemeral...
ing /run/ephemeral...
[   94.942206] systemd[1]: Stopped target Initrd Root Device.
[  OK     94.948119] XFS (loop0): Unmounting Filesystem
0m] Stopped target Initrd Root Device.
[  OK     94.960366] systemd[1]: Stopped target Timers.
0m] Stopped target Timers.
[   94.970225] systemd[1]: Stopped target Remote File Systems (Pre).
[  OK  ] Stopped target Remote File Systems (Pre).
[   94.983175] systemd[1]: Stopped target Subsequent (Not Ignition) boot complete.
[  OK  ] Stopped target Subsequent (Not Ignition) boot complete.
[   94.998208] systemd[1]: Stopped dracut pre-mount hook.
[  OK  ] Stopped dracut pre-mount hook.
[   95.011866] systemd[1]: Mounting /sysroot...
         Mounting /sysroot...
[   95.021167] systemd[1]: Stopped dracut initqueue hook.
[  OK  ] Stopped dracut initqueue hook.
         Stoppin[   95.033498] systemd[1]: Stopping Open-iSCSI...
[   95.039913] iscsid[662]: iscsid: iscsid shutting down.

[  OK     95.049406] systemd[1]: Stopped Start network if needed.
0m] Stopped Start network if needed.
[  OK     95.062356] systemd[1]: Stopped target Basic System.
0m] Stopped target Basic System.
[  OK     95.074382] systemd[1]: Stopped target Sockets.
0m] Stopped target Sockets.
[  OK     95.084385] systemd[1]: Stopped target Paths.
0m] Stopped target Paths.
[  OK     95.094330] systemd[1]: Stopped target Slices.
0m] Stopped targ[   95.100425] squashfs: version 4.0 (2009/01/31) Phillip Lougher
et Slices.
[   95.108794] mount[758]: mount: /sysroot: special device /root.squashfs does not exist.
[  OK     95.117204] systemd[1]: Stopped target System Initialization.
0m] Stopped target System Initialization.
[  OK     95.131397] systemd[1]: Stopped Apply Kernel Variables.
0m] Stopped Apply Kernel Variables.
[  OK     95.144403] systemd[1]: Stopped Create Volatile Files and Directories.
0m] Stopped Create Volatile Files and Directories.
[   95.159448] systemd-journald[334]: Received SIGTERM from PID 1 (systemd).
[   95.159456] systemd[1]: Stopping Journal Service...
         Stopping Journal Service...
[   95.176145] systemd[1]: Stopped target Local File Systems.
[  OK  ] Stopped target Local File Systems.
[   95.188158] systemd[1]: Stopped target Local File Systems (Pre).
[  OK  ] Stopped target Local File Systems (Pre).
[   95.201134] systemd[1]: Stopped target Swap.
[  OK  ] Stopped target Swap.
[   95.211182] systemd[1]: Stopped target Local Encrypted Volumes.
[  OK  ] Stopped target Local Encrypted Volumes.
[   95.228110] systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.
[   95.247261] systemd[1]: Stopped Journal Service.
[  OK  ] Stopped Journal Service.
[   95.258489] systemd[1]: Stopped Open-iSCSI.
[  OK  ] Stopped Open-iSCSI.
[   95.270178] systemd[1]: Unmounted /run/ephemeral.
[  OK  ] Unmounted /run/ephemeral.
[   95.281395] systemd[1]: sysroot.mount: Mount process exited, code=exited status=32
[   95.289047] systemd[1]: sysroot.mount: Failed with result 'exit-code'.
[   95.296691] systemd[1]: Failed to mount /sysroot.
[FAILED] Failed to mount /sysroot.
See 'systemctl status sysroot.mount' for details.
[   95.318273] systemd[1]: Stopped sysroot-xfs-ephemeral-mkfs.service.
[  OK  ] Stopped sysroot-xfs-ephemeral-mkfs.service.
[   95.333318] systemd[1]: Stopping iSCSI UserSpace I/O driver...
         Stopping iSCSI UserSpace I/O driver...
[   95.346848] systemd[1]: Stopping Device-Mapper Multipath Device Controller...
         Stopping Device-Mapper Multipath Device Controller...
[   95.361939] systemd[1]: Closed Open-iSCSI iscsid Socket.
[  OK  ] Closed Open-iSCSI iscsid Socket.
[   95.375378] systemd[1]: Stopped iSCSI UserSpace I/O driver.
[  OK  ] Stopped iSCSI UserSpace I/O driver.
[   95.390574] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   95.402067] systemd[1]: Closed Open-iSCSI iscsiuio Socket.
[  OK  ] Closed Open-iSCSI iscsiuio Socket.
[   95.415175] systemd[1]: Stopped Device-Mapper Multipath Device Controller.
[  OK  ] Stopped Device-Mapper Multipath Device Controller.
[   95.431604] systemd[1]: Stopped udev Wait for Complete Device Initialization.
[  OK  ] Stopped udev Wait for Complete Device Initialization.
[   95.448425] systemd[1]: Stopped udev Coldplug all Devices.
[  OK  ] Stopped udev Coldplug all Devices.
[   95.462282] systemd[1]: Stopped dracut pre-trigger hook.
[  OK  ] Stopped dracut pre-trigger hook.
[   95.474521] systemd[1]: Stopping udev Kernel Device Manager...
         Stopping udev Kernel Device Manager...
[   95.490356] systemd[1]: Stopped udev Kernel Device Manager.
[  OK  ] Stopped udev Kernel Device Manager.
[   95.505673] systemd[1]: Stopped dracut pre-udev hook.
[  OK  ] Stopped dracut pre-udev hook.
[   95.518098] systemd[1]: Stopped dracut cmdline hook.
[  OK  ] Stopped dracut cmdline hook.
[   95.531058] systemd[1]: Stopped dracut ask for additional cmdline parameters.
[  OK  ] Stopped dracut ask for additional cmdline parameters.
[   95.547842] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[   95.560211] systemd[1]: Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[   95.576287] systemd[1]: Stopped Create list of required static device nodes for the current kernel.
[  OK  ] Stopped Create list of required sta…vice nodes for the current kernel.
[   95.595969] systemd[1]: Closed udev Control Socket.
[  OK  ] Closed udev Control Socket.
[   95.608898] systemd[1]: Closed udev Kernel Socket.
[  OK  ] Closed udev Kernel Socket.
[   95.660444] systemd[1]: Started Setup Virtual Console.
[  OK  ] Started Setup Virtual Console.
[   95.673995] systemd[1]: Started Emergency Shell.
[  OK  ] Started Emergency Shell.
[   95.684324] systemd[1]: Reached target Emergency Mode.
[  OK  ] Reached target Emergency Mode.
[   96.004847] systemd[1]: Started Journal Service.
[   96.005220] multipathd[766]: Nov 12 02:02:41 | /etc/multipath.conf does not exist, blacklisting all devices.
[   96.019401] multipathd[766]: Nov 12 02:02:41 | You can run "/sbin/mpathconf --enable" to create
[  OK     96.028138] multipathd[766]: Nov 12 02:02:41 | /etc/multipath.conf. See man mpathconf(8) for more details
0m] Started Jour[   96.039099] multipathd[766]: ok
nal Service.
[   96.046894] systemd[1]: Startup finished in 10.189s (kernel) + 0 (initrd) + 1min 25.856s (userspace) = 1min 36.046s.
Displaying logs from failed units: sysroot.mount
coreos-livepxe-rootfs.service
-- Logs begin at Thu 2020-11-12 02:01:17 UTC, end at Thu 2020-11-12 02:02:42 UTC. --
Nov 12 02:02:41 systemd[1]: Mounting /sysroot...
Nov 12 02:02:41 mount[758]: mount: /sysroot: special device /root.squashfs does not exist.
-- Logs begin at Thu 2020-11-12 02:01:17 UTC, end at Thu 2020-11-12 02:02:42 UTC. --
Nov 12 02:01:28 systemd[1]: Starting Acquire live PXE rootfs image...
Nov 12 02:01:28 coreos-livepxe-rootfs[734]: Fetching rootfs image from https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img...
Nov 12 02:02:41 coreos-livepxe-rootfs[734]: Error: premature end of input data at offset 0
Nov 12 02:02:41 coreos-livepxe-rootfs[734]: Couldn't fetch, verify, and unpack image specified by coreos.live.rootfs_url=
Nov 12 02:02:41 coreos-livepxe-rootfs[734]: Check that the URL is correct and that the rootfs version matches the initramfs.
Nov 12 02:02:41 systemd[1]: coreos-livepxe-rootfs.service: Main process exited, code=exited, status=1/FAILURE
Nov 12 02:02:41 systemd[1]: coreos-livepxe-rootfs.service: Failed with result 'exit-code'.
Nov 12 02:02:41 systemd[1]: Failed to start Acquire live PXE rootfs image.
Nov 12 02:02:41 systemd[1]: coreos-livepxe-rootfs.service: Triggering OnFailure= dependencies.
Press Enter for emergency shell or wait 3 minutes 15 seconds for reboot.      

@bgilbert
Copy link

Interesting. That looks like a fetch failure, but the URL in that log is valid. The script is just doing curl --silent --insecure --location --retry 5 "${rootfs_url}". Can you use the SOS console to drop to an emergency shell and try running the curl command by hand?

@displague
Copy link
Author

[     *] A start job is running for Acquire … PXE rootfs image (28s / no limit)

pulsing asterisks, went 1m24s

[   23.253711] coreos-livepxe-rootfs[727]: Fetching rootfs image from https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img...
[    **][   95.228789] random: crng init done
[   95.233635] random: 7 urandom warning(s) missed due to ratelimiting
 A start job is running for Acquire …rootfs image (1min 24s / no limit)[   95.252188] coreos-livepxe-rootfs[727]: Error: premature end of input data at offset 0
[FA[   95.260352] coreos-livepxe-rootfs[727]: Couldn't fetch, verify, and unpack image specified by coreos.live.rootfs_url=
ILED] Failed[   95.272334] coreos-livepxe-rootfs[727]: Check that the URL is correct and that the rootfs version matches the initramfs.
 to start Acquir[   95.285044] systemd[1]: coreos-livepxe-rootfs.service: Main process exited, code=exited, status=1/FAILURE
e live PXE rootf[   95.295691] systemd[1]: coreos-livepxe-rootfs.service: Failed with result 'exit-code'.
s image.
[   95.304921] systemd[1]: Failed to start Acquire live PXE rootfs image.
See 'systemctl status coreos-livepxe-rootfs.service' for details.
[   95.321183] systemd[1]: Dependency failed for Initrd Root File System.
[DEPEND] Dependency failed for Initrd Root File System.
[   95.336209] systemd[1]: Dependency failed for Reload Configuration from the Real Root.
[DEPEND] Dependency failed for Reload Configuration from the Real Root.
[   95.353152] systemd[1]: initrd-parse-etc.service: Job initrd-parse-etc.service/start failed with result 'dependency'.

The curl command (I had to add --output rootfs.img) ran for 30s and succeeded with a 819,969,024 byte download.

@displague
Copy link
Author

displague commented Nov 12, 2020

Since I was testing with an older hardware plan, I tried changing that to the newer t3.small.x86.

[  100.261041] systemd[1]: Starting Acquire live PXE rootfs image...
         Starting Acquire live PXE rootfs image...
[  100.274154] systemd[1]: Reached target Remote File Systems (Pre).
[  OK    100.280542] coreos-livepxe-rootfs[838]: Fetching rootfs image from https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img...
0m] Reached target Remote File Systems (Pre).
[  100.305202] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
         Startin[  100.317864] systemd[1]: Starting dracut pre-mount hook...
g dracut pre-mount hook...
[  100.328753] systemd[1]: Started dracut pre-mount hook.
[  OK  ] Started dracut pre-mount hook.
[  OK[  145.642072] systemd[1]: Started Acquire live PXE rootfs image.
  ] Started Acquire live PXE rootfs image.
[  145.655794] systemd[1]: Starting Persist osmet files (PXE)...
         Starting Persist osmet files (PXE)...
[  145.667612] systemd[1]: Mounting /sysroot...
         Mounting /sysroot...
[  145.693913] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  145.702566] systemd[1]: Mounted /sysroot.
[  OK  ] Mounted /sysroot.
[  OK    145.713440] systemd[1]: Started Persist osmet files (PXE).

This got further but seems to have not liked my coreos installer args and couldn't find the disk at /dev/sda.

The kernel did report that /dev/sda was found:

iPXE 1.0.255+ (18dc7) -- Open Source Network Boot Firmware -- http://ipxe.org   
Features: DNS HTTP HTTPS iSCSI TFTP VLAN AoE ELF MBOOT PXE bzImage COMBOOT Menu 
PXEXT                                                                           [    0.000000] Linux version 4.18.0-193.24.1.el8_2.dt1.x86_64 (mockbuild@x86-vm-08.build.eng.bos.redhat.com) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Thu Sep 24 14:57:05 EDT 2020                            
[    0.000000] Command line: console=ttyS1,115200n8 initrd=rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256           
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:                                  
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000997ff] usable    
[    0.000000] BIOS-e820: [mem 0x0000000000099800-0x000000000009ffff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved  
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000076daffff] usable    
[    0.000000] BIOS-e820: [mem 0x0000000076db0000-0x0000000076ffffff] reserved  
[    0.000000] BIOS-e820: [mem 0x0000000077000000-0x00000000d87e2fff] usable2/ra
[    0.000000] BIOS-e820: [mem 0x00000000d87e3000-0x00000000d9d9bfff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000d9d9c000-0x00000000d9e58fff] usable    
[    0.000000] BIOS-e820: [mem 0x00000000d9e59000-0x00000000da1befff] ACPI NVSle
[    0.000000] BIOS-e820: [mem 0x00000000da1bf000-0x00000000da6a3fff] reserved  
[    0.000000] BIOS-e820: [mem 0x00000000da6a4000-0x00000000dbffffff] usablerele
[    0.000000] BIOS-e820: [mem 0x00000000dc000000-0x00000000dfffffff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000eff00000-0x00000000eff7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000efff0000-0x00000000efff0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc7000-0x00000000fedc7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc9000-0x00000000fedcafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000041f380000-0x000000041fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: Packet t3.small.x86/EPYC3151D4I-NL, BIOS L1.05I 03/17/2020
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2699.836 MHz processor
[    0.000000] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] total RAM covered: 3520M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] last_pfn = 0xdc000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcc10-0x000fcc1f]
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x7212a000-0x76daffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 AMD   )
[    0.000000] ACPI: XSDT 0x00000000D9E590A8 0000D4 (v01 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000D9E651C0 000114 (v06 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000D9E59218 00BFA2 (v02 AMD    Wallaby  03242016 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DA1BEE80 000040
[    0.000000] ACPI: APIC 0x00000000D9E652D8 00045E (v04 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000D9E65738 000044 (v01 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000D9E65780 00009C (v01 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000D9E65820 008C4C (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SPMI 0x00000000D9E6E470 000041 (v05 AMD    Wallaby  00000000 AMI. 00000000)
[    0.000000] ACPI: SSDT 0x00000000D9E6E4B8 000094 (v02 AMD    CPUSSDT  03242016 AMI  03242016)
[    0.000000] ACPI: MCFG 0x00000000D9E6E550 00003C (v01 AMD    Wallaby  03242016 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x00000000D9E6E590 000073 (v01 AMD    OEMAAFT  03242016 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x00000000D9E6E608 00119C (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000D9E6F7A8 000850 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000D9E6FFF8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: BERT 0x00000000D9E70028 000030 (v01 AMD    AMD BERT 00000001 AMD  00000001)
[    0.000000] ACPI: EINJ 0x00000000D9E70058 000150 (v01 AMD    AMD EINJ 00000001 AMD  00000001)
[    0.000000] ACPI: HEST 0x00000000D9E701A8 000648 (v01 AMD    AMD HEST 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000D9E707F0 000094 (v01 AMD    CPMRAS   00000001 INTL 20120913)
[    0.000000] ACPI: HPET 0x00000000D9E70888 000038 (v01 AMD    Wallaby  03242016 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000D9E708C0 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000D9E708E8 000048 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000D9E70930 00013E (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000D9E70A70 001630 (v01 AMD    CPMCMN   00000001 INTL 20120913)
[    0.000000] ACPI: WSMT 0x00000000D9E720A0 000028 (v01 AMD    Wallaby  03242016 AMI  00010013)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f356000-0x41f37ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000098fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000076daffff]
[    0.000000]   node   0: [mem 0x0000000077000000-0x00000000d87e2fff]
[    0.000000]   node   0: [mem 0x00000000d9d9c000-0x00000000d9e58fff]
[    0.000000]   node   0: [mem 0x00000000da6a4000-0x00000000dbffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 24764 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 128, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 129, version 33, address 0xefff0000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 128 CPUs, 120 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00099000-0x00099fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x76db0000-0x76ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd87e3000-0xd9d9bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9e59000-0xda1befff]
[    0.000000] PM: Registered nosave memory: [mem 0xda1bf000-0xda6a3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xeff00000-0xeff7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xeff80000-0xeffeffff]
[    0.000000] PM: Registered nosave memory: [mem 0xefff0000-0xefff0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xefff1000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedc5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc6000-0xfedc6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc7000-0xfedc7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc8000-0xfedc8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc9000-0xfedcafff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedcb000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xefefffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] Detected CPU family 17h model 1
[    0.000000] Warning: AMD Processor - this hardware has not undergone testing by Red Hat and might not be certified. Please consult https://hardware.redhat.com for certified hardware.
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
[    0.000000] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u262144
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4101202
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: console=ttyS1,115200n8 initrd=rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet
[    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://access.redhat.com/ecosystem.
[    0.000000] Memory: 3523120K/16665360K available (12292K kernel code, 2152K rwdata, 3852K rodata, 2408K init, 6468K bss, 468872K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
[    0.000000] ftrace: allocating 36345 entries in 142 pages
[    0.001000] rcu: Hierarchical RCU implementation.
[    0.001000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    0.001000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.001000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    0.001000] NR_IRQS: 524544, nr_irqs: 1992, preallocated irqs: 16
[    0.001000] random: get_random_bytes called from start_kernel+0x36b/0x55b with crng_init=0
[    0.001000] Console: colour VGA+ 80x25
[    0.001000] printk: console [ttyS1] enabled
[    0.001000] ACPI: Core revision 20190703
[    0.001000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.001000] APIC: Switch to symmetric I/O mode setup
[    0.002878] AMD-Vi: ivrs, add hid:PNPD0040, uid:, rdevid:152
[    0.004003] Switched APIC routing to physical flat.
[    0.006513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.011006] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eaa3ac197, max_idle_ns: 440795304086 ns
[    0.012002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.67 BogoMIPS (lpj=2699836)
[    0.013001] pid_max: default: 131072 minimum: 1024
[    0.015048] Security Framework initialized
[    0.016001] Yama: becoming mindful.
[    0.017004] SELinux:  Initializing.
[    0.020389] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.022915] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.023071] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.024037] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.025509] LVT offset 2 assigned for vector 0xf4
[    0.026011] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.027001] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.028002] FEATURE SPEC_CTRL Not Present
[    0.029000] FEATURE IBPB_SUPPORT Present
[    0.030001] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.031002] Spectre V2 : Mitigation: Full AMD retpoline
[    0.032000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.033004] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.034000] Spectre V2 : User space: Vulnerable
[    0.035002] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.036287] Freeing SMP alternatives memory: 32K
[    0.041000] smpboot: CPU0: AMD EPYC 3151 4-Core Processor (family: 0x17, model: 0x1, stepping: 0x2)
[    0.041135] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.042002] ... version:                0
[    0.043000] ... bit width:              48
[    0.044000] ... generic registers:      6
[    0.045000] ... value mask:             0000ffffffffffff
[    0.046000] ... max period:             00007fffffffffff
[    0.047000] ... fixed-purpose events:   0
[    0.048000] ... event mask:             000000000000003f
[    0.049085] rcu: Hierarchical SRCU implementation.
[    0.051825] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.052017] smp: Bringing up secondary CPUs ...
[    0.053100] x86: Booting SMP configuration:
[    0.054002] .... node  #0, CPUs:          #1   #2   #3   #4   #5   #6   #7
[    0.064051] smp: Brought up 1 node, 8 CPUs
[    0.066001] smpboot: Max logical packages: 16
[    0.067002] smpboot: Total of 8 processors activated (43197.37 BogoMIPS)
[    0.183009] node 0 initialised, 3168342 pages in 114ms
[    0.189303] devtmpfs: initialized
[    0.190040] x86/mm: Memory block size: 128MB
[    0.192091] PM: Registering ACPI NVS region [mem 0xd9e59000-0xda1befff] (3563520 bytes)
[    0.193095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.203067] futex hash table entries: 32768 (order: 9, 2097152 bytes)
[    0.210067] pinctrl core: initialized pinctrl subsystem
[    0.215262] NET: Registered protocol family 16
[    0.220087] audit: initializing netlink subsys (disabled)
[    0.225016] audit: type=2000 audit(1605159843.225:1): state=initialized audit_enabled=0 res=1
[    0.234008] cpuidle: using governor menu
[    0.238094] ACPI: bus type PCI registered
[    0.242003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.248124] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.258004] PCI: not using MMCONFIG
[    0.261001] PCI: Using configuration type 1 for base access
[    0.267000] PCI: Using configuration type 1 for extended access
[    0.274063] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.281002] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.288101] cryptd: max_cpu_qlen set to 1000
[    0.293036] ACPI: Added _OSI(Module Device)
[    0.297002] ACPI: Added _OSI(Processor Device)
[    0.301001] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.306000] ACPI: Added _OSI(Processor Aggregator Device)
[    0.311001] ACPI: Added _OSI(Linux-Dell-Video)
[    0.316001] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.321001] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.335468] ACPI BIOS Error (bug): Failure creating named object [\_SB._OSC], AE_ALREADY_EXISTS (20190703/dswload2-324)
[    0.347001] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190703/psobject-221)
[    0.355001] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.362351] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.372101] ACPI: Interpreter enabled
[    0.376011] ACPI: (supports S0 S5)
[    0.380001] ACPI: Using IOAPIC for interrupt routing
[    0.385069] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.394032] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    0.403007] pmd_set_huge: Cannot satisfy [mem 0xf0000000-0xf0200000] with a huge-page mapping due to MTRR override.
[    0.413201] HEST: Table parsing has been initialized.
[    0.418004] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.427302] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.433877] ACPI: Power Resource [P0SA] (off)
[    0.438019] ACPI: Power Resource [P3SA] (off)
[    0.444110] ACPI: Power Resource [P0SA] (off)
[    0.449019] ACPI: Power Resource [P3SA] (off)
[    0.453734] ACPI: Power Resource [P0SA] (off)
[    0.458019] ACPI: Power Resource [P3SA] (off)
[    0.463532] ACPI: Power Resource [P0SA] (off)
[    0.468021] ACPI: Power Resource [P3SA] (off)
[    0.472882] ACPI: Power Resource [P0SA] (off)
[    0.478019] ACPI: Power Resource [P3SA] (off)
[    0.482592] ACPI: Power Resource [P0SA] (off)
[    0.487019] ACPI: Power Resource [P3SA] (off)
[    0.492671] ACPI: Power Resource [P0SA] (off)
[    0.497019] ACPI: Power Resource [P3SA] (off)
[    0.501855] ACPI: Power Resource [P0SA] (off)
[    0.507019] ACPI: Power Resource [P3SA] (off)
[    0.512721] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.519005] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.528101] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.538010] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.548210] PCI host bridge to bus 0000:00
[    0.553002] pci_bus 0000:00: root bus resource [io  0x0000-0x02ff window]
[    0.559001] pci_bus 0000:00: root bus resource [io  0x0300-0x03af window]
[    0.566001] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.573001] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.580001] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.587001] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.594001] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.602001] pci_bus 0000:00: root bus resource [mem 0xe9000000-0xefffffff window]
[    0.609001] pci_bus 0000:00: root bus resource [mem 0x1c084000000-0x1ffffffffff window]
[    0.617002] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.623008] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.629072] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.635092] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.641062] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.647135] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.653108] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.659081] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.665060] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.672088] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.678102] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.684084] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.690060] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.696038] pci 0000:00:07.1: enabling Extended Tags
[    0.701087] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.708084] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.714063] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.720039] pci 0000:00:08.1: enabling Extended Tags
[    0.725088] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.731135] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.737215] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.743140] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.749047] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.756050] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.762048] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.768047] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.774048] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.780047] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.786048] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.792132] pci 0000:01:00.0: [1a03:1150] type 01 class 0x060400
[    0.798104] pci 0000:01:00.0: supports D1 D2
[    0.802001] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.812016] pci 0000:00:01.1: PCI bridge to [bus 01-02]
[    0.818004] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.824002] pci 0000:00:01.1:   bridge window [mem 0xee000000-0xef0fffff]
[    0.831035] pci_bus 0000:02: extended config space not accessible
[    0.837026] pci 0000:02:00.0: [1a03:2000] type 00 class 0x030000
[    0.843019] pci 0000:02:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[    0.849010] pci 0000:02:00.0: reg 0x14: [mem 0xef000000-0xef01ffff]
[    0.855010] pci 0000:02:00.0: reg 0x18: [io  0x3000-0x307f]
[    0.861079] pci 0000:02:00.0: supports D1 D2
[    0.865001] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.872079] pci 0000:01:00.0: PCI bridge to [bus 02]
[    0.877005] pci 0000:01:00.0:   bridge window [io  0x3000-0x3fff]
[    0.883003] pci 0000:01:00.0:   bridge window [mem 0xee000000-0xef0fffff]
[    0.890082] pci 0000:03:00.0: [8086:1572] type 00 class 0x020000
[    0.896024] pci 0000:03:00.0: reg 0x10: [mem 0xec000000-0xecffffff 64bit pref]
[    0.903015] pci 0000:03:00.0: reg 0x1c: [mem 0xed008000-0xed00ffff 64bit pref]
[    0.910012] pci 0000:03:00.0: reg 0x30: [mem 0xef780000-0xef7fffff pref]
[    0.917061] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.923028] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x0000ffff 64bit pref]
[    0.930001] pci 0000:03:00.0: VF(n) BAR0 space: [mem 0x00000000-0x003fffff 64bit pref] (contains BAR0 for 64 VFs)
[    0.941015] pci 0000:03:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[    0.948001] pci 0000:03:00.0: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR3 for 64 VFs)
[    0.958131] pci 0000:03:00.1: [8086:1572] type 00 class 0x020000
[    0.964022] pci 0000:03:00.1: reg 0x10: [mem 0xeb000000-0xebffffff 64bit pref]
[    0.972016] pci 0000:03:00.1: reg 0x1c: [mem 0xed000000-0xed007fff 64bit pref]
[    0.979012] pci 0000:03:00.1: reg 0x30: [mem 0xef700000-0xef77ffff pref]
[    0.986058] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold
[    0.992023] pci 0000:03:00.1: reg 0x184: [mem 0x00000000-0x0000ffff 64bit pref]
[    0.999001] pci 0000:03:00.1: VF(n) BAR0 space: [mem 0x00000000-0x003fffff 64bit pref] (contains BAR0 for 64 VFs)
[    1.009014] pci 0000:03:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[    1.017001] pci 0000:03:00.1: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR3 for 64 VFs)
[    1.027216] pci 0000:00:03.1: PCI bridge to [bus 03]
[    1.032003] pci 0000:00:03.1:   bridge window [mem 0xef700000-0xef7fffff]
[    1.039003] pci 0000:00:03.1:   bridge window [mem 0xeb000000-0xed0fffff 64bit pref]
[    1.047074] pci 0000:04:00.0: [1022:145a] type 00 class 0x130000
[    1.053036] pci 0000:04:00.0: enabling Extended Tags
[    1.058072] pci 0000:04:00.2: [1022:1456] type 00 class 0x108000
[    1.064019] pci 0000:04:00.2: reg 0x18: [mem 0xef300000-0xef3fffff]
[    1.070013] pci 0000:04:00.2: reg 0x24: [mem 0xef400000-0xef401fff]
[    1.076007] pci 0000:04:00.2: enabling Extended Tags
[    1.081079] pci 0000:04:00.3: [1022:145f] type 00 class 0x0c0330
[    1.087014] pci 0000:04:00.3: reg 0x10: [mem 0xef200000-0xef2fffff 64bit]
[    1.094022] pci 0000:04:00.3: enabling Extended Tags
[    1.099033] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    1.105074] pci 0000:00:07.1: PCI bridge to [bus 04]
[    1.110004] pci 0000:00:07.1:   bridge window [mem 0xef200000-0xef4fffff]
[    1.118056] pci 0000:05:00.0: [1022:1455] type 00 class 0x130000
[    1.124039] pci 0000:05:00.0: enabling Extended Tags
[    1.129081] pci 0000:05:00.1: [1022:1468] type 00 class 0x108000
[    1.135020] pci 0000:05:00.1: reg 0x18: [mem 0xef500000-0xef5fffff]
[    1.141012] pci 0000:05:00.1: reg 0x24: [mem 0xef600000-0xef601fff]
[    1.147008] pci 0000:05:00.1: enabling Extended Tags
[    1.152082] pci 0000:05:00.2: [1022:7901] type 00 class 0x010601
[    1.158032] pci 0000:05:00.2: reg 0x24: [mem 0xef602000-0xef602fff]
[    1.165008] pci 0000:05:00.2: enabling Extended Tags
[    1.170033] pci 0000:05:00.2: PME# supported from D3hot D3cold
[    1.175074] pci 0000:00:08.1: PCI bridge to [bus 05]
[    1.180004] pci 0000:00:08.1:   bridge window [mem 0xef500000-0xef6fffff]
[    1.187427] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 *11 14 15)
[    1.194047] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 *10 11 14 15)
[    1.201041] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 *5 7 10 11 14 15)
[    1.207050] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    1.214045] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 *5 7 10 11 14 15)
[    1.220025] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 *11 14 15)
[    1.227036] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 *10 11 14 15)
[    1.233036] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    1.240105] iommu: Default domain type: Passthrough 
[    1.245016] pci 0000:02:00.0: vgaarb: setting as boot VGA device
[    1.246000] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.260002] pci 0000:02:00.0: vgaarb: bridge control possible
[    1.265000] vgaarb: loaded
[    1.268108] SCSI subsystem initialized
[    1.272015] ACPI: bus type USB registered
[    1.276015] usbcore: registered new interface driver usbfs
[    1.282005] usbcore: registered new interface driver hub
[    1.287065] usbcore: registered new device driver usb
[    1.292025] pps_core: LinuxPPS API ver. 1 registered
[    1.297001] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.306002] PTP clock support registered
[    1.310054] EDAC MC: Ver: 3.0.0
[    1.313068] PCI: Using ACPI for IRQ routing
[    1.328000] NetLabel: Initializing
[    1.331001] NetLabel:  domain hash size = 128
[    1.336000] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.341013] NetLabel:  unlabeled traffic allowed by default
[    1.347061] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.352001] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    1.360032] clocksource: Switched to clocksource tsc-early
[    1.376681] VFS: Disk quotas dquot_6.6.0
[    1.380656] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.387634] pnp: PnP ACPI init
[    1.390821] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    1.397775] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    1.403697] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    1.409615] system 00:02: [io  0x0a20-0x0a2f] has been reserved
[    1.415534] system 00:02: [io  0x0a30-0x0a3f] has been reserved
[    1.421453] system 00:02: [io  0x0a40-0x0a4f] has been reserved
[    1.427967] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    1.433887] system 00:05: [io  0x040b] has been reserved
[    1.439195] system 00:05: [io  0x04d6] has been reserved
[    1.444511] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    1.450430] system 00:05: [io  0x0c14] has been reserved
[    1.455744] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    1.461661] system 00:05: [io  0x0c52] has been reserved
[    1.466976] system 00:05: [io  0x0c6c] has been reserved
[    1.472287] system 00:05: [io  0x0c6f] has been reserved
[    1.477603] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    1.483523] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    1.489444] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    1.495362] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    1.501283] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    1.507201] system 00:05: [io  0x0800-0x089f] has been reserved
[    1.513120] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    1.519040] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    1.524960] system 00:05: [io  0x0900-0x090f] has been reserved
[    1.530881] system 00:05: [io  0x0910-0x091f] has been reserved
[    1.536800] system 00:05: [io  0xfe00-0xfefe] has been reserved
[    1.542720] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.549681] system 00:05: [mem 0xfec01000-0xfec01fff] has been reserved
[    1.556295] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    1.562905] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.569524] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    1.576478] system 00:05: [mem 0xfed61000-0xfed70fff] has been reserved
[    1.583092] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    1.589706] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    1.596554] pnp: PnP ACPI: found 6 devices
[    1.606315] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.615211] pci 0000:01:00.0: PCI bridge to [bus 02]
[    1.620181] pci 0000:01:00.0:   bridge window [io  0x3000-0x3fff]
[    1.626277] pci 0000:01:00.0:   bridge window [mem 0xee000000-0xef0fffff]
[    1.633064] pci 0000:00:01.1: PCI bridge to [bus 01-02]
[    1.638287] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    1.644380] pci 0000:00:01.1:   bridge window [mem 0xee000000-0xef0fffff]
[    1.651175] pci 0000:03:00.0: BAR 7: no space for [mem size 0x00400000 64bit pref]
[    1.658740] pci 0000:03:00.0: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[    1.666656] pci 0000:03:00.1: BAR 7: no space for [mem size 0x00400000 64bit pref]
[    1.674221] pci 0000:03:00.1: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[    1.682135] pci 0000:03:00.0: BAR 10: no space for [mem size 0x00100000 64bit pref]
[    1.689788] pci 0000:03:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit pref]
[    1.697787] pci 0000:03:00.1: BAR 10: no space for [mem size 0x00100000 64bit pref]
[    1.705442] pci 0000:03:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit pref]
[    1.713442] pci 0000:00:03.1: PCI bridge to [bus 03]
[    1.718407] pci 0000:00:03.1:   bridge window [mem 0xef700000-0xef7fffff]
[    1.725195] pci 0000:00:03.1:   bridge window [mem 0xeb000000-0xed0fffff 64bit pref]
[    1.732936] pci 0000:00:07.1: PCI bridge to [bus 04]
[    1.737900] pci 0000:00:07.1:   bridge window [mem 0xef200000-0xef4fffff]
[    1.744689] pci 0000:00:08.1: PCI bridge to [bus 05]
[    1.749656] pci 0000:00:08.1:   bridge window [mem 0xef500000-0xef6fffff]
[    1.756443] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    1.765479] pci_bus 0000:00: resource 4 [io  0x0000-0x02ff window]
[    1.771657] pci_bus 0000:00: resource 5 [io  0x0300-0x03af window]
[    1.777839] pci_bus 0000:00: resource 6 [io  0x03e0-0x0cf7 window]
[    1.784018] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df window]
[    1.790198] pci_bus 0000:00: resource 8 [io  0x0d00-0xffff window]
[    1.796377] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window]
[    1.803252] pci_bus 0000:00: resource 10 [mem 0x000c0000-0x000dffff window]
[    1.810212] pci_bus 0000:00: resource 11 [mem 0xe9000000-0xefffffff window]
[    1.817172] pci_bus 0000:00: resource 12 [mem 0x1c084000000-0x1ffffffffff window]
[    1.824652] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    1.830222] pci_bus 0000:01: resource 1 [mem 0xee000000-0xef0fffff]
[    1.836489] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    1.842064] pci_bus 0000:02: resource 1 [mem 0xee000000-0xef0fffff]
[    1.848330] pci_bus 0000:03: resource 1 [mem 0xef700000-0xef7fffff]
[    1.854597] pci_bus 0000:03: resource 2 [mem 0xeb000000-0xed0fffff 64bit pref]
[    1.861817] pci_bus 0000:04: resource 1 [mem 0xef200000-0xef4fffff]
[    1.868083] pci_bus 0000:05: resource 1 [mem 0xef500000-0xef6fffff]
[    1.874447] NET: Registered protocol family 2
[    1.879294] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    1.887255] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.894826] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.901643] TCP: Hash tables configured (established 131072 bind 65536)
[    1.908408] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.914536] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.921333] NET: Registered protocol family 1
[    1.925789] NET: Registered protocol family 44
[    1.930279] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.938817] PCI: CLS 64 bytes, default 64
[    1.942876] Unpacking initramfs...
[    2.911258] Freeing initrd memory: 78360K
[    2.915372] pci 0000:00:00.2: IOMMU performance counters supported
[    2.922168] pci 0000:00:01.0: Adding to iommu group 0
[    2.927238] pci 0000:00:01.1: Adding to iommu group 1
[    2.932304] pci 0000:00:02.0: Adding to iommu group 2
[    2.937370] pci 0000:00:03.0: Adding to iommu group 3
[    2.942437] pci 0000:00:03.1: Adding to iommu group 4
[    2.947505] pci 0000:00:04.0: Adding to iommu group 5
[    2.952570] pci 0000:00:07.0: Adding to iommu group 6
[    2.957641] pci 0000:00:07.1: Adding to iommu group 7
[    2.962710] pci 0000:00:08.0: Adding to iommu group 8
[    2.967770] pci 0000:00:08.1: Adding to iommu group 9
[    2.972835] pci 0000:00:14.0: Adding to iommu group 10
[    2.977983] pci 0000:00:14.3: Adding to iommu group 10
[    2.983156] pci 0000:00:18.0: Adding to iommu group 11
[    2.988308] pci 0000:00:18.1: Adding to iommu group 11
[    2.993457] pci 0000:00:18.2: Adding to iommu group 11
[    2.998603] pci 0000:00:18.3: Adding to iommu group 11
[    3.003753] pci 0000:00:18.4: Adding to iommu group 11
[    3.008902] pci 0000:00:18.5: Adding to iommu group 11
[    3.014049] pci 0000:00:18.6: Adding to iommu group 11
[    3.019199] pci 0000:00:18.7: Adding to iommu group 11
[    3.024352] pci 0000:01:00.0: Adding to iommu group 12
[    3.029494] pci 0000:02:00.0: Adding to iommu group 12
[    3.034658] pci 0000:03:00.0: Adding to iommu group 13
[    3.039824] pci 0000:03:00.1: Adding to iommu group 14
[    3.044981] pci 0000:04:00.0: Adding to iommu group 15
[    3.050140] pci 0000:04:00.2: Adding to iommu group 16
[    3.055298] pci 0000:04:00.3: Adding to iommu group 17
[    3.060454] pci 0000:05:00.0: Adding to iommu group 18
[    3.065610] pci 0000:05:00.1: Adding to iommu group 19
[    3.070767] pci 0000:05:00.2: Adding to iommu group 20
[    3.076155] pci 0000:00:00.2: Found IOMMU cap 0x40
[    3.080943] pci 0000:00:00.2: Extended features (0xf77ef22294ada):
[    3.087124]  PPR NX GT IA GA PC GA_vAPIC
[    3.091048] AMD-Vi: Interrupt remapping enabled
[    3.095583] AMD-Vi: Virtual APIC enabled
[    3.099715] AMD-Vi: Lazy IO/TLB flushing enabled
[    3.104342] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.110777] software IO TLB: mapped [mem 0xd47e3000-0xd87e3000] (64MB)
[    3.117442] amd_uncore: AMD NB counters detected
[    3.122109] amd_uncore: AMD LLC counters detected
[    3.127083] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    3.136499] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.143211] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.149911] random: modprobe: uninitialized urandom read (16 bytes read)
[    3.293688] Initialise system trusted keyrings
[    3.298135] Key type blacklist registered
[    3.302185] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    3.309821] zbud: loaded
[    3.312665] pstore: using deflate compression
[    3.317354] Platform Keyring initialized
[    3.843086] NET: Registered protocol family 38
[    3.847542] Key type asymmetric registered
[    3.851643] Asymmetric key parser 'x509' registered
[    3.856535] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.864052] io scheduler mq-deadline registered
[    3.868589] io scheduler kyber registered
[    3.872638] io scheduler bfq registered
[    3.876580] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    3.884072] pcieport 0000:00:01.1: Signaling with IRQ 26
[    3.889523] pcieport 0000:00:01.1: enabled with IRQ 26
[    3.894723] pcieport 0000:00:01.1: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    3.907271] pcieport 0000:00:03.1: Signaling with IRQ 27
[    3.912645] pcieport 0000:00:03.1: enabled with IRQ 27
[    3.917837] pcieport 0000:00:03.1: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    3.930373] pcieport 0000:00:07.1: Signaling with IRQ 28
[    3.935748] pcieport 0000:00:07.1: enabled with IRQ 28
[    3.941162] pcieport 0000:00:08.1: Signaling with IRQ 30
[    3.946542] pcieport 0000:00:08.1: enabled with IRQ 30
[    3.951996] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.958872] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    3.967229] ACPI: Power Button [PWRB]
[    3.970924] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    3.978347] ACPI: Power Button [PWRF]
[    3.982805] GHES: APEI firmware first mode is enabled by APEI bit.
[    3.989092] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.016317] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
?[    4.044598] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    4.052236] Non-volatile memory driver v1.3
[    4.056978] rdac: device handler registered
[    4.061226] hp_sw: device handler registered
[    4.065503] emc: device handler registered
[    4.069690] alua: device handler registered
[    4.073900] libphy: Fixed MDIO Bus: probed
[    4.078035] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.084564] ehci-pci: EHCI PCI platform driver
[    4.089012] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.095187] ohci-pci: OHCI PCI platform driver
[    4.099640] uhci_hcd: USB Universal Host Controller Interface driver
[    4.106092] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    4.111367] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
[    4.118857] xhci_hcd 0000:04:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    4.128339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    4.136599] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.143821] usb usb1: Product: xHCI Host Controller
[    4.148698] usb usb1: Manufacturer: Linux 4.18.0-193.24.1.el8_2.dt1.x86_64 xhci-hcd
[    4.156351] usb usb1: SerialNumber: 0000:04:00.3
[    4.161064] hub 1-0:1.0: USB hub found
[    4.164820] hub 1-0:1.0: 4 ports detected
[    4.168934] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    4.174206] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
[    4.181612] xhci_hcd 0000:04:00.3: Host supports USB 3.0  SuperSpeed
[    4.187973] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.191018] tsc: Refined TSC clocksource calibration: 2700.000 MHz
[    4.196079] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    4.202268] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26eb3e3cc63, max_idle_ns: 440795236593 ns
[    4.210506] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.227703] usb usb2: Product: xHCI Host Controller
[    4.232582] usb usb2: Manufacturer: Linux 4.18.0-193.24.1.el8_2.dt1.x86_64 xhci-hcd
[    4.240235] usb usb2: SerialNumber: 0000:04:00.3
[    4.244865] clocksource: Switched to clocksource tsc
[    4.244947] hub 2-0:1.0: USB hub found
[    4.253588] hub 2-0:1.0: 4 ports detected
[    4.257751] usbcore: registered new interface driver usbserial_generic
[    4.264281] usbserial: USB Serial support registered for generic
[    4.270315] i8042: PNP: No PS/2 controller found.
[    4.275056] mousedev: PS/2 mouse device common for all mice
[    4.280730] rtc_cmos 00:01: RTC can wake from S4
[    4.285604] rtc_cmos 00:01: registered as rtc0
[    4.290062] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.297818] hidraw: raw HID events driver (C) Jiri Kosina
[    4.303243] usbcore: registered new interface driver usbhid
[    4.308815] usbhid: USB HID core driver
[    4.312755] drop_monitor: Initializing network drop monitor service
[    4.319139] Initializing XFRM netlink socket
[    4.323574] NET: Registered protocol family 10
[    4.328474] Segment Routing with IPv6
[    4.332158] NET: Registered protocol family 17
[    4.336788] mpls_gso: MPLS GSO support
[    4.341004] core: Using 23 MCE banks
[    4.344589] microcode: microcode updated early to new patch_level=0x08001250
[    4.351657] microcode: CPU0: patch_level=0x08001250
[    4.356538] microcode: CPU1: patch_level=0x08001250
[    4.361493] microcode: CPU2: patch_level=0x08001250
[    4.366375] microcode: CPU3: patch_level=0x08001250
[    4.371252] microcode: CPU4: patch_level=0x08001250
[    4.376136] microcode: CPU5: patch_level=0x08001250
[    4.381032] microcode: CPU6: patch_level=0x08001250
[    4.385915] microcode: CPU7: patch_level=0x08001250
[    4.390816] microcode: Microcode Update Driver: v2.2.
[    4.390823] AVX2 version of gcm_enc/dec engaged.
[    4.400493] AES CTR mode by8 optimization enabled
[    4.489091] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    4.626119] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
[    4.634295] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.641430] usb 1-1: Product: USB2.0 Hub
[    4.700513] hub 1-1:1.0: USB hub found
[    4.704741] hub 1-1:1.0: 4 ports detected
[    4.744727] sched_clock: Marking stable (4744719359, 0)->(6694609693, -1949890334)
[    4.752461] registered taskstats version 1
[    4.756568] Loading compiled-in X.509 certificates
[    4.820891] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: b1f39095d82e0aa014c213c30b0fe601f23640ee'
[    4.826024] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    4.831822] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    4.849890] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    4.860514] zswap: loaded using pool lzo/zbud
[    4.929056] Key type big_key registered
[    4.964558] Key type encrypted registered
[    4.968583] ima: No TPM chip found, activating TPM-bypass!
[    4.974073] ima: Allocated hash algorithm: sha1
[    4.978624] evm: Initialising EVM extended attributes:
[    4.983759] evm: security.selinux
[    4.987078] evm: security.ima
[    4.987368] usb 1-2: New USB device found, idVendor=046b, idProduct=ff01, bcdDevice= 1.00
[    4.990050] evm: security.capability
[    4.990051] evm: HMAC attrs: 0x1
[    4.998224] rtc_cmos 00:01: setting system clock to 2020-11-12 05:44:09 UTC (1605159849)
[    5.013123] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.013125] usb 1-2: Product: Virtual Hub
[    5.013126] usb 1-2: Manufacturer: American Megatrends Inc.
[    5.013127] usb 1-2: SerialNumber: serial
[    5.035033] Freeing unused decrypted memory: 2040K
[    5.040229] Freeing unused kernel memory: 2408K
[    5.049134] Write protecting the kernel read-only data: 18432k
[    5.053005] hub 1-2:1.0: USB hub found
[    5.058991] hub 1-2:1.0: 5 ports detected
[    5.059144] Freeing unused kernel memory: 2020K
[    5.067823] Freeing unused kernel memory: 244K
[    5.099911] systemd[1]: systemd 239 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.133148] systemd[1]: Detected architecture x86-64.
[    5.138206] systemd[1]: Running in initial RAM disk.

Welcome to Red Hat Enterprise Linux CoreOS 46.82.202010091720-0 (Ootpa) dracut-049-75.git20200422.el8 (Initramfs)!

[    5.161056] systemd[1]: No hostname configured.
[    5.165594] systemd[1]: Set hostname to <localhost>.
[    5.170587] systemd[1]: Initializing machine ID from random generator.
[    5.232674] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    5.245060] systemd[1]: Listening on Open-iSCSI iscsid Socket.
[  OK  ] Listening on Open-iSCSI iscsid Socket.
[    5.257070] systemd[1]: Reached target Subsequent (Not Ignition) boot complete.
[  OK  ] Reached target Subsequent (Not Ignition) boot complete.
[    5.272123] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Reached target Swap.
[  OK  ] Reached target Timers.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Reached target Initrd Root Device.
[  OK  ] Listening on Open-iSCSI iscsiuio Socket.
[  OK  ] Reached target Slices.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Listening on Journal Socket.[    5.345013] usb 1-2.1: new high-speed USB device number 4 using xhci_hcd

         Starting iSCSI UserSpace I/O driver...
         Starting Journal Service...
         Starting Setup Virtual Console...
         Starting Create list of required st…ce nodes for the current kernel...
[    5.386498] Loading iSCSI transport class v2.0-870.
[  OK  ] Reached target Sockets.
         Starting Apply Kernel Variables...
[  OK  ] Started iSCSI UserSpace I/O driver.
[    5.423708] systemd[1]: Started Setup Virtual Console.
[  OK  ] Started Setup Virtual Console.
[    5.435370] systemd[1]: Started Create list of required static device nodes for the current kernel.
[  OK  ] Started Create list of requi[    5.447740] usb 1-2.1: New USB device found, idVendor=046b, idProduct=ff20, bcdDevice= 1.00
red sta…vice n[    5.457102] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
odes for the cur[    5.465729] usb 1-2.1: Product: Virtual Cdrom Device
rent kernel.
[    5.472081] usb 1-2.1: Manufacturer: American Megatrends Inc.
[    5.479040] usb 1-2.1: SerialNumber: AAAABBBBCCCC1
[    5.479426] systemd[1]: Started Apply Kernel Variables.
[  OK  ] Started Apply Kernel Variables.
[    5.497363] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    5.510794] systemd[1]: Starting dracut ask for additional cmdline parameters...
         Starting dracut ask for additional cmdl[    5.521120] systemd[1]: Started Create Static Device Nodes in /dev.
ine parameters..[    5.529539] systemd[1]: Starting sysroot-xfs-ephemeral-mkfs.service...
         Starting sysroot-xfs-ephemeral-mkfs.service...
[    5.543658] systemd[1]: Started dracut ask for additional cmdline parameters.
[  OK  ] Started dracut ask for additional cmdline parameters.
[    5.560015] usb 1-2.2: new high-speed USB device number 5 using xhci_hcd
[    5.560752] systemd[1]: Starting dracut cmdline hook...
[    5.567004] random: fast init done
         Starting dracut cmdline hook...
[    5.661409] iscsi: registered transport (tcp)
[    5.667365] usb 1-2.2: New USB device found, idVendor=046b, idProduct=ff31, bcdDevice= 1.00
[    5.675711] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.680169] systemd[1]: Started Journal Service.
[    5.680857] dracut-cmdline[418]: dracut-46.82.202010091720-0 dracut-049-75.git20200422.el8
[    5.680909] dracut-cmdline[418]: Using kernel command line parameters: rd.driver.pre=dm_multipath console=ttyS1,115200n8 initrd=rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet
[    5.683020] usb 1-2.2: Product: Virtual HardDisk Device
[    5.735902] usb 1-2.2: Manufacturer: American Megatrends Inc.
[    5.735903] usb 1-2.2: SerialNumber: AAAABBBBCCCC3
[  OK  ] Started Journal Service.
[    5.749832] iscsi: registered transport (qla4xxx)
[    5.755166] QLogic iSCSI HBA Driver
[    5.763990] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
[    5.797489] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
[    5.803762] iscsi: registered transport (cxgb4i)
[    5.814317] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[    5.821104] usb 1-2.3: new high-speed USB device number 6 using xhci_hcd
[    5.828025] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[    5.834998] iscsi: registered transport (bnx2i)
[    5.846967] iscsi: registered transport (be2iscsi)
[    5.851760] In beiscsi_module_init, tt=0000000073fb757f
[  OK      5.890094] systemd[1]: Started dracut cmdline hook.
0m] Started dracut cmdline hook.
[    5.902889] systemd[1]: Starting dracut pre-udev hook...
         Starting dracut pre-udev hook...
[    5.918867] usb 1-2.3: New USB device found, idVendor=046b, idProduct=ffb0, bcdDevice= 1.00
[    5.927212] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.934518] usb 1-2.3: Product: Virtual Ethernet
[    5.939137] usb 1-2.3: Manufacturer: American Megatrends Inc.
[    5.944883] usb 1-2.3: SerialNumber: 1234567890
[    5.949598] device-mapper: uevent: version 1.0.3
[    5.954274] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    6.006126] systemd[1]: Started dracut pre-udev hook.
[  OK  ] Started dracut pre-udev hook.
         Startin[    6.020084] systemd[1]: Starting udev Kernel Device Manager...
g udev Kernel Device Manager...
[    6.088008] usb 1-2.4: new high-speed USB device number 7 using xhci_hcd
[    6.184366] usb 1-2.4: New USB device found, idVendor=046b, idProduct=ff40, bcdDevice= 1.00
[    6.192711] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.200016] usb 1-2.4: Product: Virtual Floppy Device
[    6.205069] usb 1-2.4: Manufacturer: American Megatrends Inc.
[    6.210814] usb 1-2.4: SerialNumber: AAAABBBBCCCC2
[  OK      6.269183] systemd[1]: Started udev Kernel Device Manager.
0m] Started udev[    6.277211] usb-storage 1-2.1:1.0: USB Mass Storage device detected
 Kernel Device M[    6.283873] scsi host0: usb-storage 1-2.1:1.0
anager.
[    6.289643] usb-storage 1-2.2:1.0: USB Mass Storage device detected
[    6.290012] usb 1-2.5: new low-speed USB device number 8 using xhci_hcd
[    6.296772] scsi host1: usb-storage 1-2.2:1.0
[    6.298798] systemd[1]: Starting dracut pre-trigger hook...
[    6.312496] dracut-pre-trigger[594]: rd.md=0: removing MD RAID activation
[    6.313193] usb-storage 1-2.4:1.0: USB Mass Storage device detected
         Startin[    6.326240] usb-storage 1-2.4:1.0: Quirks match for vid 046b pid ff40: 200
g dracut pre-tri[    6.334517] scsi host2: usb-storage 1-2.4:1.0
gger hook...
[    6.340347] usbcore: registered new interface driver usb-storage
[    6.343173] cdc_ether 1-2.3:2.0 usb0: register 'cdc_ether' at usb-0000:04:00.3-2.3, CDC Ethernet Device, 1e:0e:f2:91:a1:6c
[    6.358514] usbcore: registered new interface driver cdc_ether
[    6.364563] usbcore: registered new interface driver uas
[    6.372921] cdc_ether 1-2.3:2.0 enp4s0f3u2u3c2: renamed from usb0
[    6.373026] systemd-udevd[626]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    6.407930] systemd[1]: Started dracut pre-trigger hook.
[  OK  ] Started dracut pre-trigger hook.
[    6.424866] usb 1-2.5: New USB device found, idVendor=046b, idProduct=ff10, bcdDevice= 1.00
[    6.425033] systemd[1]: Starting udev Coldplug all Devices...
[    6.433216] usb 1-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.446265] usb 1-2.5: Product: Virtual Keyboard and Mouse
[    6.446266] usb 1-2.5: Manufacturer: American Megatrends Inc.
         Starting udev Coldplug all Devices...
[    6.468115] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[    6.481575] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[    6.534292] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:07.1/0000:04:00.3/usb1/1-2/1-2.5/1-2.5:1.0/0003:046B:FF10.0001/input/input2
[    6.557691] systemd[1]: Started udev Coldplug all Devices.
[  OK  ] Started udev Coldplug all Devices.
[    6.570012] mkfs.xfs[417]: meta-data=/run/ephemeral.xfsloop isize=512    agcount=4, agsize=508800 blks
[    6.573600] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:04:00.3-2.5/input0
[    6.579610] mkfs.xfs[417]:          =                       sectsz=512   attr=2, projid32bit=1
         Startin[    6.602984] mkfs.xfs[417]:          =                       crc=1        finobt=1, sparse=1, rmapbt=0
g udev Wait for [    6.603455] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:07.1/0000:04:00.3/usb1/1-2/1-2.5/1-2.5:1.1/0003:046B:FF10.0002/input/input3
Complete Device [    6.613698] mkfs.xfs[417]:          =                       reflink=1
Initialization..[    6.638602] mkfs.xfs[417]: data     =                       bsize=4096   blocks=2035200, imaxpct=25
.
[    6.649034] mkfs.xfs[417]:          =                       sunit=0      swidth=0 blks
[    6.649122] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:04:00.3-2.5/input1
[    6.657194] mkfs.xfs[417]: naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
[    6.680328] mkfs.xfs[417]: log      =internal log           bsize=4096   blocks=2560, version=2
[  OK      6.689049] mkfs.xfs[417]:          =                       sectsz=512   sunit=0 blks, lazy-count=1
0m] Started sysr[    6.699466] mkfs.xfs[417]: realtime =none                   extsz=4096   blocks=0, rtextents=0
oot-xfs-ephemeral-mkfs.service.
[    6.710225] systemd[1]: Starting udev Wait for Complete Device Initialization...
[    6.710322] ccp 0000:04:00.2: ccp enabled
[    6.710364] ccp 0000:04:00.2: psp enabled
[    6.710514] systemd-udevd[646]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    6.710661] systemd[1]: Started sysroot-xfs-ephemeral-mkfs.service.
[    6.710887] systemd-udevd[657]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    6.711845] ccp 0000:05:00.1: ccp enabled
[    6.715644] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k
[    6.715646] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[    6.728440] i40e 0000:03:00.0: fw 6.0.48442 api 1.7 nvm 6.01 0x80003fa1 1.1853.0 [8086:1572] [8086:000f]
[    6.728693] systemd[1]: Mounting /run/ephemeral...
[    6.741138] ccp 0000:04:00.2: SEV API:0.17 build:6
         Mountin[    6.805219] loop: module loaded
g /run/ephemeral...
[    6.846503] i40e 0000:03:00.0: MAC address: b4:96:91:5f:ae:50
[    6.852412] i40e 0000:03:00.0: FW LLDP is enabled
[    6.867818] i40e 0000:03:00.0 eth0: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: RX/TX
[    6.876618] ahci 0000:05:00.2: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0xfc impl SATA mode
[    6.884790] ahci 0000:05:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part ems sxs 
[    6.894267] ahci 0000:05:00.2: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
[    6.911764] i40e 0000:03:00.0: PCI-Express: Speed 8.0GT/s Width x8
[    6.927272] i40e 0000:03:00.0: Features: PF-id[0] VFs: 64 VSIs: 66 QP: 8 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[    6.938350] scsi host3: ahci
[    6.941364] scsi host4: ahci
[    6.945683] scsi host5: ahci
[    6.948682] scsi host6: ahci
[    6.951674] scsi host7: ahci
[    6.954713] scsi host8: ahci
[    6.958801] i40e 0000:03:00.1: fw 6.0.48442 api 1.7 nvm 6.01 0x80003fa1 1.1853.0 [8086:1572] [8086:0000]
[    6.998337] SGI XFS with ACLs, security attributes, no debug enabled
[    7.006722] XFS (loop0): Mounting V5 Filesystem
[    7.012611] XFS (loop0): Ending clean mount
[  OK      7.017781] systemd[1]: Mounted /run/ephemeral.
0m] Mounted /run/ephemeral.
[    7.052681] scsi host9: ahci
[    7.055939] scsi host10: ahci
[    7.059000] ata1: DUMMY
[    7.061462] ata2: DUMMY
[    7.063916] ata3: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602200 irq 67
[    7.071308] ata4: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602280 irq 68
[    7.078700] ata5: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602300 irq 69
[    7.086091] ata6: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602380 irq 70
[    7.093485] ata7: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602400 irq 71
[    7.100875] ata8: SATA max UDMA/133 abar m4096@0xef602000 port 0xef602480 irq 72
[    7.108570] i40e 0000:03:00.1: MAC address: b4:96:91:5f:ae:51
[    7.114468] i40e 0000:03:00.1: FW LLDP is enabled
[    7.129719] i40e 0000:03:00.1 eth1: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None
[    7.148358] i40e 0000:03:00.1: PCI-Express: Speed 8.0GT/s Width x8
[    7.163224] i40e 0000:03:00.1: Features: PF-id[1] VFs: 64 VSIs: 66 QP: 8 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[    7.175313] i40e 0000:03:00.0 enp3s0f0: renamed from eth0
[    7.175417] systemd-udevd[666]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    7.191860] systemd-udevd[667]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    7.192133] i40e 0000:03:00.1 enp3s0f1: renamed from eth1
[    7.327865] scsi 0:0:0:0: CD-ROM            AMI      Virtual CDROM0   1.00 PQ: 0 ANSI: 0 CCS
[    7.336459] scsi 1:0:0:0: Direct-Access     AMI      Virtual HDisk0   1.00 PQ: 0 ANSI: 0 CCS
[    7.362695] scsi 1:0:0:0: Attached scsi generic sg0 type 0
[    7.368244] scsi 0:0:0:0: Attached scsi generic sg1 type 5
[    7.381020] sd 1:0:0:0: [sda] Attached SCSI removable disk
[    7.387804] sr 0:0:0:0: [sr0] scsi-1 drive
[    7.391913] cdrom: Uniform CD-ROM driver Revision: 3.20
[    7.397634] scsi 2:0:0:0: Direct-Access     AMI      Virtual Floppy0  1.00 PQ: 0 ANSI: 0 CCS
[    7.406403] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    7.409393] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    7.418217] ata5: SATA link down (SStatus 0 SControl 300)
[    7.423642] ata6: SATA link down (SStatus 0 SControl 300)
[    7.429066] ata7: SATA link down (SStatus 0 SControl 300)
[    7.434484] ata8: SATA link down (SStatus 0 SControl 300)
[    7.599053] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    7.605250] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    7.611440] ata4.00: ATA-10: INTEL SSDSC2KB240G8, XCV10110, max UDMA/133
[    7.618136] ata4.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32)
[    7.624586] ata3.00: ATA-10: INTEL SSDSC2KB240G8, XCV10110, max UDMA/133
[    7.631282] ata3.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32)
[    7.637835] ata4.00: configured for UDMA/133
[    7.642116] ata3.00: configured for UDMA/133
[    7.646591] scsi 5:0:0:0: Direct-Access     ATA      INTEL SSDSC2KB24 0110 PQ: 0 ANSI: 5
[    7.654839] sd 5:0:0:0: Attached scsi generic sg3 type 0
[    7.654882] ata3.00: Enabling discard_zeroes_data
[    7.664884] scsi 6:0:0:0: Direct-Access     ATA      INTEL SSDSC2KB24 0110 PQ: 0 ANSI: 5
[    7.664898] sd 5:0:0:0: [sdc] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    7.673102] ata4.00: Enabling discard_zeroes_data
[    7.673161] sd 6:0:0:0: Attached scsi generic sg4 type 0
[    7.680452] sd 5:0:0:0: [sdc] 4096-byte physical blocks
[    7.685195] sd 6:0:0:0: [sdd] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    7.690480] sd 5:0:0:0: [sdc] Write Protect is off
[    7.695698] sd 6:0:0:0: [sdd] 4096-byte physical blocks
[    7.695706] sd 6:0:0:0: [sdd] Write Protect is off
[    7.703197] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.713313] ata3.00: Enabling discard_zeroes_data
[    7.731743] sd 6:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.733133] ata3.00: Enabling discard_zeroes_data
[    7.745536] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[    7.745615] ata4.00: Enabling discard_zeroes_data
[    7.757011] ata4.00: Enabling discard_zeroes_data
[    7.761771] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[    7.791998] systemd[1]: Started udev Wait for Complete Device Initialization.
[  OK  ] Started udev Wait for Complete Device Initialization.
         Startin[    7.809067] systemd[1]: Starting Device-Mapper Multipath Device Controller...
g Device-Mapper Multipath Device Controller...
[  OK      7.824768] systemd[1]: Started Device-Mapper Multipath Device Controller.
0m] Started Device-Mapper Multipath Device Contr[    7.836639] multipathd[758]: --------start up--------
oller.
[    7.842357] multipathd[758]: read /etc/multipath.conf
[    7.847999] multipathd[758]: /etc/multipath.conf does not exist, blacklisting all devices.
[    7.856272] multipathd[758]: You can run "/sbin/mpathconf --enable" to create
[    7.863419] multipathd[758]: /etc/multipath.conf. See man mpathconf(8) for more details
[  OK      7.871439] multipathd[758]: path checkers start up
0m] Reached targ[    7.877696] multipathd[758]: /etc/multipath.conf does not exist, blacklisting all devices.
et Local File Sy[    7.887339] multipathd[758]: You can run "/sbin/mpathconf --enable" to create
stems (Pre).
[    7.895858] multipathd[758]: /etc/multipath.conf. See man mpathconf(8) for more details
[  OK      7.905135] systemd[1]: Reached target Local File Systems (Pre).
0m] Reached targ[    7.912557] systemd[1]: Reached target Local File Systems.
et Local File Systems.
[    7.924613] systemd[1]: Starting Create Volatile Files and Directories...
         Starting Create Volatile Files and Directories...
[    7.939643] systemd[1]: Starting Open-iSCSI...
         Starting Open-iSCSI...
[    7.950454] systemd[1]: Started Create Volatile Files and Directories.
[  OK  ] Started Create Volatile File[    7.960870] iscsid[767]: iscsid: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
s and Directorie[    7.970931] iscsid[767]: iscsid: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formatted InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or discover targets. Please create a file /etc/iscsi/initiatorname.iscsi that contains a sting with the format: InitiatorName=iqn.yyyy-mm.<reversed domain name>[:identifier].
s.
[    8.012535] iscsid[767]: Example: InitiatorName=iqn.2001-04.com.redhat:fc6.
[    8.019858] iscsid[767]: If using hardware iscsi like qla4xxx this message can be ignored.
[    8.028135] iscsid[767]: iscsid: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi
[  OK      8.038081] systemd[1]: Started Open-iSCSI.
0m] Started Open-iSCSI.
[  OK      8.048235] systemd[1]: Reached target System Initialization.
0m] Reached target System Initialization.
[  OK      8.061150] systemd[1]: Reached target Basic System.
0m] Reached target Basic System.
         Startin[    8.073800] systemd[1]: Starting Start network if needed...
g Start network if needed...
[  OK      9.115629] systemd[1]: Started Start network if needed.
0m] Started Start network if needed.
         Startin[    9.129085] systemd[1]: Starting dracut initqueue hook...
g dracut initqueue hook...
[    9.233175] NetworkManager[800]: <info>  [1605159853.7422] NetworkManager (version 1.22.8-6.el8_2) is starting... (for the first time)
[    9.245311] NetworkManager[800]: <info>  [1605159853.7423] Read config: /etc/NetworkManager/NetworkManager.conf
[    9.256888] NetworkManager[800]: <info>  [1605159853.7662] auth[0x557bf1bc28a0]: create auth-manager: D-Bus connection not available. Polkit is disabled and only root will be authorized.
[    9.273515] NetworkManager[800]: <info>  [1605159853.7668] manager[0x557bf1bd3090]: monitoring kernel firmware directory '/lib/firmware'.
[    9.276267] IPv6: ADDRCONF(NETDEV_UP): enp3s0f0: link is not ready
[    9.285873] NetworkManager[800]: <info>  [1605159853.7669] hostname: hostname: hostnamed not used as proxy creation failed with: Could not connect: No such file or directory
[    9.307550] NetworkManager[800]: <info>  [1605159853.7670] dns-mgr[0x557bf1bc6210]: init: dns=default,systemd-resolved rc-manager=symlink
[    9.319940] NetworkManager[800]: <info>  [1605159853.7837] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.22.8-6.el8_2/libnm-device-plugin-team.so)
[    9.321013] IPv6: ADDRCONF(NETDEV_UP): enp3s0f0: link is not ready
[    9.334795] NetworkManager[800]: <info>  [1605159853.7837] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
[    9.340887] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0f0: link becomes ready
[    9.352834] NetworkManager[800]: <info>  [1605159853.7837] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
[    9.360399] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    9.371278] NetworkManager[800]: <info>  [1605159853.7837] manager: Networking is enabled by state file
[    9.386825] NetworkManager[800]: <info>  [1605159853.7837] dhcp-init: Using DHCP client 'internal'
[    9.395834] NetworkManager[800]: <info>  [1605159853.7840] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.22.8-6.el8_2/libnm-settings-plugin-ifcfg-rh.so")
[    9.396814] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    9.411975] NetworkManager[800]: <info>  [1605159853.7840] settings: Loaded settings plugin: keyfile (internal)
[    9.418868] IPv6: ADDRCONF(NETDEV_UP): enp4s0f3u2u3c2: link is not ready
[    9.428214] NetworkManager[800]: <info>  [1605159853.7850] device (lo): carrier: link connected
[    9.436014] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    9.443624] NetworkManager[800]: <info>  [1605159853.7850] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
[    9.452335] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    9.462035] NetworkManager[800]: <info>  [1605159853.7853] manager: (enp3s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
[    9.481073] NetworkManager[800]: <info>  [1605159853.7854] device (enp3s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
[    9.495788] NetworkManager[800]: <info>  [1605159853.8688] device (enp3s0f0): carrier: link connected
[    9.505045] NetworkManager[800]: <info>  [1605159853.8694] manager: (enp3s0f1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
[    9.517927] NetworkManager[800]: <info>  [1605159853.8695] device (enp3s0f1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
[    9.532632] NetworkManager[800]: <info>  [1605159853.9275] device (enp3s0f1): carrier: link connected
[    9.541873] NetworkManager[800]: <info>  [1605159853.9279] manager: (enp4s0f3u2u3c2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/4)
[    9.555275] NetworkManager[800]: <info>  [1605159853.9280] device (enp4s0f3u2u3c2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
[    9.570503] NetworkManager[800]: <info>  [1605159853.9444] device (enp4s0f3u2u3c2): carrier: link connected
[    9.580267] NetworkManager[800]: <warn>  [1605159853.9447] sleep-monitor-sd: failed to acquire D-Bus proxy: Could not connect: No such file or directory
[    9.593934] NetworkManager[800]: <warn>  [1605159853.9447] ifcfg-rh: dbus: couldn't initialize system bus: Could not connect: No such file or directory
[    9.607507] NetworkManager[800]: <info>  [1605159853.9449] device (enp3s0f0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
[    9.622136] NetworkManager[800]: <info>  [1605159853.9452] device (enp3s0f1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
[    9.636754] NetworkManager[800]: <info>  [1605159853.9591] device (enp4s0f3u2u3c2): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
[    9.651896] NetworkManager[800]: <info>  [1605159853.9594] policy: auto-activating connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[    9.665470] NetworkManager[800]: <info>  [1605159853.9597] policy: auto-activating connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[    9.679041] NetworkManager[800]: <info>  [1605159853.9598] policy: auto-activating connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[    9.692617] NetworkManager[800]: <info>  [1605159853.9601] device (enp3s0f0): Activation: starting connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[    9.707583] NetworkManager[800]: <info>  [1605159853.9601] device (enp3s0f1): Activation: starting connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[    9.722544] NetworkManager[800]: <info>  [1605159853.9601] device (enp4s0f3u2u3c2): Activation: starting connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[    9.738034] NetworkManager[800]: <info>  [1605159853.9601] device (enp3s0f0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[    9.752298] NetworkManager[800]: <info>  [1605159853.9602] manager: NetworkManager state is now CONNECTING
[    9.761980] NetworkManager[800]: <info>  [1605159853.9602] device (enp3s0f0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[    9.775729] NetworkManager[800]: <info>  [1605159853.9603] device (enp3s0f1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[    9.789992] NetworkManager[800]: <info>  [1605159853.9604] device (enp3s0f1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[    9.803743] NetworkManager[800]: <info>  [1605159853.9605] device (enp4s0f3u2u3c2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[    9.818532] NetworkManager[800]: <info>  [1605159853.9605] device (enp4s0f3u2u3c2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[    9.832797] NetworkManager[800]: <info>  [1605159853.9606] device (enp3s0f0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[    9.846720] NetworkManager[800]: <info>  [1605159853.9607] dhcp4 (enp3s0f0): activation: beginning transaction (timeout in 45 seconds)
[    9.858819] NetworkManager[800]: <info>  [1605159853.9614] device (enp3s0f1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[    9.872741] NetworkManager[800]: <info>  [1605159853.9614] dhcp4 (enp3s0f1): activation: beginning transaction (timeout in 45 seconds)
[    9.884846] NetworkManager[800]: <info>  [1605159853.9777] device (enp4s0f3u2u3c2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[    9.899280] NetworkManager[800]: <info>  [1605159853.9778] dhcp4 (enp4s0f3u2u3c2): activation: beginning transaction (timeout in 45 seconds)
[   10.399055] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0f1: link becomes ready
[   12.553729] NetworkManager[800]: <info>  [1605159857.0628] dhcp4 (enp3s0f0): option dhcp_lease_time      => '172800'
[   12.564296] NetworkManager[800]: <info>  [1605159857.0628] dhcp4 (enp3s0f0): option domain_name_servers  => '147.75.207.207 147.75.207.208'
[   12.576838] NetworkManager[800]: <info>  [1605159857.0628] dhcp4 (enp3s0f0): option expiry               => '1605332657'
[   12.587740] NetworkManager[800]: <info>  [1605159857.0628] dhcp4 (enp3s0f0): option host_name            => 'mj-rhcos-heal-the-world'
[   12.599766] NetworkManager[800]: <info>  [1605159857.0628] dhcp4 (enp3s0f0): option ip_address           => '147.75.109.45'
[   12.610918] NetworkManager[800]: <info>  [1605159857.0628] dhcp4 (enp3s0f0): option requested_broadcast_address => '1'
[   12.621638] NetworkManager[800]: <info>  [1605159857.0628] dhcp4 (enp3s0f0): option requested_domain_name => '1'
[   12.631829] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_domain_name_servers => '1'
[   12.642716] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_domain_search => '1'
[   12.653088] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_host_name  => '1'
[   12.663205] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_interface_mtu => '1'
[   12.673584] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_ms_classless_static_routes => '1'
[   12.685082] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_nis_domain => '1'
[   12.695195] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_nis_servers => '1'
[   12.705400] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_ntp_servers => '1'
[   12.715596] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_rfc3442_classless_static_routes => '1'
[   12.727540] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_root_path  => '1'
[   12.737647] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_routers    => '1'
[   12.747761] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_static_routes => '1'
[   12.758131] NetworkManager[800]: <info>  [1605159857.0629] dhcp4 (enp3s0f0): option requested_subnet_mask => '1'
[   12.768322] NetworkManager[800]: <info>  [1605159857.0630] dhcp4 (enp3s0f0): option requested_time_offset => '1'
[   12.778515] NetworkManager[800]: <info>  [1605159857.0630] dhcp4 (enp3s0f0): option requested_wpad       => '1'
[   12.788621] NetworkManager[800]: <info>  [1605159857.0630] dhcp4 (enp3s0f0): option routers              => '147.75.109.44'
[   12.799773] NetworkManager[800]: <info>  [1605159857.0630] dhcp4 (enp3s0f0): option subnet_mask          => '255.255.255.254'
[   12.811101] NetworkManager[800]: <info>  [1605159857.0630] dhcp4 (enp3s0f0): state changed unknown -> bound
[   12.820863] NetworkManager[800]: <info>  [1605159857.0862] device (enp3s0f0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
[   12.834971] NetworkManager[800]: <info>  [1605159857.0862] device (enp3s0f0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
[   12.849245] NetworkManager[800]: <info>  [1605159857.0862] device (enp3s0f0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
[   12.863598] NetworkManager[800]: <info>  [1605159857.0866] manager: NetworkManager state is now CONNECTED_SITE
[   12.873625] NetworkManager[800]: <info>  [1605159857.0866] policy: set 'Wired Connection' (enp3s0f0) as default for IPv4 routing and DNS
[   12.885907] NetworkManager[800]: <info>  [1605159857.0866] policy: set-hostname: set hostname to 'mj-rhcos-heal-the-world' (from DHCPv4)
[   12.898187] NetworkManager[800]: <info>  [1605159857.0868] device (enp3s0f0): Activation: successful, device activated.
[   12.908992] NetworkManager[800]: <info>  [1605159857.0868] manager: NetworkManager state is now CONNECTED_GLOBAL
[   55.013922] NetworkManager[800]: <warn>  [1605159899.5231] dhcp4 (enp3s0f1): request timed out
[   55.022598] NetworkManager[800]: <info>  [1605159899.5231] dhcp4 (enp3s0f1): state changed unknown -> timeout
[   55.032549] NetworkManager[800]: <warn>  [1605159899.5231] dhcp4 (enp4s0f3u2u3c2): request timed out
[   55.041707] NetworkManager[800]: <info>  [1605159899.5231] dhcp4 (enp4s0f3u2u3c2): state changed unknown -> timeout
[   55.052165] NetworkManager[800]: <info>  [1605159899.5231] device (enp3s0f1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
[   55.067563] NetworkManager[800]: <warn>  [1605159899.5234] device (enp3s0f1): Activation: failed for connection 'Wired Connection'
[   55.079317] NetworkManager[800]: <info>  [1605159899.5234] device (enp4s0f3u2u3c2): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
[   55.095241] NetworkManager[800]: <warn>  [1605159899.5237] device (enp4s0f3u2u3c2): Activation: failed for connection 'Wired Connection'
[   55.107517] NetworkManager[800]: <info>  [1605159899.5237] device (enp3s0f1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
[   55.122068] NetworkManager[800]: <info>  [1605159899.6313] dhcp4 (enp3s0f1): canceled DHCP transaction
[   55.131394] NetworkManager[800]: <info>  [1605159899.6314] dhcp4 (enp3s0f1): state changed timeout -> done
[   55.141071] NetworkManager[800]: <info>  [1605159899.6316] device (enp4s0f3u2u3c2): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
[   55.161276] NetworkManager[800]: <info>  [1605159899.6704] dhcp4 (enp4s0f3u2u3c2): canceled DHCP transaction
[   55.171142] NetworkManager[800]: <info>  [1605159899.6704] dhcp4 (enp4s0f3u2u3c2): state changed timeout -> done
[   55.181354] NetworkManager[800]: <info>  [1605159899.6707] policy: auto-activating connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[   55.194929] NetworkManager[800]: <info>  [1605159899.6709] policy: auto-activating connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[   55.208507] NetworkManager[800]: <info>  [1605159899.6711] device (enp3s0f1): Activation: starting connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[   55.223473] NetworkManager[800]: <info>  [1605159899.6711] device (enp4s0f3u2u3c2): Activation: starting connection 'Wired Connection' (f7799a20-db6e-46d3-98e3-4dc1cfc04972)
[   55.238962] NetworkManager[800]: <info>  [1605159899.6711] device (enp3s0f1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[   55.253232] NetworkManager[800]: <info>  [1605159899.6711] device (enp3s0f1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[   55.266985] NetworkManager[800]: <info>  [1605159899.6712] device (enp4s0f3u2u3c2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
[   55.281784] NetworkManager[800]: <info>  [1605159899.6713] device (enp4s0f3u2u3c2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
[   55.296055] NetworkManager[800]: <info>  [1605159899.6714] device (enp3s0f1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[   55.309973] NetworkManager[800]: <info>  [1605159899.6715] dhcp4 (enp3s0f1): activation: beginning transaction (timeout in 45 seconds)
[   55.322073] NetworkManager[800]: <info>  [1605159899.6719] device (enp4s0f3u2u3c2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
[   55.336516] NetworkManager[800]: <info>  [1605159899.6719] dhcp4 (enp4s0f3u2u3c2): activation: beginning transaction (timeout in 45 seconds)
[   81.183141] random: crng init done
[   81.186546] random: 7 urandom warning(s) missed due to ratelimiting
[  100.012446] NetworkManager[800]: <warn>  [1605159944.5216] dhcp4 (enp3s0f1): request timed out
[  100.021113] NetworkManager[800]: <info>  [1605159944.5216] dhcp4 (enp3s0f1): state changed unknown -> timeout
[  100.031061] NetworkManager[800]: <warn>  [1605159944.5216] dhcp4 (enp4s0f3u2u3c2): request timed out
[  100.040215] NetworkManager[800]: <info>  [1605159944.5216] dhcp4 (enp4s0f3u2u3c2): state changed unknown -> timeout
[  100.050678] NetworkManager[800]: <info>  [1605159944.5216] device (enp3s0f1): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
[  100.066082] NetworkManager[800]: <warn>  [1605159944.5219] device (enp3s0f1): Activation: failed for connection 'Wired Connection'
[  100.077841] NetworkManager[800]: <info>  [1605159944.5219] device (enp4s0f3u2u3c2): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
[  100.093758] NetworkManager[800]: <warn>  [1605159944.5222] device (enp4s0f3u2u3c2): Activation: failed for connection 'Wired Connection'
[  100.106039] NetworkManager[800]: <info>  [1605159944.5222] device (enp3s0f1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
[  100.122069] NetworkManager[800]: <info>  [1605159944.6313] dhcp4 (enp3s0f1): canceled DHCP transaction
[  100.131398] NetworkManager[800]: <info>  [1605159944.6314] dhcp4 (enp3s0f1): state changed timeout -> done
[  100.141090] NetworkManager[800]: <info>  [1605159944.6316] device (enp4s0f3u2u3c2): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
[  100.157152] NetworkManager[800]: <info>  [1605159944.6664] dhcp4 (enp4s0f3u2u3c2): canceled DHCP transaction
[  100.167016] NetworkManager[800]: <info>  [1605159944.6664] dhcp4 (enp4s0f3u2u3c2): state changed timeout -> done
[  100.177207] NetworkManager[800]: <info>  [1605159944.6667] manager: startup complete
[  100.184984] NetworkManager[800]: <info>  [1605159944.6667] quitting now that startup is complete
[  100.199135] NetworkManager[800]: <info>  [1605159944.7083] dhcp4 (enp3s0f0): canceled DHCP transaction
[  100.208485] NetworkManager[800]: <info>  [1605159944.7084] dhcp4 (enp3s0f0): state changed bound -> done
[  100.218004] NetworkManager[800]: <info>  [1605159944.7084] device (enp3s0f0): DHCPv4: trying to acquire a new lease within 90 seconds
[  OK    100.230100] NetworkManager[800]: <info>  [1605159944.7084] manager: NetworkManager state is now CONNECTED_SITE
0m] Started drac[  100.241488] NetworkManager[800]: <info>  [1605159944.7091] exiting (success)
ut initqueue hoo[  100.250020] systemd[1]: Started dracut initqueue hook.
k.
[  100.261041] systemd[1]: Starting Acquire live PXE rootfs image...
         Starting Acquire live PXE rootfs image...
[  100.274154] systemd[1]: Reached target Remote File Systems (Pre).
[  OK    100.280542] coreos-livepxe-rootfs[838]: Fetching rootfs image from https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/latest-4.6/rhcos-live-rootfs.x86_64.img...
0m] Reached target Remote File Systems (Pre).
[  100.305202] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
         Startin[  100.317864] systemd[1]: Starting dracut pre-mount hook...
g dracut pre-mount hook...
[  100.328753] systemd[1]: Started dracut pre-mount hook.
[  OK  ] Started dracut pre-mount hook.
[  OK[  145.642072] systemd[1]: Started Acquire live PXE rootfs image.
  ] Started Acquire live PXE rootfs image.
[  145.655794] systemd[1]: Starting Persist osmet files (PXE)...
         Starting Persist osmet files (PXE)...
[  145.667612] systemd[1]: Mounting /sysroot...
         Mounting /sysroot...
[  145.693913] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  145.702566] systemd[1]: Mounted /sysroot.
[  OK  ] Mounted /sysroot.
[  OK    145.713440] systemd[1]: Started Persist osmet files (PXE).
0m] Started Persist osmet files (PXE).
[  145.726080] systemd[1]: Starting OSTree Prepare OS/...
         Starting OSTree Prepare OS/...
[  145.749895] ostree-prepare-root[880]: Resolved OSTree target to: /sysroot/ostree/deploy/rhcos/deploy/3a9fab05cf56ea8f716b12824f2dcb34fdf8bdddf1d06af71ee508280e7fd9d6.0
[  145.764932] ostree-prepare-root[880]: sysroot configured read-only: 0, currently writable: 0
[  145.781125] systemd[1]: Started OSTree Prepare OS/.
[  OK  ] Started OSTree Prepare OS/.
[  145.793810] systemd[1]: Starting sysroot-xfs-ephemeral-setup.service...
         Starting sysroot-xfs-ephemeral-setup.service...
[  OK    146.202118] systemd[1]: Started sysroot-xfs-ephemeral-setup.service.
0m] Started sysroot-xfs-ephemeral-setup.service.
[  146.216414] systemd[1]: sysroot-var.mount: Directory /sysroot/var to mount over is not empty, mounting anyway.
[  146.226467] systemd[1]: Mounting /sysroot/var...
         Mounting /sysroot/var...
[  146.237322] systemd[1]: sysroot-etc.mount: Directory /sysroot/etc to mount over is not empty, mounting anyway.
[  146.247356] systemd[1]: Mounting /sysroot/etc...
         Mounting /sysroot/etc...
[  146.258298] systemd[1]: Mounted /sysroot/var.
[  OK  ] Mounted /sysroot/var.
[  OK    146.268150] systemd[1]: Mounted /sysroot/etc.
0m] Mounted /sysroot/etc.
[  146.279097] systemd[1]: Starting sysroot-relabel.service...
         Starting sysroot-relabel.service...
[  OK    146.833602] systemd[1]: Started sysroot-relabel.service.
0m] Started sysroot-relabel.service.
[  146.846153] systemd[1]: Reached target Initrd Root File System.
[  OK  ] Reached target Initrd Root File System.
[  146.859655] systemd[1]: Starting Reload Configuration from the Real Root...
         Starting Reload Configuration from the Real Root...
[  146.882497] systemd[1]: Reloading.
[  147.013112] systemd[1]: Started Reload Configuration from the Real Root.
[  OK  ] Started Reload Configuration from the Real Root.
[  147.028157] systemd[1]: Reached target Initrd File Systems.
[  OK  ] Reached target Initrd File Systems.
[  147.040083] systemd[1]: Reached target Initrd Default Target.
[  OK  ] Reached target Initrd Default Target.
[  147.053778] systemd[1]: Starting dracut pre-pivot and cleanup hook...
         Starting dracut pre-pivot and cleanup hook...
[  147.123393] dracut-pre-pivot[985]: Nov 12 05:46:31 | /etc/multipath.conf does not exist, blacklisting all devices.
[  147.133779] [[  147.133878] dracut-pre-pivot[985]: Nov 12 05:46:31 | You can run "/sbin/mpathconf --enable" to create
dracut-pre-pivot  OK  [985]: ] Nov 12 05:46:31 | /etc/multipath.conf does not exist, blacklisting all devices.Started dracut pre-pivot and cleanup hook.

[  147.144418] dracut-pre-pivot[985]: Nov 12 05:46:31 | You can run "/sbin/mpathconf --enable" to create
         Startin[  147.173083] dracut-pre-pivot[985]: Nov 12 05:46:31 | /etc/multipath.conf. See man mpathconf(8) for more details
g Cleaning Up and Shutting Down Daemons...
[  147.184537] dracut-pre-pivot[985]: Nov 12 05:46:31 | /etc/multipath.conf. See man mpathconf(8) for more details
[  147.203142] systemd[1]: Started dracut pre-pivot and cleanup hook.
[  OK    147.209424] systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
0m] Stopped Pers[  147.217541] systemd[1]: Stopped Persist osmet files (PXE).
ist osmet files (PXE).
[  147.228106] systemd[1]: Stopped target Timers.
[  OK  ] Stopped target Timers.
[  147.238374] systemd[1]: Stopped dracut pre-pivot and cleanup hook.
[  OK  ] Stopped dracut pre-pivot and cleanup hook.
[  147.251324] systemd[1]: Stopped dracut pre-mount hook.
[  OK  ] Stopped dracut pre-mount hook.
[  147.263166] systemd[1]: Stopped target Initrd Default Target.
[  OK  ] Stopped target Initrd Default Target.
[  147.275119] systemd[1]: Stopped target Initrd Root Device.
[  OK  ] Stopped target Initrd Root Device.
[  147.287063] systemd[1]: Stopped target Subsequent (Not Ignition) boot complete.
[  OK  ] Stopped target Subsequent (Not Ignition) boot complete.
[  147.302082] systemd[1]: Stopped target Remote File Systems.
[  OK  ] Stopped target Remote File Systems.
[  147.314084] systemd[1]: Stopped target Remote File Systems (Pre).
[  OK  ] Stopped target Remote File Systems (Pre).
[  147.327311] systemd[1]: Stopped dracut initqueue hook.
[  OK  ] Stopped dracut initqueue hook.
[  147.339416] systemd[1]: Stopped Start network if needed.
[  OK  ] Stopped Start network if needed.
[  147.351160] systemd[1]: Stopped target Basic System.
[  OK  ] Stopped target Basic System.
[  147.363118] systemd[1]: Stopped target Sockets.
[  OK  ] Stopped target Sockets.
[  147.373097] systemd[1]: Stopped target System Initialization.
[  OK  ] Stopped target System Initialization.
[  147.385370] systemd[1]: Stopped Create Volatile Files and Directories.
[  OK  ] Stopped Create Volatile Files and Directories.
[  147.400074] systemd[1]: Stopped target Local File Systems.
[  OK  ] Stopped target Local File Systems.
[  147.412107] systemd[1]: Stopped target Local File Systems (Pre).
[  OK  ] Stopped target Local File Systems (Pre).
[  147.425063] systemd[1]: Stopped target Swap.
[  OK  ] Stopped target Swap.
[  147.435351] systemd[1]: Stopped Apply Kernel Variables.
[  OK  ] Stopped Apply Kernel Variables.
[  147.447074] systemd[1]: Stopped target Local Encrypted Volumes.
[  OK  ] Stopped target Local Encrypted Volumes.
[  147.460062] systemd[1]: Stopped target Slices.
[  OK  ] Stopped target Slices.
[  147.470096] systemd[1]: Stopped target Paths.
[  OK  ] Stopped target Paths.
[  147.486055] systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.
[  147.503133] systemd[1]: Stopping Open-iSCSI...
         Stoppin[  147.507767] iscsid[767]: iscsid: iscsid shutting down.
g Open-iSCSI...
[  147.519237] systemd[1]: Stopped Open-iSCSI.
[  OK  ] Stopped Open-iSCSI.
         Stoppin[  147.529647] systemd[1]: Stopping iSCSI UserSpace I/O driver...
g iSCSI UserSpace I/O driver...
[  147.542469] systemd[1]: Stopping Device-Mapper Multipath Device Controller...
         Stopping Device-Mapper Multipath Device Controller...
[  147.554226] multipathd[1018]: Nov 12 05:46:32 | /etc/multipath.conf does not exist, blacklisting all devices.
[  147.565353] multipathd[1018]: Nov 12 05:46:32 | You can run "/sbin/mpathconf --enable" to create
[  OK    147.574422] multipathd[1018]: Nov 12 05:46:32 | /etc/multipath.conf. See man mpathconf(8) for more details
0m] Closed Open-[  147.585378] multipathd[758]: --------shut down-------
iSCSI iscsid Soc[  147.591668] systemd[1]: Closed Open-iSCSI iscsid Socket.
ket.
[  147.598376] multipathd[1018]: ok
[  147.602514] systemd[1]: Stopped iSCSI UserSpace I/O driver.
[  OK  ] Stopped iSCSI UserSpace I/O driver.
[  147.615636] systemd[1]: Started Cleaning Up and Shutting Down Daemons.
[  OK  ] Started Cleaning Up and Shutting Down Daemons.
[  OK    147.630531] systemd[1]: Stopped Device-Mapper Multipath Device Controller.
0m] Stopped Device-Mapper Multipath Device Controller.
[  OK    147.646448] systemd[1]: Stopped udev Wait for Complete Device Initialization.
0m] Stopped udev Wait for Complete Device Initialization.
[  147.663479] systemd[1]: Stopped udev Coldplug all Devices.
[  OK  ] Stopped udev Coldplug all Devices.
[  147.677342] systemd[1]: Stopped dracut pre-trigger hook.
[  OK  ] Stopped dracut pre-trigger hook.
         Stoppin[  147.690196] systemd[1]: Stopping udev Kernel Device Manager...
g udev Kernel Device Manager...
[  OK    147.704352] systemd[1]: Closed Open-iSCSI iscsiuio Socket.
0m] Closed Open-iSCSI iscsiuio Socket.
[  147.717470] systemd[1]: Stopped udev Kernel Device Manager.
[  OK  ] Stopped udev Kernel Device Manager.
[  OK    147.730406] systemd[1]: Stopped dracut pre-udev hook.
0m] Stopped dracut pre-udev hook.
[  OK    147.743396] systemd[1]: Stopped dracut cmdline hook.
0m] Stopped dracut cmdline hook.
[  147.756358] systemd[1]: Stopped dracut ask for additional cmdline parameters.
[  OK  ] Stopped dracut ask for additional cmdline parameters.
[  OK    147.772481] systemd[1]: Stopped Create Static Device Nodes in /dev.
0m] Stopped Create Static Device Nodes in /dev.
[  147.787398] systemd[1]: Stopped Create list of required static device nodes for the current kernel.
[  OK  ] Stopped Create list of required sta…vice nodes for the current kernel.
[  147.807316] systemd[1]: Closed udev Kernel Socket.
[  OK  ] Closed udev Kernel Socket.
[  147.818306] systemd[1]: Closed udev Control Socket.
[  OK  ] Closed udev Control Socket.
[  147.831681] systemd[1]: Starting Cleanup udevd DB...
         Starting Cleanup udevd DB...
[  OK    147.854973] systemd[1]: Started Cleanup udevd DB.
0m] Started Cleanup udevd DB.
[  147.865127] systemd[1]: Reached target Switch Root.
[  OK  ] Reached target Switch Root.
[  147.878662] systemd[1]: Starting Switch Root...
         Starting Switch Root...
[  147.902489] systemd[1]: Switching root.
[  147.915261] systemd-journald[383]: Received SIGTERM from PID 1 (systemd).
[  147.940455] printk: systemd: 17 output lines suppressed due to ratelimiting
[  148.007771] audit: type=1404 audit(1605159992.516:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[  148.379058] SELinux:  policy capability network_peer_controls=1
[  148.384982] SELinux:  policy capability open_perms=1
[  148.389945] SELinux:  policy capability extended_socket_class=1
[  148.395866] SELinux:  policy capability always_check_network=0
[  148.401696] SELinux:  policy capability cgroup_seclabel=1
[  148.407089] SELinux:  policy capability nnp_nosuid_transition=1
[  148.442001] audit: type=1403 audit(1605159992.950:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[  148.443654] systemd[1]: Successfully loaded SELinux policy in 435.995ms.
[  148.495333] audit: type=1400 audit(1605159993.004:4): avc:  denied  { relabelto } for  pid=1 comm="systemd" name="resolv.conf" dev="tmpfs" ino=2884 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:net_conf_t:s0 tclass=file permissive=0
[  148.495347] systemd[1]: Unable to fix SELinux security context of /run/NetworkManager/resolv.conf: Permission denied
[  148.536014] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 59.845ms.
[  148.545758] systemd[1]: systemd 239 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)
[  148.579231] systemd[1]: Detected architecture x86-64.
[  148.584297] systemd[1]: Running with unpopulated /etc.

Welcome to Red Hat Enterprise Linux CoreOS 46.82.202010091720-0 (Ootpa)!

[  148.601335] systemd[1]: Initializing machine ID from random generator.
[  148.717471] systemd[1030]: /usr/lib/systemd/system-generators/coreos-platform-chrony failed with exit status 1.
[  148.808720] systemd[1]: Populated /etc with preset unit settings.
[  148.860279] systemd[1]: Stopped Switch Root.
[  OK  ] Stopped Switch Root.
[  148.871457] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
[  148.881841] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[  148.890782] systemd[1]: Stopped Journal Service.
[  OK  ] Stopped Journal Service.
[  148.902695] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[  148.914853] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[  148.929386] systemd[1]: Stopped sysroot-xfs-ephemeral-mkfs.service.
[  OK  ] Stopped sysroot-xfs-ephemeral-mkfs.service.
[  148.945380] systemd[1]: Stopped sysroot-xfs-ephemeral-setup.service.
[  OK  ] Stopped sysroot-xfs-ephemeral-setup.service.
[  148.960350] systemd[1]: Stopped coreos-livepxe-rootfs.service.
[  OK  ] Stopped coreos-livepxe-rootfs.service.
[  148.974238] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  148.993027] systemd[1]: Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local Encrypted Volumes.
[  149.006684] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[  149.019906] systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required st…ce nodes for the current kernel...
[  149.039957] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[  149.053045] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[  149.063924] systemd[1]: Mounting Temporary Directory (/tmp)...
         Mounting Temporary Directory (/tmp)...
[  149.080730] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[  149.094371] systemd[1]: Stopped sysroot-relabel.service.
[  OK  ] Stopped sysroot-relabel.service.
[  149.106490] systemd[1]: Listening on multipathd control socket.
[  OK  ] Listening on multipathd control socket.
[  149.119373] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[  149.134293] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[  149.147699] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[  149.160051] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[  149.172090] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[  149.184815] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
         Starting Monitoring of LVM2 mirrors…ng dmeventd or progress polling...
[  149.204667] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[  149.225282] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[  149.236031] systemd[1]: Reached target Prepare for CoreOS Installer Target.
[  OK  ] Reached target Prepare for CoreOS Installer Target.
[  149.251962] systemd[1]: Listening on LVM2 poll daemon socket.
[  OK  ] Listening on LVM2 poll daemon socket.
[  149.264029] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[  149.274138] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[  149.290302] systemd[1]: Starting Rebuild Hardware Database...
         Starting Rebuild Hardware Database...
[  149.302732] systemd[1]: Starting Create System Users...
         Starting Create System Users...
[  149.314943] systemd[1]: Starting Load/Save Random Seed...
         Startin[  149.320512] audit: type=1400 audit(1605159993.829:5): avc:  denied  { create } for  pid=1081 comm="systemd-random-" name="random-seed" scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=file permissive=0
g Load/Save Random Seed...
[  149.346053] systemd[1]: Stopped target Switch Root.
[  OK  ] Stopped target Switch Root.
[  149.358050] systemd[1]: Stopped target Initrd Root File System.
[  OK  ] Stopped target Initrd Root File System.
[  149.372376] systemd[1]: Stopped OSTree Prepare OS/.
[  OK  ] Stopped OSTree Prepare OS/.
[  OK  ] Stopped target Initrd File Systems.
[  OK  ] Started Journal Service.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  ] Mounted Temporary Directory (/tmp).
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create System Users.
[  OK  ] Started Load/Save Random Seed.
         Starting Disable Device Auto-Activation for CoreOS Installer...
         Starting Create Static Device Nodes in /dev...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Disable Device Auto-Activation for CoreOS Installer.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Rebuild Hardware Database.
[  OK  ] Started udev Coldplug all Devices.
         Starting udev Wait for Complete Device Initialization...
         Starting udev Kernel Device Manager...
[  149.549805] systemd-journald[1063]: Received request to flush runtime journal from PID 1
[  149.558041] audit: type=1400 audit(1605159994.066:6): avc:  denied  { write } for  pid=1063 comm="systemd-journal" name="var" dev="loop0" ino=4195081 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir permissive=0
[  149.580086] audit: type=1400 audit(1605159994.067:7): avc:  denied  { write } for  pid=1063 comm="systemd-journal" name="var" dev="loop0" ino=4195081 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir permissive=0
[  149.580087] audit: type=1400 audit(1605159994.067:8): avc:  denied  { write } for  pid=1063 comm="systemd-journal" name="var" dev="loop0" ino=4195081 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir permissive=0
[  149.580088] audit: type=1400 audit(1605159994.067:9): avc:  denied  { write } for  pid=1063 comm="systemd-journal" name="var" dev="loop0" ino=4195081 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir permissive=0
[  149.580089] audit: type=1400 audit(1605159994.067:10): avc:  denied  { write } for  pid=1063 comm="systemd-journal" name="var" dev="loop0" ino=4195081 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir permissive=0
[  149.580092] audit: type=1400 audit(1605159994.070:11): avc:  denied  { write } for  pid=1063 comm="systemd-journal" name="var" dev="loop0" ino=4195081 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir permissive=0
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Kernel Device Manager.
         Starting Initialize the iWARP/InfiniBand/RDMA stack in the kernel...
[  149.845137] acpi_cpufreq: overriding BIOS provided _PSD data
[  149.891843] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[  149.899249] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[  149.907579] input: PC Speaker as /devices/platform/pcspkr/input/input4
[  149.918576] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[  149.928121] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[  149.935279] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[  150.022861] kvm: Nested Paging enabled
[  150.026613] SVM: Virtual VMLOAD VMSAVE supported
[  150.031237] SVM: Virtual GIF supported
[  150.035491] [drm] Using P2A bridge for configuration
[  150.040468] [drm] AST 2500 detected
[  150.043976] [drm] Analog VGA only
[  OK    150.047316] [drm] dram MCLK=800 Mhz type=7 bus_width=16 size=01000000
0m] Started Moni[  150.055246] [TTM] Zone  kernel: Available graphics memory: 8140800 KiB
toring of LVM2 m[  150.063115] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
irrors,…sing d[  150.071033] [TTM] Initializing pool allocator
meventd or progr[  150.076780] [TTM] Initializing DMA pool allocator
ess polling.
[  150.087795] fbcon: astdrmfb (fb0) is primary device
[  150.088771] MCE: In-kernel MCE decoding enabled.
[  150.092690] EDAC amd64: Node 0: DRAM ECC enabled.
[  150.092691] EDAC amd64: F17h detected (node 0).
[  150.093419] EDAC amd64: MC: 0:     0MB 1:     0MB
[  150.093420] EDAC amd64: MC: 2:  8192MB 3:  8192MB
[  150.093453] EDAC amd64: MC: 0:     0MB 1:     0MB
[  150.093454] EDAC amd64: MC: 2:     0MB 3:     0MB
[  150.093455] EDAC amd64: using x8 syndromes.
[  150.093456] EDAC amd64: MCT channel count: 1
[  150.093526] EDAC MC0: Giving out device to module amd64_edac controller F17h: DEV 0000:00:18.3 (INTERRUPT)
[  150.093536] EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
[  150.093536] AMD64 EDAC driver v3.5.0
[  150.109812] Console: switching to colour frame buffer device 128x48
[  150.195419] ast 0000:02:00.0: fb0: astdrmfb frame buffer device
[  150.204015] [drm] Initialized ast 0.1.0 20120228 for 0000:02:00.0 on minor 0
[  OK  ] Started udev Wait for Complete Device Initialization.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Restore /run/initramfs on shutdown...
         Starting Rebuild Dynamic Linker Cache...
         Starting Rebuild Journal Catalog...
         Starting Create Volatile Files and Directories...
[  OK  ] Started Restore /run/initramfs on shutdown.
[FAILED] Failed to start Rebuild Journal Catalog.
See 'systemctl status systemd-journal-catalog-update.service' for details.
[  150.579247] i40e: Registered client i40iw
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  150.714603] Rounding down aligned max_sectors from 4294967295 to 4294967288
[  150.721682] db_root: cannot open: /etc/target
[  150.744703] iscsi: registered transport (iser)
[  OK  ] Started Rebuild Dynamic Linker Cache.
         Starting Update is Completed...
[  OK  ] Started Update is Completed.
[  OK  ] Reached target System Initia[  150.825270] RPC: Registered named UNIX socket transport module.
lization.
[  150.831474] RPC: Registered udp transport module.
[  150.837133] RPC: Registered tcp transport module.
[  150.841850] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.[  150.865173] RPC: Registered rdma transport module.

[  150.871030] RPC: Registered rdma backchannel transport module.
         Starting Network Manager...
[  OK  ] Started Daily Cleanup of Temporary Directories.
         Starting Load CPU microcode update...
[  OK  ] Started daily update of the root trust anchor for DNSSEC.
[  OK  ] Reached target Timers.
         Starting Run update-ca-trust...
[  OK  ] Started Initialize the iWARP/InfiniBand/RDMA stack in the kernel.
[  OK  ] Started Load CPU microcode update.
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started Network Manager.
         Starting Network Manager Wait Online...
[  OK  ] Reached target Network.
         Starting Hostname Service...
[  OK  ] Started Run update-ca-trust.
[  OK  ] Started Hostname Service.
         Starting Network Manager Script Dispatcher Service...
[  OK  ] Started Network Manager Script Dispatcher Service.
[FAILED] Failed to start Network Manager Wait Online.
See 'systemctl status NetworkManager-wait-online.service' for details.
[  OK  ] Reached target Network is Online.
         Starting CoreOS Installer...
[  181.059187] coreos-installer-service[1386]: coreos-installer install /dev/sda --firstboot-args rd.neednet=1 rd.net.timeout.carrier=30  --platform packet
[  181.085705] coreos-installer-service[1386]: Error: parsing arguments
[FAILED] Failed to start CoreOS Installer.
See 'systemctl status coreos-installer.service' for details.
[  181.094094] coreos-installer-service[1386]: Caused by: getting sector size of /dev/sda
[DEPEND] Dependency failed for CoreOS Installer Target.
[  181.117066] coreos-installer-service[1386]: Caused by: opening "/dev/sda"
[  181.132064] coreos-installer-service[1386]: Caused by: No medium found (os error 123)
[DEPEND] Dependency failed for Reboot after CoreOS Installer.
[DEPEND] Dependency failed for Finalize CoreOS Installer Target.
         Stopping Network Manager...
[  OK  ] Stopped Daily Cleanup of Temporary Directories.
[  OK  ] Stopped Initialize the iWARP/InfiniBand/RDMA stack in the kernel.
[  OK  ] Stopped Run update-ca-trust.
[  OK  ] Stopped daily update of the root trust anchor for DNSSEC.
         Stopping Hostname Service...
[  OK  ] Stopped Hostname Service.
[  OK  ] Stopped Network Manager.
         Stopping D-Bus System Message Bus...
[  OK  ] Stopped D-Bus System Message Bus.
[  OK  ] Stopped target Basic System.
[  OK  ] Closed D-Bus System Message Bus Socket.
[  OK  ] Stopped target System Initialization.
[  OK  ] Started Emergency Shell.
[  OK  ] Reached target Emergency Mode.
You are in emergency mode. After logging in, typ
Cannot open access to console, the root account is locked.
See sulogin(8) man page for more details.

Press Enter to continue.

Reloading system manager configuration
Starting default target
[  426.805430] coreos-installer-service[1448]: coreos-installer install /dev/sda --firstboot-args rd.neednet=1 rd.net.timeout.carrier=30  --platform packet
[  426.821154] coreos-installer-service[1448]: Error: parsing arguments
[  426.830090] coreos-installer-service[1448]: Caused by: getting sector size of /dev/sda
[  426.839070] coreos-installer-service[1448]: Caused by: opening "/dev/sda"
[  426.848072] coreos-installer-service[1448]: Caused by: No medium found (os error 123)
You are in emergency mode. After
Cannot open access to console, the root account is locked.
See sulogin(8) man page for more details.

Press Enter to continue.

(this error loops whenever I press enter)

@bgilbert
Copy link

The timing of entropy init vs. the fetch failure is suspicious. Try using http for the rootfs URL instead?

@bgilbert
Copy link

It looks as though sdb is your hard disk and sda is a CD-ROM drive. The root account is locked error is expected on RHCOS unfortunately.

It'd still be useful to try http on the older instance type, if you wouldn't mind. You may have uncovered a bug.

@displague
Copy link
Author

displague commented Nov 12, 2020

thanks, @bgilbert.

I tried again on the t1.small.x86 device plan with an http rootfs URL in the iPXE configuration. I was able to successfully authenticate using ssh core@... after installation completed and the node rebooted into a blank SOS (serial console) screen. 🎉

(SSH keys were configured in the example.ign file included above, which was generated with these examples https://docs.fedoraproject.org/en-US/fedora-coreos/authentication/#_using_an_ssh_key and an FCCT to IGN conversion https://coreos.github.io/fcct/getting-started/#getting-fcct.

The Equinix Metal API accepts ignition files in userdata, which is how I've been supplying this:

packet device create --userdata-file example.ign --hostname mj-rhcos-heal-the-world --plan t1.small.x86 -p $PROJECT_ID  -t "rhcos,ipxe,testing,openshift-ipi" -i https://gist.githubusercontent.com/displague/5282172449a83c7b83821f8f8333a072/raw/f7300a5ab652e923dddacb5c9f206864c4c2aceb/rhcos.ipxe    --operating-system custom_ipxe --facility any -T "$(TZ=UTC date -v+1H +"%Y-%m-%dT%H:%M:%SZ")"

The /dev/sda vs /dev/sdb problems on t3.small.x86 is something I'll have to check on later. I'm really surprised to find that configuration.

@displague
Copy link
Author

Noting that I have a similar gist open for CentOS Stream https://gist.github.com/displague/cd5938eb7584dd1c1cc76c28a3f9c762

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment