When my netbook boots, the GRUB menu does not wait me to choose between systems. It goes automatically into Ubuntu system. How can I solve this problem?
|
|
Set the timeout value, I use "timeout 9": http://www.howtogeek.com/howto/ubuntu/change-the-grub-menu-timeout-on-ubuntu/ |
|||
|
|
|
The default key to get to the Grub menu is "Escape". Even if Grub is set with a timeout of 0 seconds, as long as you multi-tap Escape quickly down when starting up (after the BIOS page) you can bring up the Grub menu to change operating systems. If Grub is always loading the wrong OS for you, you can modify it to a different entry or to use the last used entry (with the option "saved"). Modifying Grub depends on your Grub version, so it's useful to know what version of Ubuntu you are running. |
||||
|
|
|
My suggestion is to get into Linux if you aren't fast enough with the escape key and the, as root (using If you don't know the intricacies of grub/grub.conf then be very careful. Only change that one numeric value—nothing else. Make certain you save it back in Linux format (LF (Linux) and not CR/LF (DOS) format). In Vim, it would be the |
||||
|
|