New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel panic while loading HVM machines on a clean Qubes 4.0 #3911

Open
evilaliv3 opened this Issue May 19, 2018 · 7 comments

Comments

Projects
None yet
3 participants
@evilaliv3

evilaliv3 commented May 19, 2018

I tried to create two HVM machines on a clean Qubes 4.0 setup.
The laptop used for this test is a Thinkpad T480.
For creating the VMs i've followed the official guideline for the Windows Trial that you provide in the documentation (with few adjustments required as dd has to be used for handling sparse files).
In alternative i've also tried to install an ubuntu 18.04 as HVM setup just to identify if the issue was in my procedure or in windows. In this second test i was trying to boot using the ISO.

Here follows the log of the Windows HVM boot:

[    0.000000] Linux version 4.14.35-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Sat Apr 21 15:51:26 UTC 2018
[    0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000ff000-0x00000000000fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000fa0003ff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc007fff] ACPI data
[    0.000000] x86/PAT: PAT support disabled.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.8.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: No reference (HPET/PMTIMER) available
[    0.000000] e820: last_pfn = 0xfa000 max_arch_pfn = 0x400000000
[    0.000000] MTRR: Disabled
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x02aa5000-0x039e6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FFFC0 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC007F70 000034 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC007D70 00010C (v05 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC001050 006C9B (v05 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: APIC 0x00000000FC007E80 00003C (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000000f9ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xf9fd5000-0xf9ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000f9ffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000f9ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000000f9ffffff]
[    0.000000] ACPI: No IOAPIC entries present
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xfc008000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen PVH
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: fast init done
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @ffff8800f9c00000 s139864 r8192 d32168 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1007881
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 3986596K/4095612K available (12300K kernel code, 1394K rwdata, 3756K rodata, 2536K init, 1280K bss, 109016K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35244 entries in 138 pages
[    0.001000] Hierarchical RCU implementation.
[    0.001000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.001000] 	Tasks RCU enabled.
[    0.001000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.001000] Using NULL legacy PIC
[    0.001000] NR_IRQS: 4352, nr_irqs: 48, preallocated irqs: 0
[    0.001000] xen:events: Using FIFO-based ABI
[    0.001000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.001000] 	Offload RCU callbacks from CPUs: .
[    0.001000] Console: colour dummy device 80x25
[    0.001000] console [hvc0] enabled
[    0.001000] tsc: Fast TSC calibration failed
[    0.001000] tsc: Unable to calibrate against PIT
[    0.001000] tsc: No reference (HPET/PMTIMER) available
[    0.001000] tsc: Detected 1992.125 MHz processor
[    0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.25 BogoMIPS (lpj=1992125)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001000] ACPI: Core revision 20170728
[    0.001000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.001000] ACPI: setting ELCR to 0200 (from ffff)
[    0.001000] Security Framework initialized
[    0.001000] Yama: becoming mindful.
[    0.001000] AppArmor: AppArmor disabled by boot time parameter
[    0.001000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] CPU: Physical Processor ID: 0
[    0.001000] CPU: Processor Core ID: 0
[    0.001000] mce: CPU supports 2 MCE banks
[    0.001000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.001000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.001000] Spectre V2 : Mitigation: Full generic retpoline
[    0.001000] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.001000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.001000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.001000] Freeing SMP alternatives memory: 28K
[    0.001000] smpboot: Max logical packages: 1
[    0.001000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.001000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.001000] installing Xen timer for CPU 0
[    0.001000] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.001000] cpu 0 spinlock event irq 5
[    0.001000] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.001527] Hierarchical SRCU implementation.
[    0.001968] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.001981] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.002050] smp: Bringing up secondary CPUs ...
[    0.002136] installing Xen timer for CPU 1
[    0.002178] x86: Booting SMP configuration:
[    0.002185] .... node  #0, CPUs:      #1
[    0.002620] cpu 1 spinlock event irq 11
[    0.002620] smp: Brought up 1 node, 2 CPUs
[    0.002620] smpboot: Total of 2 processors activated (7968.50 BogoMIPS)
[    0.003193] devtmpfs: initialized
[    0.003193] x86/mm: Memory block size: 128MB
[    0.004020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.004041] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.004116] pinctrl core: initialized pinctrl subsystem
[    0.024076] RTC time: 165:165:165, date: 165/165/65
[    0.025015] NET: Registered protocol family 16
[    0.025043] xen:grant_table: Grant tables using version 1 layout
[    0.025069] Grant table initialized
[    0.025245] cpuidle: using governor menu
[    0.025245] ACPI: bus type PCI registered
[    0.026016] PCI: Fatal: No config space access function found
[    0.027039] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.027039] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.027085] ACPI: Added _OSI(Module Device)
[    0.027088] ACPI: Added _OSI(Processor Device)
[    0.027097] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.027105] ACPI: Added _OSI(Processor Aggregator Device)
[    0.027163] ACPI: SCI (ACPI GSI 9) not registered
[    0.032198] ACPI: Interpreter enabled
[    0.032212] ACPI: (supports S0)
[    0.032220] ACPI: Using platform specific model for interrupt routing
[    0.032245] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.032283] ACPI: GPE 0x02 active on init
[    0.032295] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.037384] xen:balloon: Initialising balloon driver
[    0.037384] acpi LNXCPU:02: Still not present
[    0.037384] acpi LNXCPU:03: Still not present
[    0.037384] acpi LNXCPU:04: Still not present
[    0.037384] acpi LNXCPU:05: Still not present
[    0.037384] acpi LNXCPU:06: Still not present
[    0.037384] acpi LNXCPU:07: Still not present
[    0.037384] acpi LNXCPU:08: Still not present
[    0.037384] acpi LNXCPU:09: Still not present
[    0.037384] acpi LNXCPU:0a: Still not present
[    0.037384] acpi LNXCPU:0b: Still not present
[    0.037384] acpi LNXCPU:0c: Still not present
[    0.037384] acpi LNXCPU:0d: Still not present
[    0.037384] acpi LNXCPU:0e: Still not present
[    0.037401] acpi LNXCPU:0f: Still not present
[    0.037430] acpi LNXCPU:10: Still not present
[    0.037451] acpi LNXCPU:11: Still not present
[    0.037487] acpi LNXCPU:12: Still not present
[    0.037503] acpi LNXCPU:13: Still not present
[    0.037518] acpi LNXCPU:14: Still not present
[    0.037541] acpi LNXCPU:15: Still not present
[    0.037558] acpi LNXCPU:16: Still not present
[    0.037580] acpi LNXCPU:17: Still not present
[    0.037595] acpi LNXCPU:18: Still not present
[    0.038017] acpi LNXCPU:1a: Still not present
[    0.038041] acpi LNXCPU:1b: Still not present
[    0.038057] acpi LNXCPU:1c: Still not present
[    0.038080] acpi LNXCPU:1d: Still not present
[    0.038101] acpi LNXCPU:1e: Still not present
[    0.038117] acpi LNXCPU:1f: Still not present
[    0.038131] acpi LNXCPU:20: Still not present
[    0.038155] acpi LNXCPU:22: Still not present
[    0.038194] acpi LNXCPU:23: Still not present
[    0.038211] acpi LNXCPU:24: Still not present
[    0.038226] acpi LNXCPU:25: Still not present
[    0.038241] acpi LNXCPU:26: Still not present
[    0.038256] acpi LNXCPU:27: Still not present
[    0.038271] acpi LNXCPU:28: Still not present
[    0.038286] acpi LNXCPU:29: Still not present
[    0.045007] vgaarb: loaded
[    0.045247] SCSI subsystem initialized
[    0.051059] ACPI: bus type USB registered
[    0.051190] usbcore: registered new interface driver usbfs
[    0.051205] usbcore: registered new interface driver hub
[    0.051227] usbcore: registered new device driver usb
[    0.051339] EDAC MC: Ver: 3.0.0
[    0.052056] dmi: Firmware registration failed.
[    0.052155] PCI: Using ACPI for IRQ routing
[    0.052172] PCI: System does not support PCI
[    0.052307] NetLabel: Initializing
[    0.052319] NetLabel:  domain hash size = 128
[    0.052339] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.052423] NetLabel:  unlabeled traffic allowed by default
[    0.052603] clocksource: Switched to clocksource xen
[    0.228929] VFS: Disk quotas dquot_6.6.0
[    0.228971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.229085] pnp: PnP ACPI init
[    0.229142] pnp: PnP ACPI: found 0 devices
[    0.231562] NET: Registered protocol family 2
[    0.231720] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.232050] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.233279] TCP: Hash tables configured (established 32768 bind 32768)
[    0.233435] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.233515] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.233668] NET: Registered protocol family 1
[    0.233725] Unpacking initramfs...
[    0.244036] Freeing initrd memory: 15624K
[    0.246400] audit: initializing netlink subsys (disabled)
[    0.248338] Initialise system trusted keyrings
[    0.248561] Key type blacklist registered
[    0.248749] audit: type=2000 audit(1526755303.495:1): state=initialized audit_enabled=0 res=1
[    0.250042] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.251172] zbud: loaded
[    0.624393] NET: Registered protocol family 38
[    0.624409] Key type asymmetric registered
[    0.624418] Asymmetric key parser 'x509' registered
[    0.624469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.624505] io scheduler noop registered
[    0.624515] io scheduler deadline registered
[    0.624556] io scheduler cfq registered (default)
[    0.624566] io scheduler mq-deadline registered
[    0.624762] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.625546] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.628036] Non-volatile memory driver v1.3
[    0.628060] Linux agpgart interface v0.103
[    0.628369] libphy: Fixed MDIO Bus: probed
[    0.628449] usbcore: registered new interface driver usbserial
[    0.628481] usbcore: registered new interface driver usbserial_generic
[    0.628504] usbserial: USB Serial support registered for generic
[    0.628539] i8042: PNP: No PS/2 controller found.
[    0.628583] mousedev: PS/2 mouse device common for all mice
[    0.628745] device-mapper: uevent: version 1.0.3
[    0.628874] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.628983] dmi-sysfs: dmi entry is absent.
[    0.628998] hidraw: raw HID events driver (C) Jiri Kosina
[    0.629040] usbcore: registered new interface driver usbhid
[    0.629048] usbhid: USB HID core driver
[    0.629124] drop_monitor: Initializing network drop monitor service
[    0.629295] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.634512] Initializing XFRM netlink socket
[    0.634634] NET: Registered protocol family 10
[    0.636974] Segment Routing with IPv6
[    0.637057] mip6: Mobile IPv6
[    0.637144] NET: Registered protocol family 17
[    0.641292] RAS: Correctable Errors collector initialized.
[    0.641309] AVX2 version of gcm_enc/dec engaged.
[    0.641318] AES CTR mode by8 optimization enabled
[    0.649045] sched_clock: Marking stable (649004449, 0)->(1782151271312, -1781502266863)
[    0.650189] registered taskstats version 1
[    0.650308] Loading compiled-in X.509 certificates
[    0.650411] zswap: loaded using pool lzo/zbud
[    0.653574] Key type big_key registered
[    0.654840] Key type encrypted registered
[    0.655027] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    0.655257] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    0.655459] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[    0.655658] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[    0.655855] xenbus_probe_frontend: Device with no driver: device/vbd/51840
[    0.656022] xenbus_probe_frontend: Device with no driver: device/vif/0
[    0.656219]   Magic number: 1:252:3141
[    0.656411] hctosys: unable to open rtc device (rtc0)
[    0.661814] Freeing unused kernel memory: 2536K
[    0.661827] Write protecting the kernel read-only data: 18432k
[    0.664103] Freeing unused kernel memory: 2024K
[    0.664710] Freeing unused kernel memory: 340K
[    0.664724] rodata_test: all tests were successful
Qubes initramfs script here:
[    0.672883] Invalid max_queues (4), will use default max: 2.
[    0.752063] vbd vbd-51840: 19 xenbus_dev_probe on device/vbd/51840
[    0.982234] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.019328] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.055232] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.061534] blkfront: xvdd: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
Waiting for /dev/xvda* devices...
Qubes: Doing R/W setup for TemplateVM...
[    1.123958]  xvdc: xvdc1
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=4591d83c-7455-45ea-a593-cca1b38b1260
Qubes: done.
mount: wrong fs type, bad option, bad superblock on /dev/xvda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Waiting for /dev/xvdd device...
mount: /dev/xvdd is write-protected, mounting read-only
[    1.153153] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[    1.158564] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
[    1.247026] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396e3e524de, max_idle_ns: 881590505976 ns
[    2.012022] random: crng init done
switch_root: failed to mount moving /sysroot to /: Invalid argument
switch_root: failed. Sorry.
[    4.257607] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[    4.257607] 
[    4.257637] CPU: 0 PID: 1 Comm: switch_root Not tainted 4.14.35-1.pvops.qubes.x86_64 #1
[    4.257649] Call Trace:
[    4.257659]  dump_stack+0x5c/0x85
[    4.257668]  panic+0xe4/0x252
[    4.257676]  do_exit+0xba9/0xbb0
[    4.257684]  ? __do_page_fault+0x278/0x4f0
[    4.257694]  do_group_exit+0x3a/0xa0
[    4.257701]  SyS_exit_group+0x10/0x10
[    4.257709]  do_syscall_64+0x74/0x180
[    4.257717]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[    4.257726] RIP: 0033:0x7baaad748bd8
[    4.257732] RSP: 002b:00007ffd483e04d8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[    4.257747] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007baaad748bd8
[    4.257761] RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001
[    4.257773] RBP: 00007baaada38860 R08: 00000000000000e7 R09: ffffffffffffff98
[    4.257785] R10: 0000000000000003 R11: 0000000000000246 R12: 00007baaada38860
[    4.257797] R13: 00007baaada3dc00 R14: 0000000000000000 R15: 0000000000000000
[    4.257929] Kernel Offset: disabled
[    0.000000] Linux version 4.14.35-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Sat Apr 21 15:51:26 UTC 2018
[    0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000ff000-0x00000000000fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000fa0003ff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc007fff] ACPI data
[    0.000000] x86/PAT: PAT support disabled.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.8.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: No reference (HPET/PMTIMER) available
[    0.000000] e820: last_pfn = 0xfa000 max_arch_pfn = 0x400000000
[    0.000000] MTRR: Disabled
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x02aa5000-0x039e6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FFFC0 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC007F70 000034 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC007D70 00010C (v05 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC001050 006C9B (v05 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: APIC 0x00000000FC007E80 00003C (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000000f9ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xf9fd5000-0xf9ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000f9ffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000f9ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000000f9ffffff]
[    0.000000] ACPI: No IOAPIC entries present
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xfc008000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen PVH
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: fast init done
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @ffff8800f9c00000 s139864 r8192 d32168 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1007881
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 3986596K/4095612K available (12300K kernel code, 1394K rwdata, 3756K rodata, 2536K init, 1280K bss, 109016K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35244 entries in 138 pages
[    0.001000] Hierarchical RCU implementation.
[    0.001000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.001000] 	Tasks RCU enabled.
[    0.001000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.001000] Using NULL legacy PIC
[    0.001000] NR_IRQS: 4352, nr_irqs: 48, preallocated irqs: 0
[    0.001000] xen:events: Using FIFO-based ABI
[    0.001000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.001000] 	Offload RCU callbacks from CPUs: .
[    0.001000] Console: colour dummy device 80x25
[    0.001000] console [hvc0] enabled
[    0.001000] tsc: Fast TSC calibration failed
[    0.001000] tsc: Unable to calibrate against PIT
[    0.001000] tsc: No reference (HPET/PMTIMER) available
[    0.001000] tsc: Detected 1992.125 MHz processor
[    0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.25 BogoMIPS (lpj=1992125)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001000] ACPI: Core revision 20170728
[    0.001000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.001000] ACPI: setting ELCR to 0200 (from ffff)
[    0.001000] Security Framework initialized
[    0.001000] Yama: becoming mindful.
[    0.001000] AppArmor: AppArmor disabled by boot time parameter
[    0.001000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] CPU: Physical Processor ID: 0
[    0.001000] CPU: Processor Core ID: 0
[    0.001000] mce: CPU supports 2 MCE banks
[    0.001000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.001000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.001000] Spectre V2 : Mitigation: Full generic retpoline
[    0.001000] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.001000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.001000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.001000] Freeing SMP alternatives memory: 28K
[    0.001000] smpboot: Max logical packages: 1
[    0.001000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.001000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.001000] installing Xen timer for CPU 0
[    0.001000] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.001000] cpu 0 spinlock event irq 5
[    0.001000] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.001622] Hierarchical SRCU implementation.
[    0.002075] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.002089] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.002162] smp: Bringing up secondary CPUs ...
[    0.002251] installing Xen timer for CPU 1
[    0.002294] x86: Booting SMP configuration:
[    0.002301] .... node  #0, CPUs:      #1
[    0.002713] cpu 1 spinlock event irq 11
[    0.002713] smp: Brought up 1 node, 2 CPUs
[    0.002713] smpboot: Total of 2 processors activated (7968.50 BogoMIPS)
[    0.003008] devtmpfs: initialized
[    0.003046] x86/mm: Memory block size: 128MB
[    0.003268] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.003270] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.003334] pinctrl core: initialized pinctrl subsystem
[    0.023521] RTC time: 165:165:165, date: 165/165/65
[    0.024203] NET: Registered protocol family 16
[    0.024224] xen:grant_table: Grant tables using version 1 layout
[    0.024249] Grant table initialized
[    0.024398] cpuidle: using governor menu
[    0.024398] ACPI: bus type PCI registered
[    0.025014] PCI: Fatal: No config space access function found
[    0.026066] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.026066] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.026096] ACPI: Added _OSI(Module Device)
[    0.026105] ACPI: Added _OSI(Processor Device)
[    0.026115] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.026125] ACPI: Added _OSI(Processor Aggregator Device)
[    0.026194] ACPI: SCI (ACPI GSI 9) not registered
[    0.031614] ACPI: Interpreter enabled
[    0.031644] ACPI: (supports S0)
[    0.031654] ACPI: Using platform specific model for interrupt routing
[    0.031691] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.031744] ACPI: GPE 0x02 active on init
[    0.031760] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.036242] acpi LNXCPU:02: Still not present
[    0.036264] acpi LNXCPU:0b: Still not present
[    0.036285] acpi LNXCPU:0c: Still not present
[    0.036319] acpi LNXCPU:0d: Still not present
[    0.036338] acpi LNXCPU:0e: Still not present
[    0.036358] acpi LNXCPU:0f: Still not present
[    0.036397] acpi LNXCPU:10: Still not present
[    0.036418] acpi LNXCPU:16: Still not present
[    0.036440] acpi LNXCPU:17: Still not present
[    0.036461] acpi LNXCPU:18: Still not present
[    0.036482] acpi LNXCPU:1a: Still not present
[    0.036503] acpi LNXCPU:1b: Still not present
[    0.036524] acpi LNXCPU:1c: Still not present
[    0.036545] acpi LNXCPU:1d: Still not present
[    0.036567] acpi LNXCPU:1e: Still not present
[    0.036587] acpi LNXCPU:1f: Still not present
[    0.036606] acpi LNXCPU:20: Still not present
[    0.036627] acpi LNXCPU:22: Still not present
[    0.036648] acpi LNXCPU:23: Still not present
[    0.036669] acpi LNXCPU:24: Still not present
[    0.036690] acpi LNXCPU:25: Still not present
[    0.036715] xen:balloon: Initialising balloon driver
[    0.044769] vgaarb: loaded
[    0.045044] SCSI subsystem initialized
[    0.045209] ACPI: bus type USB registered
[    0.045250] usbcore: registered new interface driver usbfs
[    0.045277] usbcore: registered new interface driver hub
[    0.045315] usbcore: registered new device driver usb
[    0.047021] EDAC MC: Ver: 3.0.0
[    0.049024] dmi: Firmware registration failed.
[    0.051053] PCI: Using ACPI for IRQ routing
[    0.051070] PCI: System does not support PCI
[    0.051240] NetLabel: Initializing
[    0.051256] NetLabel:  domain hash size = 128
[    0.051276] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.051373] NetLabel:  unlabeled traffic allowed by default
[    0.051647] clocksource: Switched to clocksource xen
[    0.077706] VFS: Disk quotas dquot_6.6.0
[    0.077751] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.077868] pnp: PnP ACPI init
[    0.077942] pnp: PnP ACPI: found 0 devices
[    0.082430] NET: Registered protocol family 2
[    0.082755] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.082964] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.083118] TCP: Hash tables configured (established 32768 bind 32768)
[    0.083219] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.083308] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.083449] NET: Registered protocol family 1
[    0.083538] Unpacking initramfs...
[    0.094978] Freeing initrd memory: 15624K
[    0.105337] audit: initializing netlink subsys (disabled)
[    0.105806] Initialise system trusted keyrings
[    0.106043] Key type blacklist registered
[    0.106140] audit: type=2000 audit(1526755353.595:1): state=initialized audit_enabled=0 res=1
[    0.106461] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.107818] zbud: loaded
[    0.498307] NET: Registered protocol family 38
[    0.498322] Key type asymmetric registered
[    0.498330] Asymmetric key parser 'x509' registered
[    0.498391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.498826] io scheduler noop registered
[    0.498838] io scheduler deadline registered
[    0.498902] io scheduler cfq registered (default)
[    0.498916] io scheduler mq-deadline registered
[    0.499675] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.500703] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.503335] Non-volatile memory driver v1.3
[    0.503357] Linux agpgart interface v0.103
[    0.503755] libphy: Fixed MDIO Bus: probed
[    0.503833] usbcore: registered new interface driver usbserial
[    0.503869] usbcore: registered new interface driver usbserial_generic
[    0.503894] usbserial: USB Serial support registered for generic
[    0.503933] i8042: PNP: No PS/2 controller found.
[    0.503982] mousedev: PS/2 mouse device common for all mice
[    0.504143] device-mapper: uevent: version 1.0.3
[    0.504242] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.504338] dmi-sysfs: dmi entry is absent.
[    0.504354] hidraw: raw HID events driver (C) Jiri Kosina
[    0.504395] usbcore: registered new interface driver usbhid
[    0.504405] usbhid: USB HID core driver
[    0.504538] drop_monitor: Initializing network drop monitor service
[    0.504715] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.511779] Initializing XFRM netlink socket
[    0.511916] NET: Registered protocol family 10
[    0.514310] Segment Routing with IPv6
[    0.514424] mip6: Mobile IPv6
[    0.514577] NET: Registered protocol family 17
[    0.519311] RAS: Correctable Errors collector initialized.
[    0.519330] AVX2 version of gcm_enc/dec engaged.
[    0.519339] AES CTR mode by8 optimization enabled
[    0.529161] sched_clock: Marking stable (529006016, 0)->(1832246026253, -1831717020237)
[    0.530381] registered taskstats version 1
[    0.530493] Loading compiled-in X.509 certificates
[    0.530610] zswap: loaded using pool lzo/zbud
[    0.534491] Key type big_key registered
[    0.537203] Key type encrypted registered
[    0.537232] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    0.537244] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    0.537255] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[    0.537267] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[    0.537278] xenbus_probe_frontend: Device with no driver: device/vbd/51840
[    0.537289] xenbus_probe_frontend: Device with no driver: device/vif/0
[    0.537307]   Magic number: 1:252:3141
[    0.537353] hctosys: unable to open rtc device (rtc0)
[    0.541837] Freeing unused kernel memory: 2536K
[    0.541850] Write protecting the kernel read-only data: 18432k
[    0.544309] Freeing unused kernel memory: 2024K
[    0.545130] Freeing unused kernel memory: 340K
[    0.545145] rodata_test: all tests were successful
Qubes initramfs script here:
[    0.554310] Invalid max_queues (4), will use default max: 2.
[    0.608857] vbd vbd-51840: 19 xenbus_dev_probe on device/vbd/51840
[    0.827511] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.882671] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.938760] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.977687] blkfront: xvdd: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
Waiting for /dev/xvda* devices...
Qubes: Doing R/W setup for TemplateVM...
[    1.102400]  xvdc: xvdc1
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=59add1a3-5a6b-4691-9f30-0742df761001
Qubes: done.
[    1.120638] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396e3e524de, max_idle_ns: 881590505976 ns
mount: wrong fs type, bad option, bad superblock on /dev/xvda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Waiting for /dev/xvdd device...
mount: /dev/xvdd is write-protected, mounting read-only
[    1.128679] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[    1.134261] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
[    2.045019] random: crng init done
switch_root: failed to mount moving /sysroot to /: Invalid argument
switch_root: failed. Sorry.
[    4.495545] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[    4.495545] 
[    4.495600] CPU: 0 PID: 1 Comm: switch_root Not tainted 4.14.35-1.pvops.qubes.x86_64 #1
[    4.495643] Call Trace:
[    4.495667]  dump_stack+0x5c/0x85
[    4.495693]  panic+0xe4/0x252
[    4.495719]  do_exit+0xba9/0xbb0
[    4.495744]  ? __do_page_fault+0x278/0x4f0
[    4.495769]  do_group_exit+0x3a/0xa0
[    4.495793]  SyS_exit_group+0x10/0x10
[    4.495817]  do_syscall_64+0x74/0x180
[    4.495842]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[    4.495871] RIP: 0033:0x740afb19dbd8
[    4.495893] RSP: 002b:00007ffea9623748 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[    4.495935] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 0000740afb19dbd8
[    4.495974] RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001
[    4.496020] RBP: 0000740afb48d860 R08: 00000000000000e7 R09: ffffffffffffff98
[    4.496059] R10: 0000000000000003 R11: 0000000000000246 R12: 0000740afb48d860
[    4.496098] R13: 0000740afb492c00 R14: 0000000000000000 R15: 0000000000000000
[    4.496559] Kernel Offset: disabled
[    0.000000] Linux version 4.14.35-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Sat Apr 21 15:51:26 UTC 2018
[    0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000ff000-0x00000000000fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000fa0003ff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc007fff] ACPI data
[    0.000000] x86/PAT: PAT support disabled.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.8.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: No reference (HPET/PMTIMER) available
[    0.000000] e820: last_pfn = 0xfa000 max_arch_pfn = 0x400000000
[    0.000000] MTRR: Disabled
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x02aa5000-0x039e6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FFFC0 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC007F70 000034 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC007D70 00010C (v05 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC001050 006C9B (v05 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: APIC 0x00000000FC007E80 00003C (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000000f9ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xf9fd5000-0xf9ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000f9ffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000f9ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000000f9ffffff]
[    0.000000] ACPI: No IOAPIC entries present
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xfc008000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen PVH
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: fast init done
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @ffff8800f9c00000 s139864 r8192 d32168 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1007881
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 3986596K/4095612K available (12300K kernel code, 1394K rwdata, 3756K rodata, 2536K init, 1280K bss, 109016K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35244 entries in 138 pages
[    0.001000] Hierarchical RCU implementation.
[    0.001000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.001000] 	Tasks RCU enabled.
[    0.001000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.001000] Using NULL legacy PIC
[    0.001000] NR_IRQS: 4352, nr_irqs: 48, preallocated irqs: 0
[    0.001000] xen:events: Using FIFO-based ABI
[    0.001000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.001000] 	Offload RCU callbacks from CPUs: .
[    0.001000] Console: colour dummy device 80x25
[    0.001000] console [hvc0] enabled
[    0.001000] tsc: Fast TSC calibration failed
[    0.001000] tsc: Unable to calibrate against PIT
[    0.001000] tsc: No reference (HPET/PMTIMER) available
[    0.001000] tsc: Detected 1992.125 MHz processor
[    0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.25 BogoMIPS (lpj=1992125)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001000] ACPI: Core revision 20170728
[    0.001000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.001000] ACPI: setting ELCR to 0200 (from ffff)
[    0.001000] Security Framework initialized
[    0.001000] Yama: becoming mindful.
[    0.001000] AppArmor: AppArmor disabled by boot time parameter
[    0.001000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] CPU: Physical Processor ID: 0
[    0.001000] CPU: Processor Core ID: 0
[    0.001000] mce: CPU supports 2 MCE banks
[    0.001000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.001000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.001000] Spectre V2 : Mitigation: Full generic retpoline
[    0.001000] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.001000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.001000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.001000] Freeing SMP alternatives memory: 28K
[    0.001000] smpboot: Max logical packages: 1
[    0.001000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.001000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.001000] installing Xen timer for CPU 0
[    0.001000] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.001000] cpu 0 spinlock event irq 5
[    0.001000] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.001000] Hierarchical SRCU implementation.
[    0.001000] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.001000] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.001000] smp: Bringing up secondary CPUs ...
[    0.001000] installing Xen timer for CPU 1
[    0.001000] x86: Booting SMP configuration:
[    0.001000] .... node  #0, CPUs:      #1
[    0.001273] cpu 1 spinlock event irq 11
[    0.078021] smp: Brought up 1 node, 2 CPUs
[    0.078027] smpboot: Total of 2 processors activated (7968.50 BogoMIPS)
[    0.078306] devtmpfs: initialized
[    0.078306] x86/mm: Memory block size: 128MB
[    0.079233] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.079253] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.079320] pinctrl core: initialized pinctrl subsystem
[    0.099271] RTC time: 165:165:165, date: 165/165/65
[    0.099289] NET: Registered protocol family 16
[    0.099289] xen:grant_table: Grant tables using version 1 layout
[    0.099289] Grant table initialized
[    0.100013] cpuidle: using governor menu
[    0.100057] ACPI: bus type PCI registered
[    0.100125] PCI: Fatal: No config space access function found
[    0.101029] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.101029] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.101065] ACPI: Added _OSI(Module Device)
[    0.101065] ACPI: Added _OSI(Processor Device)
[    0.101072] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.101080] ACPI: Added _OSI(Processor Aggregator Device)
[    0.101119] ACPI: SCI (ACPI GSI 9) not registered
[    0.107006] ACPI: Interpreter enabled
[    0.107006] ACPI: (supports S0)
[    0.107006] ACPI: Using platform specific model for interrupt routing
[    0.107006] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.107006] ACPI: GPE 0x02 active on init
[    0.107007] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.112198] xen:balloon: Initialising balloon driver
[    0.116033] vgaarb: loaded
[    0.116124] SCSI subsystem initialized
[    0.117022] ACPI: bus type USB registered
[    0.117039] usbcore: registered new interface driver usbfs
[    0.117051] usbcore: registered new interface driver hub
[    0.117068] usbcore: registered new device driver usb
[    0.117096] EDAC MC: Ver: 3.0.0
[    0.117096] dmi: Firmware registration failed.
[    0.117096] PCI: Using ACPI for IRQ routing
[    0.117096] PCI: System does not support PCI
[    0.117096] NetLabel: Initializing
[    0.117096] NetLabel:  domain hash size = 128
[    0.117096] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.117104] NetLabel:  unlabeled traffic allowed by default
[    0.117124] clocksource: Switched to clocksource xen
[    0.123356] VFS: Disk quotas dquot_6.6.0
[    0.123379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.123448] pnp: PnP ACPI init
[    0.123484] pnp: PnP ACPI: found 0 devices
[    0.124121] NET: Registered protocol family 2
[    0.124234] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.124289] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.124336] TCP: Hash tables configured (established 32768 bind 32768)
[    0.124362] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.124379] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.124424] NET: Registered protocol family 1
[    0.124460] Unpacking initramfs...
[    0.129730] Freeing initrd memory: 15624K
[    0.130186] audit: initializing netlink subsys (disabled)
[    0.130399] Initialise system trusted keyrings
[    0.130414] Key type blacklist registered
[    0.130430] audit: type=2000 audit(1526755405.459:1): state=initialized audit_enabled=0 res=1
[    0.130465] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.131061] zbud: loaded
[    0.437852] NET: Registered protocol family 38
[    0.437871] Key type asymmetric registered
[    0.437881] Asymmetric key parser 'x509' registered
[    0.437949] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.438023] io scheduler noop registered
[    0.438036] io scheduler deadline registered
[    0.438087] io scheduler cfq registered (default)
[    0.438098] io scheduler mq-deadline registered
[    0.438171] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.438671] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.439548] Non-volatile memory driver v1.3
[    0.439570] Linux agpgart interface v0.103
[    0.439757] libphy: Fixed MDIO Bus: probed
[    0.439796] usbcore: registered new interface driver usbserial
[    0.439812] usbcore: registered new interface driver usbserial_generic
[    0.439825] usbserial: USB Serial support registered for generic
[    0.439844] i8042: PNP: No PS/2 controller found.
[    0.439878] mousedev: PS/2 mouse device common for all mice
[    0.439973] device-mapper: uevent: version 1.0.3
[    0.440053] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.440127] dmi-sysfs: dmi entry is absent.
[    0.440149] hidraw: raw HID events driver (C) Jiri Kosina
[    0.440185] usbcore: registered new interface driver usbhid
[    0.440196] usbhid: USB HID core driver
[    0.440270] drop_monitor: Initializing network drop monitor service
[    0.440328] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.440532] Initializing XFRM netlink socket
[    0.440644] NET: Registered protocol family 10
[    0.442702] Segment Routing with IPv6
[    0.442723] mip6: Mobile IPv6
[    0.442731] NET: Registered protocol family 17
[    0.442908] RAS: Correctable Errors collector initialized.
[    0.442924] AVX2 version of gcm_enc/dec engaged.
[    0.442933] AES CTR mode by8 optimization enabled
[    0.453842] sched_clock: Marking stable (453767841, 0)->(1883925928418, -1883472160577)
[    0.454185] registered taskstats version 1
[    0.454205] Loading compiled-in X.509 certificates
[    0.454251] zswap: loaded using pool lzo/zbud
[    0.457998] Key type big_key registered
[    0.459680] Key type encrypted registered
[    0.459716] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    0.459733] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    0.459750] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[    0.459765] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[    0.459780] xenbus_probe_frontend: Device with no driver: device/vif/0
[    0.459802]   Magic number: 1:252:3141
[    0.459860] hctosys: unable to open rtc device (rtc0)
[    0.462230] Freeing unused kernel memory: 2536K
[    0.462247] Write protecting the kernel read-only data: 18432k
[    0.462841] Freeing unused kernel memory: 2024K
[    0.463615] Freeing unused kernel memory: 340K
[    0.463629] rodata_test: all tests were successful
Qubes initramfs script here:
[    0.471646] Invalid max_queues (4), will use default max: 2.
[    0.677098] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.705704] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.754933] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.773294] blkfront: xvdd: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
Waiting for /dev/xvda* devices...
Qubes: Doing R/W setup for TemplateVM...
[    0.844466]  xvdc: xvdc1
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=4b4bdfce-83c7-497f-b4a2-75b66780d92a
Qubes: done.
mount: wrong fs type, bad option, bad superblock on /dev/xvda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Waiting for /dev/xvdd device...
mount: /dev/xvdd is write-protected, mounting read-only
[    0.860279] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[    0.861756] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
switch_root: failed to mount moving /sysroot to /: Invalid argument
switch_root: failed. Sorry.
[    0.896209] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[    0.896209] 
[    0.896287] CPU: 0 PID: 1 Comm: switch_root Not tainted 4.14.35-1.pvops.qubes.x86_64 #1
[    0.896350] Call Trace:
[    0.896390]  dump_stack+0x5c/0x85
[    0.896430]  panic+0xe4/0x252
[    0.896469]  do_exit+0xba9/0xbb0
[    0.896502]  ? __do_page_fault+0x278/0x4f0
[    0.896529]  do_group_exit+0x3a/0xa0
[    0.896556]  SyS_exit_group+0x10/0x10
[    0.896586]  do_syscall_64+0x74/0x180
[    0.896623]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[    0.896667] RIP: 0033:0x758e15c6abd8
[    0.896691] RSP: 002b:00007fff18469a88 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[    0.896737] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 0000758e15c6abd8
[    0.896790] RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001
[    0.896845] RBP: 0000758e15f5a860 R08: 00000000000000e7 R09: ffffffffffffff98
[    0.896890] R10: 0000000000000003 R11: 0000000000000246 R12: 0000758e15f5a860
[    0.896932] R13: 0000758e15f5fc00 R14: 0000000000000000 R15: 0000000000000000
[    0.897427] Kernel Offset: disabled
[    0.000000] Linux version 4.14.35-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Sat Apr 21 15:51:26 UTC 2018
[    0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000efffefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000effff000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000108ffffff] usable
[    0.000000] x86/PAT: PAT support disabled.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Xen HVM domU, BIOS 4.8.3 05/08/2018
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.8.
[    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[    0.000000] You might have to change the root device
[    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[    0.000000] in your root= kernel command line option
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: last_pfn = 0x109000 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] e820: last_pfn = 0xeffff max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f6ae0-0x000f6aef] mapped at [ffffffffff240ae0]
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x7f96b000-0x7fffefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F6A30 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC00A5B0 000054 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC00A2D0 0000F4 (v04 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC0012A0 008FAC (v02 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: FACS 0x00000000FC001260 000040
[    0.000000] ACPI: FACS 0x00000000FC001260 000040
[    0.000000] ACPI: APIC 0x00000000FC00A3D0 000070 (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: HPET 0x00000000FC00A4C0 000038 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: WAET 0x00000000FC00A500 000028 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: SSDT 0x00000000FC00A530 000031 (v02 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: SSDT 0x00000000FC00A570 000031 (v02 Xen    HVM      00000000 INTL 20160831)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000108ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x108fd5000-0x108ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000108ffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000efffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000108ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000108ffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xf0000000-0xfbffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen HVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @ffff91a4c8c00000 s139864 r8192 d32168 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1003848
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 3913140K/4079220K available (12300K kernel code, 1394K rwdata, 3756K rodata, 2536K init, 1280K bss, 166080K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35244 entries in 138 pages
[    0.001000] Hierarchical RCU implementation.
[    0.001000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.001000] 	Tasks RCU enabled.
[    0.001000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.001000] NR_IRQS: 4352, nr_irqs: 512, preallocated irqs: 16
[    0.001000] xen:events: Using FIFO-based ABI
[    0.001000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.001000] 	Offload RCU callbacks from CPUs: .
[    0.001000] Console: colour VGA+ 80x25
[    0.001000] console [hvc0] enabled
[    0.001000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[    0.002000] tsc: Fast TSC calibration using PIT
[    0.017003] tsc: Detected 1992.051 MHz processor
[    0.017012] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.25 BogoMIPS (lpj=1992125)
[    0.017029] pid_max: default: 32768 minimum: 301
[    0.017056] ACPI: Core revision 20170728
[    0.020985] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.021033] Security Framework initialized
[    0.021040] Yama: becoming mindful.
[    0.021049] AppArmor: AppArmor disabled by boot time parameter
[    0.021572] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021828] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.021851] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.021869] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.022056] CPU: Physical Processor ID: 0
[    0.022063] CPU: Processor Core ID: 0
[    0.022071] mce: CPU supports 2 MCE banks
[    0.022096] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.022103] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.022135] Spectre V2 : Mitigation: Full generic retpoline
[    0.022143] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.022154] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.022164] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.022273] Freeing SMP alternatives memory: 28K
[    0.022971] smpboot: Max logical packages: 1
[    0.023407] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.024000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.035376] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.035409] installing Xen timer for CPU 0
[    0.035549] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.036042] cpu 0 spinlock event irq 53
[    0.036132] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.036173] Hierarchical SRCU implementation.
[    0.036662] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.036679] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.036735] smp: Bringing up secondary CPUs ...
[    0.036806] installing Xen timer for CPU 1
[    0.036863] x86: Booting SMP configuration:
[    0.036871] .... node  #0, CPUs:      #1
[    0.037662] cpu 1 spinlock event irq 59
[    0.037662] smp: Brought up 1 node, 2 CPUs
[    0.037662] smpboot: Total of 2 processors activated (7968.50 BogoMIPS)
[    0.038110] devtmpfs: initialized
[    0.038110] x86/mm: Memory block size: 128MB
[    0.038359] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.038359] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.038359] pinctrl core: initialized pinctrl subsystem
[    0.038359] RTC time: 18:43:48, date: 05/19/18
[    0.038359] NET: Registered protocol family 16
[    0.039052] cpuidle: using governor menu
[    0.039101] ACPI: bus type PCI registered
[    0.039597] PCI: Using configuration type 1 for base access
[    0.040736] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.040736] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.041060] ACPI: Added _OSI(Module Device)
[    0.041068] ACPI: Added _OSI(Processor Device)
[    0.041077] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.041085] ACPI: Added _OSI(Processor Aggregator Device)
[    0.045132] ACPI: Interpreter enabled
[    0.045146] ACPI: (supports S0 S3 S5)
[    0.045153] ACPI: Using IOAPIC for interrupt routing
[    0.045172] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.045557] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.049977] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.049992] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.050007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.050023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.050219] PCI host bridge to bus 0000:00
[    0.050227] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.050238] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.050249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.050261] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[    0.050273] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.068186] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.068203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.068213] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.068226] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.081643] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.081713] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.107900] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[    0.108144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.108499] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.108883] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[    0.109820] xen:balloon: Initialising balloon driver
[    0.138075] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    0.138089] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.139014] pci 0000:00:03.0: vgaarb: bridge control possible
[    0.139030] vgaarb: loaded
[    0.139155] SCSI subsystem initialized
[    0.139212] ACPI: bus type USB registered
[    0.139212] usbcore: registered new interface driver usbfs
[    0.139212] usbcore: registered new interface driver hub
[    0.139212] usbcore: registered new device driver usb
[    0.139212] EDAC MC: Ver: 3.0.0
[    0.140472] PCI: Using ACPI for IRQ routing
[    0.141511] NetLabel: Initializing
[    0.141523] NetLabel:  domain hash size = 128
[    0.141532] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.141564] NetLabel:  unlabeled traffic allowed by default
[    0.141594] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.141594] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.141594] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[    0.145019] clocksource: Switched to clocksource xen
[    0.151558] VFS: Disk quotas dquot_6.6.0
[    0.151577] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.151627] pnp: PnP ACPI init
[    0.151693] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.151788] system 00:01: [io  0x08a0-0x08a3] has been reserved
[    0.151800] system 00:01: [io  0x0cc0-0x0ccf] has been reserved
[    0.151811] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.152002] system 00:06: [io  0xae00-0xae0f] has been reserved
[    0.152030] system 00:06: [io  0xb044-0xb047] has been reserved
[    0.152403] pnp: PnP ACPI: found 7 devices
[    0.159019] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.159102] NET: Registered protocol family 2
[    0.159214] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.159268] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.159325] TCP: Hash tables configured (established 32768 bind 32768)
[    0.159354] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.159402] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.159443] NET: Registered protocol family 1
[    0.159457] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.159554] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.159672] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.161405] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.161494] Unpacking initramfs...
[    0.240369] Freeing initrd memory: 6736K
[    0.240392] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.240404] software IO TLB [mem 0xebfff000-0xeffff000] (64MB) mapped at [ffff91a4abfff000-ffff91a4afffefff]
[    0.241132] audit: initializing netlink subsys (disabled)
[    0.241183] audit: type=2000 audit(1526755428.659:1): state=initialized audit_enabled=0 res=1
[    0.241350] Initialise system trusted keyrings
[    0.241366] Key type blacklist registered
[    0.241408] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.242055] zbud: loaded
[    0.533660] NET: Registered protocol family 38
[    0.533674] Key type asymmetric registered
[    0.533681] Asymmetric key parser 'x509' registered
[    0.533725] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.533771] io scheduler noop registered
[    0.533779] io scheduler deadline registered
[    0.533815] io scheduler cfq registered (default)
[    0.533825] io scheduler mq-deadline registered
[    0.533888] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.534056] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.534077] ACPI: Power Button [PWRF]
[    0.534115] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    0.534136] ACPI: Sleep Button [SLPF]
[    0.534755] xen:grant_table: Grant tables using version 1 layout
[    0.534781] Grant table initialized
[    0.535039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.536336] Non-volatile memory driver v1.3
[    0.536381] Linux agpgart interface v0.103
[    0.537549] scsi host0: ata_piix
[    0.537612] scsi host1: ata_piix
[    0.537633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc320 irq 14
[    0.537644] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc328 irq 15
[    0.537683] libphy: Fixed MDIO Bus: probed
[    0.539058] usbcore: registered new interface driver usbserial
[    0.539083] usbcore: registered new interface driver usbserial_generic
[    0.539103] usbserial: USB Serial support registered for generic
[    0.539145] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.543218] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.543236] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.543328] mousedev: PS/2 mouse device common for all mice
[    0.543643] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.543725] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[    0.543812] device-mapper: uevent: version 1.0.3
[    0.543875] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.544082] hidraw: raw HID events driver (C) Jiri Kosina
[    0.544200] usbcore: registered new interface driver usbhid
[    0.544212] usbhid: USB HID core driver
[    0.544390] drop_monitor: Initializing network drop monitor service
[    0.544534] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.545016] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.546272] Initializing XFRM netlink socket
[    0.546352] NET: Registered protocol family 10
[    0.548928] Segment Routing with IPv6
[    0.548946] mip6: Mobile IPv6
[    0.548955] NET: Registered protocol family 17
[    0.549213] RAS: Correctable Errors collector initialized.
[    0.549232] AVX2 version of gcm_enc/dec engaged.
[    0.549240] AES CTR mode by8 optimization enabled
[    0.561037] sched_clock: Marking stable (561003241, 0)->(1907381161521, -1906820158280)
[    0.561248] registered taskstats version 1
[    0.561262] Loading compiled-in X.509 certificates
[    0.561287] zswap: loaded using pool lzo/zbud
[    0.563345] Key type big_key registered
[    0.564295] Key type encrypted registered
[    0.564746] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    0.564756] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    0.564766] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[    0.564776] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[    0.564786] xenbus_probe_frontend: Device with no driver: device/vif/0
[    0.564802]   Magic number: 2:17:747
[    0.564835] acpi LNXCPU:72: hash matches
[    0.564894] rtc_cmos 00:02: setting system clock to 2018-05-19 18:43:49 UTC (1526755429)
[    0.702582] Freeing unused kernel memory: 2536K
[    0.702593] Write protecting the kernel read-only data: 18432k
[    0.702891] Freeing unused kernel memory: 2024K
[    0.703335] Freeing unused kernel memory: 340K
[    0.735103] rodata_test: all tests were successful
Qubes initramfs script here:
[    0.739827] Invalid max_queues (4), will use default max: 2.
[    0.947155] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.006579] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.037408] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.059686] blkfront: xvdd: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
Waiting for /dev/xvda* devices...
Qubes: Doing R/W setup for TemplateVM...
[    1.086861]  xvdc: xvdc1
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=3969c9e4-6e8c-4546-a188-9f328b504a84
Qubes: done.
mount: wrong fs type, bad option, bad superblock on /dev/xvda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Waiting for /dev/xvdd device...
mount: /dev/xvdd is write-protected, mounting read-only
[    1.104191] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[    1.106174] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
switch_root: failed to mount moving /sysroot to /: Invalid argument
switch_root: failed. Sorry.
[    1.138742] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[    1.138742] 
[    1.138762] CPU: 0 PID: 1 Comm: switch_root Not tainted 4.14.35-1.pvops.qubes.x86_64 #1
[    1.138777] Hardware name: Xen HVM domU, BIOS 4.8.3 05/08/2018
[    1.138790] Call Trace:
[    1.138800]  dump_stack+0x5c/0x85
[    1.138808]  panic+0xe4/0x252
[    1.138816]  do_exit+0xba9/0xbb0
[    1.138823]  ? __do_page_fault+0x278/0x4f0
[    1.138830]  do_group_exit+0x3a/0xa0
[    1.138837]  SyS_exit_group+0x10/0x10
[    1.138844]  do_syscall_64+0x74/0x180
[    1.138851]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[    1.138859] RIP: 0033:0x7e9c164eabd8
[    1.138865] RSP: 002b:00007ffcf7697b18 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[    1.138877] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007e9c164eabd8
[    1.138889] RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001
[    1.138900] RBP: 00007e9c167da860 R08: 00000000000000e7 R09: ffffffffffffff98
[    1.138911] R10: 0000000000000003 R11: 0000000000000246 R12: 00007e9c167da860
[    1.138922] R13: 00007e9c167dfc00 R14: 0000000000000000 R15: 0000000000000000
[    1.139084] Kernel Offset: 0xf000000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)

