-
-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Qubes OS version
Qubes Release 4.0.2-rc1
Affected component(s) or functionality
XEN.
Brief summary
Trying to install Qubes on a Asus Zenbook UX433FN (yes, it's not under the hardware list, the 4.0.1 release didn't work, but the 4.0.2 got me further in to the installation; seems like it's working almost!) and I get a kernel panic.
The fully message can be seen below and in a attached screenshot.
To Reproduce
Steps to reproduce the behavior:
- To stop the boot loop I've added 'noapic acpi=off' to the options in BOOTX64.cfg.
Also tried to add 'dis_ucode_ldr' (no effect). - Inserted the USB drive to the laptop and tried to boot it.
- Got kernel panic (message shown below).
Expected behavior
Expecting to see a installation menu.
Actual behavior
Kernel Panic.
Screenshots
Could be found here.
Additional context
The screenshots shows the message below in more details;
(XEN) Xen BUG at x86_64/mm.c:691
(XEN) ----[ Xen-4.8.5-7.fc25 x86_64 debug=n Not tained ]----
(XEN) CPU: 0
(XEN) RIP: e008:[] zap_low_mappings+0x68/0x70
(XEN) RFLAGS: 0000000000010097 CONTEXT: hypervisor
...
...
(XEN) Xen code around (zap_low_mappings+0x68/0x70):
(XEN) ff 0f 1f 80 00 00 00 00 <0f> 0b 66 0f 1f 44 00 00 41 57 41 56 49 be 00 00
(XEN) Xen stack trace from rsp=ffff82d080827da0:
...
...
(XEN) Xen call trace:
(XEN) [] zap_low_mappings+0x68/0x70
(XEN) [] __start_xen+0x2041/0x3630
(XEN)
(XEN)
(XEN) ******************************************
(XEN) Panic on CPU 0:
(XEN) Xen BUG at x86_64/mm.c:691
(XEN) ******************************************
(XEN)
(XEN) Reboot in five seconds...
Solutions you've tried
Adding dis_ucode_ldr to the BOOTX64.cfg file (this did work to initialise a Ubuntu LiveCD, without this param you were unable to boot Ubuntu).
Have also added 'noapic acpi=off' to the options line in BOOTX64.cfg, without getting further.
Also tried to add 'nouveau.modeset=0', no changes to this.
Hardware (Asus Zenbook UX433FN):
- Intel i7 8565U
- NVIDIA GeForce MX150
Relevant documentation you've consulted
UEFI troubleshooting.
Related, non-duplicate issues
None.