콘솔 (1) 썸네일형 리스트형 CentOS 7.x, 8.x + elrepo kernel 5.x 업그레이드 시, console 먹통 현상 centos 7.x, 8.x에 elrepo로 kernel 5.x로 업그레이드 시 console 먹통 remote로 ssh 접근 이슈 없고 서버 상태도 정상 원인 intel 그래픽 드라이버와 elrepo kernel 간 호환 문제로 추정 커널 부팅 시, frame buffer가 생성되지 않는다(fb0) 조치 방안 for EFI system frame buffer가 생성되지 않는 이슈를 해결하기 위해 그래픽 드라이버를 disable 처리하여 BIOS로 부팅하도록 조치해아한다. 1. /etc/default/grub에서 cmdline에 nomodeset 추가 [root@uefi-server ~]# vim /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed .. 이전 1 다음