Remove / hide GRUB Boot Menu when booting linux

If you have just one operating systems installed sometimes you do not need to have a grub menu to be displayed when linux boots.
To do that edit /boot/grub/menu.lst file and add / uncomment line:
hiddenmenu
if you would like to remove countdown as well edit line with timeout to 0.
Once you have made changes you need [...]