I was able to successfully install Qubes on my Dell Pro 14, and I able to see GRUB menu during the boot process. After I select “Qubes, with Xen hypervisor” I receive the following error code “Qubes Error- USB in dom0 is not restricted. Consider rd.qubes.hide_all_usb or usbcore.authorized_default=0”. Has anyone else experienced the same issue?
It it’s just after the installation, before the final step, it’s normal.
It’s not really an error, it’s more a warning, telling you that you don’t have a sys-usb VM. So either you create a sys-usb, either you accept to have USB devices connected to dom0 with the associated risk.
Thanks for the reply Bertrand. So how do I proceed to the next step? My screen gets frozen after the message. Is there something I am missing maybe a keyboard command? Isn’t the final process to create the sys-usb? I never get to that post installation configuration screen. I have tried to edit the GRUB, but it hasn’t worked either.
Hi Bertrand, I have a Dell Pro 14 Plus with a Intel Core i7 Ultra 268V x 8, 32 GB of ram, and a 512 GB Drive. When I try to install using kernel-latest the text becomes unreadable and has errors. I am starting to think that this laptop has compatibility issues with Qubes.
My laptop has a Intel Core Ultra 275HX and has some issues.
Qubes has an issue with how my laptop is organizing the PCI busses: there are two PCI Root Complex which seems to be very rare for destops and laptops of the previous generations. And this is due to how the Intel Core Ultra Series 2 processors and the associated Intel WM880 PCH chip are built up.
I would love to see a lspci -nn of your laptop.
The good side of this is that now, my laptop is usable. So there is hope!
A very recent laptop seems not to be a good thing for Qubes. But with time, Qubes support improves.
So it looks like I finally got it installed via kernel-latest, however now it passes the “Qubes Error- USB in dom0 is not restricted. Consider rd.qubes.hide_all_usb or usbcore.authorized_default=0” message and then the screen just goes black. So some progress haha.
Does your laptop use only the Intel Arc graphics ? I see “Intel Core i7 Ultra 268V” has it included.
I just had a problem with Intel Arc and the 4.3.0 installer:
The installer uses Xe driver for the graphics during the first part of installation, until the first reboot.
…but it does not copy the firmware to the new installation on the disk, so I was getting black screen.
I found a work-around for the 4.3.0 installer, I think. (TLDR - copy the xe firmware to the target just after the installation begins) :
Boot the installation media, and select the Install kernel latest.
Prepare the keyboard layout, disk destination, user name.
After pressing the button to begin installation, watch the screen for the creation of the luks partition and the lvm partitions (it is only a minute or two).
Press Ctrl-Alt-F2 to find a text terminal (maybe it is Ctrl-Alt-F3?). There is a prompt that looks like this: [anaconda root@localhost /]
Change to the root directory cd /
Verify that the “xe” firmware is present: ls usr/lib/firmware/xe - you should see several files inside the directory. (bmg_guc_70… and some more)
Wait until the initial directory structure is created on the target. Type : ls /mnt/sysroot/
You should see some directories inside. (Use the UP arrow, and press Enter to try again, until you see the directories created.
Go back to the graphical installation Ctrl-Alt-F6, and wait for it to finish.
Reboot, and hope to see some GUI.
At least on my current computer, this was enough to integrate some initial Xe firmware, to avoid the black screen. I am still testing, but I am very hopeful…
Let us know if you succeed, or if you don’t!
I think that the problem has already been addressed for the future: issue #10523
I guess it will also be fixed in the next installer version.
So a update, for some reason I am unable to enter to the terminal to make the necessary changes. I tried holding Crtl+Alt+F2 and Crtl+Alt+F3, but the installation process goes ahead. Am I suppose to hold these keys as soon as it starts to install?