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/grub
however you want sudo grub2-mkconfig -o /boot/efi/EFI/qubes/grub.cfg
sudo dracut -f
- Reboot
Your new kernel parameters should be applied. Run cat /proc/cmdline
to verify.
Thanks to @bored for the hint!