CachyOS使用多個顯示器無法開機,一直黑螢幕等待卡死在Plymouth介面無法登入
CachyOS使用多個顯示器無法開機,一直黑螢幕等待,卡死在Plymouth介面,只顯示轉圈圖示,無法登入。折騰了很久,最終在跳轉Plymouth介面之前,按 esc 發現了系統啟動日誌:
[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就是CachyOS開機顯示logo的程式,就是因為它導致的,這個問題在社群內已經存在很久了,方法參考:[Tutorial] Disable or Remove Plymouth (boot splash)
修改 systemd-boot 啟動設定檔:
sudo nano /etc/sdboot-manage.conf找到下面 LINUX_OPTIONS 這行:
# Kernel options to be appended to the "options" lineLINUX_OPTIONS="zswap.enabled=0 nowatchdog splash"把:
splash替換為:
plymouth.enable=0 disablehooks=plymouth更新並套用設定檔
sudo sdboot-manage gen現在關閉了開啟過程中的logo特效,雖然少了點什麼,但開機速度也更快了,值得。