QubesOS / qubes-issues

The Qubes OS Project issue tracker
https://www.qubes-os.org/doc/issue-tracking/
528 stars 46 forks source link

Unable to start StandaloneVM when ISO image is attached from archlinux-based template. #8881

Open BonusPlay opened 6 months ago

BonusPlay commented 6 months ago

Qubes OS release: 4.2

Brief summary

I'm unable to boot StandaloneVM from an ISO image stored on archlinux-community based AppVM. The workaround is to move the ISO to a debian-based AppVM. I have not tested other templates.

Steps to reproduce

qvm-create --class StandaloneVM --label red test-win
qvm-prefs test-win virt_mode hvm
qvm-prefs test-win memory 4000
qvm-prefs test-win maxmem 0
qvm-prefs test-win kernel ''
qvm-prefs test-win qrexec_timeout 7200
qvm-volume resize test-win:root 60GiB
qvm-start --cdrom somevm:/path/to/win.iso test-win

what is the version of your installed xen-libs package (including the part after the -)

2021:417.2-8.fc37

Expected behavior

The VM should start.

Actual behavior

The VM fails to start, with message:

Start failed: internal error: libxenlight failed to create new domain 'ctf-win10', see /var/log/libvirt/libxl/libxl-driver.log for details
/var/log/libvirt/libxl/libxl-driver.log ``` 2024-01-21 12:38:56.434+0000: libxl: libxl_pci.c:1585:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:00:0d.2 2024-01-21 12:38:56.456+0000: libxl: libxl_pci.c:1585:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:00:0d.3 2024-01-21 12:38:56.459+0000: libxl: libxl_pci.c:1585:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:00:0d.0 2024-01-21 12:38:56.462+0000: libxl: libxl_pci.c:1585:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:00:14.0 2024-01-21 13:00:07.828+0000: libxl: libxl_dm.c:2857:stubdom_xswait_cb: Domain 9:Stubdom 10 for 9 startup: startup timed out 2024-01-21 13:00:07.828+0000: libxl: libxl_create.c:1975:domcreate_devmodel_started: Domain 9:device model did not start: -9 2024-01-21 13:00:17.884+0000: libxl: libxl_device.c:1394:device_destroy_be_watch_cb: Domain 10:timed out while waiting for /local/domain/7/backend/vbd/10/51760 to be removed 2024-01-21 13:00:17.889+0000: libxl: libxl_domain.c:1589:devices_destroy_cb: Domain 10:libxl__devices_destroy failed 2024-01-21 13:00:17.902+0000: libxl: libxl_device.c:1394:device_destroy_be_watch_cb: Domain 9:timed out while waiting for /local/domain/7/backend/vbd/9/51760 to be removed 2024-01-21 13:00:17.905+0000: libxl: libxl_domain.c:1589:devices_destroy_cb: Domain 9:libxl__devices_destroy failed ```

Linux-based template HVM VM with 4GB RAM does work.

