Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Commit 2a9f9fc

Browse files
authored
Merge pull request #15 from matsimon/kexec-workarounds
Documentation: Document 2 known workaronds with HD graphics
2 parents 0092cba + f1095d5 commit 2a9f9fc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/virtesk-tc-tools.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,25 @@ Simulate a network error (or network delay) during startup:
412412
::
413413

414414
tc_ssh myTC -- "systemctl restart lxdm; iptables -A OUTPUT -p udp -j DROP; sleep 6; iptables -D OUTPUT -p udp -j DROP"
415+
416+
Known issues and workarounds
417+
-----------------------------
418+
419+
Graphics corruption and partial rollout
420+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
421+
422+
Situation: During a rollout some systems may end up hanging in an X session with grey screen and frozen mouse pointer.
423+
This was seen somewhat consistently seen on HP Elite Desk 800 G1 SFF desktop systems running Intel Q87 chipset,
424+
Intel i5-4570 processors using the integrated HD Graphics 4600 on Fedora 25 with Linux kernel 4.8.5.
425+
426+
In this case a known-good workaround is to force the Anaconda installer into text-only mode which avoided
427+
graphics corruption and resulted in reliable deployment. Add a line 'text' early in the Kickstart file for this.
428+
429+
Kernel panic during kexec
430+
~~~~~~~~~~~~~~~~~~~~~~~~~
431+
432+
Situation: During a rollout through kexec certain client types may end up with kernel panics.
433+
This was seen consistently on a combination with systems running on Intel H55 chipsets, Intel i5 650 processors
434+
using the integrated HD Graphics on Fedora 25 with Linux kernel 4.8.5.
435+
436+
In this case a known workaround was to append "--real-mode" to the kexec loading parameter (kexec -l).

0 commit comments

Comments
 (0)