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

I have install ubuntu 12.04 LTS through a clean install on HP mini 110. Everything goes well. But after restart, My computer doesn't automatically boot. It instead goes to GNU GRUB. There I've to write the following commands to make the computer boot.

set root=(hd0,msdos1)
linux /vmlinuz root=/dev/sda1
initrd /initrd.img
boot

After this the computer boots. But the problem is that I have to write this every-time I open or restart the computer.

Kindly, if anyone the the solution to this please share with me. Any kind of help will be appreciated. Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.