One template for both PVH VMs and HVM VMs

Since I’m tired of constantly reinstalling templates whenever a new debian distro comes out, I recently switched over to an archlinx template. (installed from community-testing repository, not build from scratch) I had it working for PVH VMs, then I installed NVIDIA drivers in HVM mode to run a local AI. All works fine:
AI VM: HVM, kernel provided by qube, memory balancing turned off, Devices connected to qube = NVIDIA graphical card.
All my non-AI VMs run fine in HVM mode without any devices connected.
However, if I want to run my non-AI VMs in PVH mode, kernel 6.9.10-1fv37, memory balancing turned on, no devices connected
Then that qube won’t boot.
When I switch over to an archlinux template that hasn’t had NVIDIA drivers installed, then it works fine.

What do I have to change to my template, so it runs in HVM mode with NVIDIA device passthrough in only one VM, and run that same template in PVH mode in all the other VMs?
I suspect that depending on the PVH/HVM mode a different boot-sequence (kernel) needs to boot… how do I do that?
grub.conf in Dom0 has ‘rd.qubes.hide_pci=01:00.0’ added

Alternatively I could have 2 different templates, but I would like only one template to save on disk space.
Any suggestions?

Check the qube’s log when it failed to boot to find the reason why it fails to boot.
/var/log/xen/console/guest-QubeName.log

In HVM mode => opening a terminal, when terminal pops up => shut down

