0

I installed Ubuntu 12.04. It got installed and at the end of installation it asked me to restart. I clicked the restart button simultaneously i removed the USB flash drive which I used for installation.

After restarting it is directly switching to windows and not to asking me for the choice. I thought that Ubuntu is lost and i tried one more time. While installing second time during the process of installation it asked me options like to replace Ubuntu or windows or Ubuntu or both. So i confirmed that Ubuntu is there inside the laptop.

Please tell me how to access to my Ubuntu which is there in my laptop. My laptop model G580.

Thanks in advance.

Tim
  • 32,861
  • 27
  • 118
  • 178

1 Answers1

1

For some reason, when installing Ubuntu from a USB, the default GRUB destination chosen by the installer (on the partitioning page) is /dev/sdb (the USB disk). This happens to me every single time.

That means that you haven't actually installed GRUB to your hard disk, eventually ending up with no choice but windows every time you boot. You had to switch the destination to /dev/sda (which is your primary hard disk).

Now, you can try re-installing Ubuntu and choose to install GRUB on /dev/sda, or repair GRUB by referring to the link that Avinash Raj mentioned in a comment on your question.

Edit: Check this link too. It has instructions on how to install GRUB from a Live CD/USB (thanks to samgabbay).

Regards.

ergysdo
  • 1,019