deploying default qt Demo Image using qemu not loading properly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello AGL,

I was wondering if I could get some help debugging why i can't boot the default qt demo UI
I'm building on a pc wsl2 with ubuntu 20.04, against master branch and the build although took ages built fine then using runqemu i could boot to the command prompt as root
runqemu tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.qemuboot.conf serialstdio slirp publicvnc audio

but when trying to boot the UI it  seems to get stuck on the AGL splash and won't progress past pressing control -D to continue doesn't do anything
I read online https://jira.automotivelinux.org/browse/SPEC-3357 Marius suggested passing -machine q35 but that didn't make a difference anything.

Hopefully i'm just making a small mistake but i'm out of ideas
regards

sudo apt-get install qemu-system-x86 ovmf
source $AGL_TOP/master/qemux86-64/agl-init-build-env
export OVMF_PATH=/usr/share/ovmf/OVMF.fd
export IMAGE_NAME=/home/pumped/AGL/master/qemux86-64/tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.wic.vmdk

/bin/qemu-system-x86_64 -m 2048 -bios ${OVMF_PATH} -hda ${IMAGE_NAME} -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -vga virtio -show-cursor -device virtio-rng-pci \ 
-serial mon:stdio -serial null -soundhw hda -net nic -net user,hostfwd=tcp::2222-:22
  
Following Screenshot and boot log

image.png


This is the only error during UI boot i don't know what it means 
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00003 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Secondary,Master,0x0): Not Found
BdsDxe: failed to load Boot0002 "UEFI QEMU HARDDISK QM00001 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Primary,Master,0x0): Not Found

>>Start PXE over IPv4.
  PXE-E16: No valid offer received.
BdsDxe: failed to load Boot0003 "UEFI PXEv4 (MAC:525400123456)" from PciRoot(0x0)/Pci(0x3,0x0)/MAC(525400123456,0x1)/IPv4(0.0.0.0,0x0,DHCP,0.0.0.0,0.0.0.0,0.0.0.0): Not Found

>>Start HTTP Boot over IPv4.....

                                Boot in 0 sec.