It follows the Ubuntu 18.04 boot from the ISO:

[    0.000000] Linux version 4.14.35-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Sat Apr 21 15:51:26 UTC 2018
[    0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000ff000-0x00000000000fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000fa0003ff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc007fff] ACPI data
[    0.000000] x86/PAT: PAT support disabled.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.8.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: No reference (HPET/PMTIMER) available
[    0.000000] e820: last_pfn = 0xfa000 max_arch_pfn = 0x400000000
[    0.000000] MTRR: Disabled
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x02aa5000-0x039e6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FFFC0 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC007F70 000034 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC007D70 00010C (v05 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC001050 006C9B (v05 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: APIC 0x00000000FC007E80 00003C (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000000f9ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xf9fd5000-0xf9ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000f9ffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000f9ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000000f9ffffff]
[    0.000000] ACPI: No IOAPIC entries present
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xfc008000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen PVH
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: fast init done
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @ffff8800f9c00000 s139864 r8192 d32168 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1007881
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 3986596K/4095612K available (12300K kernel code, 1394K rwdata, 3756K rodata, 2536K init, 1280K bss, 109016K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35244 entries in 138 pages
[    0.001000] Hierarchical RCU implementation.
[    0.001000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.001000] 	Tasks RCU enabled.
[    0.001000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.001000] Using NULL legacy PIC
[    0.001000] NR_IRQS: 4352, nr_irqs: 48, preallocated irqs: 0
[    0.001000] xen:events: Using FIFO-based ABI
[    0.001000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.001000] 	Offload RCU callbacks from CPUs: .
[    0.001000] Console: colour dummy device 80x25
[    0.001000] console [hvc0] enabled
[    0.001000] tsc: Fast TSC calibration failed
[    0.001000] tsc: Unable to calibrate against PIT
[    0.001000] tsc: No reference (HPET/PMTIMER) available
[    0.001000] tsc: Detected 1992.125 MHz processor
[    0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.25 BogoMIPS (lpj=1992125)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001000] ACPI: Core revision 20170728
[    0.001000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.001000] ACPI: setting ELCR to 0200 (from ffff)
[    0.001000] Security Framework initialized
[    0.001000] Yama: becoming mindful.
[    0.001000] AppArmor: AppArmor disabled by boot time parameter
[    0.001000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] CPU: Physical Processor ID: 0
[    0.001000] CPU: Processor Core ID: 0
[    0.001000] mce: CPU supports 2 MCE banks
[    0.001000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.001000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.001000] Spectre V2 : Mitigation: Full generic retpoline
[    0.001000] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.001000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.001000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.001000] Freeing SMP alternatives memory: 28K
[    0.001000] smpboot: Max logical packages: 1
[    0.001000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.001000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.001000] installing Xen timer for CPU 0
[    0.001000] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.001000] cpu 0 spinlock event irq 5
[    0.001000] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.001527] Hierarchical SRCU implementation.
[    0.001968] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.001981] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.002050] smp: Bringing up secondary CPUs ...
[    0.002136] installing Xen timer for CPU 1
[    0.002178] x86: Booting SMP configuration:
[    0.002185] .... node  #0, CPUs:      #1
[    0.002620] cpu 1 spinlock event irq 11
[    0.002620] smp: Brought up 1 node, 2 CPUs
[    0.002620] smpboot: Total of 2 processors activated (7968.50 BogoMIPS)
[    0.003193] devtmpfs: initialized
[    0.003193] x86/mm: Memory block size: 128MB
[    0.004020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.004041] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.004116] pinctrl core: initialized pinctrl subsystem
[    0.024076] RTC time: 165:165:165, date: 165/165/65
[    0.025015] NET: Registered protocol family 16
[    0.025043] xen:grant_table: Grant tables using version 1 layout
[    0.025069] Grant table initialized
[    0.025245] cpuidle: using governor menu
[    0.025245] ACPI: bus type PCI registered
[    0.026016] PCI: Fatal: No config space access function found
[    0.027039] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.027039] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.027085] ACPI: Added _OSI(Module Device)
[    0.027088] ACPI: Added _OSI(Processor Device)
[    0.027097] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.027105] ACPI: Added _OSI(Processor Aggregator Device)
[    0.027163] ACPI: SCI (ACPI GSI 9) not registered
[    0.032198] ACPI: Interpreter enabled
[    0.032212] ACPI: (supports S0)
[    0.032220] ACPI: Using platform specific model for interrupt routing
[    0.032245] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.032283] ACPI: GPE 0x02 active on init
[    0.032295] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.037384] xen:balloon: Initialising balloon driver
[    0.037384] acpi LNXCPU:02: Still not present
[    0.037384] acpi LNXCPU:03: Still not present
[    0.037384] acpi LNXCPU:04: Still not present
[    0.037384] acpi LNXCPU:05: Still not present
[    0.037384] acpi LNXCPU:06: Still not present
[    0.037384] acpi LNXCPU:07: Still not present
[    0.037384] acpi LNXCPU:08: Still not present
[    0.037384] acpi LNXCPU:09: Still not present
[    0.037384] acpi LNXCPU:0a: Still not present
[    0.037384] acpi LNXCPU:0b: Still not present
[    0.037384] acpi LNXCPU:0c: Still not present
[    0.037384] acpi LNXCPU:0d: Still not present
[    0.037384] acpi LNXCPU:0e: Still not present
[    0.037401] acpi LNXCPU:0f: Still not present
[    0.037430] acpi LNXCPU:10: Still not present
[    0.037451] acpi LNXCPU:11: Still not present
[    0.037487] acpi LNXCPU:12: Still not present
[    0.037503] acpi LNXCPU:13: Still not present
[    0.037518] acpi LNXCPU:14: Still not present
[    0.037541] acpi LNXCPU:15: Still not present
[    0.037558] acpi LNXCPU:16: Still not present
[    0.037580] acpi LNXCPU:17: Still not present
[    0.037595] acpi LNXCPU:18: Still not present
[    0.038017] acpi LNXCPU:1a: Still not present
[    0.038041] acpi LNXCPU:1b: Still not present
[    0.038057] acpi LNXCPU:1c: Still not present
[    0.038080] acpi LNXCPU:1d: Still not present
[    0.038101] acpi LNXCPU:1e: Still not present
[    0.038117] acpi LNXCPU:1f: Still not present
[    0.038131] acpi LNXCPU:20: Still not present
[    0.038155] acpi LNXCPU:22: Still not present
[    0.038194] acpi LNXCPU:23: Still not present
[    0.038211] acpi LNXCPU:24: Still not present
[    0.038226] acpi LNXCPU:25: Still not present
[    0.038241] acpi LNXCPU:26: Still not present
[    0.038256] acpi LNXCPU:27: Still not present
[    0.038271] acpi LNXCPU:28: Still not present
[    0.038286] acpi LNXCPU:29: Still not present
[    0.045007] vgaarb: loaded
[    0.045247] SCSI subsystem initialized
[    0.051059] ACPI: bus type USB registered
[    0.051190] usbcore: registered new interface driver usbfs
[    0.051205] usbcore: registered new interface driver hub
[    0.051227] usbcore: registered new device driver usb
[    0.051339] EDAC MC: Ver: 3.0.0
[    0.052056] dmi: Firmware registration failed.
[    0.052155] PCI: Using ACPI for IRQ routing
[    0.052172] PCI: System does not support PCI
[    0.052307] NetLabel: Initializing
[    0.052319] NetLabel:  domain hash size = 128
[    0.052339] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.052423] NetLabel:  unlabeled traffic allowed by default
[    0.052603] clocksource: Switched to clocksource xen
[    0.228929] VFS: Disk quotas dquot_6.6.0
[    0.228971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.229085] pnp: PnP ACPI init
[    0.229142] pnp: PnP ACPI: found 0 devices
[    0.231562] NET: Registered protocol family 2
[    0.231720] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.232050] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.233279] TCP: Hash tables configured (established 32768 bind 32768)
[    0.233435] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.233515] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.233668] NET: Registered protocol family 1
[    0.233725] Unpacking initramfs...
[    0.244036] Freeing initrd memory: 15624K
[    0.246400] audit: initializing netlink subsys (disabled)
[    0.248338] Initialise system trusted keyrings
[    0.248561] Key type blacklist registered
[    0.248749] audit: type=2000 audit(1526755303.495:1): state=initialized audit_enabled=0 res=1
[    0.250042] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.251172] zbud: loaded
[    0.624393] NET: Registered protocol family 38
[    0.624409] Key type asymmetric registered
[    0.624418] Asymmetric key parser 'x509' registered
[    0.624469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.624505] io scheduler noop registered
[    0.624515] io scheduler deadline registered
[    0.624556] io scheduler cfq registered (default)
[    0.624566] io scheduler mq-deadline registered
[    0.624762] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.625546] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.628036] Non-volatile memory driver v1.3
[    0.628060] Linux agpgart interface v0.103
[    0.628369] libphy: Fixed MDIO Bus: probed
[    0.628449] usbcore: registered new interface driver usbserial
[    0.628481] usbcore: registered new interface driver usbserial_generic
[    0.628504] usbserial: USB Serial support registered for generic
[    0.628539] i8042: PNP: No PS/2 controller found.
[    0.628583] mousedev: PS/2 mouse device common for all mice
[    0.628745] device-mapper: uevent: version 1.0.3
[    0.628874] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.628983] dmi-sysfs: dmi entry is absent.
[    0.628998] hidraw: raw HID events driver (C) Jiri Kosina
[    0.629040] usbcore: registered new interface driver usbhid
[    0.629048] usbhid: USB HID core driver
[    0.629124] drop_monitor: Initializing network drop monitor service
[    0.629295] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.634512] Initializing XFRM netlink socket
[    0.634634] NET: Registered protocol family 10
[    0.636974] Segment Routing with IPv6
[    0.637057] mip6: Mobile IPv6
[    0.637144] NET: Registered protocol family 17
[    0.641292] RAS: Correctable Errors collector initialized.
[    0.641309] AVX2 version of gcm_enc/dec engaged.
[    0.641318] AES CTR mode by8 optimization enabled
[    0.649045] sched_clock: Marking stable (649004449, 0)->(1782151271312, -1781502266863)
[    0.650189] registered taskstats version 1
[    0.650308] Loading compiled-in X.509 certificates
[    0.650411] zswap: loaded using pool lzo/zbud
[    0.653574] Key type big_key registered
[    0.654840] Key type encrypted registered
[    0.655027] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    0.655257] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    0.655459] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[    0.655658] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[    0.655855] xenbus_probe_frontend: Device with no driver: device/vbd/51840
[    0.656022] xenbus_probe_frontend: Device with no driver: device/vif/0
[    0.656219]   Magic number: 1:252:3141
[    0.656411] hctosys: unable to open rtc device (rtc0)
[    0.661814] Freeing unused kernel memory: 2536K
[    0.661827] Write protecting the kernel read-only data: 18432k
[    0.664103] Freeing unused kernel memory: 2024K
[    0.664710] Freeing unused kernel memory: 340K
[    0.664724] rodata_test: all tests were successful
Qubes initramfs script here:
[    0.672883] Invalid max_queues (4), will use default max: 2.
[    0.752063] vbd vbd-51840: 19 xenbus_dev_probe on device/vbd/51840
[    0.982234] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.019328] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.055232] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.061534] blkfront: xvdd: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
Waiting for /dev/xvda* devices...
Qubes: Doing R/W setup for TemplateVM...
[    1.123958]  xvdc: xvdc1
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=4591d83c-7455-45ea-a593-cca1b38b1260
Qubes: done.
mount: wrong fs type, bad option, bad superblock on /dev/xvda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Waiting for /dev/xvdd device...
mount: /dev/xvdd is write-protected, mounting read-only
[    1.153153] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[    1.158564] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
[    1.247026] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396e3e524de, max_idle_ns: 881590505976 ns
[    2.012022] random: crng init done
switch_root: failed to mount moving /sysroot to /: Invalid argument
switch_root: failed. Sorry.
[    4.257607] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[    4.257607] 
[    4.257637] CPU: 0 PID: 1 Comm: switch_root Not tainted 4.14.35-1.pvops.qubes.x86_64 #1
[    4.257649] Call Trace:
[    4.257659]  dump_stack+0x5c/0x85
[    4.257668]  panic+0xe4/0x252
[    4.257676]  do_exit+0xba9/0xbb0
[    4.257684]  ? __do_page_fault+0x278/0x4f0
[    4.257694]  do_group_exit+0x3a/0xa0
[    4.257701]  SyS_exit_group+0x10/0x10
[    4.257709]  do_syscall_64+0x74/0x180
[    4.257717]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[    4.257726] RIP: 0033:0x7baaad748bd8
[    4.257732] RSP: 002b:00007ffd483e04d8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[    4.257747] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007baaad748bd8
[    4.257761] RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001
[    4.257773] RBP: 00007baaada38860 R08: 00000000000000e7 R09: ffffffffffffff98
[    4.257785] R10: 0000000000000003 R11: 0000000000000246 R12: 00007baaada38860
[    4.257797] R13: 00007baaada3dc00 R14: 0000000000000000 R15: 0000000000000000
[    4.257929] Kernel Offset: disabled
[    0.000000] Linux version 4.14.35-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Sat Apr 21 15:51:26 UTC 2018
[    0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000ff000-0x00000000000fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000fa0003ff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc007fff] ACPI data
[    0.000000] x86/PAT: PAT support disabled.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.8.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: No reference (HPET/PMTIMER) available
[    0.000000] e820: last_pfn = 0xfa000 max_arch_pfn = 0x400000000
[    0.000000] MTRR: Disabled
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x02aa5000-0x039e6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FFFC0 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC007F70 000034 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC007D70 00010C (v05 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC001050 006C9B (v05 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: APIC 0x00000000FC007E80 00003C (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000000f9ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xf9fd5000-0xf9ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000f9ffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000f9ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000000f9ffffff]
[    0.000000] ACPI: No IOAPIC entries present
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xfc008000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen PVH
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: fast init done
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @ffff8800f9c00000 s139864 r8192 d32168 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1007881
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 3986596K/4095612K available (12300K kernel code, 1394K rwdata, 3756K rodata, 2536K init, 1280K bss, 109016K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35244 entries in 138 pages
[    0.001000] Hierarchical RCU implementation.
[    0.001000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.001000] 	Tasks RCU enabled.
[    0.001000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.001000] Using NULL legacy PIC
[    0.001000] NR_IRQS: 4352, nr_irqs: 48, preallocated irqs: 0
[    0.001000] xen:events: Using FIFO-based ABI
[    0.001000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.001000] 	Offload RCU callbacks from CPUs: .
[    0.001000] Console: colour dummy device 80x25
[    0.001000] console [hvc0] enabled
[    0.001000] tsc: Fast TSC calibration failed
[    0.001000] tsc: Unable to calibrate against PIT
[    0.001000] tsc: No reference (HPET/PMTIMER) available
[    0.001000] tsc: Detected 1992.125 MHz processor
[    0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.25 BogoMIPS (lpj=1992125)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001000] ACPI: Core revision 20170728
[    0.001000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.001000] ACPI: setting ELCR to 0200 (from ffff)
[    0.001000] Security Framework initialized
[    0.001000] Yama: becoming mindful.
[    0.001000] AppArmor: AppArmor disabled by boot time parameter
[    0.001000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] CPU: Physical Processor ID: 0
[    0.001000] CPU: Processor Core ID: 0
[    0.001000] mce: CPU supports 2 MCE banks
[    0.001000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.001000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.001000] Spectre V2 : Mitigation: Full generic retpoline
[    0.001000] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.001000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.001000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.001000] Freeing SMP alternatives memory: 28K
[    0.001000] smpboot: Max logical packages: 1
[    0.001000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.001000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.001000] installing Xen timer for CPU 0
[    0.001000] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.001000] cpu 0 spinlock event irq 5
[    0.001000] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.001622] Hierarchical SRCU implementation.
[    0.002075] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.002089] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.002162] smp: Bringing up secondary CPUs ...
[    0.002251] installing Xen timer for CPU 1
[    0.002294] x86: Booting SMP configuration:
[    0.002301] .... node  #0, CPUs:      #1
[    0.002713] cpu 1 spinlock event irq 11
[    0.002713] smp: Brought up 1 node, 2 CPUs
[    0.002713] smpboot: Total of 2 processors activated (7968.50 BogoMIPS)
[    0.003008] devtmpfs: initialized
[    0.003046] x86/mm: Memory block size: 128MB
[    0.003268] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.003270] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.003334] pinctrl core: initialized pinctrl subsystem
[    0.023521] RTC time: 165:165:165, date: 165/165/65
[    0.024203] NET: Registered protocol family 16
[    0.024224] xen:grant_table: Grant tables using version 1 layout
[    0.024249] Grant table initialized
[    0.024398] cpuidle: using governor menu
[    0.024398] ACPI: bus type PCI registered
[    0.025014] PCI: Fatal: No config space access function found
[    0.026066] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.026066] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.026096] ACPI: Added _OSI(Module Device)
[    0.026105] ACPI: Added _OSI(Processor Device)
[    0.026115] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.026125] ACPI: Added _OSI(Processor Aggregator Device)
[    0.026194] ACPI: SCI (ACPI GSI 9) not registered
[    0.031614] ACPI: Interpreter enabled
[    0.031644] ACPI: (supports S0)
[    0.031654] ACPI: Using platform specific model for interrupt routing
[    0.031691] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.031744] ACPI: GPE 0x02 active on init
[    0.031760] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.036242] acpi LNXCPU:02: Still not present
[    0.036264] acpi LNXCPU:0b: Still not present
[    0.036285] acpi LNXCPU:0c: Still not present
[    0.036319] acpi LNXCPU:0d: Still not present
[    0.036338] acpi LNXCPU:0e: Still not present
[    0.036358] acpi LNXCPU:0f: Still not present
[    0.036397] acpi LNXCPU:10: Still not present
[    0.036418] acpi LNXCPU:16: Still not present
[    0.036440] acpi LNXCPU:17: Still not present
[    0.036461] acpi LNXCPU:18: Still not present
[    0.036482] acpi LNXCPU:1a: Still not present
[    0.036503] acpi LNXCPU:1b: Still not present
[    0.036524] acpi LNXCPU:1c: Still not present
[    0.036545] acpi LNXCPU:1d: Still not present
[    0.036567] acpi LNXCPU:1e: Still not present
[    0.036587] acpi LNXCPU:1f: Still not present
[    0.036606] acpi LNXCPU:20: Still not present
[    0.036627] acpi LNXCPU:22: Still not present
[    0.036648] acpi LNXCPU:23: Still not present
[    0.036669] acpi LNXCPU:24: Still not present
[    0.036690] acpi LNXCPU:25: Still not present
[    0.036715] xen:balloon: Initialising balloon driver
[    0.044769] vgaarb: loaded
[    0.045044] SCSI subsystem initialized
[    0.045209] ACPI: bus type USB registered
[    0.045250] usbcore: registered new interface driver usbfs
[    0.045277] usbcore: registered new interface driver hub
[    0.045315] usbcore: registered new device driver usb
[    0.047021] EDAC MC: Ver: 3.0.0
[    0.049024] dmi: Firmware registration failed.
[    0.051053] PCI: Using ACPI for IRQ routing
[    0.051070] PCI: System does not support PCI
[    0.051240] NetLabel: Initializing
[    0.051256] NetLabel:  domain hash size = 128
[    0.051276] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.051373] NetLabel:  unlabeled traffic allowed by default
[    0.051647] clocksource: Switched to clocksource xen
[    0.077706] VFS: Disk quotas dquot_6.6.0
[    0.077751] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.077868] pnp: PnP ACPI init
[    0.077942] pnp: PnP ACPI: found 0 devices
[    0.082430] NET: Registered protocol family 2
[    0.082755] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.082964] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.083118] TCP: Hash tables configured (established 32768 bind 32768)
[    0.083219] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.083308] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.083449] NET: Registered protocol family 1
[    0.083538] Unpacking initramfs...
[    0.094978] Freeing initrd memory: 15624K
[    0.105337] audit: initializing netlink subsys (disabled)
[    0.105806] Initialise system trusted keyrings
[    0.106043] Key type blacklist registered
[    0.106140] audit: type=2000 audit(1526755353.595:1): state=initialized audit_enabled=0 res=1
[    0.106461] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.107818] zbud: loaded
[    0.498307] NET: Registered protocol family 38
[    0.498322] Key type asymmetric registered
[    0.498330] Asymmetric key parser 'x509' registered
[    0.498391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.498826] io scheduler noop registered
[    0.498838] io scheduler deadline registered
[    0.498902] io scheduler cfq registered (default)
[    0.498916] io scheduler mq-deadline registered
[    0.499675] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.500703] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.503335] Non-volatile memory driver v1.3
[    0.503357] Linux agpgart interface v0.103
[    0.503755] libphy: Fixed MDIO Bus: probed
[    0.503833] usbcore: registered new interface driver usbserial
[    0.503869] usbcore: registered new interface driver usbserial_generic
[    0.503894] usbserial: USB Serial support registered for generic
[    0.503933] i8042: PNP: No PS/2 controller found.
[    0.503982] mousedev: PS/2 mouse device common for all mice
[    0.504143] device-mapper: uevent: version 1.0.3
[    0.504242] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.504338] dmi-sysfs: dmi entry is absent.
[    0.504354] hidraw: raw HID events driver (C) Jiri Kosina
[    0.504395] usbcore: registered new interface driver usbhid
[    0.504405] usbhid: USB HID core driver
[    0.504538] drop_monitor: Initializing network drop monitor service
[    0.504715] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.511779] Initializing XFRM netlink socket
[    0.511916] NET: Registered protocol family 10
[    0.514310] Segment Routing with IPv6
[    0.514424] mip6: Mobile IPv6
[    0.514577] NET: Registered protocol family 17
[    0.519311] RAS: Correctable Errors collector initialized.
[    0.519330] AVX2 version of gcm_enc/dec engaged.
[    0.519339] AES CTR mode by8 optimization enabled
[    0.529161] sched_clock: Marking stable (529006016, 0)->(1832246026253, -1831717020237)
[    0.530381] registered taskstats version 1
[    0.530493] Loading compiled-in X.509 certificates
[    0.530610] zswap: loaded using pool lzo/zbud
[    0.534491] Key type big_key registered
[    0.537203] Key type encrypted registered
[    0.537232] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    0.537244] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    0.537255] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[    0.537267] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[    0.537278] xenbus_probe_frontend: Device with no driver: device/vbd/51840
[    0.537289] xenbus_probe_frontend: Device with no driver: device/vif/0
[    0.537307]   Magic number: 1:252:3141
[    0.537353] hctosys: unable to open rtc device (rtc0)
[    0.541837] Freeing unused kernel memory: 2536K
[    0.541850] Write protecting the kernel read-only data: 18432k
[    0.544309] Freeing unused kernel memory: 2024K
[    0.545130] Freeing unused kernel memory: 340K
[    0.545145] rodata_test: all tests were successful
Qubes initramfs script here:
[    0.554310] Invalid max_queues (4), will use default max: 2.
[    0.608857] vbd vbd-51840: 19 xenbus_dev_probe on device/vbd/51840
[    0.827511] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.882671] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.938760] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.977687] blkfront: xvdd: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
Waiting for /dev/xvda* devices...
Qubes: Doing R/W setup for TemplateVM...
[    1.102400]  xvdc: xvdc1
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=59add1a3-5a6b-4691-9f30-0742df761001
Qubes: done.
[    1.120638] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396e3e524de, max_idle_ns: 881590505976 ns
mount: wrong fs type, bad option, bad superblock on /dev/xvda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Waiting for /dev/xvdd device...
mount: /dev/xvdd is write-protected, mounting read-only
[    1.128679] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[    1.134261] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
[    2.045019] random: crng init done
switch_root: failed to mount moving /sysroot to /: Invalid argument
switch_root: failed. Sorry.
[    4.495545] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[    4.495545] 
[    4.495600] CPU: 0 PID: 1 Comm: switch_root Not tainted 4.14.35-1.pvops.qubes.x86_64 #1
[    4.495643] Call Trace:
[    4.495667]  dump_stack+0x5c/0x85
[    4.495693]  panic+0xe4/0x252
[    4.495719]  do_exit+0xba9/0xbb0
[    4.495744]  ? __do_page_fault+0x278/0x4f0
[    4.495769]  do_group_exit+0x3a/0xa0
[    4.495793]  SyS_exit_group+0x10/0x10
[    4.495817]  do_syscall_64+0x74/0x180
[    4.495842]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[    4.495871] RIP: 0033:0x740afb19dbd8
[    4.495893] RSP: 002b:00007ffea9623748 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[    4.495935] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 0000740afb19dbd8
[    4.495974] RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001
[    4.496020] RBP: 0000740afb48d860 R08: 00000000000000e7 R09: ffffffffffffff98
[    4.496059] R10: 0000000000000003 R11: 0000000000000246 R12: 0000740afb48d860
[    4.496098] R13: 0000740afb492c00 R14: 0000000000000000 R15: 0000000000000000
[    4.496559] Kernel Offset: disabled
[    0.000000] Linux version 4.14.35-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Sat Apr 21 15:51:26 UTC 2018
[    0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000ff000-0x00000000000fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000fa0003ff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc007fff] ACPI data
[    0.000000] x86/PAT: PAT support disabled.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.8.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: No reference (HPET/PMTIMER) available
[    0.000000] e820: last_pfn = 0xfa000 max_arch_pfn = 0x400000000
[    0.000000] MTRR: Disabled
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x02aa5000-0x039e6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FFFC0 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC007F70 000034 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC007D70 00010C (v05 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC001050 006C9B (v05 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: FACS 0x00000000FC001010 000040
[    0.000000] ACPI: APIC 0x00000000FC007E80 00003C (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000000f9ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xf9fd5000-0xf9ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000f9ffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000f9ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000000f9ffffff]
[    0.000000] ACPI: No IOAPIC entries present
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xfc008000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen PVH
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: fast init done
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @ffff8800f9c00000 s139864 r8192 d32168 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1007881
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 3986596K/4095612K available (12300K kernel code, 1394K rwdata, 3756K rodata, 2536K init, 1280K bss, 109016K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35244 entries in 138 pages
[    0.001000] Hierarchical RCU implementation.
[    0.001000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.001000] 	Tasks RCU enabled.
[    0.001000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.001000] Using NULL legacy PIC
[    0.001000] NR_IRQS: 4352, nr_irqs: 48, preallocated irqs: 0
[    0.001000] xen:events: Using FIFO-based ABI
[    0.001000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.001000] 	Offload RCU callbacks from CPUs: .
[    0.001000] Console: colour dummy device 80x25
[    0.001000] console [hvc0] enabled
[    0.001000] tsc: Fast TSC calibration failed
[    0.001000] tsc: Unable to calibrate against PIT
[    0.001000] tsc: No reference (HPET/PMTIMER) available
[    0.001000] tsc: Detected 1992.125 MHz processor
[    0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.25 BogoMIPS (lpj=1992125)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001000] ACPI: Core revision 20170728
[    0.001000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.001000] ACPI: setting ELCR to 0200 (from ffff)
[    0.001000] Security Framework initialized
[    0.001000] Yama: becoming mindful.
[    0.001000] AppArmor: AppArmor disabled by boot time parameter
[    0.001000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.001000] CPU: Physical Processor ID: 0
[    0.001000] CPU: Processor Core ID: 0
[    0.001000] mce: CPU supports 2 MCE banks
[    0.001000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.001000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.001000] Spectre V2 : Mitigation: Full generic retpoline
[    0.001000] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.001000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.001000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.001000] Freeing SMP alternatives memory: 28K
[    0.001000] smpboot: Max logical packages: 1
[    0.001000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.001000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.001000] installing Xen timer for CPU 0
[    0.001000] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.001000] cpu 0 spinlock event irq 5
[    0.001000] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.001000] Hierarchical SRCU implementation.
[    0.001000] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.001000] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.001000] smp: Bringing up secondary CPUs ...
[    0.001000] installing Xen timer for CPU 1
[    0.001000] x86: Booting SMP configuration:
[    0.001000] .... node  #0, CPUs:      #1
[    0.001273] cpu 1 spinlock event irq 11
[    0.078021] smp: Brought up 1 node, 2 CPUs
[    0.078027] smpboot: Total of 2 processors activated (7968.50 BogoMIPS)
[    0.078306] devtmpfs: initialized
[    0.078306] x86/mm: Memory block size: 128MB
[    0.079233] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.079253] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.079320] pinctrl core: initialized pinctrl subsystem
[    0.099271] RTC time: 165:165:165, date: 165/165/65
[    0.099289] NET: Registered protocol family 16
[    0.099289] xen:grant_table: Grant tables using version 1 layout
[    0.099289] Grant table initialized
[    0.100013] cpuidle: using governor menu
[    0.100057] ACPI: bus type PCI registered
[    0.100125] PCI: Fatal: No config space access function found
[    0.101029] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.101029] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.101065] ACPI: Added _OSI(Module Device)
[    0.101065] ACPI: Added _OSI(Processor Device)
[    0.101072] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.101080] ACPI: Added _OSI(Processor Aggregator Device)
[    0.101119] ACPI: SCI (ACPI GSI 9) not registered
[    0.107006] ACPI: Interpreter enabled
[    0.107006] ACPI: (supports S0)
[    0.107006] ACPI: Using platform specific model for interrupt routing
[    0.107006] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.107006] ACPI: GPE 0x02 active on init
[    0.107007] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.112198] xen:balloon: Initialising balloon driver
[    0.116033] vgaarb: loaded
[    0.116124] SCSI subsystem initialized
[    0.117022] ACPI: bus type USB registered
[    0.117039] usbcore: registered new interface driver usbfs
[    0.117051] usbcore: registered new interface driver hub
[    0.117068] usbcore: registered new device driver usb
[    0.117096] EDAC MC: Ver: 3.0.0
[    0.117096] dmi: Firmware registration failed.
[    0.117096] PCI: Using ACPI for IRQ routing
[    0.117096] PCI: System does not support PCI
[    0.117096] NetLabel: Initializing
[    0.117096] NetLabel:  domain hash size = 128
[    0.117096] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.117104] NetLabel:  unlabeled traffic allowed by default
[    0.117124] clocksource: Switched to clocksource xen
[    0.123356] VFS: Disk quotas dquot_6.6.0
[    0.123379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.123448] pnp: PnP ACPI init
[    0.123484] pnp: PnP ACPI: found 0 devices
[    0.124121] NET: Registered protocol family 2
[    0.124234] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.124289] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.124336] TCP: Hash tables configured (established 32768 bind 32768)
[    0.124362] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.124379] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.124424] NET: Registered protocol family 1
[    0.124460] Unpacking initramfs...
[    0.129730] Freeing initrd memory: 15624K
[    0.130186] audit: initializing netlink subsys (disabled)
[    0.130399] Initialise system trusted keyrings
[    0.130414] Key type blacklist registered
[    0.130430] audit: type=2000 audit(1526755405.459:1): state=initialized audit_enabled=0 res=1
[    0.130465] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.131061] zbud: loaded
[    0.437852] NET: Registered protocol family 38
[    0.437871] Key type asymmetric registered
[    0.437881] Asymmetric key parser 'x509' registered
[    0.437949] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.438023] io scheduler noop registered
[    0.438036] io scheduler deadline registered
[    0.438087] io scheduler cfq registered (default)
[    0.438098] io scheduler mq-deadline registered
[    0.438171] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.438671] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.439548] Non-volatile memory driver v1.3
[    0.439570] Linux agpgart interface v0.103
[    0.439757] libphy: Fixed MDIO Bus: probed
[    0.439796] usbcore: registered new interface driver usbserial
[    0.439812] usbcore: registered new interface driver usbserial_generic
[    0.439825] usbserial: USB Serial support registered for generic
[    0.439844] i8042: PNP: No PS/2 controller found.
[    0.439878] mousedev: PS/2 mouse device common for all mice
[    0.439973] device-mapper: uevent: version 1.0.3
[    0.440053] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.440127] dmi-sysfs: dmi entry is absent.
[    0.440149] hidraw: raw HID events driver (C) Jiri Kosina
[    0.440185] usbcore: registered new interface driver usbhid
[    0.440196] usbhid: USB HID core driver
[    0.440270] drop_monitor: Initializing network drop monitor service
[    0.440328] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.440532] Initializing XFRM netlink socket
[    0.440644] NET: Registered protocol family 10
[    0.442702] Segment Routing with IPv6
[    0.442723] mip6: Mobile IPv6
[    0.442731] NET: Registered protocol family 17
[    0.442908] RAS: Correctable Errors collector initialized.
[    0.442924] AVX2 version of gcm_enc/dec engaged.
[    0.442933] AES CTR mode by8 optimization enabled
[    0.453842] sched_clock: Marking stable (453767841, 0)->(1883925928418, -1883472160577)
[    0.454185] registered taskstats version 1
[    0.454205] Loading compiled-in X.509 certificates
[    0.454251] zswap: loaded using pool lzo/zbud
[    0.457998] Key type big_key registered
[    0.459680] Key type encrypted registered
[    0.459716] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    0.459733] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    0.459750] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[    0.459765] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[    0.459780] xenbus_probe_frontend: Device with no driver: device/vif/0
[    0.459802]   Magic number: 1:252:3141
[    0.459860] hctosys: unable to open rtc device (rtc0)
[    0.462230] Freeing unused kernel memory: 2536K
[    0.462247] Write protecting the kernel read-only data: 18432k
[    0.462841] Freeing unused kernel memory: 2024K
[    0.463615] Freeing unused kernel memory: 340K
[    0.463629] rodata_test: all tests were successful
Qubes initramfs script here:
[    0.471646] Invalid max_queues (4), will use default max: 2.
[    0.677098] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.705704] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.754933] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    0.773294] blkfront: xvdd: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
Waiting for /dev/xvda* devices...
Qubes: Doing R/W setup for TemplateVM...
[    0.844466]  xvdc: xvdc1
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=4b4bdfce-83c7-497f-b4a2-75b66780d92a
Qubes: done.
mount: wrong fs type, bad option, bad superblock on /dev/xvda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Waiting for /dev/xvdd device...
mount: /dev/xvdd is write-protected, mounting read-only
[    0.860279] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[    0.861756] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
switch_root: failed to mount moving /sysroot to /: Invalid argument
switch_root: failed. Sorry.
[    0.896209] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[    0.896209] 
[    0.896287] CPU: 0 PID: 1 Comm: switch_root Not tainted 4.14.35-1.pvops.qubes.x86_64 #1
[    0.896350] Call Trace:
[    0.896390]  dump_stack+0x5c/0x85
[    0.896430]  panic+0xe4/0x252
[    0.896469]  do_exit+0xba9/0xbb0
[    0.896502]  ? __do_page_fault+0x278/0x4f0
[    0.896529]  do_group_exit+0x3a/0xa0
[    0.896556]  SyS_exit_group+0x10/0x10
[    0.896586]  do_syscall_64+0x74/0x180
[    0.896623]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[    0.896667] RIP: 0033:0x758e15c6abd8
[    0.896691] RSP: 002b:00007fff18469a88 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[    0.896737] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 0000758e15c6abd8
[    0.896790] RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001
[    0.896845] RBP: 0000758e15f5a860 R08: 00000000000000e7 R09: ffffffffffffff98
[    0.896890] R10: 0000000000000003 R11: 0000000000000246 R12: 0000758e15f5a860
[    0.896932] R13: 0000758e15f5fc00 R14: 0000000000000000 R15: 0000000000000000
[    0.897427] Kernel Offset: disabled
[    0.000000] Linux version 4.14.35-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Sat Apr 21 15:51:26 UTC 2018
[    0.000000] Command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000efffefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000effff000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000108ffffff] usable
[    0.000000] x86/PAT: PAT support disabled.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Xen HVM domU, BIOS 4.8.3 05/08/2018
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.8.
[    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[    0.000000] You might have to change the root device
[    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[    0.000000] in your root= kernel command line option
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: last_pfn = 0x109000 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] e820: last_pfn = 0xeffff max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f6ae0-0x000f6aef] mapped at [ffffffffff240ae0]
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x7f96b000-0x7fffefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F6A30 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC00A5B0 000054 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC00A2D0 0000F4 (v04 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC0012A0 008FAC (v02 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: FACS 0x00000000FC001260 000040
[    0.000000] ACPI: FACS 0x00000000FC001260 000040
[    0.000000] ACPI: APIC 0x00000000FC00A3D0 000070 (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: HPET 0x00000000FC00A4C0 000038 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: WAET 0x00000000FC00A500 000028 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: SSDT 0x00000000FC00A530 000031 (v02 Xen    HVM      00000000 INTL 20160831)
[    0.000000] ACPI: SSDT 0x00000000FC00A570 000031 (v02 Xen    HVM      00000000 INTL 20160831)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000108ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x108fd5000-0x108ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000108ffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000efffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000108ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000108ffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0xf0000000-0xfbffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen HVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @ffff91a4c8c00000 s139864 r8192 d32168 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1003848
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 3913140K/4079220K available (12300K kernel code, 1394K rwdata, 3756K rodata, 2536K init, 1280K bss, 166080K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35244 entries in 138 pages
[    0.001000] Hierarchical RCU implementation.
[    0.001000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.001000] 	Tasks RCU enabled.
[    0.001000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.001000] NR_IRQS: 4352, nr_irqs: 512, preallocated irqs: 16
[    0.001000] xen:events: Using FIFO-based ABI
[    0.001000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.001000] 	Offload RCU callbacks from CPUs: .
[    0.001000] Console: colour VGA+ 80x25
[    0.001000] console [hvc0] enabled
[    0.001000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[    0.002000] tsc: Fast TSC calibration using PIT
[    0.017003] tsc: Detected 1992.051 MHz processor
[    0.017012] Calibrating delay loop (skipped), value calculated using timer frequency.. 3984.25 BogoMIPS (lpj=1992125)
[    0.017029] pid_max: default: 32768 minimum: 301
[    0.017056] ACPI: Core revision 20170728
[    0.020985] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.021033] Security Framework initialized
[    0.021040] Yama: becoming mindful.
[    0.021049] AppArmor: AppArmor disabled by boot time parameter
[    0.021572] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021828] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.021851] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.021869] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.022056] CPU: Physical Processor ID: 0
[    0.022063] CPU: Processor Core ID: 0
[    0.022071] mce: CPU supports 2 MCE banks
[    0.022096] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.022103] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.022135] Spectre V2 : Mitigation: Full generic retpoline
[    0.022143] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.022154] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.022164] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.022273] Freeing SMP alternatives memory: 28K
[    0.022971] smpboot: Max logical packages: 1
[    0.023407] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.024000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.035376] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.035409] installing Xen timer for CPU 0
[    0.035549] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.036042] cpu 0 spinlock event irq 53
[    0.036132] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.036173] Hierarchical SRCU implementation.
[    0.036662] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.036679] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.036735] smp: Bringing up secondary CPUs ...
[    0.036806] installing Xen timer for CPU 1
[    0.036863] x86: Booting SMP configuration:
[    0.036871] .... node  #0, CPUs:      #1
[    0.037662] cpu 1 spinlock event irq 59
[    0.037662] smp: Brought up 1 node, 2 CPUs
[    0.037662] smpboot: Total of 2 processors activated (7968.50 BogoMIPS)
[    0.038110] devtmpfs: initialized
[    0.038110] x86/mm: Memory block size: 128MB
[    0.038359] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.038359] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.038359] pinctrl core: initialized pinctrl subsystem
[    0.038359] RTC time: 18:43:48, date: 05/19/18
[    0.038359] NET: Registered protocol family 16
[    0.039052] cpuidle: using governor menu
[    0.039101] ACPI: bus type PCI registered
[    0.039597] PCI: Using configuration type 1 for base access
[    0.040736] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.040736] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.041060] ACPI: Added _OSI(Module Device)
[    0.041068] ACPI: Added _OSI(Processor Device)
[    0.041077] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.041085] ACPI: Added _OSI(Processor Aggregator Device)
[    0.045132] ACPI: Interpreter enabled
[    0.045146] ACPI: (supports S0 S3 S5)
[    0.045153] ACPI: Using IOAPIC for interrupt routing
[    0.045172] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.045557] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.049977] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.049992] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.050007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.050023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.050219] PCI host bridge to bus 0000:00
[    0.050227] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.050238] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.050249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.050261] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[    0.050273] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.068186] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.068203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.068213] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.068226] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.081643] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.081713] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.107900] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[    0.108144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.108499] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.108883] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[    0.109820] xen:balloon: Initialising balloon driver
[    0.138075] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    0.138089] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.139014] pci 0000:00:03.0: vgaarb: bridge control possible
[    0.139030] vgaarb: loaded
[    0.139155] SCSI subsystem initialized
[    0.139212] ACPI: bus type USB registered
[    0.139212] usbcore: registered new interface driver usbfs
[    0.139212] usbcore: registered new interface driver hub
[    0.139212] usbcore: registered new device driver usb
[    0.139212] EDAC MC: Ver: 3.0.0
[    0.140472] PCI: Using ACPI for IRQ routing
[    0.141511] NetLabel: Initializing
[    0.141523] NetLabel:  domain hash size = 128
[    0.141532] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.141564] NetLabel:  unlabeled traffic allowed by default
[    0.141594] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.141594] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.141594] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[    0.145019] clocksource: Switched to clocksource xen
[    0.151558] VFS: Disk quotas dquot_6.6.0
[    0.151577] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.151627] pnp: PnP ACPI init
[    0.151693] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.151788] system 00:01: [io  0x08a0-0x08a3] has been reserved
[    0.151800] system 00:01: [io  0x0cc0-0x0ccf] has been reserved
[    0.151811] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.152002] system 00:06: [io  0xae00-0xae0f] has been reserved
[    0.152030] system 00:06: [io  0xb044-0xb047] has been reserved
[    0.152403] pnp: PnP ACPI: found 7 devices
[    0.159019] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.159102] NET: Registered protocol family 2
[    0.159214] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.159268] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.159325] TCP: Hash tables configured (established 32768 bind 32768)
[    0.159354] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.159402] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.159443] NET: Registered protocol family 1
[    0.159457] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.159554] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.159672] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.161405] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.161494] Unpacking initramfs...
[    0.240369] Freeing initrd memory: 6736K
[    0.240392] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.240404] software IO TLB [mem 0xebfff000-0xeffff000] (64MB) mapped at [ffff91a4abfff000-ffff91a4afffefff]
[    0.241132] audit: initializing netlink subsys (disabled)
[    0.241183] audit: type=2000 audit(1526755428.659:1): state=initialized audit_enabled=0 res=1
[    0.241350] Initialise system trusted keyrings
[    0.241366] Key type blacklist registered
[    0.241408] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.242055] zbud: loaded
[    0.533660] NET: Registered protocol family 38
[    0.533674] Key type asymmetric registered
[    0.533681] Asymmetric key parser 'x509' registered
[    0.533725] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.533771] io scheduler noop registered
[    0.533779] io scheduler deadline registered
[    0.533815] io scheduler cfq registered (default)
[    0.533825] io scheduler mq-deadline registered
[    0.533888] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.534056] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.534077] ACPI: Power Button [PWRF]
[    0.534115] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    0.534136] ACPI: Sleep Button [SLPF]
[    0.534755] xen:grant_table: Grant tables using version 1 layout
[    0.534781] Grant table initialized
[    0.535039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.536336] Non-volatile memory driver v1.3
[    0.536381] Linux agpgart interface v0.103
[    0.537549] scsi host0: ata_piix
[    0.537612] scsi host1: ata_piix
[    0.537633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc320 irq 14
[    0.537644] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc328 irq 15
[    0.537683] libphy: Fixed MDIO Bus: probed
[    0.539058] usbcore: registered new interface driver usbserial
[    0.539083] usbcore: registered new interface driver usbserial_generic
[    0.539103] usbserial: USB Serial support registered for generic
[    0.539145] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.543218] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.543236] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.543328] mousedev: PS/2 mouse device common for all mice
[    0.543643] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.543725] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[    0.543812] device-mapper: uevent: version 1.0.3
[    0.543875] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.544082] hidraw: raw HID events driver (C) Jiri Kosina
[    0.544200] usbcore: registered new interface driver usbhid
[    0.544212] usbhid: USB HID core driver
[    0.544390] drop_monitor: Initializing network drop monitor service
[    0.544534] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.545016] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.546272] Initializing XFRM netlink socket
[    0.546352] NET: Registered protocol family 10
[    0.548928] Segment Routing with IPv6
[    0.548946] mip6: Mobile IPv6
[    0.548955] NET: Registered protocol family 17
[    0.549213] RAS: Correctable Errors collector initialized.
[    0.549232] AVX2 version of gcm_enc/dec engaged.
[    0.549240] AES CTR mode by8 optimization enabled
[    0.561037] sched_clock: Marking stable (561003241, 0)->(1907381161521, -1906820158280)
[    0.561248] registered taskstats version 1
[    0.561262] Loading compiled-in X.509 certificates
[    0.561287] zswap: loaded using pool lzo/zbud
[    0.563345] Key type big_key registered
[    0.564295] Key type encrypted registered
[    0.564746] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[    0.564756] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[    0.564766] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[    0.564776] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[    0.564786] xenbus_probe_frontend: Device with no driver: device/vif/0
[    0.564802]   Magic number: 2:17:747
[    0.564835] acpi LNXCPU:72: hash matches
[    0.564894] rtc_cmos 00:02: setting system clock to 2018-05-19 18:43:49 UTC (1526755429)
[    0.702582] Freeing unused kernel memory: 2536K
[    0.702593] Write protecting the kernel read-only data: 18432k
[    0.702891] Freeing unused kernel memory: 2024K
[    0.703335] Freeing unused kernel memory: 340K
[    0.735103] rodata_test: all tests were successful
Qubes initramfs script here:
[    0.739827] Invalid max_queues (4), will use default max: 2.
[    0.947155] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.006579] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.037408] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    1.059686] blkfront: xvdd: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
Waiting for /dev/xvda* devices...
Qubes: Doing R/W setup for TemplateVM...
[    1.086861]  xvdc: xvdc1
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=3969c9e4-6e8c-4546-a188-9f328b504a84
Qubes: done.
mount: wrong fs type, bad option, bad superblock on /dev/xvda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Waiting for /dev/xvdd device...
mount: /dev/xvdd is write-protected, mounting read-only
[    1.104191] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[    1.106174] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
mount: /sysroot not mounted or bad option

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
switch_root: failed to mount moving /sysroot to /: Invalid argument
switch_root: failed. Sorry.
[    1.138742] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[    1.138742] 
[    1.138762] CPU: 0 PID: 1 Comm: switch_root Not tainted 4.14.35-1.pvops.qubes.x86_64 #1
[    1.138777] Hardware name: Xen HVM domU, BIOS 4.8.3 05/08/2018
[    1.138790] Call Trace:
[    1.138800]  dump_stack+0x5c/0x85
[    1.138808]  panic+0xe4/0x252
[    1.138816]  do_exit+0xba9/0xbb0
[    1.138823]  ? __do_page_fault+0x278/0x4f0
[    1.138830]  do_group_exit+0x3a/0xa0
[    1.138837]  SyS_exit_group+0x10/0x10
[    1.138844]  do_syscall_64+0x74/0x180
[    1.138851]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[    1.138859] RIP: 0033:0x7e9c164eabd8
[    1.138865] RSP: 002b:00007ffcf7697b18 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[    1.138877] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007e9c164eabd8
[    1.138889] RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001
[    1.138900] RBP: 00007e9c167da860 R08: 00000000000000e7 R09: ffffffffffffff98
[    1.138911] R10: 0000000000000003 R11: 0000000000000246 R12: 00007e9c167da860
[    1.138922] R13: 00007e9c167dfc00 R14: 0000000000000000 R15: 0000000000000000
[    1.139084] Kernel Offset: 0xf000000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)

