cohoe / workstation

Ansible scripts to configure desktop workstations.
4 stars 2 forks source link

Boot is slow #104

Closed cohoe closed 2 years ago

cohoe commented 3 years ago

Waits after Reached target Initrd Root Device. for a while before proceeding.

Seems to be a known thing? https://bugzilla.redhat.com/show_bug.cgi?id=1976621

cohoe commented 3 years ago

Bingo. https://bugzilla.redhat.com/show_bug.cgi?id=1976653

As a workaround until this gets fixed properly, just edit /usr/lib/systemd/system/dbus-broker.service and remove "sysinit.target" from the "After=" line. (Or if you want it the kosher way, copy that file into /etc/systemd/system and customize it there. But then you'll have to remember to remove the file once this gets fixed in the package.) Afterwards, run "dracut -f" to rebuild your initramfs.
cohoe commented 2 years ago

f35 fixes this