I would like to share my experience installing Qubes on Tuxedo InfinityBook Pro 14 Gen 6.
Technical data:
model: TUXEDO InfinityBook Pro 14 Gen6
cpu: 11th Gen Intel(R) Core™ i7-1165G7 @ 2.80GHz
network: Intel Corporation Wi-Fi 6 AX201 (rev 20)
memory: 65269
qubes: R4.1
xen: 4.14.3
kernel: 5.10.76-1
I was unable to boot with the images from qubes-os.org. (On other notebooks these worked) I switched to an alternative download, which are listed on qubes-os.org.
During installation leave the deault templates on Fedora, when selecting Debian WiFi does not work.
Suspend does not work. The screen stays black. Solution: Hard reset of the notebook.
WiFi, touchpad, audio, webcam, hotkeys and Ethernet via USB-C work when Fedora is selected as default template during installation.
This device only works correctly since 4.1 (at least, I could not install 4.0, because of kernel panic or alike during start of the installer iirc).
What I successfully tested (=what works fine):
general usage (using this device since 1-2 months with Qubes now)
internal camera
bluetooth and WiFi
connections etc.
What does not work or needed to get tweaked:
suspend does not work, as for many other Tiger Lake models as well
add i915.enable_psr=0 as kernel parameter, otherwise screen is flickering when moving the mouse
the TPM is not supported yet
after disabling the ME in BIOS, boot may need a long time to actually start (totally Qubes unrelated and a known issue of this model in general, just wanted to let you know)
All in all a really capable device, only the missing suspend is a bummer, but security-wise for the better that I am forced to shutdown…
There is also a help from the manufacturer of laptop. the result of last command made me wonder.
The 'i915.enable_psr=0’ parameter is not showing!?
Maybe the grub update command is not correct. Stepp by step:
sudo nano /etc/default/grub => Ok and saved
GRUB_CMDLINE_LINUX_DEFAULT= => I dont have such a command line
Only have one line: GRUB_CMDLINE_LINUX="…" and another line: GRUB_CMDLINE_XEN_DEFAULT="…" and another line: GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX …"
I tried each of the three variants with the i915 parameter. But the result of cat /proc/cmdline command doesn’t contain i915.enable_psr=0.
Is the command cat /proc/cmdline wrong or ist the grub update command wrong? I tried all:
sudo update-grub => not working because of grub2 i think