I am trying to install Ubuntu 18.04 LTS on my Dell G3 3579, with an Intel core i7 processor. I have 1 SSD (256GB), 1 HDD (1TB), and an NVIDIA GeForce GTX 1050 TI GPU.
I have a an Ubuntu live image on a USB drive. Initially I was able to boot Ubuntu from the USB. Everything was functioning well. I used the installation tool from within the “Try Ubuntu” desktop environment. I chose to overwrite the drive containing with the Windows OS, so this is not a dual boot setup. Everything looked good up until the end of the install process.
I got an error message saying the bootloader could not be installed, and “this is a fatal error.” The installation process ended, at which point it said I needed to reboot. So I did reboot.
I don’t know if that was a mistake or not. I’m pretty sure the Windows Boot Manager is gone, and GRUB was not installed.
I’ve read about trying to use Boot-Repair, which requires me to boot up an Ubuntu live image, but that isn’t going so well...
When I try to boot from the USB drive, I am able to boot through the legacy bios system (not UEFI, dispute the Ubuntu image supporting UEFI). However, on selecting “Try Ubuntu,” the system appears to freeze. My mouse cursor disappears and the system doesn’t respond to any touchpad/mouse/keyboard inputs. And my only way out seems to be a hard reset.
I’m open to any suggestions. Is it possible to recover my machine?
Current structure of my drives and partitions (after install failure)
Error message from second attempt (identical error)
UPDATE:
I was able to properly boot into the USB live image and access the desktop environment without freezing by pressing Alt-Shift-F1 during the Ubuntu live boot process. I will attempt to repair the bootloader and update soon with the results.
e
on the option to "try Ubuntu" to edit boot parameters. Scroll to line that says "quiet splash" and change it to "quiet splash nomodeset". Then pressCtrl
+X
. If this solves the problem here is some further reading for later: https://askubuntu.com/questions/38780/how-do-i-set-nomodeset-after-ive-already-installed-ubuntu – WinEunuuchs2Unix May 18 '19 at 14:35boot-repair
right away to see if that quick fix works. – WinEunuuchs2Unix May 18 '19 at 14:39