[2024-09-06 01:17:34] [ 142.313487] shutdown[1]: Powering off.
[2024-09-06 01:17:34] [ 142.326383] reboot: Power off not available: System halted instead
[2024-09-06 01:17:46] Logfile Opened
[2024-09-06 01:17:54] Qubes initramfs script here:
[2024-09-06 01:17:54] Waiting for /dev/xvda* devices…
[2024-09-06 01:17:54] Qubes: Doing R/W setup for TemplateVM…
[2024-09-06 01:17:54] Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
[2024-09-06 01:17:54] no label, UUID=f5cbdd9c-01e5-4a85-8ffb-10f2ee3a717e
[2024-09-06 01:17:54] /usr/lib/qubes/qubes_cow_setup.sh: line 114: swapon: not found
[2024-09-06 01:17:54] .[0;1;31mFailed to send reload request: No such file or directory.[0m
[2024-09-06 01:17:54] kbd_mode: KDSKBMODE: Inappropriate ioctl for device
[2024-09-06 01:17:54] .%G/dev/xvda3: clean, 282260/1299984 files, 3238084/5190656 blocks
[2024-09-06 01:17:54] .[!p.]104a.[?7h[2024-09-06 01:17:58]
[2024-09-06 01:17:58] Arch Linux 6.6.49-1-lts (hvc0)
[2024-09-06 01:17:58]
[2024-09-06 01:17:58] archlinux login: [.[0;1;31mFAILED.[0m] Failed unmounting .[0;1;39m/run/user/1000.[0m.
[2024-09-06 01:18:58] [ 68.729660] reboot: Power down
[2024-09-06 01:19:46] Logfile Opened

In PVH mode => opening a terminal, but terminal never pops up => shut down

2024-09-06 01:19:47] [ 0.000000] Linux version 6.9.10-1.qubes.fc37.x86_64 (mockbuild@ed3b24a0ccc1442897053f6e31463645) (gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1), GNU ld version 2.38-27.fc37) #1 SMP PREEMPT_DYNAMIC Thu Jul 25 16:03:42 GMT 2024
[2024-09-06 01:19:47] [ 0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 clocksource=tsc xen_scrub_pages=0
[2024-09-06 01:19:47] [ 0.000000] BIOS-provided physical RAM map:
[2024-09-06 01:19:47] [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[2024-09-06 01:19:47] [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[2024-09-06 01:19:47] [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003e7fffff] usable
[2024-09-06 01:19:47] [ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc00803f] ACPI data
[2024-09-06 01:19:47] [ 0.000000] BIOS-e820: [mem 0x00000000feff8000-0x00000000feffffff] reserved
[2024-09-06 01:19:47] [ 0.000000] NX (Execute Disable) protection: active
[2024-09-06 01:19:47] [ 0.000000] APIC: Static calls initialized
[2024-09-06 01:19:47] [ 0.000000] DMI not present or invalid.
[2024-09-06 01:19:47] [ 0.000000] Hypervisor detected: Xen HVM
[2024-09-06 01:19:47] [ 0.000000] Xen version 4.17.
[2024-09-06 01:19:47] [ 0.133985] tsc: Fast TSC calibration failed
[2024-09-06 01:19:47] [ 0.133989] tsc: Detected 2304.000 MHz processor
[2024-09-06 01:19:47] [ 0.134012] last_pfn = 0x3e800 max_arch_pfn = 0x400000000
[2024-09-06 01:19:47] [ 0.134054] MTRR map: 0 entries (0 fixed + 0 variable; max 16), built from 8 variable MTRRs
[2024-09-06 01:19:47] [ 0.134056] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[2024-09-06 01:19:47] [ 0.143534] Using GB pages for direct mapping
[2024-09-06 01:19:47] [ 0.143642] RAMDISK: [mem 0x03a01000-0x04d91fff]
[2024-09-06 01:19:47] [ 0.143720] ACPI: Early table checksum verification disabled
[2024-09-06 01:19:47] [ 0.143722] ACPI: RSDP 0x00000000FC008000 000024 (v02 Xen )
[2024-09-06 01:19:47] [ 0.143727] ACPI: XSDT 0x00000000FC007F60 000034 (v01 Xen HVM 00000000 HVML 00000000)
[2024-09-06 01:19:47] [ 0.143732] ACPI: FACP 0x00000000FC007D60 00010C (v05 Xen HVM 00000000 HVML 00000000)
[2024-09-06 01:19:47] [ 0.143736] ACPI: DSDT 0x00000000FC001040 006C9B (v05 Xen HVM 00000000 INTL 20220331)
[2024-09-06 01:19:47] [ 0.143739] ACPI: FACS 0x00000000FC001000 000040
[2024-09-06 01:19:47] [ 0.143741] ACPI: FACS 0x00000000FC001000 000040
[2024-09-06 01:19:47] [ 0.143743] ACPI: APIC 0x00000000FC007E70 00003C (v02 Xen HVM 00000000 HVML 00000000)
[2024-09-06 01:19:47] [ 0.143745] ACPI: Reserving FACP table memory at [mem 0xfc007d60-0xfc007e6b]
[2024-09-06 01:19:47] [ 0.143746] ACPI: Reserving DSDT table memory at [mem 0xfc001040-0xfc007cda]
[2024-09-06 01:19:47] [ 0.143747] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f]
[2024-09-06 01:19:47] [ 0.143748] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f]
[2024-09-06 01:19:47] [ 0.143749] ACPI: Reserving APIC table memory at [mem 0xfc007e70-0xfc007eab]
[2024-09-06 01:19:47] [ 0.143928] No NUMA configuration found
[2024-09-06 01:19:47] [ 0.143929] Faking a node at [mem 0x0000000000000000-0x000000003e7fffff]
[2024-09-06 01:19:47] [ 0.143937] NODE_DATA(0) allocated [mem 0x3e7d5000-0x3e7fffff]
[2024-09-06 01:19:47] [ 0.144095] Zone ranges:
[2024-09-06 01:19:47] [ 0.144096] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[2024-09-06 01:19:47] [ 0.144098] DMA32 [mem 0x0000000001000000-0x000000003e7fffff]
[2024-09-06 01:19:47] [ 0.144099] Normal empty
[2024-09-06 01:19:47] [ 0.144100] Device empty
[2024-09-06 01:19:47] [ 0.144101] Movable zone start for each node
[2024-09-06 01:19:47] [ 0.144103] Early memory node ranges
[2024-09-06 01:19:47] [ 0.144104] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[2024-09-06 01:19:47] [ 0.144105] node 0: [mem 0x0000000000100000-0x000000003e7fffff]
[2024-09-06 01:19:47] [ 0.144107] Initmem setup node 0 [mem 0x0000000000001000-0x000000003e7fffff]
[2024-09-06 01:19:47] [ 0.144112] On node 0, zone DMA: 1 pages in unavailable ranges
[2024-09-06 01:19:47] [ 0.144141] On node 0, zone DMA: 96 pages in unavailable ranges
[2024-09-06 01:19:47] [ 0.145394] On node 0, zone DMA32: 6144 pages in unavailable ranges
[2024-09-06 01:19:47] [ 0.145500] ACPI: No IOAPIC entries present
[2024-09-06 01:19:47] [ 0.145501] ACPI: Using ACPI for processor (LAPIC) configuration information
[2024-09-06 01:19:47] [ 0.145502] TSC deadline timer available
[2024-09-06 01:19:47] [ 0.145506] CPU topo: Max. logical packages: 1
[2024-09-06 01:19:47] [ 0.145507] CPU topo: Max. logical dies: 1
[2024-09-06 01:19:47] [ 0.145507] CPU topo: Max. dies per package: 1
[2024-09-06 01:19:47] [ 0.145511] CPU topo: Max. threads per core: 1
[2024-09-06 01:19:47] [ 0.145511] CPU topo: Num. cores per package: 2
[2024-09-06 01:19:47] [ 0.145512] CPU topo: Num. threads per package: 2
[2024-09-06 01:19:47] [ 0.145512] CPU topo: Allowing 2 present CPUs plus 0 hotplug CPUs
[2024-09-06 01:19:47] [ 0.145519] [mem 0x3e800000-0xfbffffff] available for PCI devices
[2024-09-06 01:19:47] [ 0.145526] Booting kernel on Xen PVH
[2024-09-06 01:19:47] [ 0.145527] Xen version: 4.17.4
[2024-09-06 01:19:47] [ 0.145530] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[2024-09-06 01:19:47] [ 0.151443] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[2024-09-06 01:19:47] [ 0.151645] percpu: Embedded 87 pages/cpu s233472 r8192 d114688 u1048576
[2024-09-06 01:19:47] [ 0.151670] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[2024-09-06 01:19:47] [ 0.151672] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 clocksource=tsc xen_scrub_pages=0
[2024-09-06 01:19:47] [ 0.151699] Booted with the nomodeset parameter. Only the system framebuffer will be available
[2024-09-06 01:19:47] [ 0.151754] Unknown kernel command line parameters “rd_NO_PLYMOUTH”, will be passed to user space.
[2024-09-06 01:19:47] [ 0.151767] random: crng init done
[2024-09-06 01:19:47] [ 0.151838] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[2024-09-06 01:19:47] [ 0.151875] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[2024-09-06 01:19:47] [ 0.151914] Fallback order for Node 0: 0
[2024-09-06 01:19:47] [ 0.151918] Built 1 zonelists, mobility grouping on. Total pages: 248160
[2024-09-06 01:19:47] [ 0.151919] Policy zone: DMA32
[2024-09-06 01:19:47] [ 0.152103] mem auto-init: stack:all(zero), heap alloc:on, heap free:on
[2024-09-06 01:19:47] [ 0.152104] mem auto-init: clearing system memory may take some time…
[2024-09-06 01:19:47] [ 0.221817] Memory: 930220K/1023612K available (20480K kernel code, 4226K rwdata, 9256K rodata, 5384K init, 4488K bss, 93136K reserved, 0K cma-reserved)
[2024-09-06 01:19:47] [ 0.222556] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[2024-09-06 01:19:47] [ 0.222577] ftrace: allocating 57695 entries in 226 pages
[2024-09-06 01:19:47] [ 0.230241] ftrace: allocated 226 pages with 4 groups
[2024-09-06 01:19:47] [ 0.230298] Dynamic Preempt: full
[2024-09-06 01:19:47] [ 0.230332] rcu: Preemptible hierarchical RCU implementation.
[2024-09-06 01:19:47] [ 0.230333] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[2024-09-06 01:19:47] [ 0.230333] Trampoline variant of Tasks RCU enabled.
[2024-09-06 01:19:47] [ 0.230334] Rude variant of Tasks RCU enabled.
[2024-09-06 01:19:47] [ 0.230334] Tracing variant of Tasks RCU enabled.
[2024-09-06 01:19:47] [ 0.230335] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[2024-09-06 01:19:47] [ 0.230335] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[2024-09-06 01:19:47] [ 0.230339] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[2024-09-06 01:19:47] [ 0.230340] RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[2024-09-06 01:19:47] [ 0.230341] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[2024-09-06 01:19:47] [ 0.232503] NR_IRQS: 524544, nr_irqs: 48, preallocated irqs: 16
[2024-09-06 01:19:47] [ 0.232543] xen:events: Using FIFO-based ABI
[2024-09-06 01:19:47] [ 0.232554] xen:events: Xen HVM callback vector for event delivery is enabled
[2024-09-06 01:19:47] [ 0.232718] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[2024-09-06 01:19:47] [ 0.232812] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval)
[2024-09-06 01:19:47] [ 0.232836] Console: colour dummy device 80x25
[2024-09-06 01:19:47] [ 0.232848] printk: legacy console [hvc0] enabled
[2024-09-06 01:19:47] [ 0.233896] ACPI: Core revision 20230628
[2024-09-06 01:19:47] [ 0.233945] ACPI: setting ELCR to 0200 (from ffff)
[2024-09-06 01:19:47] [ 0.233979] APIC: Switch to symmetric I/O mode setup
[2024-09-06 01:19:47] [ 0.233999] x2apic enabled
[2024-09-06 01:19:47] [ 0.234052] APIC: Switched APIC routing to: physical x2apic
[2024-09-06 01:19:47] [ 0.234075] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[2024-09-06 01:19:47] [ 0.234094] Calibrating delay loop (skipped), value calculated using timer frequency… 4608.00 BogoMIPS (lpj=2304000)
[2024-09-06 01:19:47] [ 0.234200] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[2024-09-06 01:19:47] [ 0.234244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[2024-09-06 01:19:47] [ 0.234252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[2024-09-06 01:19:47] [ 0.234268] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[2024-09-06 01:19:47] [ 0.234282] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
[2024-09-06 01:19:47] [ 0.234292] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
[2024-09-06 01:19:47] [ 0.234302] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[2024-09-06 01:19:47] [ 0.234313] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[2024-09-06 01:19:47] [ 0.234324] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[2024-09-06 01:19:47] [ 0.234336] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[2024-09-06 01:19:47] [ 0.234350] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[2024-09-06 01:19:47] [ 0.234388] x86/fpu: Supporting XSAVE feature 0x001: ‘x87 floating point registers’
[2024-09-06 01:19:47] [ 0.234400] x86/fpu: Supporting XSAVE feature 0x002: ‘SSE registers’
[2024-09-06 01:19:47] [ 0.234409] x86/fpu: Supporting XSAVE feature 0x004: ‘AVX registers’
[2024-09-06 01:19:47] [ 0.234419] x86/fpu: Supporting XSAVE feature 0x020: ‘AVX-512 opmask’
[2024-09-06 01:19:47] [ 0.234429] x86/fpu: Supporting XSAVE feature 0x040: ‘AVX-512 Hi256’
[2024-09-06 01:19:47] [ 0.234438] x86/fpu: Supporting XSAVE feature 0x080: ‘AVX-512 ZMM_Hi256’
[2024-09-06 01:19:47] [ 0.234448] x86/fpu: Supporting XSAVE feature 0x200: ‘Protection Keys User registers’
[2024-09-06 01:19:47] [ 0.234459] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[2024-09-06 01:19:47] [ 0.234470] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[2024-09-06 01:19:47] [ 0.234479] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[2024-09-06 01:19:47] [ 0.234489] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[2024-09-06 01:19:47] [ 0.234499] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[2024-09-06 01:19:47] [ 0.234508] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using ‘compacted’ format.
[2024-09-06 01:19:47] [ 0.235092] Freeing SMP alternatives memory: 48K
[2024-09-06 01:19:47] [ 0.235092] pid_max: default: 32768 minimum: 301
[2024-09-06 01:19:47] [ 0.235092] LSM: initializing lsm=lockdown,capability,yama,ima,evm
[2024-09-06 01:19:47] [ 0.235092] Yama: becoming mindful.
[2024-09-06 01:19:47] [ 0.235092] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[2024-09-06 01:19:47] [ 0.235092] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[2024-09-06 01:19:47] [ 0.235092] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2024-09-06 01:19:47] [ 0.235092] installing Xen timer for CPU 0
[2024-09-06 01:19:47] [ 0.235092] smpboot: CPU0: 11th Gen Intel(R) Core™ i7-11800H @ 2.30GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[2024-09-06 01:19:47] [ 0.235092] cpu 0 spinlock event irq 20
[2024-09-06 01:19:47] [ 0.235092] Performance Events: unsupported p6 CPU model 141 no PMU driver, software events only.
[2024-09-06 01:19:47] [ 0.235092] signal: max sigframe size: 3632
[2024-09-06 01:19:47] [ 0.235092] rcu: Hierarchical SRCU implementation.
[2024-09-06 01:19:47] [ 0.235092] rcu: Max phase no-delay instances is 400.
[2024-09-06 01:19:47] [ 0.235092] NMI watchdog: Perf NMI watchdog permanently disabled
[2024-09-06 01:19:47] [ 0.235092] smp: Bringing up secondary CPUs …
[2024-09-06 01:19:47] [ 0.235092] installing Xen timer for CPU 1
[2024-09-06 01:19:47] [ 0.235092] smpboot: x86: Booting SMP configuration:
[2024-09-06 01:19:47] [ 0.235092] … node #0, CPUs: #1
[2024-09-06 01:19:47] [ 0.235142] cpu 1 spinlock event irq 25
[2024-09-06 01:19:47] [ 0.235161] smp: Brought up 1 node, 2 CPUs
[2024-09-06 01:19:47] [ 0.235161] smpboot: Total of 2 processors activated (9216.00 BogoMIPS)
[2024-09-06 01:19:47] [ 0.235298] devtmpfs: initialized
[2024-09-06 01:19:47] [ 0.235298] x86/mm: Memory block size: 128MB
[2024-09-06 01:19:47] [ 0.236299] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[2024-09-06 01:19:47] [ 0.236320] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[2024-09-06 01:19:47] [ 0.236375] pinctrl core: initialized pinctrl subsystem
[2024-09-06 01:19:47] [ 0.236789] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[2024-09-06 01:19:47] [ 0.236827] xen:grant_table: Grant tables using version 1 layout
[2024-09-06 01:19:47] [ 0.236856] Grant table initialized
[2024-09-06 01:19:47] [ 0.236946] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[2024-09-06 01:19:47] [ 0.236962] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[2024-09-06 01:19:47] [ 0.236980] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[2024-09-06 01:19:47] [ 0.237006] audit: initializing netlink subsys (disabled)
[2024-09-06 01:19:47] [ 0.237102] audit: type=2000 audit(1725542387.258:1): state=initialized audit_enabled=0 res=1
[2024-09-06 01:19:47] [ 0.237181] thermal_sys: Registered thermal governor ‘fair_share’
[2024-09-06 01:19:47] [ 0.237182] thermal_sys: Registered thermal governor ‘bang_bang’
[2024-09-06 01:19:47] [ 0.237194] thermal_sys: Registered thermal governor ‘step_wise’
[2024-09-06 01:19:47] [ 0.237206] thermal_sys: Registered thermal governor ‘user_space’
[2024-09-06 01:19:47] [ 0.237226] cpuidle: using governor menu
[2024-09-06 01:19:47] [ 0.237326] PCI: Fatal: No config space access function found
[2024-09-06 01:19:47] [ 0.237461] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[2024-09-06 01:19:47] [ 0.248214] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[2024-09-06 01:19:47] [ 0.248229] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[2024-09-06 01:19:47] [ 0.248241] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[2024-09-06 01:19:47] [ 0.248252] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[2024-09-06 01:19:47] [ 0.263104] Demotion targets for Node 0: null
[2024-09-06 01:19:47] [ 0.408153] cryptd: max_cpu_qlen set to 1000
[2024-09-06 01:19:47] [ 0.409121] raid6: skipped pq benchmark and selected avx512x4
[2024-09-06 01:19:47] [ 0.409134] raid6: using avx512x2 recovery algorithm
[2024-09-06 01:19:47] [ 0.409183] ACPI: Added _OSI(Module Device)
[2024-09-06 01:19:47] [ 0.409191] ACPI: Added _OSI(Processor Device)
[2024-09-06 01:19:47] [ 0.409199] ACPI: Added _OSI(3.0 _SCP Extensions)
[2024-09-06 01:19:47] [ 0.409208] ACPI: Added _OSI(Processor Aggregator Device)
[2024-09-06 01:19:47] [ 0.410944] ACPI: 1 ACPI AML tables successfully acquired and loaded
[2024-09-06 01:19:47] [ 0.411081] ACPI: OSL: SCI (ACPI GSI 9) not registered
[2024-09-06 01:19:47] [ 0.411228] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[2024-09-06 01:19:47] [ 0.411981] ACPI: Interpreter enabled
[2024-09-06 01:19:47] [ 0.411991] ACPI: PM: (supports S0)
[2024-09-06 01:19:47] [ 0.411998] ACPI: Using platform specific model for interrupt routing
[2024-09-06 01:19:47] [ 0.412197] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[2024-09-06 01:19:47] [ 0.412212] PCI: Using E820 reservations for host bridge windows
[2024-09-06 01:19:47] [ 0.412308] ACPI: Enabled 1 GPEs in block 00 to 0F
[2024-09-06 01:19:47] [ 0.412325] ACPI Error: No handler or method for GPE 00, disabling event (20230628/evgpe-839)
[2024-09-06 01:19:47] [ 0.412345] ACPI Error: No handler or method for GPE 01, disabling event (20230628/evgpe-839)
[2024-09-06 01:19:47] [ 0.412373] ACPI Error: No handler or method for GPE 03, disabling event (20230628/evgpe-839)
[2024-09-06 01:19:47] [ 0.412393] ACPI Error: No handler or method for GPE 04, disabling event (20230628/evgpe-839)
[2024-09-06 01:19:47] [ 0.412413] ACPI Error: No handler or method for GPE 05, disabling event (20230628/evgpe-839)
[2024-09-06 01:19:47] [ 0.412433] ACPI Error: No handler or method for GPE 06, disabling event (20230628/evgpe-839)
[2024-09-06 01:19:47] [ 0.412453] ACPI Error: No handler or method for GPE 07, disabling event (20230628/evgpe-839)
[2024-09-06 01:19:47] [ 0.414792] xen:balloon: Initialising balloon driver
[2024-09-06 01:19:47] [ 0.416659] iommu: Default domain type: Translated
[2024-09-06 01:19:47] [ 0.416673] iommu: DMA domain TLB invalidation policy: lazy mode
[2024-09-06 01:19:47] [ 0.416772] SCSI subsystem initialized
[2024-09-06 01:19:47] [ 0.416788] ACPI: bus type USB registered
[2024-09-06 01:19:47] [ 0.416788] usbcore: registered new interface driver usbfs
[2024-09-06 01:19:47] [ 0.416788] usbcore: registered new interface driver hub
[2024-09-06 01:19:47] [ 0.416788] usbcore: registered new device driver usb
[2024-09-06 01:19:47] [ 0.416788] pps_core: LinuxPPS API ver. 1 registered
[2024-09-06 01:19:47] [ 0.416788] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[2024-09-06 01:19:47] [ 0.416788] PTP clock support registered
[2024-09-06 01:19:47] [ 0.416788] EDAC MC: Ver: 3.0.0
[2024-09-06 01:19:47] [ 0.417321] NetLabel: Initializing
[2024-09-06 01:19:47] [ 0.417330] NetLabel: domain hash size = 128
[2024-09-06 01:19:47] [ 0.417340] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[2024-09-06 01:19:47] [ 0.417366] NetLabel: unlabeled traffic allowed by default
[2024-09-06 01:19:47] [ 0.417379] mctp: management component transport protocol core
[2024-09-06 01:19:47] [ 0.417392] NET: Registered PF_MCTP protocol family
[2024-09-06 01:19:47] [ 0.417415] PCI: Using ACPI for IRQ routing
[2024-09-06 01:19:47] [ 0.417424] PCI: System does not support PCI
[2024-09-06 01:19:47] [ 0.417449] vgaarb: loaded
[2024-09-06 01:19:47] [ 0.417449] clocksource: Switched to clocksource tsc-early
[2024-09-06 01:19:47] [ 0.417449] VFS: Disk quotas dquot_6.6.0
[2024-09-06 01:19:47] [ 0.417449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[2024-09-06 01:19:47] [ 0.417449] pnp: PnP ACPI init
[2024-09-06 01:19:47] [ 0.417449] pnp: PnP ACPI: found 0 devices
[2024-09-06 01:19:47] [ 0.422066] NET: Registered PF_INET protocol family
[2024-09-06 01:19:47] [ 0.422104] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[2024-09-06 01:19:47] [ 0.422444] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[2024-09-06 01:19:47] [ 0.422467] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[2024-09-06 01:19:47] [ 0.422492] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2024-09-06 01:19:47] [ 0.422520] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[2024-09-06 01:19:47] [ 0.422573] TCP: Hash tables configured (established 8192 bind 8192)
[2024-09-06 01:19:47] [ 0.422618] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[2024-09-06 01:19:47] [ 0.422646] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[2024-09-06 01:19:47] [ 0.422672] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[2024-09-06 01:19:47] [ 0.422725] NET: Registered PF_UNIX/PF_LOCAL protocol family
[2024-09-06 01:19:47] [ 0.422754] NET: Registered PF_XDP protocol family
[2024-09-06 01:19:47] [ 0.422770] PCI: CLS 0 bytes, default 64
[2024-09-06 01:19:47] [ 0.422847] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[2024-09-06 01:19:47] [ 0.422982] Trying to unpack rootfs image as initramfs…
[2024-09-06 01:19:47] [ 0.424429] clocksource: Switched to clocksource tsc
[2024-09-06 01:19:47] [ 0.429212] Freeing initrd memory: 20036K
[2024-09-06 01:19:47] [ 0.429697] Initialise system trusted keyrings
[2024-09-06 01:19:47] [ 0.609004] Key type blacklist registered
[2024-09-06 01:19:47] [ 0.609082] workingset: timestamp_bits=36 max_order=18 bucket_order=0
[2024-09-06 01:19:47] [ 0.609114] zbud: loaded
[2024-09-06 01:19:47] [ 0.609361] integrity: Platform Keyring initialized
[2024-09-06 01:19:47] [ 0.609397] integrity: Machine keyring initialized
[2024-09-06 01:19:47] [ 0.616001] NET: Registered PF_ALG protocol family
[2024-09-06 01:19:47] [ 0.616013] xor: automatically using best checksumming function avx
[2024-09-06 01:19:47] [ 0.616026] Key type asymmetric registered
[2024-09-06 01:19:47] [ 0.616032] Asymmetric key parser ‘x509’ registered
[2024-09-06 01:19:47] [ 0.617124] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[2024-09-06 01:19:47] [ 0.617194] io scheduler mq-deadline registered
[2024-09-06 01:19:47] [ 0.617203] io scheduler kyber registered
[2024-09-06 01:19:47] [ 0.617212] io scheduler bfq registered
[2024-09-06 01:19:47] [ 0.618212] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[2024-09-06 01:19:47] [ 0.620539] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[2024-09-06 01:19:47] [ 0.621837] Non-volatile memory driver v1.3
[2024-09-06 01:19:47] [ 0.621849] Linux agpgart interface v0.103
[2024-09-06 01:19:47] [ 0.621884] ACPI: bus type drm_connector registered
[2024-09-06 01:19:47] [ 0.622167] usbcore: registered new interface driver usbserial_generic
[2024-09-06 01:19:47] [ 0.622182] usbserial: USB Serial support registered for generic
[2024-09-06 01:19:47] [ 0.622200] i8042: PNP: No PS/2 controller found.
[2024-09-06 01:19:47] [ 0.622235] mousedev: PS/2 mouse device common for all mice
[2024-09-06 01:19:47] [ 0.622264] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[2024-09-06 01:19:47] [ 0.622283] device-mapper: uevent: version 1.0.3
[2024-09-06 01:19:47] [ 0.622320] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[2024-09-06 01:19:47] [ 0.622367] intel_pstate: CPU model not supported
[2024-09-06 01:19:47] [ 0.622398] hid: raw HID events driver (C) Jiri Kosina
[2024-09-06 01:19:47] [ 0.622417] usbcore: registered new interface driver usbhid
[2024-09-06 01:19:47] [ 0.622425] usbhid: USB HID core driver
[2024-09-06 01:19:47] [ 0.622470] drop_monitor: Initializing network drop monitor service
[2024-09-06 01:19:47] [ 0.622529] Initializing XFRM netlink socket
[2024-09-06 01:19:47] [ 0.622546] NET: Registered PF_INET6 protocol family
[2024-09-06 01:19:47] [ 0.623610] Segment Routing with IPv6
[2024-09-06 01:19:47] [ 0.623623] RPL Segment Routing with IPv6
[2024-09-06 01:19:47] [ 0.623638] In-situ OAM (IOAM) with IPv6
[2024-09-06 01:19:47] [ 0.623661] mip6: Mobile IPv6
[2024-09-06 01:19:47] [ 0.623671] NET: Registered PF_PACKET protocol family
[2024-09-06 01:19:47] [ 0.623865] IPI shorthand broadcast: enabled
[2024-09-06 01:19:47] [ 0.623882] AVX2 version of gcm_enc/dec engaged.
[2024-09-06 01:19:47] [ 0.623982] AES CTR mode by8 optimization enabled
[2024-09-06 01:19:47] [ 0.625103] sched_clock: Marking stable (623004586, 1372352)->(650137997, -25761059)
[2024-09-06 01:19:47] [ 0.625215] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[2024-09-06 01:19:47] [ 0.625255] registered taskstats version 1
[2024-09-06 01:19:47] [ 0.625329] Loading compiled-in X.509 certificates
[2024-09-06 01:19:47] [ 0.630768] Loaded X.509 cert ‘Build time autogenerated kernel key: c552bec6c987bf5ed21975c94ec5be5a3e83ae50’
[2024-09-06 01:19:47] [ 0.632891] page_owner is disabled
[2024-09-06 01:19:47] [ 0.633001] Key type .fscrypt registered
[2024-09-06 01:19:47] [ 0.633008] Key type fscrypt-provisioning registered
[2024-09-06 01:19:47] [ 0.633213] Btrfs loaded, zoned=yes, fsverity=yes
[2024-09-06 01:19:47] [ 0.633237] Key type big_key registered
[2024-09-06 01:19:47] [ 0.636538] Key type encrypted registered
[2024-09-06 01:19:47] [ 0.636551] ima: No TPM chip found, activating TPM-bypass!
[2024-09-06 01:19:47] [ 0.636560] Loading compiled-in module X.509 certificates
[2024-09-06 01:19:47] [ 0.636858] Loaded X.509 cert ‘Build time autogenerated kernel key: c552bec6c987bf5ed21975c94ec5be5a3e83ae50’
[2024-09-06 01:19:47] [ 0.636874] ima: Allocated hash algorithm: sha256
[2024-09-06 01:19:47] [ 0.636888] ima: No architecture policies found
[2024-09-06 01:19:47] [ 0.636901] evm: Initialising EVM extended attributes:
[2024-09-06 01:19:47] [ 0.636910] evm: security.selinux
[2024-09-06 01:19:47] [ 0.636916] evm: security.SMACK64 (disabled)
[2024-09-06 01:19:47] [ 0.636924] evm: security.SMACK64EXEC (disabled)
[2024-09-06 01:19:47] [ 0.636932] evm: security.SMACK64TRANSMUTE (disabled)
[2024-09-06 01:19:47] [ 0.636939] evm: security.SMACK64MMAP (disabled)
[2024-09-06 01:19:47] [ 0.636947] evm: security.apparmor
[2024-09-06 01:19:47] [ 0.636953] evm: security.ima
[2024-09-06 01:19:47] [ 0.636959] evm: security.capability
[2024-09-06 01:19:47] [ 0.636965] evm: HMAC attrs: 0x1
[2024-09-06 01:19:47] [ 0.654571] alg: No test for 842 (842-scomp)
[2024-09-06 01:19:47] [ 0.654619] alg: No test for 842 (842-generic)
[2024-09-06 01:19:47] [ 0.728652] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[2024-09-06 01:19:47] [ 0.808910] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[2024-09-06 01:19:47] [ 0.808924] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[2024-09-06 01:19:47] [ 0.808934] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[2024-09-06 01:19:47] [ 0.808945] xenbus_probe_frontend: Device with no driver: device/vif/0
[2024-09-06 01:19:47] [ 0.809170] hid_bpf: error while preloading HID BPF dispatcher: -22
[2024-09-06 01:19:47] [ 0.809177] RAS: Correctable Errors collector initialized.
[2024-09-06 01:19:47] [ 0.809224] clk: Disabling unused clocks
[2024-09-06 01:19:47] [ 0.809232] PM: genpd: Disabling unused power domains
[2024-09-06 01:19:47] [ 0.820448] Freeing unused decrypted memory: 2028K
[2024-09-06 01:19:47] [ 0.821279] Freeing unused kernel image (initmem) memory: 5384K
[2024-09-06 01:19:47] [ 0.821301] Write protecting the kernel read-only data: 30720k
[2024-09-06 01:19:47] [ 0.821791] Freeing unused kernel image (rodata/data gap) memory: 984K
[2024-09-06 01:19:47] [ 0.821825] Run /init as init process
[2024-09-06 01:19:47] Qubes initramfs script here:
[2024-09-06 01:19:47] [ 0.825947] Invalid max_queues (4), will use default max: 2.
[2024-09-06 01:19:47] [ 0.834740] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2024-09-06 01:19:47] [ 0.839757] xvda: xvda1 xvda2 xvda3
[2024-09-06 01:19:47] [ 0.841048] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2024-09-06 01:19:47] [ 0.843934] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2024-09-06 01:19:47] [ 0.845166] blkfront: xvdd: barrier or flush: disabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2024-09-06 01:19:47] Waiting for /dev/xvda* devices…
[2024-09-06 01:19:47] Qubes: Doing R/W setup for TemplateVM…
[2024-09-06 01:19:48] [ 1.197707] xvdc: xvdc1 xvdc3
[2024-09-06 01:19:48] Setting up swapspace version 1, size = 1073737728 bytes
[2024-09-06 01:19:48] UUID=b626b638-c1d2-4243-9673-53bf4d0a5b04
[2024-09-06 01:19:48] Qubes: done.
[2024-09-06 01:19:48] [ 1.234321] EXT4-fs (xvda3): mounted filesystem 100af57b-22d4-4bfc-9523-c618c2485f3d r/w with ordered data mode. Quota mode: none.
[2024-09-06 01:19:48] Waiting for /dev/xvdd device…
[2024-09-06 01:19:48] [ 1.250916] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[2024-09-06 01:19:48] [ 1.257486] EXT4-fs (xvdd): mounted filesystem 540b2572-5648-4350-ab23-a3201d78ae2a ro with ordered data mode. Quota mode: none.
[2024-09-06 01:19:48] mount: can’t read ‘/proc/mounts’: No such file or directory
[2024-09-06 01:19:48] .[!p.]104a.[?7h[ 1.428316] systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[2024-09-06 01:19:48] [ 1.428427] systemd[1]: Detected virtualization xen.
[2024-09-06 01:19:48] [ 1.428456] systemd[1]: Detected architecture x86-64.
[2024-09-06 01:19:48]
[2024-09-06 01:19:48] Welcome to .[38;2;23;147;209mArch Linux.[0m!
[2024-09-06 01:19:48]
[2024-09-06 01:19:48] [ 1.433707] systemd[1]: Hostname set to .
[2024-09-06 01:19:48] [ 1.500892] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[2024-09-06 01:19:48] [ 1.618347] Guest personality initialized and is inactive
[2024-09-06 01:19:48] [ 1.618413] VMCI host device registered (name=vmci, major=10, minor=122)
[2024-09-06 01:19:48] [ 1.618424] Initialized host personality
[2024-09-06 01:19:48] [ 1.622096] NET: Registered PF_VSOCK protocol family
[2024-09-06 01:19:48] [ 1.903489] systemd[1]: /usr/lib/systemd/system/qubes-gui-agent.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[2024-09-06 01:19:48] [ 1.908426] systemd[1]: /etc/systemd/system/getty@tty1.service.d/autologin.conf:3: Ignoring unknown escape sequences: “-f -p – \u”
[2024-09-06 01:19:48] [ 1.909179] systemd[1]: Queued start job for default target Multi-User System.
[2024-09-06 01:19:48] [ 1.921103] systemd[1]: Created slice Slice /system/dirmngr.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/dirmngr.[0m.
[2024-09-06 01:19:48] [ 1.921415] systemd[1]: Created slice Slice /system/getty.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/getty.[0m.
[2024-09-06 01:19:48] [ 1.921637] systemd[1]: Created slice Slice /system/gpg-agent.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/gpg-agent.[0m.
[2024-09-06 01:19:48] [ 1.921846] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/gpg-agent-browser.[0m.
[2024-09-06 01:19:48] [ 1.922049] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/gpg-agent-extra.[0m.
[2024-09-06 01:19:48] [ 1.922254] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/gpg-agent-ssh.[0m.
[2024-09-06 01:19:48] [ 1.922474] systemd[1]: Created slice Slice /system/keyboxd.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/keyboxd.[0m.
[2024-09-06 01:19:48] [ 1.922684] systemd[1]: Created slice Slice /system/modprobe.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/modprobe.[0m.
[2024-09-06 01:19:48] [ 1.922897] systemd[1]: Created slice Slice /system/serial-getty.
[2024-09-06 01:19:48] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/serial-getty.[0m.
[2024-09-06 01:19:48] [ 1.923063] systemd[1]: Created slice User and Session Slice.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Created slice .[0;1;39mUser and Session Slice.[0m.
[2024-09-06 01:19:49] [ 1.923145] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Started .[0;1;39mDispatch Password Requests to Console Directory Watch.[0m.
[2024-09-06 01:19:49] [ 1.923203] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Started .[0;1;39mForward Password Requests to Wall Directory Watch.[0m.
[2024-09-06 01:19:49] [ 1.923327] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Set up automount .[0;1;39mArbitrary Executa…ormats File System Automount Point.[0m.
[2024-09-06 01:19:49] [ 1.923391] systemd[1]: Expecting device /dev/hvc0…
[2024-09-06 01:19:49] Expecting device .[0;1;39m/dev/hvc0.[0m…
[2024-09-06 01:19:49] [ 1.923424] systemd[1]: Expecting device /dev/xvdc1…
[2024-09-06 01:19:49] Expecting device .[0;1;39m/dev/xvdc1.[0m…
[2024-09-06 01:19:49] [ 1.923459] systemd[1]: Reached target Local Encrypted Volumes.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Reached target .[0;1;39mLocal Encrypted Volumes.[0m.
[2024-09-06 01:19:49] [ 1.923499] systemd[1]: Reached target Local Integrity Protected Volumes.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Reached target .[0;1;39mLocal Integrity Protected Volumes.[0m.
[2024-09-06 01:19:49] [ 1.923542] systemd[1]: Reached target Path Units.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Reached target .[0;1;39mPath Units.[0m.
[2024-09-06 01:19:49] [ 1.923578] systemd[1]: Reached target Remote File Systems.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Reached target .[0;1;39mRemote File Systems.[0m.
[2024-09-06 01:19:49] [ 1.923614] systemd[1]: Reached target Slice Units.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Reached target .[0;1;39mSlice Units.[0m.
[2024-09-06 01:19:49] [ 1.923662] systemd[1]: Reached target Local Verity Protected Volumes.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Reached target .[0;1;39mLocal Verity Protected Volumes.[0m.
[2024-09-06 01:19:49] [ 1.923751] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mDevice-mapper event daemon FIFOs.[0m.
[2024-09-06 01:19:49] [ 1.924300] systemd[1]: Listening on Boot Entries Service Socket.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mBoot Entries Service Socket.[0m.
[2024-09-06 01:19:49] [ 1.925147] systemd[1]: Listening on Process Core Dump Socket.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mProcess Core Dump Socket.[0m.
[2024-09-06 01:19:49] [ 2.106123] systemd[1]: Listening on Credential Encryption/Decryption.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mCredential Encryption/Decryption.[0m.
[2024-09-06 01:19:49] [ 2.106262] systemd[1]: Listening on Journal Socket (/dev/log).
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mJournal Socket (/dev/log).[0m.
[2024-09-06 01:19:49] [ 2.106359] systemd[1]: Listening on Journal Sockets.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mJournal Sockets.[0m.
[2024-09-06 01:19:49] [ 2.106427] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[2024-09-06 01:19:49] [ 2.106454] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[2024-09-06 01:19:49] [ 2.108349] systemd[1]: Listening on System Extension Image Management.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mSystem Extension Image Management.[0m.
[2024-09-06 01:19:49] [ 2.108464] systemd[1]: Listening on udev Control Socket.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mudev Control Socket.[0m.
[2024-09-06 01:19:49] [ 2.108541] systemd[1]: Listening on udev Kernel Socket.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mudev Kernel Socket.[0m.
[2024-09-06 01:19:49] [ 2.108614] systemd[1]: Listening on User Database Manager Socket.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Listening on .[0;1;39mUser Database Manager Socket.[0m.
[2024-09-06 01:19:49] [ 2.109492] systemd[1]: Mounting Huge Pages File System…
[2024-09-06 01:19:49] Mounting .[0;1;39mHuge Pages File System.[0m…
[2024-09-06 01:19:49] [ 2.110311] systemd[1]: Mounting POSIX Message Queue File System…
[2024-09-06 01:19:49] Mounting .[0;1;39mPOSIX Message Queue File System.[0m…
[2024-09-06 01:19:49] [ 2.111472] systemd[1]: Mounting Kernel Debug File System…
[2024-09-06 01:19:49] Mounting .[0;1;39mKernel Debug File System.[0m…
[2024-09-06 01:19:49] [ 2.114368] systemd[1]: Mounting Kernel Trace File System…
[2024-09-06 01:19:49] Mounting .[0;1;39mKernel Trace File System.[0m…
[2024-09-06 01:19:49] [ 2.114972] systemd[1]: Starting Enable swap on /dev/xvdc1 early…
[2024-09-06 01:19:49] Starting .[0;1;39mEnable swap on /dev/xvdc1 early.[0m…
[2024-09-06 01:19:49] [ 2.115496] systemd[1]: Starting Create List of Static Device Nodes…
[2024-09-06 01:19:49] Starting .[0;1;39mCreate List of Static Device Nodes.[0m…
[2024-09-06 01:19:49] [ 2.115580] systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
[2024-09-06 01:19:49] [ 2.116400] systemd[1]: Starting Load Kernel Module configfs…
[2024-09-06 01:19:49] Starting .[0;1;39mLoad Kernel Module configfs.[0m…
[2024-09-06 01:19:49] [ 2.119920] systemd[1]: Starting Load Kernel Module dm_mod…
[2024-09-06 01:19:49] Starting .[0;1;39mLoad Kernel Module dm_mod.[0m…
[2024-09-06 01:19:49] [ 2.120565] systemd[1]: Starting Load Kernel Module drm…
[2024-09-06 01:19:49] Starting .[0;1;39mLoad Kernel Module drm.[0m…
[2024-09-06 01:19:49] [ 2.123755] systemd[1]: Starting Load Kernel Module fuse…
[2024-09-06 01:19:49] Starting .[0;1;39mLoad Kernel Module fuse.[0m…
[2024-09-06 01:19:49] [ 2.125494] systemd[1]: Starting Load Kernel Module loop…
[2024-09-06 01:19:49] Starting .[0;1;39mLoad Kernel Module loop.[0m…
[2024-09-06 01:19:49] [ 2.128426] Adding 1048572k swap on /dev/xvdc1. Priority:-2 extents:1 across:1048572k SS
[2024-09-06 01:19:49] [ 2.132266] systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
[2024-09-06 01:19:49] [ 2.132315] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[2024-09-06 01:19:49] [ 2.132579] loop: module loaded
[2024-09-06 01:19:49] [ 2.136270] systemd[1]: Starting Load Kernel Modules…
[2024-09-06 01:19:49] Starting .[0;1;39mLoad Kernel Modules.[0m…
[2024-09-06 01:19:49] [ 2.136327] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[2024-09-06 01:19:49] [ 2.136464] fuse: init (API version 7.40)
[2024-09-06 01:19:49] [ 2.136814] systemd[1]: Starting Remount Root and Kernel File Systems…
[2024-09-06 01:19:49] Starting .[0;1;39mRemount Root and Kernel File Systems.[0m…
[2024-09-06 01:19:49] [ 2.136888] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[2024-09-06 01:19:49] [ 2.309928] systemd[1]: Starting Load udev Rules from Credentials…
[2024-09-06 01:19:49] Starting .[0;1;39mLoad udev Rules from Credentials.[0m…
[2024-09-06 01:19:49] [ 2.312396] systemd[1]: Starting Coldplug All udev Devices…
[2024-09-06 01:19:49] Starting .[0;1;39mColdplug All udev Devices.[0m…
[2024-09-06 01:19:49] [ 2.315495] systemd[1]: Condition check resulted in /dev/xvdc1 being skipped.
[2024-09-06 01:19:49] [ 2.315531] systemd[1]: Unnecessary job was removed for /dev/xvdc1.
[2024-09-06 01:19:49] [ 2.316034] systemd[1]: Mounted Huge Pages File System.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Mounted .[0;1;39mHuge Pages File System.[0m.
[2024-09-06 01:19:49] [ 2.316140] systemd[1]: Mounted POSIX Message Queue File System.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Mounted .[0;1;39mPOSIX Message Queue File System.[0m.
[2024-09-06 01:19:49] [ 2.316223] systemd[1]: Mounted Kernel Debug File System.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Mounted .[0;1;39mKernel Debug File System.[0m.
[2024-09-06 01:19:49] [ 2.316317] systemd[1]: Mounted Kernel Trace File System.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Mounted .[0;1;39mKernel Trace File System.[0m.
[2024-09-06 01:19:49] [ 2.316466] systemd[1]: dev-xvdc1-swap.service: Deactivated successfully.
[2024-09-06 01:19:49] [ 2.316569] systemd[1]: Finished Enable swap on /dev/xvdc1 early.
[2024-09-06 01:19:49] [ 2.318044] xen:xen_evtchn: Event-channel device installed
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mEnable swap on /dev/xvdc1 early.[0m.
[2024-09-06 01:19:49] [ 2.318570] systemd[1]: Finished Create List of Static Device Nodes.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mCreate List of Static Device Nodes.[0m.
[2024-09-06 01:19:49] [ 2.318716] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[2024-09-06 01:19:49] [ 2.318797] systemd[1]: Finished Load Kernel Module configfs.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mLoad Kernel Module configfs.[0m.
[2024-09-06 01:19:49] [ 2.318947] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[2024-09-06 01:19:49] [ 2.319091] systemd[1]: Finished Load Kernel Module dm_mod.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mLoad Kernel Module dm_mod.[0m.
[2024-09-06 01:19:49] [ 2.319253] systemd[1]: modprobe@drm.service: Deactivated successfully.
[2024-09-06 01:19:49] [ 2.319386] systemd[1]: Finished Load Kernel Module drm.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mLoad Kernel Module drm.[0m.
[2024-09-06 01:19:49] [ 2.319506] EXT4-fs (xvda3): re-mounted 100af57b-22d4-4bfc-9523-c618c2485f3d r/w. Quota mode: none.
[2024-09-06 01:19:49] [ 2.319566] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[2024-09-06 01:19:49] [ 2.321753] systemd[1]: Finished Load Kernel Module fuse.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mLoad Kernel Module fuse.[0m.
[2024-09-06 01:19:49] [ 2.322246] systemd[1]: modprobe@loop.service: Deactivated successfully.
[2024-09-06 01:19:49] [ 2.322412] systemd[1]: Finished Load Kernel Module loop.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mLoad Kernel Module loop.[0m.
[2024-09-06 01:19:49] [ 2.322895] systemd[1]: Finished Remount Root and Kernel File Systems.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mRemount Root and Kernel File Systems.[0m.
[2024-09-06 01:19:49] [ 2.323099] systemd[1]: Reached target Swaps.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Reached target .[0;1;39mSwaps.[0m.
[2024-09-06 01:19:49] [ 2.324424] systemd[1]: Mounting FUSE Control File System…
[2024-09-06 01:19:49] Mounting .[0;1;39mFUSE Control File System.[0m…
[2024-09-06 01:19:49] [ 2.326733] systemd[1]: Mounting Kernel Configuration File System…
[2024-09-06 01:19:49] Mounting .[0;1;39mKernel Configuration File System.[0m…
[2024-09-06 01:19:49] [ 2.330578] systemd[1]: Mounting Temporary Directory /tmp…
[2024-09-06 01:19:49] Mounting .[0;1;39mTemporary Directory /tmp.[0m…
[2024-09-06 01:19:49] [ 2.331677] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[2024-09-06 01:19:49] [ 2.332453] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[2024-09-06 01:19:49] [ 2.337358] systemd[1]: Starting Create Static Device Nodes in /dev gracefully…
[2024-09-06 01:19:49] Starting .[0;1;39mCreate Static Device Nodes in /dev gracefully.[0m…
[2024-09-06 01:19:49] [ 2.504285] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[2024-09-06 01:19:49] [ 2.505366] systemd[1]: Finished Load udev Rules from Credentials.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mLoad udev Rules from Credentials.[0m.
[2024-09-06 01:19:49] [ 2.506433] systemd[1]: Finished Coldplug All udev Devices.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mColdplug All udev Devices.[0m.
[2024-09-06 01:19:49] [ 2.506830] systemd[1]: Mounted FUSE Control File System.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Mounted .[0;1;39mFUSE Control File System.[0m.
[2024-09-06 01:19:49] [ 2.506972] systemd[1]: Mounted Kernel Configuration File System.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Mounted .[0;1;39mKernel Configuration File System.[0m.
[2024-09-06 01:19:49] [ 2.507054] systemd[1]: Mounted Temporary Directory /tmp.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Mounted .[0;1;39mTemporary Directory /tmp.[0m.
[2024-09-06 01:19:49] [ 2.557666] systemd[1]: Starting User Database Manager…
[2024-09-06 01:19:49] Starting .[0;1;39mUser Database Manager.[0m…
[2024-09-06 01:19:49] [ 2.565527] systemd[1]: Finished Load Kernel Modules.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mLoad Kernel Modules.[0m.
[2024-09-06 01:19:49] [ 2.567215] systemd[1]: Starting Qubes DB agent…
[2024-09-06 01:19:49] Starting .[0;1;39mQubes DB agent.[0m…
[2024-09-06 01:19:49] [ 2.569729] systemd[1]: Starting Apply Kernel Variables…
[2024-09-06 01:19:49] Starting .[0;1;39mApply Kernel Variables.[0m…
[2024-09-06 01:19:49] [ 2.593501] systemd[1]: Started User Database Manager.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Started .[0;1;39mUser Database Manager.[0m.
[2024-09-06 01:19:49] [ 2.600020] systemd[1]: Finished Apply Kernel Variables.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mApply Kernel Variables.[0m.
[2024-09-06 01:19:49] [ 2.623981] systemd[1]: Started Qubes DB agent.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Started .[0;1;39mQubes DB agent.[0m.
[2024-09-06 01:19:49] [ 2.625061] systemd[1]: Starting Early Qubes VM settings…
[2024-09-06 01:19:49] Starting .[0;1;39mEarly Qubes VM settings.[0m…
[2024-09-06 01:19:49] [ 2.628339] systemd[1]: Starting Init Qubes Services settings…
[2024-09-06 01:19:49] Starting .[0;1;39mInit Qubes Services settings.[0m…
[2024-09-06 01:19:49] [ 2.637951] systemd[1]: Starting Load/Save OS Random Seed…
[2024-09-06 01:19:49] Starting .[0;1;39mLoad/Save OS Random Seed.[0m…
[2024-09-06 01:19:49] [ 2.645670] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mCreate Static Device Nodes in /dev gracefully.[0m.
[2024-09-06 01:19:49] [ 2.645807] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[2024-09-06 01:19:49] [ 2.647006] systemd[1]: Starting Create Static Device Nodes in /dev…
[2024-09-06 01:19:49] Starting .[0;1;39mCreate Static Device Nodes in /dev.[0m…
[2024-09-06 01:19:49] [ 2.668150] systemd[1]: Finished Create Static Device Nodes in /dev.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mCreate Static Device Nodes in /dev.[0m.
[2024-09-06 01:19:49] [ 2.668302] systemd[1]: Reached target Preparation for Local File Systems.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Reached target .[0;1;39mPreparation for Local File Systems.[0m.
[2024-09-06 01:19:49] [ 2.668361] systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
[2024-09-06 01:19:49] [ 2.669289] systemd[1]: Starting Journal Service…
[2024-09-06 01:19:49] Starting .[0;1;39mJournal Service.[0m…
[2024-09-06 01:19:49] [ 2.670229] systemd[1]: Starting Rule-based Manager for Device Events and Files…
[2024-09-06 01:19:49] Starting .[0;1;39mRule-based Manager for Device Events and Files.[0m…
[2024-09-06 01:19:49] [ 2.682841] systemd[1]: Finished Init Qubes Services settings.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mInit Qubes Services settings.[0m.
[2024-09-06 01:19:49] [ 2.684452] systemd[1]: Starting Initialize and mount /rw and /home…
[2024-09-06 01:19:49] Starting .[0;1;39mInitialize and mount /rw and /home.[0m…
[2024-09-06 01:19:49] [ 2.685687] systemd[1]: Starting Adjust root filesystem size…
[2024-09-06 01:19:49] Starting .[0;1;39mAdjust root filesystem size.[0m…
[2024-09-06 01:19:49] [ 2.709174] systemd[1]: Finished Load/Save OS Random Seed.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mLoad/Save OS Random Seed.[0m.
[2024-09-06 01:19:49] [ 2.709338] systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
[2024-09-06 01:19:49] [ 2.713832] systemd-journald[302]: Collecting audit messages is disabled.
[2024-09-06 01:19:49] [ 2.718615] systemd[1]: Started Journal Service.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Started .[0;1;39mJournal Service.[0m.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mEarly Qubes VM settings.[0m.
[2024-09-06 01:19:49] Starting .[0;1;39mFlush Journal to Persistent Storage.[0m…
[2024-09-06 01:19:49] [ 2.743109] systemd-journald[302]: Received client request to flush runtime journal.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mAdjust root filesystem size.[0m.
[2024-09-06 01:19:49] [ 2.796731] EXT4-fs (xvdb): mounted filesystem c843929b-487b-4a81-93c6-b865c41a3402 r/w with ordered data mode. Quota mode: none.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Started .[0;1;39mRule-based Manager for Device Events and Files.[0m.
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Found device .[0;1;39m/dev/hvc0.[0m.
[2024-09-06 01:19:49] [ 2.859207] input: PC Speaker as /devices/platform/pcspkr/input/input0
[2024-09-06 01:19:49] [.[0;32m OK .[0m] Finished .[0;1;39mInitialize and mount /rw and /home.[0m.
[2024-09-06 01:19:49] [ 2.910114] Error: Driver ‘pcspkr’ is already registered, aborting…
[2024-09-06 01:19:49] [ 2.923820] xen_netfront: Initialising Xen virtual ethernet driver
[2024-09-06 01:19:49] [ 2.926456] xen_netfront: backend supports XDP headroom
[2024-09-06 01:19:49] [ 2.926469] vif vif-0: bouncing transmitted data to zeroed pages
[2024-09-06 01:19:49] Starting .[0;1;39mVirtual Console Setup.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mFlush Journal to Persistent Storage.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mCreate System Files and Directories.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mVirtual Console Setup.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mEnable swap on /dev/xvdc1 early.[0m…
[2024-09-06 01:19:50] Starting .[0;1;39mLoad Kernel Module dm_mod.[0m…
[2024-09-06 01:19:50] Starting .[0;1;39mLoad Kernel Module loop.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Created slice .[0;1;39mSlice /system/qubes-network-uplink.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mEnable swap on /dev/xvdc1 early.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mLoad Kernel Module dm_mod.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mLoad Kernel Module loop.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mCreate System Files and Directories.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mSystem Time Set.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mRecord System Boot/Shutdown in UTMP.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mRecord System Boot/Shutdown in UTMP.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mSystem Initialization.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mRefresh existing PGP keys of archlinux-keyring regularly.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mUpdate system time each 6h.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mPeriodically check for updates.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mDaily verification of password and group files.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mDaily Cleanup of Temporary Directories.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mTimer Units.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mD-Bus System Message Bus Socket.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mGnuPG network certifi…ent daemon for /etc/pacman.d/gnupg.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mGnuPG cryptographic a… browsers) for /etc/pacman.d/gnupg.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mGnuPG cryptographic a…estricted) for /etc/pacman.d/gnupg.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mGnuPG cryptographic a…emulation) for /etc/pacman.d/gnupg.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mGnuPG cryptographic a…rase cache for /etc/pacman.d/gnupg.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mGnuPG public key mana…nt service for /etc/pacman.d/gnupg.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mOpenSSH Server Socket…temd-ssh-generator, AF_UNIX Local).[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mOpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK).[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mSSH Access Available.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Listening on .[0;1;39mHostname Service Socket.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mSocket Units.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mD-Bus System Message Bus.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mD-Bus System Message Bus.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mBasic System.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mQubes anti-spoofing firewall rules.[0m…
[2024-09-06 01:19:50] Starting .[0;1;39mQubes memory information reporter.[0m…
[2024-09-06 01:19:50] Starting .[0;1;39mQubes network uplink wait.[0m…
[2024-09-06 01:19:50] Starting .[0;1;39mUser Login Management.[0m…
[2024-09-06 01:19:50] Starting .[0;1;39mXen driver domain device daemon.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mVerify integrity of password and group files.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mQubes memory information reporter.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mQubes anti-spoofing firewall rules.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mQubes base firewall settings.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mXen driver domain device daemon.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mUser Login Management.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mQubes base firewall settings.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mPreparation for Network.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mQubes network uplink (eth0) setup.[0m…
[2024-09-06 01:19:50] Starting .[0;1;39mQubes misc post-boot actions.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mQubes misc post-boot actions.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mQubes network uplink (eth0) setup.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mQubes network uplink wait.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mNetwork.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mPermit User Sessions.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Finished .[0;1;39mPermit User Sessions.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mGetty on tty1.[0m.
[2024-09-06 01:19:50] Starting .[0;1;39mQubes GUI Agent.[0m…
[2024-09-06 01:19:50] Starting .[0;1;39mQubes remote exec agent.[0m…
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mSerial Getty on hvc0.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mLogin Prompts.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mQubes remote exec agent.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Started .[0;1;39mQubes GUI Agent.[0m.
[2024-09-06 01:19:50] [.[0;32m OK .[0m] Reached target .[0;1;39mMulti-User System.[0m.
[2024-09-06 01:19:50] [ 3.328815] fbcon: Taking over console
[2024-09-06 01:19:50] [ 3.582394] Fallback order for Node 0: 0
[2024-09-06 01:19:50] [ 3.582398] Built 1 zonelists, mobility grouping on. Total pages: 222846
[2024-09-06 01:19:50] [ 3.582419] Policy zone: Normal
[2024-09-06 01:19:51]
[2024-09-06 01:19:51] Arch Linux 6.9.10-1.qubes.fc37.x86_64 (hvc0)
[2024-09-06 01:19:51]
[2024-09-06 01:19:51] archlinux login:

A few errors that I don’t understand… but both in HVM mode as in PVH mode it ends in “hostname login:”, yet in HVM mode it opens a terminal, while in PVH mode seemingly nothing happens (the same when I open firefox or thunar, nothing appears on the screen).
What am I missing? Thanks!

The logs didn’t give me any clues.
You can connect to the qube’s console using qvm-console-dispvm CLI tool in dom0 terminal and then check what’s wrong in the qube itself.
Maybe it’s some problem with Xorg config or Qubes GUI agent service.

Can’t you upgrade these templates to the new versions?

the qvm-console-dispvm gives me a login prompt I can’t seem to get past.

Thinking about what may have happened… I think I broke my template by doing a cleanup pacman -Sc while in HVM mode, and it may have removed something PVH needed, I dunno.

Running in HVM mode, I did a sudo pacman -Qnq | sudo pacman -S - but then rebooting in PVH mode, I can’t get past the login prompt.
In Qube Manager “Run command in qube” returns Command 'sudo pacman -Qnq | sudo pacman -S -' returned non-zero exit status 1.

At this point I’m happy to start again with the template form the community-testing repository, and treat this as a learning experience, as archlinux is new to me.
And now I’m doubting if this template worked in PVH mode before, or whether the qubes using it ran in HVM mode.

I’ll keep the template for a couple months or so if anyone want me to test something.

Thanks @apparatus

Oh… I didn’t think of that…
When I first started with linux (Ubuntu, 2 decades ago), I broke my system a few times with dist-upgrades… hence I never thought of it again…

You can login as user or root user.

1 Like

Oh my flippin god!
I’m so used to never ever having to log in to any VM… I got stuck by that? OMFG! * knocking head against the wall *

/me walking away with tail between legs… hoping no one noticed…

Thanks @apparatus

@fsflover those memes are addictive… oh so many apply… =]

1 Like

Ok, I have been fiddling around a little bit today, and I think I never ran the template in PVH mode after setting up the HVM mode after all.

As a test, I started over with archlinux template from community-testing, basically did:

sudo pacman -Rs firefox thunderbird
sudo pacman -Syyu
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman -S archlinux-keyring
sudo pacman -S linux linux-headers qubes-vm-kernel-support linux-lts linux-lts-headers nvidia-lts
sudo grub-install /dev/xvda

#reboot local kernel, passing through NVIDIA controller

sudo pacman -S nvidia nvidia-utils nvidia-settings nvidia-lts fuse
sudo pacman -Syu
sudo pacman -Scc

Then I tried to put the kernel back to 6.1.3-1.fc37, but then the same problems arise as in my original post (which I think is due to xfce4 not being able to run as cannot open display: :0 as it is already running.)
I think a solution could be to set up the template as a dual-boot system (same system, dual booting different kernels). But I have no idea how, and it would complicate the updating process.
So I’ll opt for 2 templates, one semi-minimal that runs AI in a disposable without internet access, and a bloated one for everything else.

I’m sorry for my stupid question in OP, but I hope it was entertaining =]
Thanks @apparatus & @fsflover for educating and entertaining me ^-^

1 Like