[ 0.093375] ACPI Error: [\SB_.PCIO.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20170531/dswload-210)
[ 0.093383] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170531/psobject-252)
[ 0.093539] ACPI Exception: AE_NOT_FOUND, (SSDT:ProjSsdt) while loading table (20170531/tbxfload-220)
[ 0.098243] ACPI Error: 1 table load failures, 12 successful (20170531/tbxfload-246)
[ 2.376031] Couldn't get size: 0x800000000000000e
[ 137.216201] dracut-initqueue[566]: Warning: Dracut-initqueue timeout - starting timeout scripts
[ 137.779207] dracut-initqueue[566]: Warning: Dracut-initqueue timeout - starting timeout scripts
[ 138.324711] dracut-initqueue[566]: Warning: Dracut-initqueue timeout - starting timeout scripts
[ 138.852226] dracut-initqueue[566]: Warning: Dracut-initqueue timeout - starting timeout scripts
[ 139.395971] dracut-initqueue[566]: Warning: Dracut-initqueue timeout - starting timeout scripts
.
.
.
This went on for some time, so I switched off and wrote this message.
I hope there are no serious typos coz I typed this off of a picture taken of the screen.
Any hints?
Thanks
I'm by no means an expert on the kernel, but dracut "looks" like kernel errors, and "ACPI" (Advanced Configuration and Power Interface) looks like a firmware/kernel support mismatch, either by a lack of features, lack of development, firmware-bug, kernel-bug, or possibly an un-updated firmware. The firmware should be the motherboard (BIOS/UEFI).
You could start looking in your BIOS/UEFI after settings that may be wrong and require adjustments. Is VT-d enabled? Is there a second "Virtualization" that needs enabling, for exaple under "Advanced --> CPU" UEFI settings? There can be other settings too, it's hard to mention them all, but those two are the most important ones, which is sometimes only 1 merged setting.
Does your hardware support VT-d and other Qubes hardware requirements? Does Qubes 3.2. run on this hardware? Qubes 4 is known to be more strict to hardware requirements and may not work smoothly or may not even install if the hardware requirements or security is not correct. Qubes 3.2. is less an issue when missing VT-d and similar. This might also be a place to look and confirm. If you got Qubes 3.2. running on the machine, then try run in dom0 "qubes-hcl-report" to see if you meet the requirements.
However, dracut/ACPI errors doesn't strike me as errors that appear if there are issues with the Qubes 4 specific requirements.
You may want to try install with LegacyBIOS/Grub if you tried UEFI/EFI, or vice versa, whichever you did not try yet. You can also update your BIOS/UEFI to the newest version, however be sure you don't brick your machine. Make sure you know any pitfalls as it may make your motherboard break and become useless.
The kernel contains drivers too, the most essential ones, while the modules contain extra drivers for the kernel. These errors could also be driver issues, for example you may have to edit the EFI or the Grub to pick a different driver before starting. Unfortunately I believe you need to edit the /boot/efi/EFI.cfg file on the install media, but you can more easily change it live on Grub by hovering over the install menu, and thne press "E" key to edit the install menu in grub. Here you can change ACPI settings, drivers, virtulization states, hide/unhide hardware, and so on.
I'm not sure if it even is a driver issue, I can't see that from the logs, whether it can be found there or not. But it's some clues to go with, and maybe you can google some up to trial and error. Just be careful, for example few of the ACPI settings can be dangerous to your hardwaree, so double-check any recommendations you find on the internet.
Also it may be worth if you can find any ACPI settings in your UEFI/BIOS too.
At any rate, I usually solve these kind of problems with trial and errors through experiments. Someone more knowledgeable might drop by with a better advice. For now though, some clues you can try start with if you did not do them already.
Awkward same-time posting x)
But listen to awokd, he has more experience than I do.
I just updated the BIOS yesterday through the Lenovo Avantage program.
Starting Windows doesn't present any problems.
I'll check out your other suggestions, thanks.
Thanks for the suggestion.
I pressed <TAB> after putting the cursor on 'test image then start qubes' and got a line:
/ubnkern initrd=/ubninit @ROOT quiet rd.live.check
which I changed into
/ubnkern initrd=/ubninit @ROOT quiet rd.live.check acpi=off
as you suggested, which resulted in:
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status system-modules-load.service' for detail.
Starting Apply Kernel Variables...
[ OK ] Started Apply Kernel Variables...
[ OK ] Started Dracut pre-udev hook.
Starting udev Kernel Device Manager...
[ OK ] Started udev Kernel Device Manager...
Starting dracut pre-trigger hook...
[ OK ] Started dracut pre-trigger hook.
Starting udev Coldplug all Devices...
Mounting Configuration File System...
[ OK ] Mounted Configuration File System.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target System Initialization.
[ OK ] Reached target Basic System.
Starting dracut initqueue ook...
and then start the lines saying
dracut-initqueue[566]: Warning: Dracut-initqueue timeout - starting timeout scripts
I have to add that this [FAILED] message also appeared without the 'acpi=off' kernel directive.
Ok, I found this web page:
https://www.qubes-os.org/doc/thinkpad-troubleshooting/
and got qubes working.
However, WiFi and the mouse (sys-usb), even though it worked at the first boot after installation of qubes don't work anymore.
Will try again.