Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I installed Ubuntu 12.04 on my laptop to dual-boot it with Windows 7 that has already been installed. Then I used EasyBCD to configure it. When I choose Windows 7 in the menu, it boots directly to Windows.
When I choose Ubuntu, however, GRUB2 screen appears and I have to choose Ubuntu again.
How can I prevent that from happening?

share|improve this question

1 Answer

up vote 1 down vote accepted

In /etc/default/grub, change GRUB_TIMEOUT to 0 (i.e., zero)

Then update-grub, that should fix it.

Regards

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.