14

Oct/13

Enable Grub Menu On Boot In Ubuntu 12.04

Edit the file /etc/default/grub and comment out the following lines by adding a # at the beginning: GRUB_HIDDEN_TIMEOUT=10 GRUB_HIDDEN_TIMEOUT_QUIET=true Update grub config by running: sudo update-grub The above will generate a new grub menu based on the configuration file. Missing … Continue reading