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.