Qubes OS version:

4.0

Affected component(s):

HVM VMs

Steps to reproduce the behavior:

Create an HVM vm and start it.
I followed the official guide for using the trial of Windows and as well i've tried to boot from the CD of ubuntu.

Expected behavior:

The VM is expected to boot correctly and be visualized.

@evilaliv3 evilaliv3 changed the title from Segmentation fault while loading HVM machines on a clean Qubes 4.0 to Kernel panic while loading HVM machines on a clean Qubes 4.0 May 19, 2018

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek May 19, 2018

Member

This doesn't look like neither ubuntu nor windows...
Have you set kernel to '' (or "(none)" if using GUI)? See here for details for 4.0.

Member

marmarek commented May 19, 2018

This doesn't look like neither ubuntu nor windows...
Have you set kernel to '' (or "(none)" if using GUI)? See here for details for 4.0.

@evilaliv3

This comment has been minimized.

Show comment
Hide comment
@evilaliv3

evilaliv3 May 19, 2018

Thank you @marmarek !
You totally centerded the issue and suggested the right fix.

This guide would require to include this detail: https://www.qubes-os.org/doc/hvm/

I leave this ticket open so that we can use this to keep track of the update of that specific document.

Here some fixes that i annotated that would be important to apply as well to that guide:

  • qvm-run --pass-io untrusted 'cat "/media/user/externalhd/win10.raw"' > /home/user/win10-root.img
    this command could be update to use dd in order to manage correctly sparse files (like ISOs are); the fix i used is the one documented here: https://groups.google.com/forum/#!topic/qubes-users/l1vuQEjqce4
    it is possible in fact that a file of 34GB with a cat command is expanded to be 134GB (like it happened to me today)
  • qvm-create --hvm win10 --label red --mem=4096 --root-move-from /home/user/win10-root.img
    this command is outdated. hvm is not recognized as a valid option and the same --mem=4096
    the command that i managed to get working is:
    qvm-create win10 --label red --root-move-from /home/user/win10-root.img

