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