I managed to get it working.
Here’s how to change the kernel parameters on a UEFI install (everything in a dom0 terminal):
- Modify
/etc/default/grubhowever you want sudo grub2-mkconfig -o /boot/efi/EFI/qubes/grub.cfgsudo dracut -f- Reboot
Your new kernel parameters should be applied. Run cat /proc/cmdline to verify.
Thanks to @bored for the hint!