부팅 후 화면이 검은색으로 나타나는 이유는 무엇입니까?

부팅 후 화면이 검은색으로 나타나는 이유는 무엇입니까?

CentOS 2.7 GRUB를 시작하면 화면이 꺼집니다. 시작하는 동안 화면 아래로 스크롤되는 활동을 봅니다. 그러면 화면이 공백으로 변합니다. NIVIDIA 그래픽 카드가 있는데 이것이 문제의 원인일 수 있습니다. setparms에서는... nomodeset vga=789splash를 지정했습니다. 정확한 시작 코드는 다음과 같습니다.

setparams 'CentOS Linux(3.10.0-957.el7.x86_64) 7(코어)'

load_video 세트 gfxpayload=insmod 유지 gzio insmod part_gpt insmod ext2

루트 설정='hd0,gpt2'

if [x$feature_platform_search_hint = xy ]; 검색 --no-floppy --fs-uuid --set=root \ --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2\ --hing- baremetal=ahcio,gpt2 27483794-8c21- \ 428f-951e-315bce52e222 그렇지 않으면 검색 --no-floppy --fs-uuid --set=root \ 27483794-8c21-428f-951e-315bce52e222 fi

linuxefi /vmlinux-3.10.0-957.el7.x86_64 루트= \ /dev/mapper/centos-roo ro crashkernel=auto \ rd.lvm.lv=centos/root rd.lvm.lv=centos/swap \ nomodeset rhgb 자동 LANG=en.UTF8 \

initdefi /initramfs-3.10.0-957.el7.x86_64.img

관련 정보