How to install PTU and GPU_burn in CentOS 7.7 in B7119
Hardware configuration
FT77D-B7119
BIOS v2.02.B10
BMC v7.0
CPU: Intel Xeon Platinum 8268 2.9GHz x2
RAM: DDR4 32GB x24 (Micron 36ASF4G72PZ-2G6D1)
GPU: Leadtek RTX-2080ti (Device ID 1E07)
OS: CentOS 7.7
Process
- Install CentOS 7.7
Hint: install Server with GUI with Compatibility Libraries and Development Tools.
![]()

- Install OpenSSH (option)
#yum install openssh*
- Disable Nouveau
- #vi /usr/lib/modprobe.d/dist-blacklist.conf
Add below
blacklist nouveau
options nouveau modeset=0
- #mv /boot/initramfs-$(uname –r).img /boot/initramfs-$(uname –r).img.bak
Ex. initramfs-3.10.0-1062.el7.x86_64.img.bak
- #dracut /boot/initramfs=$(uname –r).img $(uname –r)
- #reboot
- Boot to text mode
- #systemctl get default
![]()
- #systemctl set-default multi-user.target
![]()
- #reboot
- Install cuda
- Download and copy Cuda to Linux
- #./cuda_10.2.89_440.33.01
- Type Accept. Press “Enter”.

- Move light bar to Install. Press “Enter”

- Installation process finished.

- Export Library
![]()
- Type nvidia-smi to check installed GPU cards.

- Type nvidia-smi –q to query Device ID and Link Width

- Install GPU_burn
- Install PTU
- Running gpu_burn and PTU.
