I'm trying to install Ubuntu 17.04 from usb, but I'm stuck on this screen
How can I fix it?
I am on Asrock UEFI?
I'm trying to install Ubuntu 17.04 from usb, but I'm stuck on this screen
How can I fix it?
I am on Asrock UEFI?
Not sure if this should be flagged as a duplicate if the solution is on a different StackExchange site, but this posted solution should help: https://superuser.com/questions/1200994/no-sprom-available-error-when-installing-ubuntu-from-usb
To fix this I first disable the WLAN module from bios then proceeded to add
nouveau.modeset=0
to the end of the linux line in the GNU kernel. This allowed me to boot into the test mode and install from there. Once this had been done I was able to install the drivers from the Additional Drivers application.
nomodeset
and install Nvidia drivers after installation. – Pilot6 Jul 29 '17 at 14:36