I am setting up my new PC with an MSI GeForce GTX 1660 graphics card. Graphics doesn't work and I am deep into debugging and trying to install Ubuntu 19.10.
What i can do is:
- Enter and see BIOS
- Enter the live USB install menu
- From that menu, I can use the "Try Ubuntu (safe graphics)" and "Install Ubuntu (safe graphics)" options. Through this, I can actually install Ubuntu.
- After installing, I can get into the GRUB menu just once through the BIOS (I can't get there by holding
SHIFT
(which is a big problem). - From the boot menu, I can set the
nomodeset
kernel option by presseinge
, which takes like 5 minutes as of this problem described here. - But then, I can actually boot - once.
What I can't:
- The normal install mode -> purple screen, with some disrupted lines at the top of the screen
- Hold the GRUB menu with the shift key -> possibly due to the 1 seconds slowliness?
- Boot Ubuntu (installed with safe graphics) -> distorted video as above
- Once I entered Ubuntu (through the
nomodeset
trick above), I can't get into the GRUB menu again, e.g. to setnomodeset
again. Before, I could go there through BIOS, where I can select which boot menu to enter. After I entered Ubuntu once, I can't reach that menu anymore. It will always try to boot and will always see the empty/distorted screen.
So the only way for me to try something new is to install Ubuntu again. And actually I can't try much new then, because I have erased my system. The cycle time for that is around 30 minutes per attempt.
So I am desperately looking for a way how to enter the boot menu. Shift
just doesn't work.
sudo apt update; sudo ubuntu-drivers autoinstall
It's probably best if you are connected through ethernet as wifi probably isn't set up. If you do have network problems, post back a comment as there are a few commands you can use to get that started via command line. – mchid Apr 16 '20 at 20:53ESC
at the right time. If I pressed it twice at the wrong time, I would enter Grub but enter the grub terminal. Eventually, I needed only 2 more attempts to install the Nvidia driver. – Janos Apr 17 '20 at 00:08F7
orF8
... wth... thanks @mchid I wasn't expecting it to jump over there – Geoff Williams Feb 17 '21 at 03:22