From 77edab3750595955bf62b8831608ee96ac9a138c Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 16 Aug 2018 19:32:54 +0259 Subject: dont use early microcode loading in live mode (mga#21553) --- files/live-dracut.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/live-dracut.conf b/files/live-dracut.conf index 42b3e24..67ed54e 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -14,3 +14,5 @@ add_drivers+=" amdgpu radeon nouveau i915 vboxvideo " omit_drivers+=" qla1280 qla2xxx qla4xxx " # pata_acpi is not wanted on boot omit_drivers+=" pata_acpi " +# dont use early microcode loading as it slows live boot on broken vbox setups (mga#21553) +early_microcode="no" -- cgit v1.2.1