Is there x86_amd64 version not layered on top of a virtual machine

Something is still stalling or crashing. Remove the msata sdb drive and try booting Ubuntu or OpenWrt purely with USB.

Though I think that Ubuntu copies its whole root squashfs from install media (DVD or USB) to RAM during bootup and that can take a long time with a typical cheap USB2 drive. That should occur at only one point in the process. OpenWrt leaves the rootfs on the USB, reading it as needed. It is much smaller.

1 Like

The dmesg from Kubuntu looks OK. No stalls, just a 5 minute gap before you grabbed a keyboard and mouse to plug in. Combined with the fact you say running OpenWRT from a USB stick works better: I also suspect it could be disk related. Maybe.

EDIT: it looks like sda (the 128GB disk) is mentioned during some stall messages:

[  146.974004] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  148.185178]  sda: sda1 sda2
[  151.382425] rcu:     0-...!: (1 GPs behind) idle=d36/1/0x4000000000000002 softirq=160/161 fqs=0 
[  151.382440] rcu:     2-...!: (318 ticks this GP) idle=edc/0/0x0 softirq=209/209 fqs=0 
[  153.451306] sd 1:0:0:0: [sda] Attached SCSI disk
[  156.144088] rcu:     3-...!: (1 GPs behind) idle=6f2/1/0x4000000000000000 softirq=66/69 fqs=0 
[  156.144101]  (detected by 0, t=2102 jiffies, g=-1087, q=37)
[  448.517088] NMI backtrace for cpu 0

This is a bit weird -- look at the timings. Seconds between each message. Are the sda messages related to the stall or just interleaved lines of text? Why is sda re-attaching during this time? Maybe the disk or its connector is bad, or maybe it's a completely unrelated red herring.

Perhaps try cleaning the connector on the SSD and reconnecting it. Maybe also run some smart self-tests with smartmontools.

2 Likes

I think that a misunderstanding - when I used a live linux to install openwrt the live usb linux worked fine.. I do not know about openwrt.. I will install linux on to the disk and see if the difference between usb booted linux and msata disk booting -- there reason the keyboard and mouse was different because I had to swap them back and forth as I did not have free usb port Or usb hub to use. I will get back you after I install linux to the disk if I have issue I will try to use SATA port on the board.. just have to figure out where the SATA power port is on the board

"This is a bit weird -- look at the timings. Seconds between each message."

yeah that what I mentioned earlier, each step between message took roughly 2 seconds. until it passes a certain point near the end ( i think a driver loads up) and then it boot at normal rate after less then 1/2 second between messages

okay I loaded kubuntu onto the disk it takes 33 seconds to load from cold boot - so I do not think it is anything related to mSATA . it has to be purely with in openwrt I think

 dmesg
