If you want to skip the grub screen on a system only running Bodhi, do the following:
Edit /etc/default/grub
You can use a filemanager or terminal to edit the file with admin privileges. The following can be used from a terminal to edit the file with admin rights:
sudo nano -w /etc/default/grub
or
gksudo leafpad /etc/default/grub
Uncomment the following line:
#GRUB_HIDDEN_TIMEOUT=0
Take out the # and it should look like this:
GRUB_HIDDEN_TIMEOUT=0
Afterwards, run the following in a terminal:
sudo update-grub
This will hide the grub screen and set the countdown to 0. You can increase this number if you like so you can hit a key to get to the grub menu if you need to run failsafe mode or memtest.
original article by Tristam
If you would like to comment or make further suggestions, please leave a note on our Comments page (you will have to Create an Account if you haven't already).