Ubuntu 16.04 installation freezes when loading the system

9,928

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.

Share:
9,928

Related videos on Youtube

j91
Author by

j91

Updated on September 18, 2022

Comments

  • j91
    j91 over 1 year

    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.

  • j91
    j91 over 7 years
    Thanks for your answer. I deactivated the Secure Boot and tried to run the installation again. For some reason my computer doesn't show the boot menu (I tried F8, F2, F10, F12). When I got to the freezed Ubuntu screen, I pressed F11 and nothing happened.
  • BitMonster
    BitMonster over 7 years
    I am not sure what is the cause of the freeze, but you could try creating a bootable USB stick with another linux distro like Kubuntu, if it still somehow freezes, then it's probably a system problem, if it doesn't, then there could have been a problem with Ubuntu specifically.
  • j91
    j91 over 7 years
    No success. I created a follow up to the question in Unix and Linux user unix.stackexchange.com/questions/320088/…
  • oldfred
    oldfred over 7 years
    Another MSI thread: askubuntu.com/questions/838212/… and: [SOLVED] MSI GT72S 6QE - Freezes on boot unless acpi=off is used ubuntuforums.org/showthread.php?t=2303544
  • BitMonster
    BitMonster over 7 years
    Can you select whether to boot in UEFI or BIOS?