[    0.000000] microcode: microcode updated early to revision 0x411, date = 2019-04-23
[    0.000000] Linux version 5.15.0-58-generic (buildd@lcy02-amd64-033) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 (Ubuntu 5.15.0-58.64~20.04.1-generic 5.15.74)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-58-generic root=UUID=a719ee3c-b4ac-422b-bdab-f9133cc1c419 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] signal: max sigframe size: 1440
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007b22dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b22e000-0x000000007b2a5fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b2a6000-0x000000007b3c1fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b3c2000-0x000000007b832fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007b833000-0x000000007bb8afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bb8b000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Default string Default string/Aptio CRB, BIOS 5.11 09/16/2022
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.002475] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002488] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002512] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[    0.002583] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002927] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.010269] found SMP MP-table at [mem 0x000fcbb0-0x000fcbbf]
[    0.012504] RAMDISK: [mem 0x29ce7000-0x30e6afff]
[    0.012523] ACPI: Early table checksum verification disabled
[    0.012532] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.012545] ACPI: XSDT 0x000000007B446080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.012562] ACPI: FACP 0x000000007B451F40 0000F4 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.012582] ACPI: DSDT 0x000000007B446190 00BDA9 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.012595] ACPI: FACS 0x000000007B832E40 000040
[    0.012606] ACPI: FACS 0x000000007B832E80 000040
[    0.012617] ACPI: APIC 0x000000007B452038 000084 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.012629] ACPI: FPDT 0x000000007B4520C0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.012642] ACPI: FIDT 0x000000007B452108 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.012654] ACPI: MCFG 0x000000007B4521A8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.012666] ACPI: SSDT 0x000000007B4521E8 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.012678] ACPI: SSDT 0x000000007B452950 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.012691] ACPI: SSDT 0x000000007B452BE0 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.012703] ACPI: UEFI 0x000000007B452D60 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.012715] ACPI: LPIT 0x000000007B452DA8 000104 (v01 ALASKA A M I    00000005 MSFT 0100000D)
[    0.012727] ACPI: CSRT 0x000000007B452EB0 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D)
[    0.012738] ACPI: Reserving FACP table memory at [mem 0x7b451f40-0x7b452033]
[    0.012743] ACPI: Reserving DSDT table memory at [mem 0x7b446190-0x7b451f38]
[    0.012747] ACPI: Reserving FACS table memory at [mem 0x7b832e40-0x7b832e7f]
[    0.012751] ACPI: Reserving FACS table memory at [mem 0x7b832e80-0x7b832ebf]
[    0.012755] ACPI: Reserving APIC table memory at [mem 0x7b452038-0x7b4520bb]
[    0.012759] ACPI: Reserving FPDT table memory at [mem 0x7b4520c0-0x7b452103]
[    0.012763] ACPI: Reserving FIDT table memory at [mem 0x7b452108-0x7b4521a3]
[    0.012766] ACPI: Reserving MCFG table memory at [mem 0x7b4521a8-0x7b4521e3]
[    0.012770] ACPI: Reserving SSDT table memory at [mem 0x7b4521e8-0x7b45294a]
[    0.012774] ACPI: Reserving SSDT table memory at [mem 0x7b452950-0x7b452bdf]
[    0.012778] ACPI: Reserving SSDT table memory at [mem 0x7b452be0-0x7b452d59]
[    0.012781] ACPI: Reserving UEFI table memory at [mem 0x7b452d60-0x7b452da1]
[    0.012785] ACPI: Reserving LPIT table memory at [mem 0x7b452da8-0x7b452eab]
[    0.012789] ACPI: Reserving CSRT table memory at [mem 0x7b452eb0-0x7b452ffb]
[    0.013147] No NUMA configuration found
[    0.013152] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[    0.013175] NODE_DATA(0) allocated [mem 0x27ffd6000-0x27fffffff]
[    0.014092] Zone ranges:
[    0.014096]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014103]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014109]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.014114]   Device   empty
[    0.014118] Movable zone start for each node
[    0.014127] Early memory node ranges
[    0.014129]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.014133]   node   0: [mem 0x0000000000100000-0x000000001effffff]
[    0.014137]   node   0: [mem 0x0000000020200000-0x000000007b22dfff]
[    0.014141]   node   0: [mem 0x000000007b2a6000-0x000000007b3c1fff]
[    0.014145]   node   0: [mem 0x000000007bb8b000-0x000000007bffffff]
[    0.014149]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.014155] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.014168] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014245] On node 0, zone DMA: 100 pages in unavailable ranges
[    0.024988] On node 0, zone DMA32: 4608 pages in unavailable ranges
[    0.025006] On node 0, zone DMA32: 120 pages in unavailable ranges
[    0.025098] On node 0, zone DMA32: 1993 pages in unavailable ranges
[    0.059302] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.059324] Reserving Intel graphics memory at [mem 0x7ce00000-0x7edfffff]
[    0.059463] ACPI: PM-Timer IO Port: 0x408
[    0.059491] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.059498] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.059502] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.059506] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.059529] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    0.059540] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.059547] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.059558] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.059564] TSC deadline timer available
[    0.059567] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.059635] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.059643] PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.059647] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.059650] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.059653] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.059659] PM: hibernation: Registered nosave memory: [mem 0x1f000000-0x201fffff]
[    0.059666] PM: hibernation: Registered nosave memory: [mem 0x7b22e000-0x7b2a5fff]
[    0.059672] PM: hibernation: Registered nosave memory: [mem 0x7b3c2000-0x7b832fff]
[    0.059675] PM: hibernation: Registered nosave memory: [mem 0x7b833000-0x7bb8afff]
[    0.059681] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0x7cdfffff]
[    0.059685] PM: hibernation: Registered nosave memory: [mem 0x7ce00000-0x7edfffff]
[    0.059688] PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0xdfffffff]
[    0.059690] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.059694] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe9fffff]
[    0.059696] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.059699] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.059702] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.059705] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.059708] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.059711] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.059714] PM: hibernation: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.059717] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
[    0.059720] PM: hibernation: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
[    0.059723] PM: hibernation: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
[    0.059726] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[    0.059729] PM: hibernation: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[    0.059732] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.059735] PM: hibernation: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[    0.059738] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[    0.059741] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[    0.059744] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.059747] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffafffff]
[    0.059750] PM: hibernation: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.059755] [mem 0x7ee00000-0xdfffffff] available for PCI devices
[    0.059759] Booting paravirtualized kernel on bare hardware
[    0.059766] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.059788] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.060810] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u524288
[    0.060838] pcpu-alloc: s208896 r8192 d28672 u524288 alloc=1*2097152
[    0.060848] pcpu-alloc: [0] 0 1 2 3 
[    0.060950] Built 1 zonelists, mobility grouping on.  Total pages: 2041384
[    0.060958] Policy zone: Normal
[    0.060964] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-58-generic root=UUID=a719ee3c-b4ac-422b-bdab-f9133cc1c419 ro quiet splash vt.handoff=7
[    0.061187] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-58-generic", will be passed to user space.
[    0.063836] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.065184] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.065286] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.174941] Memory: 7922692K/8295784K available (16393K kernel code, 4374K rwdata, 10792K rodata, 3228K init, 6580K bss, 372832K reserved, 0K cma-reserved)
[    0.176264] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.176329] Kernel/User page tables isolation: enabled
[    0.176375] ftrace: allocating 50042 entries in 196 pages
[    0.218317] ftrace: allocated 196 pages with 3 groups
[    0.218736] rcu: Hierarchical RCU implementation.
[    0.218742] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.218747]  Rude variant of Tasks RCU enabled.
[    0.218749]  Tracing variant of Tasks RCU enabled.
[    0.218751] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.218754] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.233346] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.233823] random: crng init done
[    0.233889] spurious 8259A interrupt: IRQ7.
[    0.233937] Console: colour dummy device 80x25
[    0.233987] printk: console [tty0] enabled
[    0.234047] ACPI: Core revision 20210730
[    0.234278] APIC: Switch to symmetric I/O mode setup
[    0.235620] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    0.235641] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.00 BogoMIPS (lpj=6400000)
[    0.235651] pid_max: default: 32768 minimum: 301
[    0.235737] LSM: Security Framework initializing
[    0.235775] landlock: Up and running.
[    0.235779] Yama: becoming mindful.
[    0.235846] AppArmor: AppArmor initialized
[    0.235979] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.236026] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.236751] CPU0: Thermal monitoring enabled (TM1)
[    0.236797] process: using mwait in idle threads
[    0.236805] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.236810] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.236823] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.236829] Spectre V2 : Mitigation: Retpolines
[    0.236832] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.236834] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.236837] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.236841] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.236849] MDS: Mitigation: Clear CPU buffers
[    0.236852] MMIO Stale Data: Unknown: No mitigations
[    0.239631] Freeing SMP alternatives memory: 40K
[    0.239631] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1433
[    0.239631] smpboot: CPU0: Intel(R) Celeron(R) CPU  N3160  @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.239631] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.239631] ... version:                3
[    0.239631] ... bit width:              40
[    0.239631] ... generic registers:      2
[    0.239631] ... value mask:             000000ffffffffff
[    0.239631] ... max period:             0000007fffffffff
[    0.239631] ... fixed-purpose events:   3
[    0.239631] ... event mask:             0000000700000003
[    0.239631] rcu: Hierarchical SRCU implementation.
[    0.239631] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.239631] smp: Bringing up secondary CPUs ...
[    0.239631] x86: Booting SMP configuration:
[    0.239631] .... node  #0, CPUs:      #1 #2 #3
[    0.248207] smp: Brought up 1 node, 4 CPUs
[    0.248207] smpboot: Max logical packages: 1
[    0.248207] smpboot: Total of 4 processors activated (12800.00 BogoMIPS)
[    0.249392] devtmpfs: initialized
[    0.249392] x86/mm: Memory block size: 128MB
[    0.253073] ACPI: PM: Registering ACPI NVS region [mem 0x7b3c2000-0x7b832fff] (4657152 bytes)
[    0.253073] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.253073] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.253073] pinctrl core: initialized pinctrl subsystem
[    0.253073] PM: RTC time: 23:46:02, date: 2023-01-17
[    0.253073] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.253500] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.253871] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.255861] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.255915] audit: initializing netlink subsys (disabled)
[    0.255965] audit: type=2000 audit(1673999162.020:1): state=initialized audit_enabled=0 res=1
[    0.256065] thermal_sys: Registered thermal governor 'fair_share'
[    0.256072] thermal_sys: Registered thermal governor 'bang_bang'
[    0.256075] thermal_sys: Registered thermal governor 'step_wise'
[    0.256078] thermal_sys: Registered thermal governor 'user_space'
[    0.256081] thermal_sys: Registered thermal governor 'power_allocator'
[    0.256107] EISA bus registered
[    0.256141] cpuidle: using governor ladder
[    0.256158] cpuidle: using governor menu
[    0.256290] ACPI: bus type PCI registered
[    0.256297] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.256507] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.256521] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.256579] PCI: Using configuration type 1 for base access
[    0.257317] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.261968] Kprobes globally optimized
[    0.261985] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.263932] ACPI: Added _OSI(Module Device)
[    0.263941] ACPI: Added _OSI(Processor Device)
[    0.263944] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.263947] ACPI: Added _OSI(Processor Aggregator Device)
[    0.263951] ACPI: Added _OSI(Linux-Dell-Video)
[    0.263954] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.263957] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.291112] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.301069] ACPI: Dynamic OEM Table Load:
[    0.301094] ACPI: SSDT 0xFFFF8F044081B000 000655 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.304018] ACPI: Dynamic OEM Table Load:
[    0.304035] ACPI: SSDT 0xFFFF8F0440283000 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.307131] ACPI: Dynamic OEM Table Load:
[    0.307147] ACPI: SSDT 0xFFFF8F04401F1000 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.309154] ACPI: Dynamic OEM Table Load:
[    0.309169] ACPI: SSDT 0xFFFF8F0440ABC600 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.315424] ACPI: Interpreter enabled
[    0.315489] ACPI: PM: (supports S0 S3 S4 S5)
[    0.315495] ACPI: Using IOAPIC for interrupt routing
[    0.315614] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.315620] PCI: Using E820 reservations for host bridge windows
[    0.317039] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.321560] ACPI: PM: Power Resource [ID3C]
[    0.327074] ACPI: PM: Power Resource [USBC]
[    0.340235] ACPI: PM: Power Resource [CLK0]
[    0.341098] ACPI: PM: Power Resource [CLK0]
[    0.341180] ACPI: PM: Power Resource [CLK1]
[    0.355475] ACPI: PM: Power Resource [FN00]
[    0.357283] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.357306] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.358501] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.360069] PCI host bridge to bus 0000:00
[    0.360079] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.360087] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.360092] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.360097] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.360102] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.360107] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.360112] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.360635] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.361250] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[    0.361277] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x80ffffff 64bit]
[    0.361294] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.361306] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.361343] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.361957] pci 0000:00:13.0: [8086:22a3] type 00 class 0x010601
[    0.362022] pci 0000:00:13.0: reg 0x20: [io  0xf060-0xf07f]
[    0.362038] pci 0000:00:13.0: reg 0x24: [mem 0x81415000-0x814157ff]
[    0.362111] pci 0000:00:13.0: PME# supported from D3hot
[    0.362686] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.362726] pci 0000:00:14.0: reg 0x10: [mem 0x81400000-0x8140ffff 64bit]
[    0.362839] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.363736] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.363764] pci 0000:00:1a.0: reg 0x10: [mem 0x81100000-0x811fffff]
[    0.363780] pci 0000:00:1a.0: reg 0x14: [mem 0x81000000-0x810fffff]
[    0.363878] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.364872] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[    0.364909] pci 0000:00:1b.0: reg 0x10: [mem 0x81410000-0x81413fff 64bit]
[    0.365021] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.365592] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    0.365737] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.366315] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[    0.366461] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.367085] pci 0000:00:1c.3: [8086:22ce] type 01 class 0x060400
[    0.367229] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.367860] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.368554] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[    0.368619] pci 0000:00:1f.3: reg 0x10: [mem 0x81414000-0x8141401f]
[    0.368739] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.369213] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.369400] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.369437] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.369480] pci 0000:02:00.0: reg 0x18: [mem 0x81304000-0x81304fff 64bit]
[    0.369508] pci 0000:02:00.0: reg 0x20: [mem 0x81300000-0x81303fff 64bit]
[    0.369674] pci 0000:02:00.0: supports D1 D2
[    0.369680] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.370056] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.370066] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.370074] pci 0000:00:1c.2:   bridge window [mem 0x81300000-0x813fffff]
[    0.370252] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.370288] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.370331] pci 0000:03:00.0: reg 0x18: [mem 0x81204000-0x81204fff 64bit]
[    0.370359] pci 0000:03:00.0: reg 0x20: [mem 0x81200000-0x81203fff 64bit]
[    0.370524] pci 0000:03:00.0: supports D1 D2
[    0.370530] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.370895] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.370905] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.370913] pci 0000:00:1c.3:   bridge window [mem 0x81200000-0x812fffff]
[    0.375496] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.375791] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.375798] ACPI: PCI: Interrupt link LNKB disabled
[    0.376088] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[    0.376382] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    0.376674] ACPI: PCI: Interrupt link LNKE configured for IRQ 5
[    0.376967] ACPI: PCI: Interrupt link LNKF configured for IRQ 3
[    0.377261] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.377553] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.377559] ACPI: PCI: Interrupt link LNKH disabled
[    0.387832] iommu: Default domain type: Translated 
[    0.387832] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.388182] SCSI subsystem initialized
[    0.388204] libata version 3.00 loaded.
[    0.388204] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.388204] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.388204] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.388204] vgaarb: loaded
[    0.388204] ACPI: bus type USB registered
[    0.388204] usbcore: registered new interface driver usbfs
[    0.388204] usbcore: registered new interface driver hub
[    0.388204] usbcore: registered new device driver usb
[    0.388204] pps_core: LinuxPPS API ver. 1 registered
[    0.388204] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.388204] PTP clock support registered
[    0.388204] EDAC MC: Ver: 3.0.0
[    0.388204] NetLabel: Initializing
[    0.388204] NetLabel:  domain hash size = 128
[    0.388204] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.388204] NetLabel:  unlabeled traffic allowed by default
[    0.388204] PCI: Using ACPI for IRQ routing
[    0.401062] PCI: pci_cache_line_size set to 64 bytes
[    0.401140] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
[    0.401146] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    0.401150] e820: reserve RAM buffer [mem 0x7b22e000-0x7bffffff]
[    0.401154] e820: reserve RAM buffer [mem 0x7b3c2000-0x7bffffff]
[    0.403929] clocksource: Switched to clocksource tsc-early
[    0.432926] VFS: Disk quotas dquot_6.6.0
[    0.432980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.433298] AppArmor: AppArmor Filesystem Enabled
[    0.433398] pnp: PnP ACPI init
[    0.433986] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.433997] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.434003] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.434648] system 00:02: [io  0x0a00-0x0a2f] has been reserved
[    0.434662] system 00:02: [io  0x0a30-0x0a3f] has been reserved
[    0.434668] system 00:02: [io  0x0a40-0x0a4f] has been reserved
[    0.440584] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.440596] system 00:05: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.440602] system 00:05: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.440607] system 00:05: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.440613] system 00:05: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.440618] system 00:05: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.440623] system 00:05: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.440628] system 00:05: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.440634] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.441742] pnp: PnP ACPI: found 6 devices
[    0.451425] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.451623] NET: Registered PF_INET protocol family
[    0.451982] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.455400] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.455537] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.455776] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.456326] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.456699] TCP: Hash tables configured (established 65536 bind 65536)
[    0.456991] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.457123] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.457242] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.457437] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.457459] NET: Registered PF_XDP protocol family
[    0.457480] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.457496] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.457506] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.457532] pci 0000:00:1c.0: BAR 14: assigned [mem 0x81500000-0x816fffff]
[    0.457545] pci 0000:00:1c.0: BAR 15: assigned [mem 0x81700000-0x818fffff 64bit pref]
[    0.457555] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.457565] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.457572] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.457582] pci 0000:00:1c.0:   bridge window [mem 0x81500000-0x816fffff]
[    0.457590] pci 0000:00:1c.0:   bridge window [mem 0x81700000-0x818fffff 64bit pref]
[    0.457602] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.457608] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.457616] pci 0000:00:1c.2:   bridge window [mem 0x81300000-0x813fffff]
[    0.457630] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.457636] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.457645] pci 0000:00:1c.3:   bridge window [mem 0x81200000-0x812fffff]
[    0.457659] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.457664] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.457669] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.457673] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.457678] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    0.457683] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
[    0.457689] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.457693] pci_bus 0000:01: resource 1 [mem 0x81500000-0x816fffff]
[    0.457698] pci_bus 0000:01: resource 2 [mem 0x81700000-0x818fffff 64bit pref]
[    0.457704] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.457708] pci_bus 0000:02: resource 1 [mem 0x81300000-0x813fffff]
[    0.457713] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.457718] pci_bus 0000:03: resource 1 [mem 0x81200000-0x812fffff]
[    0.459687] PCI: CLS 64 bytes, default 64
[    0.459740] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.459745] software IO TLB: mapped [mem 0x000000007722e000-0x000000007b22e000] (64MB)
[    0.459885] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    0.459892] Trying to unpack rootfs image as initramfs...
[    0.459934] clocksource: Switched to clocksource tsc
[    0.461189] Initialise system trusted keyrings
[    0.461221] Key type blacklist registered
[    0.461418] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.465175] zbud: loaded
[    0.466131] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.466763] fuse: init (API version 7.34)
[    0.467399] integrity: Platform Keyring initialized
[    0.488364] Key type asymmetric registered
[    0.488377] Asymmetric key parser 'x509' registered
[    0.488477] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.488618] io scheduler mq-deadline registered
[    0.489290] pcieport 0000:00:1c.0: PME: Signaling with IRQ 115
[    0.489375] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.490297] pcieport 0000:00:1c.2: PME: Signaling with IRQ 116
[    0.490972] pcieport 0000:00:1c.3: PME: Signaling with IRQ 117
[    0.491250] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.492392] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.492531] ACPI: button: Power Button [PWRB]
[    0.492658] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.492725] ACPI: button: Sleep Button [SLPB]
[    0.492835] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.492954] ACPI: button: Power Button [PWRF]
[    0.508632] thermal LNXTHERM:00: registered as thermal_zone0
[    0.508646] ACPI: thermal: Thermal Zone [TZ01] (27 C)
[    0.509360] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.509466] serial 00:03: [io  0x03f8-0x03ff]
[    0.509568] serial 00:03: [dma 18446744073709551615 disabled]
[    0.512981] serial 00:03: activated
[    0.534301] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.547466] Linux agpgart interface v0.103
[    0.553821] loop: module loaded
[    0.554699] tun: Universal TUN/TAP device driver, 1.6
[    0.554828] PPP generic driver version 2.4.2
[    0.555003] VFIO - User Level meta-driver version: 0.3
[    0.555561] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.555588] ehci-pci: EHCI PCI platform driver
[    0.555616] ehci-platform: EHCI generic platform driver
[    0.555678] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.555688] ohci-pci: OHCI PCI platform driver
[    0.555712] ohci-platform: OHCI generic platform driver
[    0.555732] uhci_hcd: USB Universal Host Controller Interface driver
[    0.555887] i8042: PNP: No PS/2 controller found.
[    0.555891] i8042: Probing ports directly.
[    0.556791] i8042: No controller found
[    0.557056] mousedev: PS/2 mouse device common for all mice
[    0.557506] rtc_cmos 00:00: RTC can wake from S4
[    0.558007] rtc_cmos 00:00: registered as rtc0
[    0.558073] rtc_cmos 00:00: setting system clock to 2023-01-17T23:46:02 UTC (1673999162)
[    0.558126] rtc_cmos 00:00: alarms up to one day, y3k, 242 bytes nvram
[    0.558164] i2c_dev: i2c /dev entries driver
[    0.564296] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.564407] device-mapper: uevent: version 1.0.3
[    0.564601] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.564694] platform eisa.0: Probing EISA bus 0
[    0.564706] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.564711] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.564715] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.564719] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.564723] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.564729] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.564733] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.564737] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.564741] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.564745] platform eisa.0: EISA: Detected 0 cards
[    0.564757] intel_pstate: Intel P-state driver initializing
[    0.566927] ledtrig-cpu: registered to indicate activity on CPUs
[    0.567133] efifb: probing for efifb
[    0.567162] efifb: No BGRT, not showing boot graphics
[    0.567164] efifb: framebuffer at 0xa0000, using 64k, total 64k
[    0.567168] efifb: mode is 640x480x1, linelength=80, pages=1
[    0.567171] efifb: scrolling: redraw
[    0.567172] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.567307] fbcon: Deferring console take-over
[    0.567312] fb0: EFI VGA frame buffer device
[    0.567800] drop_monitor: Initializing network drop monitor service
[    0.568189] NET: Registered PF_INET6 protocol family
[    1.195553] Freeing initrd memory: 116240K
[    1.232570] Segment Routing with IPv6
[    1.232687] In-situ OAM (IOAM) with IPv6
[    1.232886] NET: Registered PF_PACKET protocol family
[    1.233809] Key type dns_resolver registered
[    1.236818] microcode: sig=0x406c4, pf=0x1, revision=0x411
[    1.237757] microcode: Microcode Update Driver: v2.2.
[    1.237766] IPI shorthand broadcast: enabled
[    1.237821] sched_clock: Marking stable (1235904899, 1839262)->(1281764300, -44020139)
[    1.239968] registered taskstats version 1
[    1.240793] Loading compiled-in X.509 certificates
[    1.249390] Loaded X.509 cert 'Build time autogenerated kernel key: 67c714ab7918d84a731f4f3c28395681b8a4f8ce'
[    1.256167] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.262715] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.262739] blacklist: Loading compiled-in revocation X.509 certificates
[    1.262964] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.263980] zswap: loaded using pool lzo/zbud
[    1.267079] Key type ._fscrypt registered
[    1.267101] Key type .fscrypt registered
[    1.267112] Key type fscrypt-provisioning registered
[    1.278221] Key type encrypted registered
[    1.278242] AppArmor: AppArmor sha1 policy hashing enabled
[    1.278265] ima: No TPM chip found, activating TPM-bypass!
[    1.278282] Loading compiled-in module X.509 certificates
[    1.280287] Loaded X.509 cert 'Build time autogenerated kernel key: 67c714ab7918d84a731f4f3c28395681b8a4f8ce'
[    1.280316] ima: Allocated hash algorithm: sha1
[    1.280361] ima: No architecture policies found
[    1.280458] evm: Initialising EVM extended attributes:
[    1.280471] evm: security.selinux
[    1.280480] evm: security.SMACK64
[    1.280488] evm: security.SMACK64EXEC
[    1.280495] evm: security.SMACK64TRANSMUTE
[    1.280503] evm: security.SMACK64MMAP
[    1.280510] evm: security.apparmor
[    1.280517] evm: security.ima
[    1.280524] evm: security.capability
[    1.280531] evm: HMAC attrs: 0x1
[    1.283410] PM:   Magic number: 7:922:807
[    1.283509] misc snapshot: hash matches
[    1.285436] RAS: Correctable Errors collector initialized.
[    1.333180] Freeing unused decrypted memory: 2036K
[    1.335603] Freeing unused kernel image (initmem) memory: 3228K
[    1.368179] Write protecting the kernel read-only data: 30720k
[    1.370941] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.372426] Freeing unused kernel image (rodata/data gap) memory: 1496K
[    1.470329] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.470671] x86/mm: Checking user space page tables
[    1.539125] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.539138] Run /init as init process
[    1.539142]   with arguments:
[    1.539145]     /init
[    1.539147]     splash
[    1.539149]   with environment:
[    1.539150]     HOME=/
[    1.539152]     TERM=linux
[    1.539154]     BOOT_IMAGE=/boot/vmlinuz-5.15.0-58-generic
[    1.905651] hid: raw HID events driver (C) Jiri Kosina
[    1.915684] ahci 0000:00:13.0: version 3.0
[    1.916052] ahci 0000:00:13.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.916060] ahci 0000:00:13.0: flags: 64bit ncq ilck pm led clo only pio slum part deso sadm sds apst 
[    1.917105] scsi host0: ahci
[    1.917815] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.923438] scsi host1: ahci
[    1.923599] ata1: SATA max UDMA/133 abar m2048@0x81415000 port 0x81415100 irq 118
[    1.923607] ata2: SATA max UDMA/133 abar m2048@0x81415000 port 0x81415180 irq 118
[    1.938469] cryptd: max_cpu_qlen set to 1000
[    1.938609] i2c i2c-0: 1/2 memory slots populated (from DMI)
[    1.939186] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.945417] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 60:be:b4:06:a0:87, XID 541, IRQ 119
[    1.945430] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.965987] r8169 0000:03:00.0 eth1: RTL8168h/8111h, 60:be:b4:06:a0:88, XID 541, IRQ 120
[    1.966000] r8169 0000:03:00.0 eth1: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.971249] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.971268] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.972405] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[    1.973207] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.973224] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.973233] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.973555] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.973562] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.973566] usb usb1: Product: xHCI Host Controller
[    1.973570] usb usb1: Manufacturer: Linux 5.15.0-58-generic xhci-hcd
[    1.973573] usb usb1: SerialNumber: 0000:00:14.0
[    1.973845] hub 1-0:1.0: USB hub found
[    1.973875] hub 1-0:1.0: 7 ports detected
[    1.975495] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    1.975503] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.975507] usb usb2: Product: xHCI Host Controller
[    1.975510] usb usb2: Manufacturer: Linux 5.15.0-58-generic xhci-hcd
[    1.975513] usb usb2: SerialNumber: 0000:00:14.0
[    1.975764] hub 2-0:1.0: USB hub found
[    1.975792] hub 2-0:1.0: 6 ports detected
[    1.982939] SSE version of gcm_enc/dec engaged.
[    2.016978] r8169 0000:03:00.0 enp3s0: renamed from eth1
[    2.238746] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.238835] ata1: SATA link down (SStatus 4 SControl 300)
[    2.242641] ata2.00: ATA-9: sk600 128GB, S8XEV0, max UDMA/133
[    2.244827] ata2.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.253254] ata2.00: configured for UDMA/133
[    2.264397] scsi 1:0:0:0: Direct-Access     ATA      sk600 128GB      V0   PQ: 0 ANSI: 5
[    2.266216] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.266932] sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    2.267039] sd 1:0:0:0: [sda] Write Protect is off
[    2.267057] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.267160] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.291201]  sda: sda1 sda2 sda3 sda4 < sda5 >
[    2.308068] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    2.320331] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.333018] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    2.495324] usb 1-1: New USB device found, idVendor=1a2c, idProduct=0e24, bcdDevice= 1.10
[    2.495363] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.495382] usb 1-1: Product: USB Keyboard
[    2.495395] usb 1-1: Manufacturer: SEM
[    2.531854] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.540292] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.627978] usb 1-2: new low-speed USB device number 3 using xhci_hcd
[    2.782613] usb 1-2: New USB device found, idVendor=10c4, idProduct=8108, bcdDevice= 0.00
[    2.782654] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.782674] usb 1-2: Product: USB OPTICAL MOUSE
[    2.782690] usb 1-2: Manufacturer: YSPRINGTECH
[    2.845786] usbcore: registered new interface driver usbhid
[    2.845809] usbhid: USB HID core driver
[    2.872155] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:1A2C:0E24.0001/input/input3
[    2.933060] hid-generic 0003:1A2C:0E24.0001: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:14.0-1/input0
[    2.934459] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1A2C:0E24.0002/input/input4
[    2.992817] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1A2C:0E24.0002/input/input5
[    2.993804] hid-generic 0003:1A2C:0E24.0002: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:14.0-1/input1
[    2.994750] input: YSPRINGTECH USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:10C4:8108.0003/input/input6
[    2.996163] hid-generic 0003:10C4:8108.0003: input,hidraw2: USB HID v1.11 Mouse [YSPRINGTECH USB OPTICAL MOUSE] on usb-0000:00:14.0-2/input0
[    3.464210] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
[    3.494311] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.506798] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.513858] acpi device:09: registered as cooling_device5
[    3.514504] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    3.823591] fbcon: i915drmfb (fb0) is primary device
[    3.823605] fbcon: Deferring console take-over
[    3.823616] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.802370] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    5.202866] systemd[1]: Inserted module 'autofs4'
[    5.247958] systemd[1]: systemd 245.4-4ubuntu3.17 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=hybrid)
[    5.268537] systemd[1]: Detected architecture x86-64.
[    5.372867] systemd[1]: Set hostname to <stephen-Default-string>.
[    5.846427] systemd[1]: Created slice system-modprobe.slice.
[    5.847463] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.848325] systemd[1]: Created slice User and Session Slice.
[    5.848606] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.849350] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.849510] systemd[1]: Reached target User and Group Name Lookups.
[    5.849572] systemd[1]: Reached target Remote File Systems.
[    5.849619] systemd[1]: Reached target Slices.
[    5.850105] systemd[1]: Listening on Syslog Socket.
[    5.850468] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.850659] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    5.851407] systemd[1]: Listening on Journal Audit Socket.
[    5.851823] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.852307] systemd[1]: Listening on Journal Socket.
[    5.852728] systemd[1]: Listening on udev Control Socket.
[    5.853056] systemd[1]: Listening on udev Kernel Socket.
[    5.856518] systemd[1]: Mounting Huge Pages File System...
[    5.860250] systemd[1]: Mounting POSIX Message Queue File System...
[    5.864301] systemd[1]: Mounting Kernel Debug File System...
[    5.868200] systemd[1]: Mounting Kernel Trace File System...
[    5.873326] systemd[1]: Starting Journal Service...
[    5.877161] systemd[1]: Starting Set the console keyboard layout...
[    5.881237] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    5.881401] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[    5.882603] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    5.882732] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    5.887176] systemd[1]: Starting Load Kernel Modules...
[    5.890621] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.894178] systemd[1]: Starting udev Coldplug all Devices...
[    5.897866] systemd[1]: Starting Uncomplicated firewall...
[    5.903348] systemd[1]: Mounted Huge Pages File System.
[    5.904922] systemd[1]: Mounted POSIX Message Queue File System.
[    5.906238] systemd[1]: Mounted Kernel Debug File System.
[    5.907729] systemd[1]: Mounted Kernel Trace File System.
[    5.910480] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    5.921015] systemd[1]: Finished Uncomplicated firewall.
[    5.923720] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    5.929920] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.936259] systemd[1]: Activating swap /swapfile...
[    5.937194] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    5.937473] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    5.940879] systemd[1]: Starting Load/Save Random Seed...
[    5.944785] systemd[1]: Starting Create System Users...
[    5.948924] lp: driver loaded but no devices found
[    5.961131] Adding 2097148k swap on /swapfile.  Priority:-2 extents:11 across:50192384k SSFS
[    5.961353] systemd[1]: Activated swap /swapfile.
[    5.962297] systemd[1]: Reached target Swap.
[    5.969326] ppdev: user-space parallel port driver
[    5.972416] systemd[1]: Finished Load/Save Random Seed.
[    6.001108] IPMI message handler: version 39.2
[    6.002401] systemd[1]: Finished Create System Users.
[    6.007132] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.010234] ipmi device interface
[    6.019939] systemd[1]: Finished Load Kernel Modules.
[    6.025317] systemd[1]: Mounting FUSE Control File System...
[    6.029797] systemd[1]: Mounting Kernel Configuration File System...
[    6.040595] systemd[1]: Starting Apply Kernel Variables...
[    6.043486] systemd[1]: Mounted FUSE Control File System.
[    6.045959] systemd[1]: Mounted Kernel Configuration File System.
[    6.058724] systemd[1]: Finished Create Static Device Nodes in /dev.
[    6.072309] systemd[1]: Starting udev Kernel Device Manager...
[    6.075897] systemd[1]: Finished Apply Kernel Variables.
[    6.105462] systemd[1]: Started Journal Service.
[    6.122558] systemd-journald[301]: Received client request to flush runtime journal.
[    6.786709] mc: Linux media interface: v0.10
[    6.849067] Bluetooth: Core ver 2.22
[    6.852508] NET: Registered PF_BLUETOOTH protocol family
[    6.852517] Bluetooth: HCI device and connection manager initialized
[    6.852529] Bluetooth: HCI socket layer initialized
[    6.852533] Bluetooth: L2CAP socket layer initialized
[    6.852553] Bluetooth: SCO socket layer initialized
[    6.923949] videodev: Linux video capture interface: v2.00
[    6.928246] atomisp_gmin_platform: module is from the staging directory, the quality is unknown, you have been warned.
[    6.956395] atomisp_lm3554: module is from the staging directory, the quality is unknown, you have been warned.
[    6.974416] Bluetooth: HCI UART driver ver 2.3
[    6.974428] Bluetooth: HCI UART protocol H4 registered
[    6.974431] Bluetooth: HCI UART protocol BCSP registered
[    6.986610] Bluetooth: HCI UART protocol LL registered
[    6.986620] Bluetooth: HCI UART protocol ATH3K registered
[    6.993431] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    7.000800] Bluetooth: HCI UART protocol Intel registered
[    7.007285] Bluetooth: HCI UART protocol Broadcom registered
[    7.007707] Bluetooth: HCI UART protocol QCA registered
[    7.007711] Bluetooth: HCI UART protocol AG6XX registered
[    7.007735] Bluetooth: HCI UART protocol Marvell registered
[    7.339080] at24 0-0050: supply vcc not found, using dummy regulator
[    7.356184] at24 0-0050: 256 byte spd EEPROM, read-only
[    8.143296] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.265443] intel_rapl_common: Found RAPL domain package
[    8.265453] intel_rapl_common: Found RAPL domain core
[    8.272664] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    8.288520] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    8.297095] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    8.430615] audit: type=1400 audit(1673999170.368:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=503 comm="apparmor_parser"
[    8.431147] audit: type=1400 audit(1673999170.368:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=504 comm="apparmor_parser"
[    8.432145] audit: type=1400 audit(1673999170.372:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=506 comm="apparmor_parser"
[    8.440521] audit: type=1400 audit(1673999170.380:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=507 comm="apparmor_parser"
[    8.440539] audit: type=1400 audit(1673999170.380:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=507 comm="apparmor_parser"
[    8.448158] audit: type=1400 audit(1673999170.388:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=512 comm="apparmor_parser"
[    8.457117] audit: type=1400 audit(1673999170.396:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=510 comm="apparmor_parser"
[    8.457140] audit: type=1400 audit(1673999170.396:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=510 comm="apparmor_parser"
[    8.457149] audit: type=1400 audit(1673999170.396:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=510 comm="apparmor_parser"
[    8.464018] audit: type=1400 audit(1673999170.400:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=516 comm="apparmor_parser"
[    9.595682] loop0: detected capacity change from 0 to 8
[    9.701177] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
[    9.907815] r8169 0000:02:00.0 enp2s0: Link is Down
[    9.971805] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[   10.183875] r8169 0000:03:00.0 enp3s0: Link is Down
[   12.409312] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.409323] Bluetooth: BNEP filters: protocol multicast
[   12.409332] Bluetooth: BNEP socket layer initialized
[   13.803448] r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   13.803489] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready

I am sorry that was a really pointless reply. I rebooted from the webgui to be able to time the between and the logout and log in. the time difference between ssh and the web gui is not that different it only a few seconds difference normally. the difference between ssh and gui I would have to keep refreshing the SSH login until it is capable of logging in. the Web gui does it automatically. to get a general understanding of how long it taking to boot the device. as I mentioned earlier it took 7minutes 45 seconds for the network to come online after the grub , ssh would of being accessible about 10 seconds after that and webgui about 5 seconds longer .. one can clearly see that it is taking a very long time to boot up, that is not normal.. as I have many openwrt devices most boot up in under a minute .. this significantly faster intel board it taking 10x longer to boot then my much slow older boards .

also from rebooting one can see because it only took 7 seconds to shut down to bios beep that only about 4-5 seconds for the the OS to shut down properly . so the issue that presenting itself during boot is not present after it fully loads . the boot process slows down at about this point

[    0.445848] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.446592] ACPI: Power Button [PWRF]
[    0.451997] thermal LNXTHERM:00: registered as thermal_zone0
[    0.452523] ACPI: Thermal Zone [TZ01] (27 C)

then it steps through about 2 seconds per line until somewhere around here maybe a little after

[  454.970252] Freeing unused kernel image (text/rodata gap) memory: 2044K
[  454.986921] Freeing unused kernel image (rodata/data gap) memory: 2020K
[  455.002241] Run /sbin/init as init process

then it boot normal rate again after that

okay I tried all versions of x86 from 19 and up they are all the same as soon as it loads serial:8250/1650 driver the system slows to a crawl - at roughly 2 seconds per line and it stays at that rate to some where between sda:sda1 sda2 and ext4fs mounted or possibly freeing unused kernel memory. so far openwrt 19 is the most usable as it "only " takes 3-4 minutes to boot versus 8-9 minutes with the newer variants openwrt. I even tried the most conservative setting in the bios it still the same .

wondering is there a way to disable the 8250/1650 driver with out recompiling every thing to test the theory

Try removing the serial parameter in grub.

thank you that solved my issue
I edited /boot/grub/grub.cfg
commented out the the first line starting with serial --> #serial
and remove reference to ttyS0,115200n8 from the grub lines

now openwrt boot in 9 seconds instead of 9 minutes

and reboot from web GUI is 30 seconds .. and most of that time is just to get past initial device start up boot phase and then grub

Intriguing ... it would be nice to know why this is a problem with your box in the first place. Out of curiosity I checked dmesg on my x86 machines, all of them use the same 8250/16550 driver, and on exactly zero of them I had to make that change, they still boot in seconds.

2 Likes

I tried the efi version as well I still had the same issue I had the same issue with every version compatible with my device all the way back to 19.. maybe the serial port on my device is bad, but I have no access to it it just be pins some where on the board. but I can not find any documents on my board for pin reference

Maybe ... your box doesn't even have a serial port in the first place, causing long timeouts when trying to write to ttyS0 (every time the buffer fills up)?

maybe that as well-- it does have 8 programmable GPIOs on it which I believe have UART , PWM, SSI and I2C function . but it also has about 15 other pins that I have no clue what they are for . I think I am going to have write manufacture to get some board documentation

this does not look nice imho and according to timestamps it really takes some time

thank you for the reply - after disabling the serial in grub. I get none of these errors any more and it is a clean fast boot of around 9 seconds on a clean install ( getting a bit slower as I configure the router to what I want it to do )