Release Notes
Announcements
nvidia-installer --uninstall -sdracut --force && reboot
lsmod | grep nvidia

sudo nvidia-installer --uninstall -ssudo update-initramfs -u && reboot
lsmod | grep nvidia

1.bat, and then double-click to run it to complete the installation of the new-version driver.update_nls_token.bat file in the root directory of the C drive must not be removed.set dl_url='http://mirrors.tencentyun.com/install/GPU/grid/537.70_grid_win10_win11_server2019_server2022_dch_64bit_international.exe'powershell (new-object System.Net.WebClient).DownloadFile(%dl_url%, 'C:/nvidia.exe')C:\\nvidia.exe -sdel C:\\nvidia.exereg add "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\nvlddmkm\\Global\\GridLicensing" /v "FeatureType" /t REG_DWORD /d 2 /fset dl_url='http://mirrors.tencentyun.com/install/GPU/grid/run.bat'powershell (new-object System.Net.WebClient).DownloadFile(%dl_url%, 'C:/run.bat')set dl_url='http://mirrors.tencentyun.com/install/GPU/grid/update_nls_token.bat'powershell (new-object System.Net.WebClient).DownloadFile(%dl_url%, 'C:/update_nls_token.bat')call C:/run.bat
set dl_url='http://mirrors.tencentyun.com/install/GPU/grid/537.70_grid_win10_win11_server2019_server2022_dch_64bit_international.exe'powershell (new-object System.Net.WebClient).DownloadFile(%dl_url%, 'C:/nvidia.exe')C:\\nvidia.exe -sdel C:\\nvidia.exeset dl_url='http://mirrors.tencentyun.com/install/GPU/grid/run.bat'powershell (new-object System.Net.WebClient).DownloadFile(%dl_url%, 'C:/run.bat')set dl_url='http://mirrors.tencentyun.com/install/GPU/grid/update_nls_token.bat'powershell (new-object System.Net.WebClient).DownloadFile(%dl_url%, 'C:/update_nls_token.bat')call C:/run.bat
1.sh:#!/bin/bashyum -y install gccyum -y install gcc-c++yum -y install kernel-devel-$(uname -r)lsmod | grep nouveauif [ $? == 0 ]; thenrmmod nouveaurm -rf /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko*echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.confecho options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conffiecho "options nvidia NVreg_EnableGpuFirmware=0" > /etc/modprobe.d/nvidia-gsp.confurl=http://mirrors.tencentyun.com/install/GPU/grid/cd /tmpwget $url/NVIDIA-Linux-x86_64-535.129.03-grid.run -O /tmp/nvidia.runchmod +x /tmp/nvidia.run/tmp/nvidia.run --ui=none --disable-nouveau --no-cc-version-check -scp -a /etc/nvidia/gridd.conf.template /etc/nvidia/gridd.confsed -i 's/FeatureType=[0-9]*/FeatureType=2/g' /etc/nvidia/gridd.confwget $url/run.sh -O /tmp/run.shwget $url/update_nls_token.sh -O /tmp/update_nls_token.shchmod +x /tmp/run.sh /tmp/update_nls_token.sh/tmp/update_nls_token.sh/tmp/run.shdracut --force
#!/bin/bashapt-get updateapt-get -y install build-essentialapt-get -y install gccapt-get -y install g++lsmod | grep nouveauif [ $? == 0 ]; thenrmmod nouveaurm -rf /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.koecho blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.confecho options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conffiecho "options nvidia NVreg_EnableGpuFirmware=0" > /etc/modprobe.d/nvidia-gsp.confurl=http://mirrors.tencentyun.com/install/GPU/grid/cd /tmpwget $url/NVIDIA-Linux-x86_64-535.129.03-grid.run -O /tmp/nvidia.runchmod +x /tmp/nvidia.run/tmp/nvidia.run --ui=none --disable-nouveau --no-cc-version-check -scp -a /etc/nvidia/gridd.conf.template /etc/nvidia/gridd.confsed -i 's/FeatureType=[0-9]*/FeatureType=2/g' /etc/nvidia/gridd.confwget $url/run.sh -O /tmp/run.shwget $url/update_nls_token.sh -O /tmp/update_nls_token.shchmod +x /tmp/run.sh /tmp/update_nls_token.sh/tmp/update_nls_token.sh/tmp/run.shchmod 666 /etc/nvidia/ClientConfigToken/token.tokupdate-initramfs -u
chmod +x 1.sh; ./1.sh

sudo systemctl status nvidia-gridd.service

systemctl restart nvidia-gridd.service
피드백