How to add a kernel boot parameter Open the GRUB file: $ sudo vi /etc/default/grub Find GRUB_CMDLINE_LINUX_DEFAULT and append a new paramter to its end: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem=2048m" Update the GRUB configuration: $ sudo update-grub Reboot: $ sudo reboot