Tagged Questions
1
vote
0answers
78 views
GRUB2 and kernel vga= parameter
According to the documentation, use of the vga= kernel parameter is deprecated as of GRUB2. The fact that some newer kernels don't seem to support it anymore on certain adapters is of no concern as ...
3
votes
0answers
4k views
Enabling IOMMU in the kernel for graphics card pass-through
Short question:
How can I turn on the intel_iommu setting in the Linux kernel? I run a Debian host, using the grub2 bootloader. Documentation I've seen says to edit /boot/grub/menu.lst, which seems ...
1
vote
2answers
262 views
Automatically include N latest kernel versions in GRUB / GRUB2 menu on kernel upgrade
What I like about Ubuntu is that the GRUB menu always allows me to pick the latest (default) or second-latest (etc.) kernel version at boot time.
In Arch Linux, I can't do that by default. The only ...