How to speed up boot of Ubuntu 10.04 Lucid Lynx

sudo gedit /etc/default/grub
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release  -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet profile"
GRUB_CMDLINE_LINUX=""

sudo update-grub2

Now edit the grub once again and remove the word profile  that we added. Update grub(sudo update-grub2) and then reboot.

source
Author: WladyX on 6 July, 2010
Category: Ubuntu
1 response to “How to speed up boot of Ubuntu 10.04 Lucid Lynx”
  1. [...] How to speed up boot of Ubuntu 10.04 Lucid Lynx [...]

Leave a Reply

Last articles