I'm trying to run a live version of Ubuntu 18.04 but as soon as I click on "Try Ubuntu" the mouse' cursor disappears and the system gets stuck.
I tryed to click install and then exit, I was able to move the window and I saw a standard "ubuntu has experienced an internal error", but as I click continue another popup appears, telling me a live desktop would be launched and then the system gets stuck like before.
My clevo P640RE laptop:
- i7-6700HQ
- 8GB ram
- Nvidia GeForce GTX 970M
- Intel Wireless 8260
nomodeset
will help with the nvidia graphics card. If you get it working this way, you can try later to install a proprietary nvidia graphics driver to use the full power of the graphics card. – sudodus Apr 28 '18 at 09:04nomodeset
. How this could impact my system once i install it? – Daniele Gamba Apr 28 '18 at 09:22nomodeset
also in the installed system. And later on try a proprietary nvidia graphics driver. You can keepnomodeset
in your installed system. See Grub2/Setup. --GRUB_CMDLINE_LINUX
Entries on this line are added to the end of the 'linux' command line (GRUB legacy's "kernel" line) for both normal and recovery modes. It is used to pass options to the kernel. – sudodus Apr 28 '18 at 09:48