Since my keyboard does not work with the graphical input box, i need to find a way to enter my disk encryption password in prompt to boot Qubes. How can i do this?
In short: Remove “rhgb” from the “module2” grub boot line.
How:
- to test, start the computer ant press “e” to edit the boot entry, find the line starting with module2 and remove/delete “rhgb”; press F10 to boot instantly. You will be prompted in text-mode (maybe frame-buffer?) for the LUKS password.
- For a long-term solution: In dom0, edit /etc/default/grub and remove “rhgb” from the line starting with “GRUB_CMDLINE_LINUX=” (or from “everywhere” as in “all occurences”). Save the new config by running “sudo grub2-mkconfig > /boot/grub2/grub.cfg”.
1 Like
Thank you. It worked.
1 Like
Great. You can like and subscribe… kidding… you can mark my post above as “Solution” so people searching for the same problem can find it easier.