1

I'm trying to install Ubuntu 14.04 to my PC's HDD which has ASROCK's UEFI and windows10 already installed on an SSD.

I know there are some problems with installing Linux distributions on UEFI machines but I heard that Ubuntu won't have any issues.

But when I insert my UnetBootin usb and select it to boot and choose "try Ubuntu without installing", it won't continue and my display turns black.

Here are some pictures.

enter image description here

After choosing "Try Ubuntu without installing", it displays nothing but a little light black. I found if I type "Ctrl + alt + Insert" or "Ctrl + alt + Delete" the display becomes darker.

I successfully installed win10 and Ubuntu separately in SSD and HDD on another PC which is not UEFI. But I don't know what should I try to solve this problem

Zanna
  • 72,312

1 Answers1

0

I followed some comments and succesfully installed Ubuntu16.04 with Rufus USB.

But when I boot Ubuntu, it didn't display toolbar whish usually able to see at left.

The following commands helped me.

sudo apt-get update
sudo apt-get upgrade

I also used these commands to enable gtx1080.

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-367
sudo apt-get install mesa-common-dev
sudo apt-get install freeglut3-dev
Zanna
  • 72,312