Then for making it working i've required to manually change the kernel and to set the VM to be of type HVM;
In other comments on a ticket or mail of you @marmarek i remember that specifically in relation to --hvm you were saying that VMs are now created by default as HVM but its seems that this is not the case.

Thank you @marmarek !
You totally centerded the issue and suggested the right fix.

This guide would require to include this detail: https://www.qubes-os.org/doc/hvm/

I leave this ticket open so that we can use this to keep track of the update of that specific document.

Here some fixes that i annotated that would be important to apply as well to that guide:

  • qvm-run --pass-io untrusted 'cat "/media/user/externalhd/win10.raw"' > /home/user/win10-root.img
    this command could be update to use dd in order to manage correctly sparse files (like ISOs are); the fix i used is the one documented here: https://groups.google.com/forum/#!topic/qubes-users/l1vuQEjqce4
    it is possible in fact that a file of 34GB with a cat command is expanded to be 134GB (like it happened to me today)
  • qvm-create --hvm win10 --label red --mem=4096 --root-move-from /home/user/win10-root.img
    this command is outdated. hvm is not recognized as a valid option and the same --mem=4096
    the command that i managed to get working is:
    qvm-create win10 --label red --root-move-from /home/user/win10-root.img

Then for making it working i've required to manually change the kernel and to set the VM to be of type HVM;
In other comments on a ticket or mail of you @marmarek i remember that specifically in relation to --hvm you were saying that VMs are now created by default as HVM but its seems that this is not the case.

