Adding kernel command line parameters when boot with GRUB2

You can add kernel boot parameter editing the file /etc/default/grub:

$ sudo vi /etc/default/grub

Just add it to variable:

GRUB_CMDLINE_LINUX_DEFAULT

Then just update GRUB:

$ sudo update-grub

Source: http://askubuntu.com/questions/19486/how-do-i-add-a-kernel-boot-parameter

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s