Ubuntu – Ubuntu 16.04 installation freezes when loading the system

dual-bootnvidiasystem-installationusb

I'm trying to install Ubuntu 16.04 in a brand new computer which already has Windows 10 running on it. The computer is a MSI GL62 6QF-632NL, with Intel Core i7-6700HQ and NVIDIA GeForce GTX 960M.

I reserved a portion of my Hard-drive as described here, disabled Windows fast start up, and booted using a device. My screen looks like this:

I clicked use a device, waited for the memory stick to boot, and after hitting Install Ubuntu or Try Ubuntu Without Installing my screen froze at the following purple 5 dots loading screen:

enter image description here

I tried with bootable USB-sticks created in Rufus (in Windows) and Startup Disk Creator (in Ubuntu) to no avail, so the problem must be in my system.

I checked the memory device and got the following warning:

[0.235565] ACPI: EC: Fail in evaluating the _REG object of EC device. Broke n bios is suspected
[5.156922] nouveau 0000:01:00.0: priv: HUBO: 10ecco ffffffff (1b40822c)

Someone has a guess of what may be happening? Who is the likely culprit and how I can get Linux running on my computer?

EDIT ————–

I created a follow up to this question Unix & Linux users.

Best Answer

Here are some of the things that might help solve your problem.

  1. Since you are booting in UEFI mode be sure to make the bootable pendrive in UEFI mode (mostly rufus does provide that option, the one with the GPT partition table).

  2. If that doesn't work trying making the secure boot:OFF and then load the entire system (as Secure Boot enables OS digital signature (keys) matching techniques to verify original and verified OS and to prevent against malicious rootkits).

  3. Make sure that the partition on your USB that is made bootable is not FAT as FAT filesystem is not good for booting purposes (refer to manual pages (Ubuntu)).

If nothing works then boot in legacy BIOS mode and and make the USB bootable via USB installer tool (for especially making USB drives media for Linux-like OSs). Choose the option with MBR style partition table format. Hopefully this will work.

Related Question