This repository was archived by the owner on Jun 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -412,3 +412,25 @@ Simulate a network error (or network delay) during startup:
412
412
::
413
413
414
414
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).
You can’t perform that action at this time.
0 commit comments