[    0.000000] Linux version 5.4.172-yocto-standard (oe-user@oe-host) (gcc version 9.3.0 (GCC)) #1 SMP PREEMPT Mon Jun 29 03:06:40 UTC 2020
[    0.000000] Command line: LABEL=Boot root=PARTUUID=04bbb94f-156b-4448-bc72-74423b69852e rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 reboot=efi
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000900000-0x000000007e8d7fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e8d8000-0x000000007e8e3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e8e4000-0x000000007e8f9fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007e8fa000-0x000000007e9ecfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e9ed000-0x000000007eb1afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007eb1b000-0x000000007fb9afff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fb9b000-0x000000007fbf2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007fbf3000-0x000000007fbfafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fbfb000-0x000000007fbfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007fbff000-0x000000007ff57fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ff58000-0x000000007ff77fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ff78000-0x000000007fffffff] ACPI NVS
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000007fffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000808000-0x000000000080ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000900000-0x000000007e557017] usable
[    0.000000] reserve setup_data: [mem 0x000000007e557018-0x000000007e5a2257] usable
[    0.000000] reserve setup_data: [mem 0x000000007e5a2258-0x000000007e5c1017] usable
[    0.000000] reserve setup_data: [mem 0x000000007e5c1018-0x000000007e5caa57] usable
[    0.000000] reserve setup_data: [mem 0x000000007e5caa58-0x000000007e8d7fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007e8d8000-0x000000007e8e3fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007e8e4000-0x000000007e8f9fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007e8fa000-0x000000007e9ecfff] usable
[    0.000000] reserve setup_data: [mem 0x000000007e9ed000-0x000000007eb1afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007eb1b000-0x000000007fb9afff] usable
[    0.000000] reserve setup_data: [mem 0x000000007fb9b000-0x000000007fbf2fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007fbf3000-0x000000007fbfafff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007fbfb000-0x000000007fbfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007fbff000-0x000000007ff57fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ff58000-0x000000007ff77fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007ff78000-0x000000007fffffff] ACPI NVS
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi:  SMBIOS=0x7fbce000  ACPI=0x7fbfa000  ACPI 2.0=0x7fbfa014  MEMATTR=0x7e7fd018
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2904.076 MHz processor
[    0.001196] last_pfn = 0x7ff58 max_arch_pfn = 0x400000000
[    0.002467] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.026526] check: Scanning 1 areas for low memory corruption
[    0.032610] Secure boot disabled
[    0.033013] ACPI: Early table checksum verification disabled
[    0.033599] ACPI: RSDP 0x000000007FBFA014 000024 (v02 BOCHS )
[    0.033813] ACPI: XSDT 0x000000007FBF90E8 000044 (v01 BOCHS  BXPCFACP 00000001      01000013)
[    0.034486] ACPI: FACP 0x000000007FBF6000 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.034995] ACPI: DSDT 0x000000007FBF7000 00140B (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.035143] ACPI: FACS 0x000000007FBFD000 000040
[    0.035226] ACPI: APIC 0x000000007FBF5000 000078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.035257] ACPI: HPET 0x000000007FBF4000 000038 (v01 BOCHS  BXPCHPET 00000001 BXPC 00000001)
[    0.035283] ACPI: BGRT 0x000000007FBF3000 000038 (v01 INTEL  EDK2     00000002      01000013)
[    0.035375] ACPI: Reserving FACP table memory at [mem 0x7fbf6000-0x7fbf6073]
[    0.035402] ACPI: Reserving DSDT table memory at [mem 0x7fbf7000-0x7fbf840a]
[    0.035498] ACPI: Reserving FACS table memory at [mem 0x7fbfd000-0x7fbfd03f]
[    0.035514] ACPI: Reserving APIC table memory at [mem 0x7fbf5000-0x7fbf5077]
[    0.035523] ACPI: Reserving HPET table memory at [mem 0x7fbf4000-0x7fbf4037]
[    0.035531] ACPI: Reserving BGRT table memory at [mem 0x7fbf3000-0x7fbf3037]
[    0.039256] Zone ranges:
[    0.039314]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.039354]   DMA32    [mem 0x0000000001000000-0x000000007ff57fff]
[    0.039366]   Normal   empty
[    0.039385] Movable zone start for each node
[    0.039417] Early memory node ranges
[    0.039445]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.039587]   node   0: [mem 0x0000000000100000-0x00000000007fffff]
[    0.039597]   node   0: [mem 0x0000000000808000-0x000000000080ffff]
[    0.039604]   node   0: [mem 0x0000000000900000-0x000000007e8d7fff]
[    0.039631]   node   0: [mem 0x000000007e8fa000-0x000000007e9ecfff]
[    0.039638]   node   0: [mem 0x000000007eb1b000-0x000000007fb9afff]
[    0.039645]   node   0: [mem 0x000000007fbff000-0x000000007ff57fff]
[    0.039924] Zeroed struct page in unavailable ranges: 949 pages
[    0.040064] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ff57fff]
[    0.066403] ACPI: PM-Timer IO Port: 0xb008
[    0.066861] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.067310] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.067426] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.067663] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.067694] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.067813] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.067825] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.068020] Using ACPI (MADT) for SMP configuration information
[    0.068068] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.068389] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.069399] [mem 0x80000000-0xffffffff] available for PCI devices
[    0.069490] Booting paravirtualized kernel on bare hardware
[    0.070045] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.070638] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.076801] percpu: Embedded 56 pages/cpu s191512 r8192 d29672 u2097152
[    0.078815] Built 1 zonelists, mobility grouping on.  Total pages: 513340
[    0.079032] Kernel command line: LABEL=Boot root=PARTUUID=04bbb94f-156b-4448-bc72-74423b69852e rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 reboot=efi
[    0.085768] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.088208] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.090094] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.103004] Memory: 1997544K/2093356K available (14340K kernel code, 1435K rwdata, 3296K rodata, 1628K init, 888K bss, 95812K reserved, 0K cma-reserved)
[    0.107827] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.109154] ftrace: allocating 42768 entries in 168 pages
[    0.180384] rcu: Preemptible hierarchical RCU implementation.
[    0.180617] rcu:     RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1.
[    0.180697]  Tasks RCU enabled.
[    0.180828] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.180860] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.197893] NR_IRQS: 4352, nr_irqs: 256, preallocated irqs: 16
[    0.205627] random: get_random_bytes called from start_kernel+0x328/0x4ed with crng_init=0
[    0.209039] Console: colour dummy device 80x25
[    0.211907] printk: console [tty0] enabled
[    0.291666] printk: console [ttyS0] enabled
[    0.292704] ACPI: Core revision 20190816
[    0.300491] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.306336] APIC: Switch to symmetric I/O mode setup
[    0.312908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.319959] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc4dc40c9, max_idle_ns: 440795351961 ns
[    0.321978] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.15 BogoMIPS (lpj=2904076)
[    0.323891] pid_max: default: 32768 minimum: 301
[    0.344848] LSM: Security Framework initializing
[    0.349713] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.350575] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.376857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.377848] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.379096] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.380006] Spectre V2 : Mitigation: Full AMD retpoline
[    0.380772] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.381904] Speculative Store Bypass: Vulnerable
[    0.563860] random: fast init done
[    0.712398] Freeing SMP alternatives memory: 44K
[    0.825671] smpboot: CPU0: AMD QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3)
[    0.832995] Performance Events: PMU not available due to virtualization, using software events only.
[    0.836728] rcu: Hierarchical SRCU implementation.
[    0.841583] smp: Bringing up secondary CPUs ...
[    0.842223] smp: Brought up 1 node, 1 CPU
[    0.842778] smpboot: Max logical packages: 1
[    0.843232] smpboot: Total of 1 processors activated (5808.15 BogoMIPS)
[    0.855448] devtmpfs: initialized
[    0.863030] PM: Registering ACPI NVS region [mem 0x00800000-0x00807fff] (32768 bytes)
[    0.864789] PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes)
[    0.865871] PM: Registering ACPI NVS region [mem 0x7e8d8000-0x7e8e3fff] (49152 bytes)
[    0.866719] PM: Registering ACPI NVS region [mem 0x7fbfb000-0x7fbfefff] (16384 bytes)
[    0.867716] PM: Registering ACPI NVS region [mem 0x7ff78000-0x7fffffff] (557056 bytes)
[    0.870178] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.871057] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.876274] xor: measuring software checksum speed
[    0.886855]    prefetch64-sse:   612.000 MB/sec
[    0.898700]    generic_sse:  1908.000 MB/sec
[    0.898987] xor: using function: generic_sse (1908.000 MB/sec)
[    0.899881] pinctrl core: initialized pinctrl subsystem
[    0.906427] NET: Registered protocol family 16
[    0.914791] cpuidle: using governor menu
[    0.917827] ACPI: bus type PCI registered
[    0.921275] PCI: Using configuration type 1 for base access
[    0.993877] raid6: sse2x4   gen()   621 MB/s
[    1.010929] raid6: sse2x4   xor()   292 MB/s
[    1.028782] raid6: sse2x2   gen()   609 MB/s
[    1.045814] raid6: sse2x2   xor()   197 MB/s
[    1.062736] raid6: sse2x1   gen()   460 MB/s
[    1.079766] raid6: sse2x1   xor()   308 MB/s
[    1.080154] raid6: using algorithm sse2x4 gen() 621 MB/s
[    1.080770] raid6: .... xor() 292 MB/s, rmw enabled
[    1.082233] raid6: using ssse3x2 recovery algorithm
[    1.086211] ACPI: Added _OSI(Module Device)
[    1.086827] ACPI: Added _OSI(Processor Device)
[    1.087404] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.087765] ACPI: Added _OSI(Processor Aggregator Device)
[    1.088808] ACPI: Added _OSI(Linux-Dell-Video)
[    1.089739] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.090068] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    1.107541] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    1.129810] ACPI: Interpreter enabled
[    1.131884] ACPI: (supports S0 S3 S5)
[    1.132830] ACPI: Using IOAPIC for interrupt routing
[    1.135141] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.137530] ACPI: Enabled 2 GPEs in block 00 to 0F
[    1.176869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.178877] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    1.180802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    1.185021] PCI host bridge to bus 0000:00
[    1.185848] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.186426] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.186794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.188310] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
[    1.188671] pci_bus 0000:00: root bus resource [mem 0x800000000-0x87fffffff window]
[    1.189966] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.193062] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    1.199204] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    1.201916] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    1.205135] pci 0000:00:01.1: reg 0x20: [io  0xc060-0xc06f]
[    1.207840] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    1.208937] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    1.209796] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    1.210790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    1.214755] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    1.216937] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    1.217879] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    1.221107] pci 0000:00:02.0: [1af4:1050] type 00 class 0x030000
[    1.223557] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x807fffff pref]
[    1.227297] pci 0000:00:02.0: reg 0x18: [mem 0x800000000-0x800003fff 64bit pref]
[    1.229797] pci 0000:00:02.0: reg 0x20: [mem 0x808a4000-0x808a4fff]
[    1.232777] pci 0000:00:02.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    1.234953] pci 0000:00:02.0: BAR 0: assigned to efifb
[    1.237093] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[    1.239139] pci 0000:00:03.0: reg 0x10: [mem 0x80880000-0x8089ffff]
[    1.240729] pci 0000:00:03.0: reg 0x14: [io  0xc000-0xc03f]
[    1.246748] pci 0000:00:03.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    1.250141] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300
[    1.251011] pci 0000:00:04.0: reg 0x10: [mem 0x808a0000-0x808a3fff]
[    1.255906] pci 0000:00:05.0: [1af4:1005] type 00 class 0x00ff00
[    1.257765] pci 0000:00:05.0: reg 0x10: [io  0xc040-0xc05f]
[    1.260062] pci 0000:00:05.0: reg 0x20: [mem 0x800004000-0x800007fff 64bit pref]
[    1.270616] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 10 *11)
[    1.272460] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 10 *11)
[    1.275392] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *10 11)
[    1.277671] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *10 11)
[    1.279108] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    1.290671] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.290671] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.290954] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.292046] vgaarb: loaded
[    1.295744] SCSI subsystem initialized
[    1.298906] ACPI: bus type USB registered
[    1.300889] usbcore: registered new interface driver usbfs
[    1.301990] usbcore: registered new interface driver hub
[    1.302915] usbcore: registered new device driver usb
[    1.304287] pps_core: LinuxPPS API ver. 1 registered
[    1.304758] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    1.306842] PTP clock support registered
[    1.309988] Registered efivars operations
[    1.312155] PCI: Using ACPI for IRQ routing
[    1.324273] hpet: 3 channels of 0 reserved for per-cpu timers
[    1.325946] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.326571] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    1.334109] clocksource: Switched to clocksource tsc-early
[    2.319677] pnp: PnP ACPI init
[    2.325898] pnp: PnP ACPI: found 7 devices
[    2.342683] thermal_sys: Registered thermal governor 'step_wise'
[    2.342845] thermal_sys: Registered thermal governor 'user_space'
[    2.348495] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.351550] pci 0000:00:02.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.353279] pci 0000:00:03.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    2.356412] pci 0000:00:03.0: BAR 6: assigned [mem 0x80800000-0x8087ffff pref]
[    2.357645] pci 0000:00:02.0: BAR 6: assigned [mem 0x808b0000-0x808bffff pref]
[    2.359274] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    2.360222] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    2.360679] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    2.361749] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
[    2.362631] pci_bus 0000:00: resource 8 [mem 0x800000000-0x87fffffff window]
[    2.366651] NET: Registered protocol family 2
[    2.370201] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    2.379346] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    2.381154] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    2.383185] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    2.384660] TCP: Hash tables configured (established 16384 bind 16384)
[    2.386886] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    2.388355] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    2.392722] NET: Registered protocol family 1
[    2.396518] RPC: Registered named UNIX socket transport module.
[    2.397206] RPC: Registered udp transport module.
[    2.397474] RPC: Registered tcp transport module.
[    2.398011] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.398676] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    2.399788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    2.400589] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    2.402215] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.403569] PCI: CLS 0 bytes, default 64
[    2.418417] check: Scanning for low memory corruption every 60 seconds
[    2.425448] Initialise system trusted keyrings
[    2.427570] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[    2.446019] NFS: Registering the id_resolver key type
[    2.447341] Key type id_resolver registered
[    2.448679] Key type id_legacy registered
[    2.454062] Key type cifs.idmap registered
[    2.474572] Key type asymmetric registered
[    2.476600] Asymmetric key parser 'x509' registered
[    2.479264] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.481163] io scheduler mq-deadline registered
[    2.482252] io scheduler kyber registered
[    2.487023] efifb: probing for efifb
[    2.487801] efifb: framebuffer at 0x80000000, using 1876k, total 1875k
[    2.487801] efifb: mode is 800x600x32, linelength=3200, pages=1
[    2.487801] efifb: scrolling: redraw
[    2.489484] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.503919] Console: switching to colour frame buffer device 100x37
[    2.509717] fb0: EFI VGA frame buffer device
[    2.512949] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    2.520935] ACPI: Power Button [PWRF]
[    2.766535] PCI Interrupt Link [LNKB] enabled at IRQ 11
[    2.987280] PCI Interrupt Link [LNKA] enabled at IRQ 10
[    2.989690] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    3.016713] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    3.042959] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    3.052946] Linux agpgart interface v0.103
[    3.060334] crng init done
[    3.063112] [drm] pci: virtio-vga detected at 0000:00:02.0
[    3.064494] virtio-pci 0000:00:02.0: remove_conflicting_pci_framebuffers: bar 0: 0x80000000 -> 0x807fffff
[    3.083021] virtio-pci 0000:00:02.0: remove_conflicting_pci_framebuffers: bar 2: 0x800000000 -> 0x800003fff
[    3.089045] virtio-pci 0000:00:02.0: remove_conflicting_pci_framebuffers: bar 4: 0x808a4000 -> 0x808a4fff
[    3.094890] fb0: switching to virtiodrmfb from EFI VGA
[    3.111496] Console: switching to colour dummy device 80x25
[    3.113946] virtio-pci 0000:00:02.0: vgaarb: deactivate vga console
[    3.114728] [drm] virgl 3d acceleration not supported by host
[    3.119322] [TTM] Zone  kernel: Available graphics memory: 1016108 KiB
[    3.120077] [TTM] Initializing pool allocator
[    3.120932] [TTM] Initializing DMA pool allocator
[    3.123078] [drm] number of scanouts: 1
[    3.124427] [drm] number of cap sets: 0
[    3.139337] [drm] Initialized virtio_gpu 0.1.0 0 for virtio0 on minor 0
[    3.196840] Console: switching to colour frame buffer device 80x30
[    3.212086] virtio_gpu virtio0: fb0: virtio_gpudrmfb frame buffer device
[    3.257591] brd: module loaded
[    3.289670] loop: module loaded
[    3.297640] Uniform Multi-Platform E-IDE driver
[    3.300083] piix 0000:00:01.1: IDE controller (0x8086:0x7010 rev 0x00)
[    3.305408] piix 0000:00:01.1: not 100% native mode: will probe irqs later
[    3.315040] legacy IDE will be removed in 2021, please switch to libata
[    3.315040] Report any missing HW support to linux-ide@xxxxxxxxxxxxxxx
[    3.323615]     ide0: BM-DMA at 0xc060-0xc067
[    3.334469]     ide1: BM-DMA at 0xc068-0xc06f
[    3.476563] tsc: Refined TSC clocksource calibration: 2904.002 MHz
[    3.480596] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc079b5d9, max_idle_ns: 440795223751 ns
[    3.487275] clocksource: Switched to clocksource tsc
[    3.623920] hda: QEMU HARDDISK, ATA DISK drive
[    4.261689] hda: MWDMA2 mode selected
[    4.962579] hdc: QEMU DVD-ROM, ATAPI CD/DVD-ROM drive
[    5.609429] hdc: MWDMA2 mode selected
[    5.629398] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    5.643202] ide1 at 0x170-0x177,0x376 on irq 15
[    5.648975] ide-gd driver 1.18
[    5.657851] hda: max request size: 1024KiB
[    5.659950] hda: 3805804 sectors (1948 MB) w/256KiB Cache, CHS=3775/255/63
[    5.688064] hda: cache flushes supported
[    5.751171]  hda: hda1 hda2
[    5.767230] ide-cd driver 5.00
[    5.780346] ide-cd: hdc: ATAPI 4X DVD-ROM drive, 512kB Cache
[    5.785610] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.804914] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    5.815055] e100: Copyright(c) 1999-2006 Intel Corporation
[    5.818564] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    5.827875] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    6.041379] PCI Interrupt Link [LNKC] enabled at IRQ 10
[    6.393490] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56
[    6.442723] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
[    6.483689] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    6.487094] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    6.498154] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[    6.503256] igb: Copyright (c) 2007-2014 Intel Corporation.
[    6.509618] Fusion MPT base driver 3.04.20
[    6.525855] Copyright (c) 1999-2008 LSI Corporation
[    6.536976] Fusion MPT SPI Host driver 3.04.20
[    6.556654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.567257] ehci-pci: EHCI PCI platform driver
[    6.571602] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.581995] ohci-pci: OHCI PCI platform driver
[    6.584492] uhci_hcd: USB Universal Host Controller Interface driver
[    6.592562] usbcore: registered new interface driver usb-storage
[    6.601995] usbcore: registered new interface driver usbserial_generic
[    6.607221] usbserial: USB Serial support registered for generic
[    6.671424] usbcore: registered new interface driver cp210x
[    6.685178] usbserial: USB Serial support registered for cp210x
[    6.691760] usbcore: registered new interface driver pl2303
[    6.705458] usbserial: USB Serial support registered for pl2303
[    6.717338] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    6.733200] serio: i8042 KBD port at 0x60,0x64 irq 1
[    6.737606] serio: i8042 AUX port at 0x60,0x64 irq 12
[    6.770643] mousedev: PS/2 mouse device common for all mice
[    6.778744] rtc_cmos 00:00: RTC can wake from S4
[    6.789013] rtc_cmos 00:00: registered as rtc0
[    6.800742] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs
[    6.809493] usbcore: registered new interface driver i2c-tiny-usb
[    6.821638] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@xxxxxxxxxx
[    6.838988] sdhci: Secure Digital Host Controller Interface driver
[    6.843495] sdhci: Copyright(c) Pierre Ossman
[    6.852870] sdhci-pltfm: SDHCI platform and OF driver helper
[    6.859146] usbcore: registered new interface driver usbhid
[    6.869076] usbhid: USB HID core driver
[    6.874260] drop_monitor: Initializing network drop monitor service
[    6.885676] u32 classifier
[    6.891193]     input device check on
[    6.900414]     Actions configured
[    6.909789] NET: Registered protocol family 10
[    6.926817] Segment Routing with IPv6
[    6.935907] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    6.960967] NET: Registered protocol family 17
[    7.002583] Key type dns_resolver registered
[    7.042481] IPI shorthand broadcast: enabled
[    7.057304] sched_clock: Marking stable (6951609591, 105220855)->(7079262529, -22432083)
[    7.070997] registered taskstats version 1
[    7.075467] Loading compiled-in X.509 certificates
[    7.102616] Key type ._fscrypt registered
[    7.107969] Key type .fscrypt registered
[    7.123700] Btrfs loaded, crc32c=crc32c-generic
[    7.143042] Key type encrypted registered
[    7.153559] printk: console [netcon0] enabled
[    7.165250] netconsole: network logging started
[    7.170126] rtc_cmos 00:00: setting system clock to 2022-03-21T08:29:48 UTC (1647851388)
[    7.469448] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
[    7.491774] md: Waiting for all devices to be available before autodetect
[    7.498691] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    7.505385] md: If you don't use raid, use raid=noautodetect
[    7.523622] md: Autodetecting RAID arrays.
[    7.527545] md: autorun ...
[    7.536564] md: ... autorun DONE.
[    7.597468] EXT4-fs (hda2): INFO: recovery required on readonly filesystem
[    7.607467] EXT4-fs (hda2): write access will be enabled during recovery
[    7.670671] EXT4-fs (hda2): recovery complete
[    7.687707] EXT4-fs (hda2): mounted filesystem with ordered data mode. Opts: (null)
[    7.699173] VFS: Mounted root (ext4 filesystem) readonly on device 3:2.
[    7.707618] devtmpfs: mounted
[    7.801645] Freeing unused kernel image memory: 1628K
[    7.813191] Write protecting the kernel read-only data: 20480k
[    7.822241] Freeing unused kernel image memory: 2004K
[    7.834996] Freeing unused kernel image memory: 800K
[    7.840129] Run /sbin/init as init process
[    8.230373] systemd[1]: systemd 244.5+ 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)
[    8.246503] systemd[1]: Detected virtualization qemu.
[    8.250449] systemd[1]: Detected architecture x86-64.
[    8.337758] systemd[1]: Set hostname to <qemux86-64>.
[    9.842249] systemd[1]: /lib/systemd/system/gpsd.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/gpsd.sock → /run/gpsd.sock; please update the unit file accordingly.
[    9.984155] systemd[1]: Created slice system-agl\x2dsession.slice.
[   10.007683] systemd[1]: Created slice system-getty.slice.
[   10.026052] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   10.044130] systemd[1]: Created slice system-wireplumber.slice.
[   10.064922] systemd[1]: Created slice User and Session Slice.
[   10.133197] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   10.170113] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   10.180684] systemd[1]: Reached target Host and Network Name Lookups.
[   10.197301] systemd[1]: Reached target Paths.
[   10.205285] systemd[1]: Reached target Remote File Systems.
[   10.235184] systemd[1]: Reached target Slices.
[   10.250673] systemd[1]: Reached target Swap.
[   10.278191] systemd[1]: Listening on Process Core Dump Socket.
[   10.307398] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   10.383185] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[   10.397475] systemd[1]: Listening on Journal Socket (/dev/log).
[   10.414308] systemd[1]: Listening on Journal Socket.
[   10.431109] systemd[1]: Listening on Network Service Netlink Socket.
[   10.484312] systemd[1]: Listening on udev Control Socket.
[   10.498155] systemd[1]: Listening on udev Kernel Socket.
[   10.510513] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   10.544231] systemd[1]: Mounting POSIX Message Queue File System...
[   10.613534] systemd[1]: Mounting Kernel Debug File System...
[   10.761529] systemd[1]: Mounting Temporary Directory (/tmp)...
[   11.062441] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   11.218352] systemd[1]: Starting Start psplash boot splash screen...
[   11.355506] systemd[1]: Starting File System Check on Root Device...
[   11.544546] systemd[1]: Starting Journal Service...
[   11.599419] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[   11.610361] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[   11.619253] systemd[1]: Condition check resulted in Kernel Configuration File System being skipped.
[   11.703487] systemd[1]: Starting Apply Kernel Variables...
[   11.838589] systemd[1]: Starting udev Coldplug all Devices...
[   12.112693] systemd[1]: Started Start psplash boot splash screen.
[   12.150657] systemd[1]: Mounted POSIX Message Queue File System.
[   12.205763] systemd[1]: Mounted Kernel Debug File System.
[   12.233156] systemd[1]: Mounted Temporary Directory (/tmp).
[   12.339287] systemd[1]: Started Create list of static device nodes for the current kernel.
[   12.481664] systemd[1]: Started Start psplash-systemd progress communication helper.
[   12.874415] systemd[1]: Started Apply Kernel Variables.
[   13.292444] systemd[1]: Started File System Check on Root Device.
[   13.453443] systemd[1]: Starting Remount Root and Kernel File Systems...
[   14.124160] EXT4-fs (hda2): re-mounted. Opts: (null)
[   14.299297] systemd[1]: Started Remount Root and Kernel File Systems.
[   14.357516] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   14.362620] systemd[1]: Condition check resulted in Create System Users being skipped.
[   14.441271] systemd[1]: Starting Create Static Device Nodes in /dev...
[   14.463486] systemd[1]: Started Journal Service.
[   14.990635] systemd-journald[100]: Received client request to flush runtime journal.
[   18.883717] parport_pc 00:04: reported by Plug and Play ACPI
[   18.908566] Floppy drive(s): fd0 is 2.88M AMI BIOS
[   18.930438] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
[   18.959802] FDC 0 is a S82078B
[   19.635022] EFI Variables Facility v0.08 2004-May-17
[   20.023674] e1000 0000:00:03.0 enp0s3: renamed from eth0
[   23.727961] PCI Interrupt Link [LNKD] enabled at IRQ 11
[   24.045060] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x3/0x0/0x0/0x0/0x0) type:line
[   24.051005] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   24.057303] snd_hda_codec_generic hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   24.063163] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[   24.071164] snd_hda_codec_generic hdaudioC0D0:    inputs:
[   24.072325] snd_hda_codec_generic hdaudioC0D0:      Line=0x5
Press Enter for maintenance
(or press Control-D to continue):
Press Enter for maintenance
(or press Control-D to continue):



Bernard Craddock
Co-founder Pumped Fuel
L2, 11 York Street Sydney 2000
_._,_._,_

Links:

You receive all messages sent to this group.

View/Reply Online (#9731) | Reply To Group | Reply To Sender | Mute This Topic | New Topic
Your Subscription | Contact Group Owner | Unsubscribe [list-automotive-discussions82@xxxxxxxxxxx]

_._,_._,_

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux