Views:
720
Votes: 3
✅ Solution
Tags:
boot
nvidia
login
freeze
grub
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1149719
Title:
Nvidia card on an ASUS ZenBook Flip 14 sometimes boots to a purple screen
ID:
/2019/06/09/Nvidia-card-on-an-ASUS-ZenBook-Flip-14-sometimes-boots-to-a-purple-screen
Created:
June 9, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
There is an unsolved problem of another MX150 laptop that takes 10 minutes to boot in Windows.
There is a bug report filed against the ASUS Zenbook here:
Comment #47 seems to have the solution:
For anyone having a similar problem, try booting with microcode
updates off: adddis_ucode_ldr
to the kernel command line (from GRUB
if you cannot boot)
To do this use:
sudo -H gedit /etc/default/grub
Find the line containing quiet splash
and make it read quiet splash dis_ucode_ldr
whilst keeping everything else on the line the same.
Save the file and type:
sudo update-grub
reboot
Hopefully it all works fine now. If this is your situation make sure to subscribe to the bug report.