1

I recently bought a ASUS K501UX laptop with Windows 10 pre-installed. I want to install Ubuntu in a dual boot with Windows 10.

I tried:

  • Advanced: Set Fast BIOS mode to disabled
  • Boot: Set Secure Boot to Disabled
  • Boot: Boot device priority -> set USB-HDD at the top
  • I also turned off fast boot option under Control Panel under Windows 10.

After restarting with my bootable USB, the computer freezes. This is the last screen photo I took.

enter image description here

Do you have any ideas on what I need to do to install Ubuntu alongside Windows 10?

karel
  • 122,292
  • 133
  • 301
  • 332
Ciro
  • 11

1 Answers1

0

hmm according to the screenshot it seems to be a nouveau error.

nouveau is the open-source nvidia driver and may not support your card. if it's 900M-series.

Can you access the GRUB menu?, if so then try putting

nomodeset

as kernel parameter in place of quiet splash, it should boot you into desktop, but you will always have to put it on boot, unless you install the proper drivers.

Also, do you have by any chance a Skylake processor?, then you at least 15.10 is recommended.