mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-17 21:34:17 -05:00
Add fix for Linux HVM kernel error on bootup: BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:244]
This commit is contained in:
parent
939b0f3874
commit
efa0d8aef9
@ -11,6 +11,41 @@ redirect_from:
|
||||
Tips for Linux in HVM domain
|
||||
============================
|
||||
|
||||
Fixing bootup kernel error `BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:244]`
|
||||
----------------------------------------------------------------------------------------
|
||||
*Tested with Qubes R3.2-RC3*
|
||||
Issue may be related to "bochs_drm" video driver.
|
||||
|
||||
To fix:
|
||||
|
||||
1. Edit the file /etc/default/grub
|
||||
2. Find the line which starts:
|
||||
|
||||
~~~
|
||||
GRUB_CMDLINE_LINUX=
|
||||
~~~
|
||||
|
||||
3. Remove this text from that line:
|
||||
|
||||
~~~
|
||||
rhgb
|
||||
~~~
|
||||
|
||||
4. Add this text to that line:
|
||||
|
||||
~~~
|
||||
modprobe.blacklist=bochs_drm
|
||||
~~~
|
||||
|
||||
5. Run this command:
|
||||
|
||||
~~~
|
||||
grub2-mkconfig --output=/boot/grub2/grub.cfg
|
||||
~~~
|
||||
|
||||
The HVM should no longer display the error if it's related to the "bochs_drm" kernel driver.
|
||||
|
||||
|
||||
Screen resolution
|
||||
-----------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user