grub2-ubuntu-add-kernel-parameters-that-survive-updates

JSON

rev 1  |  foxhop  |  1352822275000  |  JSON

empty
rev 1
tt1Grub2 ubuntu add kernel parameters that survive updates
2=============================================================
3 
4If your Ubuntu Kernel is updated your kernel parameters will be lost.  In my cas
 >e one of my IBM systems will not boot unless *iommu=soft* exists as a kernel boo
 >t parameter. To make this change survive after kernel updates do the following.
5 
6edit **/etc/default/grub** and add the entry to **GRUB_CMDLINE_LINUX_DEFAULT**:
7 
8.. code-block:: grub
9 
10 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=soft"
11