Clean up text and fix formatting
This commit is contained in:
parent
688a65822f
commit
b3f4255cd3
|
@ -11,14 +11,18 @@ redirect_from:
|
||||||
Tips for Linux in HVM domain
|
Tips for Linux in HVM domain
|
||||||
============================
|
============================
|
||||||
|
|
||||||
Fixing bootup kernel error `BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:244]`
|
How to fix bootup kernel error
|
||||||
----------------------------------------------------------------------------------------
|
-------------------------------
|
||||||
*Tested with Qubes R3.2-RC3*
|
|
||||||
Issue may be related to "bochs_drm" video driver.
|
|
||||||
|
|
||||||
To fix:
|
This concerns the following:
|
||||||
|
|
||||||
|
BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:244]
|
||||||
|
|
||||||
|
This has been tested with Qubes `R3.2-RC3`. Note that the issue may be related
|
||||||
|
to the `bochs_drm` video driver. To fix this:
|
||||||
|
|
||||||
|
1. Edit the file `/etc/default/grub`.
|
||||||
|
|
||||||
1. Edit the file /etc/default/grub
|
|
||||||
2. Find the line which starts:
|
2. Find the line which starts:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
@ -32,19 +36,19 @@ To fix:
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
4. Add this text to that line:
|
4. Add this text to that line:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
modprobe.blacklist=bochs_drm
|
modprobe.blacklist=bochs_drm
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
5. Run this command:
|
5. Run this command:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
grub2-mkconfig --output=/boot/grub2/grub.cfg
|
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.
|
The HVM should no longer display the error if it's related to the `bochs_drm`
|
||||||
|
kernel driver.
|
||||||
|
|
||||||
Screen resolution
|
Screen resolution
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user