1

I'm new to Ubuntu, and I wanted to install it on my laptop (ASUS, running Windows 10 (upgrade from Windows 8.1), Intel i5 processor, 6GB Ram, 300GB storage).

I followed instructions from the Ubuntu website and made a bootable USB using the Universal USB Installer from pendrivelinux. I booted the USB through BIOS, and clicked install Ubuntu on my computer.

When I did, this I only had the option to install it alongside Windows 8 (?). I figured it might be ok to try this, so I clicked continue, and gave it 100GB for a partition. Installed pretty quickly, and all seemed ok. I got a message saying to restart, then remove USB and click enter. All good so far.

However, on rebooting, the laptop went straight to my Windows 10 login page, and when I check the boot options on BIOS, there is no option to boot Ubuntu. However, if I boot USB again, then it says Ubuntu is installed, and I have an option to erase the Ubuntu install and reinstall it.

I know I've messed up somewhere, I just don't really know what I'm doing. Any help would be appreicated.

Cheers.

Aaron
  • 111

1 Answers1

1

you need to repair the bootloader using boot repair .
first shutdown the pc and inesrt the booted usb in pc port and start the pc
then option to install/try the ubuntu come.
click on try
login to ubuntu
after login.

1. open terminal (use Ctrl+Alt+T or go to dash and type terminal)
2. sudo add-apt-repository -y ppa:yannubuntu/boot-repair;
3. sudo apt-get update;
4 sudo apt-get install -y boot-repair && boot-repair

use can follow the procedure given by LovinBuntu https://askubuntu.com/a/226064/427621
after completing the procedure unplug the usb and restart the system.