@evilaliv3

This comment has been minimized.

Show comment
Hide comment
@evilaliv3

evilaliv3 May 19, 2018

As an update with the above integration now windows is able to boot.

It then reaches a restoring state, where it tries to recover itself but dies.

As an update with the above integration now windows is able to boot.

It then reaches a restoring state, where it tries to recover itself but dies.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek May 19, 2018

Member

To little memory?

Member

marmarek commented May 19, 2018

To little memory?

@evilaliv3

This comment has been minimized.

Show comment
Hide comment
@evilaliv3

evilaliv3 May 19, 2018

I gave 8GB of RAM and 10GB/10GB of disk

I gave 8GB of RAM and 10GB/10GB of disk

@andrewdavidwong andrewdavidwong modified the milestones: Release 4.0 updates, Documentation/website May 20, 2018

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong May 20, 2018

Member

This guide would require to include this detail: https://www.qubes-os.org/doc/hvm/

I leave this ticket open so that we can use this to keep track of the update of that specific document.

Please consider submitting a PR:

https://www.qubes-os.org/doc/doc-guidelines/

Member

andrewdavidwong commented May 20, 2018

This guide would require to include this detail: https://www.qubes-os.org/doc/hvm/

I leave this ticket open so that we can use this to keep track of the update of that specific document.

Please consider submitting a PR:

https://www.qubes-os.org/doc/doc-guidelines/

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek May 20, 2018

Member

See /var/log/xen/console/hypervisor.log if there is anything about crashing of that qube. If not, only windows could tell what is wrong, try booting in safe mode and access events log there.

Member

marmarek commented May 20, 2018

See /var/log/xen/console/hypervisor.log if there is anything about crashing of that qube. If not, only windows could tell what is wrong, try booting in safe mode and access events log there.

awokd added a commit to awokd/qubes-doc that referenced this issue Jun 30, 2018

@awokd awokd referenced this issue in QubesOS/qubes-doc Jun 30, 2018

Merged

hvm: add kernel='' for 4.0 #671

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