Hello! I’ve been searching for quite some time for a way to install Qubes on a Dell Latitude E6400, with Libreboot. My device is the variant without an Nvidia card, Intel igpu only. It has a core2 duo, chipset GM45. The Intel ME is removed by libreboot. I modified the laptop to have 8GB of ram and an ssd.
Initially, I would get to the GRUB menu via the USB installation media. After selecting any entry, I’d always get a flashing cursor, then a black screen.
By editing the grub entry for verbose installation, I made some progress. Passing vga=current console=vga to the line for xen, and acpi=off to the vmlinuz line, I get a lot of text output, at some point showing “Welcome to QubesOS 4.2.2” in red color. It eventually goes to reached target basic.target, and then errors with the dracut-initqueue timeout, commonly encountered with poorly formatted usb sticks. I then get an emergency prompt, but no keyboard input is possible.
I assume acpi=off disables keyboard input, and also prevents any more files being loaded from the usb stick, hence the timeout?
Note that I tried the recommended dd method for preparing the USB stick, and I also tried in ISO image mode, using rufus (fat32), and also with the Linux Mint Iso writer. None of these methods worked for me.
I also tried many other arguments, like nouveau.modeset=0, iommu=no_igfx, i915.alpha_support=1, and more, but never reached the graphical installer.
Is there anything I can do to get more information on where things are going wrong? I understand my device is quite old, but it seems to support VT-d and VT-x, and with 8GB ram I’d hope to at least have a chance of installing Qubes.
Any help is much appreciated!