CachyOS Cannot Boot with Multiple Monitors, Black Screen Stuck at Plymouth Interface Unable to Login
CachyOS cannot boot when using multiple monitors, showing a black screen waiting forever, stuck at the Plymouth interface with only a spinning icon, unable to login. After much troubleshooting, I pressed esc before the Plymouth interface appeared and found the system boot log:
[FAILED] Failed to start Terminate Plymouth Boot screen.See 'systemctl status plymouth-guit.service' for details.[* ] A start job is running for Hold until boot process finishes up (1min 34s / no limit)Plymouth is the program that displays the CachyOS boot logo, and it was the cause of the problem. This issue has existed in the community for a long time. Reference: [Tutorial] Disable or Remove Plymouth (boot splash)
Modify the systemd-boot configuration file:
sudo nano /etc/sdboot-manage.confFind the LINUX_OPTIONS line:
# Kernel options to be appended to the "options" lineLINUX_OPTIONS="zswap.enabled=0 nowatchdog splash"Replace:
splashWith:
plymouth.enable=0 disablehooks=plymouthUpdate and apply the configuration:
sudo sdboot-manage genNow the boot logo animation is disabled. Although something feels missing, the boot speed is faster, which is worth it.