XなしGUIなしで運用していたマシンが 今日ハングしてた
Apr 20 02:23:00 chinko kernel: [9883678.823770] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:38:crtc-0] flip_done timed out Apr 20 02:23:11 chinko kernel: [9883689.062920] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:34:plane-0] flip_done timed out
flip_done timed out エラーが出続けている。
これが原因とは思えないけど、うっとおしいのでついでに対処する。
カーネルオプションに nomodeset を追加して再起動
vi /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="nomodeset" ★←これ
update-grub