/var/log/xen/console/guest-VMNAME-dm.log ``` [2024-01-21 01:09:52] Logfile Opened [2024-01-21 01:09:53] Linux version 5.10.200-xen-stubdom (mockbuild@742d6f08abbf49e5aa6cd12c1a1d0a7a) (gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1), GNU ld version 2.38-27.fc37) #1 Sun Nov 26 02:54:51 GMT 2023 [2024-01-21 01:09:53] Command line: [2024-01-21 01:09:53] Released 0 page(s) [2024-01-21 01:09:53] BIOS-provided physical RAM map: [2024-01-21 01:09:53] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable [2024-01-21 01:09:53] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved [2024-01-21 01:09:53] Xen: [mem 0x0000000000100000-0x0000000008ffffff] usable [2024-01-21 01:09:53] NX (Execute Disable) protection: active [2024-01-21 01:09:53] Hypervisor detected: Xen PV [2024-01-21 01:09:53] tsc: Fast TSC calibration failed [2024-01-21 01:09:53] tsc: Detected 2495.990 MHz processor [2024-01-21 01:09:53] last_pfn = 0x9000 max_arch_pfn = 0x400000000 [2024-01-21 01:09:53] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [2024-01-21 01:09:53] RAMDISK: [mem 0x02000000-0x036fdfff] [2024-01-21 01:09:53] Zone ranges: [2024-01-21 01:09:53] DMA32 [mem 0x0000000000001000-0x0000000008ffffff] [2024-01-21 01:09:53] Normal empty [2024-01-21 01:09:53] Movable zone start for each node [2024-01-21 01:09:53] Early memory node ranges [2024-01-21 01:09:53] node 0: [mem 0x0000000000001000-0x000000000009ffff] [2024-01-21 01:09:53] node 0: [mem 0x0000000000100000-0x0000000008ffffff] [2024-01-21 01:09:53] Initmem setup node 0 [mem 0x0000000000001000-0x0000000008ffffff] [2024-01-21 01:09:53] On node 0, zone DMA32: 1 pages in unavailable ranges [2024-01-21 01:09:53] On node 0, zone DMA32: 96 pages in unavailable ranges [2024-01-21 01:09:53] On node 0, zone DMA32: 28672 pages in unavailable ranges [2024-01-21 01:09:53] p2m virtual area at (____ptrval____), size is 200000 [2024-01-21 01:09:53] Remapped 0 page(s) [2024-01-21 01:09:53] [mem 0x09000000-0xffffffff] available for PCI devices [2024-01-21 01:09:53] Booting paravirtualized kernel on Xen [2024-01-21 01:09:53] Xen version: 4.17.2 (preserve-AD) [2024-01-21 01:09:53] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [2024-01-21 01:09:53] Built 1 zonelists, mobility grouping on. Total pages: 36170 [2024-01-21 01:09:53] Kernel command line: clocksource=tsc [2024-01-21 01:09:53] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [2024-01-21 01:09:53] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [2024-01-21 01:09:53] mem auto-init: stack:byref_all(zero), heap alloc:off, heap free:off [2024-01-21 01:09:53] Memory: 105660K/147068K available (6145K kernel code, 836K rwdata, 428K rodata, 708K init, 472K bss, 41156K reserved, 0K cma-reserved) [2024-01-21 01:09:53] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [2024-01-21 01:09:53] Using NULL legacy PIC [2024-01-21 01:09:53] NR_IRQS: 4352, nr_irqs: 24, preallocated irqs: 0 [2024-01-21 01:09:53] xen:events: Using FIFO-based ABI [2024-01-21 01:09:53] printk: console [hvc0] enabled [2024-01-21 01:09:53] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [2024-01-21 01:09:53] installing Xen timer for CPU 0 [2024-01-21 01:09:53] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa6db1dfc, max_idle_ns: 440795265852 ns [2024-01-21 01:09:53] Calibrating delay loop (skipped), value calculated using timer frequency.. 4991.98 BogoMIPS (lpj=9983960) [2024-01-21 01:09:53] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [2024-01-21 01:09:53] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [2024-01-21 01:09:53] CPU: 12th Gen Intel(R) Core(TM) i7-1260P (family: 0x6, model: 0x9a, stepping: 0x3) [2024-01-21 01:09:53] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [2024-01-21 01:09:53] Spectre V2 : Mitigation: Enhanced IBRS [2024-01-21 01:09:53] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [2024-01-21 01:09:53] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT [2024-01-21 01:09:53] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [2024-01-21 01:09:53] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [2024-01-21 01:09:53] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [2024-01-21 01:09:53] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [2024-01-21 01:09:53] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [2024-01-21 01:09:53] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [2024-01-21 01:09:53] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [2024-01-21 01:09:53] pid_max: default: 4096 minimum: 301 [2024-01-21 01:09:53] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [2024-01-21 01:09:53] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [2024-01-21 01:09:53] Performance Events: unsupported p6 CPU model 154 no PMU driver, software events only. [2024-01-21 01:09:53] devtmpfs: initialized [2024-01-21 01:09:53] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-01-21 01:09:53] futex hash table entries: 16 (order: -4, 384 bytes, linear) [2024-01-21 01:09:53] NET: Registered protocol family 16 [2024-01-21 01:09:53] xen:grant_table: Grant tables using version 1 layout [2024-01-21 01:09:53] Grant table initialized [2024-01-21 01:09:53] PCI: setting up Xen PCI frontend stub [2024-01-21 01:09:53] xen:balloon: Initialising balloon driver [2024-01-21 01:09:53] PCI: System does not support PCI [2024-01-21 01:09:53] clocksource: Switched to clocksource xen [2024-01-21 01:09:53] NET: Registered protocol family 2 [2024-01-21 01:09:53] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [2024-01-21 01:09:53] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [2024-01-21 01:09:53] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) [2024-01-21 01:09:53] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [2024-01-21 01:09:53] TCP: Hash tables configured (established 2048 bind 2048) [2024-01-21 01:09:53] UDP hash table entries: 128 (order: 0, 4096 bytes, linear) [2024-01-21 01:09:53] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes, linear) [2024-01-21 01:09:53] NET: Registered protocol family 1 [2024-01-21 01:09:53] Unpacking initramfs... [2024-01-21 01:09:53] Freeing initrd memory: 23544K [2024-01-21 01:09:53] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa6db1dfc, max_idle_ns: 440795265852 ns [2024-01-21 01:09:53] clocksource: Switched to clocksource tsc [2024-01-21 01:09:53] workingset: timestamp_bits=62 max_order=15 bucket_order=0 [2024-01-21 01:09:53] xen:xen_evtchn: Event-channel device installed [2024-01-21 01:09:53] Invalid max_queues (4), will use default max: 1. [2024-01-21 01:09:53] tun: Universal TUN/TAP device driver, 1.6 [2024-01-21 01:09:53] xen_netfront: Initialising Xen virtual ethernet driver [2024-01-21 01:09:53] NET: Registered protocol family 17 [2024-01-21 01:09:53] sched_clock: Marking stable (174081996, 266309)->(177272574, -2924269) [2024-01-21 01:09:53] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled [2024-01-21 01:09:53] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled [2024-01-21 01:09:53] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled ```
/var/log/xen/console/hypervisor.log ``` [2024-01-21 13:38:52] Logfile Opened [2024-01-21 13:38:52] (XEN) Built-in command line: ept=exec-sp spec-ctrl=unpriv-mmio [2024-01-21 13:38:52] Xen 4.17.2 [2024-01-21 13:38:52] (XEN) Xen version 4.17.2 (mockbuild@[unknown]) (gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1)) debug=n Wed Jan 3 00:00:00 UTC 2024 [2024-01-21 13:38:52] (XEN) Latest ChangeSet: [2024-01-21 13:38:52] (XEN) Bootloader: GRUB 2.06 [2024-01-21 13:38:52] (XEN) Command line: placeholder console=none dom0_mem=min:1024M dom0_mem=max:4096M ucode=scan smt=off gnttab_max_frames=2048 gnttab_max_maptrack_frames=4096 no-real-mode edd=off [2024-01-21 13:38:52] (XEN) Xen image load base address: 0x3d800000 [2024-01-21 13:38:52] (XEN) Video information: [2024-01-21 13:38:52] (XEN) VGA is graphics mode 2256x1504, 32 bpp [2024-01-21 13:38:52] (XEN) Disc information: [2024-01-21 13:38:52] (XEN) Found 0 MBR signatures [2024-01-21 13:38:52] (XEN) Found 1 EDD information structures [2024-01-21 13:38:52] (XEN) Enabling Supervisor Shadow Stacks [2024-01-21 13:38:52] (XEN) Enabling Indirect Branch Tracking [2024-01-21 13:38:52] (XEN) - IBT disabled in UEFI Runtime Services [2024-01-21 13:38:52] (XEN) EFI RAM map: [2024-01-21 13:38:52] (XEN) [0000000000000000, 000000000009efff] (usable) [2024-01-21 13:38:52] (XEN) [000000000009f000, 00000000000fffff] (reserved) [2024-01-21 13:38:52] (XEN) [0000000000100000, 000000003c2c8fff] (usable) [2024-01-21 13:38:52] (XEN) [000000003c2c9000, 000000003cbc8fff] (reserved) [2024-01-21 13:38:52] (XEN) [000000003cbc9000, 000000003e9defff] (usable) [2024-01-21 13:38:52] (XEN) [000000003e9df000, 0000000040a7efff] (reserved) [2024-01-21 13:38:52] (XEN) [0000000040a7f000, 0000000043a2efff] (ACPI NVS) [2024-01-21 13:38:52] (XEN) [0000000043a2f000, 0000000043afefff] (ACPI data) [2024-01-21 13:38:52] (XEN) [0000000043aff000, 0000000043afffff] (usable) [2024-01-21 13:38:52] (XEN) [0000000043b00000, 0000000047ffffff] (reserved) [2024-01-21 13:38:52] (XEN) [0000000049200000, 00000000493fffff] (reserved) [2024-01-21 13:38:52] (XEN) [000000004a000000, 00000000503fffff] (reserved) [2024-01-21 13:38:52] (XEN) [00000000c0000000, 00000000cfffffff] (reserved) [2024-01-21 13:38:52] (XEN) [00000000fe010000, 00000000fe010fff] (reserved) [2024-01-21 13:38:52] (XEN) [00000000fed20000, 00000000fed7ffff] (reserved) [2024-01-21 13:38:52] (XEN) [00000000ff000000, 00000000ffffffff] (reserved) [2024-01-21 13:38:52] (XEN) [0000000100000000, 00000008afbfffff] (usable) [2024-01-21 13:38:52] (XEN) ACPI: RSDP 43AFE014, 0024 (r2 INSYDE) [2024-01-21 13:38:52] (XEN) ACPI: XSDT 43ACB188, 0124 (r1 INSYDE ADL-P-M 2 1000013) [2024-01-21 13:38:52] (XEN) ACPI: FACP 43ACD000, 0114 (r6 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: DSDT 43A56000, 73F9D (r2 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: FACS 43961000, 0040 [2024-01-21 13:38:52] (XEN) ACPI: UEFI 43A2E000, 0236 (r1 INSYDE ADL-P-M 1 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43AF9000, 3CFB (r2 DptfTb DptfTabl 1000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43AF8000, 038C (r2 PmaxDv Pmax_Dev 1 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43AF2000, 5D2C (r2 CpuRef CpuSsdt 3000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43AEF000, 2B22 (r2 SaSsdt SaSsdt 3000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43AEB000, 33D3 (r2 INTEL IgfxSsdt 3000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43ADD000, D458 (r2 INTEL TcssSsdt 1000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43ADC000, 077B (r2 INSYDE Tpm2Tabl 1000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: TPM2 43ADB000, 004C (r4 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43AD8000, 14F8 (r2 INSYDE UsbCTabl 1000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: LPIT 43AD7000, 00CC (r1 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: WSMT 43AD6000, 0028 (r1 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43AD5000, 0AD9 (r2 INSYDE PtidDevc 1000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43AD2000, 2357 (r2 INSYDE TbtTypeC 0 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: DBGP 43AD1000, 0034 (r1 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: DBG2 43AD0000, 0054 (r0 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: NHLT 43ACF000, 002D (r0 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: ECDT 43ACE000, 0069 (r1 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: HPET 43ACC000, 0038 (r1 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: APIC 43AFD000, 01DC (r4 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: MCFG 43ACA000, 003C (r1 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43A4D000, 8B06 (r2 INSYDE ADL-P-M 2 1000013) [2024-01-21 13:38:52] (XEN) ACPI: DMAR 43A4C000, 0088 (r2 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43A4B000, 0C39 (r2 INTEL xh_adlLP 0 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43A47000, 3AEA (r2 SocGpe SocGpe 3000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43A43000, 39DA (r2 SocCmn SocCmn 3000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: SSDT 43A42000, 00F8 (r1 INSYDE PcdTabl 1000 INTL 20200717) [2024-01-21 13:38:52] (XEN) ACPI: FPDT 43A40000, 0044 (r1 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: ASF! 43A41000, 0074 (r32 INSYDE ADL-P-M 2 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: PHAT 43A3E000, 081C (r1 INSYDE ADL-P-M 5 ACPI 40000) [2024-01-21 13:38:52] (XEN) ACPI: BGRT 43A3F000, 0038 (r1 INSYDE ADL-P-M 1 ACPI 40000) [2024-01-21 13:38:52] (XEN) System RAM: 32476MB (33255932kB) [2024-01-21 13:38:52] (XEN) Domain heap initialised [2024-01-21 13:38:52] (XEN) ACPI: 32/64X FACS address mismatch in FADT - 43961000/0000000000000000, using 32 [2024-01-21 13:38:52] (XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [2024-01-21 13:38:52] (XEN) Switched to APIC driver x2apic_mixed [2024-01-21 13:38:52] (XEN) microcode: CPU0 updated from revision 0x41d to 0x430, date = 2023-06-07 [2024-01-21 13:38:52] (XEN) CPU0: TSC: 38400000 Hz * 130 / 2 = 2496000000 Hz [2024-01-21 13:38:52] (XEN) CPU0: bus: 100 MHz base: 2500 MHz max: 4700 MHz [2024-01-21 13:38:52] (XEN) CPU0: 400 ... 2500 MHz [2024-01-21 13:38:52] (XEN) xstate: size: 0xa88 and states: 0x207 [2024-01-21 13:38:52] (XEN) Unrecognised CPU model 0x9a - assuming vulnerable to LazyFPU [2024-01-21 13:38:52] (XEN) Speculative mitigation facilities: [2024-01-21 13:38:52] (XEN) Hardware hints: RDCL_NO EIBRS RRSBA SKIP_L1DFL MDS_NO TAA_NO SBDR_SSDP_NO FBSDP_NO PSDP_NO [2024-01-21 13:38:52] (XEN) Hardware features: IBPB IBRS STIBP SSBD PSFD L1D_FLUSH MD_CLEAR [2024-01-21 13:38:52] (XEN) Compiled-in support: INDIRECT_THUNK [2024-01-21 13:38:52] (XEN) Xen settings: BTI-Thunk JMP, SPEC_CTRL: IBRS+ STIBP+ SSBD- PSFD-, Other: IBPB-ctxt BRANCH_HARDEN [2024-01-21 13:38:52] (XEN) Support for HVM VMs: MSR_SPEC_CTRL MSR_VIRT_SPEC_CTRL RSB EAGER_FPU [2024-01-21 13:38:52] (XEN) Support for PV VMs: MSR_SPEC_CTRL EAGER_FPU [2024-01-21 13:38:52] (XEN) XPTI (64-bit PV only): Dom0 disabled, DomU disabled (with PCID) [2024-01-21 13:38:52] (XEN) PV L1TF shadowing: Dom0 disabled, DomU disabled [2024-01-21 13:38:52] (XEN) Using scheduler: SMP Credit Scheduler rev2 (credit2) [2024-01-21 13:38:52] (XEN) Initializing Credit2 scheduler [2024-01-21 13:38:52] (XEN) Disabling HPET for being unreliable [2024-01-21 13:38:52] (XEN) Platform timer is 3.580MHz ACPI PM Timer [2024-01-21 13:38:52] (XEN) Detected 2496.004 MHz processor. [2024-01-21 13:38:52] (XEN) Unknown cachability for MFNs 0xa0-0xff [2024-01-21 13:38:52] (XEN) Unknown cachability for MFNs 0x43b00-0x43fff [2024-01-21 13:38:52] (XEN) Unknown cachability for MFNs 0x4c000-0x503ff [2024-01-21 13:38:52] (XEN) Unknown cachability for MFNs 0xfed20-0xfed7f [2024-01-21 13:38:52] (XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB [2024-01-21 13:38:52] (XEN) Intel VT-d iommu 1 supported page sizes: 4kB, 2MB, 1GB [2024-01-21 13:38:52] (XEN) Intel VT-d Snoop Control not enabled. [2024-01-21 13:38:52] (XEN) Intel VT-d Dom0 DMA Passthrough not enabled. [2024-01-21 13:38:52] (XEN) Intel VT-d Queued Invalidation enabled. [2024-01-21 13:38:52] (XEN) Intel VT-d Interrupt Remapping enabled. [2024-01-21 13:38:52] (XEN) Intel VT-d Posted Interrupt not enabled. [2024-01-21 13:38:52] (XEN) Intel VT-d Shared EPT tables enabled. [2024-01-21 13:38:52] (XEN) I/O virtualisation enabled [2024-01-21 13:38:52] (XEN) - Dom0 mode: Relaxed [2024-01-21 13:38:52] (XEN) Interrupt remapping enabled [2024-01-21 13:38:52] (XEN) Enabled directed EOI with ioapic_ack_old on! [2024-01-21 13:38:52] (XEN) Enabling APIC mode. Using 1 I/O APICs [2024-01-21 13:38:52] (XEN) ENABLING IO-APIC IRQs [2024-01-21 13:38:52] (XEN) -> Using old ACK method [2024-01-21 13:38:52] (XEN) ..no 8254 timer found - trying HPET Legacy Replacement Mode [2024-01-21 13:38:52] (XEN) Allocated console ring of 32 KiB. [2024-01-21 13:38:52] (XEN) VMX: Supported advanced features: [2024-01-21 13:38:52] (XEN) - APIC MMIO access virtualisation [2024-01-21 13:38:52] (XEN) - APIC TPR shadow [2024-01-21 13:38:52] (XEN) - Extended Page Tables (EPT) [2024-01-21 13:38:52] (XEN) - Virtual-Processor Identifiers (VPID) [2024-01-21 13:38:52] (XEN) - Virtual NMI [2024-01-21 13:38:52] (XEN) - MSR direct-access bitmap [2024-01-21 13:38:52] (XEN) - Unrestricted Guest [2024-01-21 13:38:52] (XEN) - APIC Register Virtualization [2024-01-21 13:38:52] (XEN) - Virtual Interrupt Delivery [2024-01-21 13:38:52] (XEN) - Posted Interrupt Processing [2024-01-21 13:38:52] (XEN) - VMCS shadowing [2024-01-21 13:38:52] (XEN) - VM Functions [2024-01-21 13:38:52] (XEN) - Virtualisation Exceptions [2024-01-21 13:38:52] (XEN) - TSC Scaling [2024-01-21 13:38:52] (XEN) HVM: ASIDs enabled. [2024-01-21 13:38:52] (XEN) HVM: VMX enabled [2024-01-21 13:38:52] (XEN) HVM: Hardware Assisted Paging (HAP) detected [2024-01-21 13:38:52] (XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB [2024-01-21 13:38:52] (XEN) altcall: Optimised away 191 endbr64 instructions [2024-01-21 13:38:52] (XEN) microcode: CPU2 updated from revision 0x41d to 0x430, date = 2023-06-07 [2024-01-21 13:38:52] (XEN) microcode: CPU4 updated from revision 0x41d to 0x430, date = 2023-06-07 [2024-01-21 13:38:52] (XEN) microcode: CPU6 updated from revision 0x41d to 0x430, date = 2023-06-07 [2024-01-21 13:38:52] (XEN) microcode: CPU8 updated from revision 0x41d to 0x430, date = 2023-06-07 [2024-01-21 13:38:52] (XEN) microcode: CPU12 updated from revision 0x41d to 0x430, date = 2023-06-07 [2024-01-21 13:38:52] (XEN) Brought up 12 CPUs [2024-01-21 13:38:52] (XEN) Scheduling granularity: cpu, 1 CPU per sched-resource [2024-01-21 13:38:52] (XEN) Initializing Credit2 scheduler [2024-01-21 13:38:52] (XEN) Dom0 has maximum 1160 PIRQs [2024-01-21 13:38:52] (XEN) Xen kernel: 64-bit, lsb [2024-01-21 13:38:52] (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x4600000 [2024-01-21 13:38:52] (XEN) PHYSICAL MEMORY ARRANGEMENT: [2024-01-21 13:38:52] (XEN) Dom0 alloc.: 0000000888000000->0000000890000000 (1006222 pages to be allocated) [2024-01-21 13:38:52] (XEN) Init. ramdisk: 00000008ad68e000->00000008afbff1e9 [2024-01-21 13:38:52] (XEN) VIRTUAL MEMORY ARRANGEMENT: [2024-01-21 13:38:52] (XEN) Loaded kernel: ffffffff81000000->ffffffff84600000 [2024-01-21 13:38:52] (XEN) Phys-Mach map: 0000008000000000->0000008000800000 [2024-01-21 13:38:52] (XEN) Start info: ffffffff84600000->ffffffff846004b8 [2024-01-21 13:38:52] (XEN) Page tables: ffffffff84601000->ffffffff84628000 [2024-01-21 13:38:52] (XEN) Boot stack: ffffffff84628000->ffffffff84629000 [2024-01-21 13:38:52] (XEN) TOTAL: ffffffff80000000->ffffffff84800000 [2024-01-21 13:38:52] (XEN) ENTRY ADDRESS: ffffffff8353c320 [2024-01-21 13:38:52] (XEN) Dom0 has maximum 12 VCPUs [2024-01-21 13:38:52] (XEN) Initial low memory virq threshold set at 0x4000 pages. [2024-01-21 13:38:52] (XEN) Scrubbing Free RAM in background [2024-01-21 13:38:52] (XEN) Std. Loglevel: Errors and warnings [2024-01-21 13:38:52] (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings) [2024-01-21 13:38:52] (XEN) *** Serial input to DOM0 (type 'CTRL-a' three times to switch input) [2024-01-21 13:38:52] (XEN) Freed 644kB init memory ```
notsungod commented 2 months ago

Hey man thank you so much for the hint trying from another vm. I was stuck on this problem the whole day <3.