### CentOS 설치전 확인사항 ###
EFI 시스템의 경우 CMOS의 Secure Boot Option 항목에서 Secure boot key를 Clear(혹은 Delete)하여 Secure Boot를 Disable 시킨다.(Secure Boot이 Enable 상태일 경우 드라이버 설치시 nvidia-drm 관련 오류가 나오면서 정상적으로 설치가 되지 않는다.)
### Installer 진입시(EFI 시스템의 경우 설치후 부팅 진입 방식과 동일할 수 있음) ###
1. Install CentOS 7 항목 선택후 'Tab' 키 누름
2. 하단 커맨드 라인 맨 끝 quiet 뒤 한칸 띄우고 nouveau.modeset=0 입력하고 'Enter' 키 누름
3. 설치 진행
### 설치후 부팅 진입 ###
1. CentOS Linux (Kernel 버전 표기) 부팅 메뉴 선택하고 'e' 키 누름
2. 커서키 아래로 이동해서 'Linux16 /vmlinuz-커널버전...'으로 시작하는 라인에서 quiet 뒤에 한칸 띄우고 nouveau.modeset=0 추가하고 'Ctrl-x' 눌러서 부팅
### nouveau 드라이버 비활성화 및 Nvidia 드라이버 설치(root user) ###
1. 터미널 열고 아래 명령 실행해서 필요 패키지 사전 설치
# yum install epel-release
# yum install kernel-devel-$(uname -r) kernel-headers-$(uname -r) gcc gcc-c++ make \
dkms acpid libglvnd-glx libglvnd-opengl libglvnd-devel pkgconfig binutils \
libvdpau vulkan vulkan-filesystem elfutils-libelf-devel zlib-devel mesa-libGLU-devel \
freeglut freeglut-devel libX11-devel libXi-devel libXmu-devel libICE-devel libSM-devel \
libXt-devel cmake python python-devel python3 python3-devel
(kernel, kernel-devel, kernel-headers 패키지 버전이 일치 하지 않으면 dkms에서 커널 모듈 생성을 진행하지 못하니 주의하자.)
2.
# vi /etc/default/grub
...
GRUB_CMDLINE_LINUX="..." 라인 quiet 뒤에 한칸 띄우고 nouveau.modeset=0 추가
...
저장
4. 아래 자기 시스템에 해당되는 명령 실행
BIOS:
# grub2-mkconfig -o /boot/grub2/grub.cfg
EFI:
# grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
5. 리부팅
6. 아래 참고해서 위의 과정 이외의 내용 숙지해서 Nvidia 드라이버 설치 마무리
(Nvidia 사이트에서 드라이버 다운로드후 text mode로 전환해서 수행해야 함, CUDA Toolkit 설치시 포함된 Nvidia 드라이버 중복 설치하지 않도록 주의 요망)
참고: http://www.advancedclustering.com/act_kb/installing-nvidia-drivers-rhel-centos-7/
Installing NVIDIA Drivers on RHEL or CentOS 7 - Advanced Clustering Technologies
Most users of NVIDIA graphics cards prefer to use the drivers provided by NVIDIA. These more fully support the capabilities of the card when compared to the nouveau driver that is included with the distribution. These are the steps to install the NVIDIA dr
www.advancedclustering.com
https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/
Fedora 37/36/35 NVIDIA [520.56.06 / 515.76 / 510.85.02 / 470.141.03 / 390.154 / 340.108] Drivers Install Guide – If Not True T
This is guide, howto install NVIDIA proprietary drivers (manually using .run installer) on Fedora 37/36/35/34/33/32 and disable Nouveau driver. This guide works with GeForce 8/9/200/300/400/500/600/700/800/900/10/20/30/40 series cards. GeForce RTX 40 serie
www.if-not-true-then-false.com
※ Nvidia Driver & CUDA Toolkit Uninstallation
# sudo /usr/local/cuda-X.Y/bin/cuda-uninstaller
# sudo /usr/bin/nvidia-uninstall
참고: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#runfile-uninstallation
Installation Guide Linux :: CUDA Toolkit Documentation
Check that the device files/dev/nvidia* exist and have the correct (0666) file permissions. These files are used by the CUDA Driver to communicate with the kernel-mode portion of the NVIDIA Driver. Applications that use the NVIDIA driver, such as a CUDA ap
docs.nvidia.com
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#handle-uninstallation
Installation Guide Linux :: CUDA Toolkit Documentation
Check that the device files/dev/nvidia* exist and have the correct (0666) file permissions. These files are used by the CUDA Driver to communicate with the kernel-mode portion of the NVIDIA Driver. Applications that use the NVIDIA driver, such as a CUDA ap
docs.nvidia.com
※ How to fix NVIDIA installation libglvnd error
https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/4/
Fedora 37/36/35/34 NVIDIA FAQ - If Not True Then False
Watch More Videos and Subscribe to if-not-true-then-false.com Youtube Channel Watch More Videos and Subscribe to if-not-true-then-false.com Youtube Channel This is example how to patch NVIDIA 304.134 drivers with latest kernels, like 4.12/4.11/4.10/4.9/4.8
www.if-not-true-then-false.com
'OS > Linux' 카테고리의 다른 글
[CentOS 7] Opera Browser Installation (0) | 2019.07.06 |
---|---|
[CentOS 7] GIMP Installation (0) | 2018.05.13 |
[CentOS 7] Automated Webmin installation from repository (0) | 2018.03.25 |
[CentOS 7] Mount an NTFS Filesystem (0) | 2018.03.25 |
[CentOS 7] Setup multimedia on CentOS 7 (0) | 2018.03.25 |