rtx5070ti-ubuntu2404/docs/procedure-from-scratch.md

36 lines
No EOL
731 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Procédure from scratch — Ubuntu 24.04.x “vanille” → RTX 5070 Ti OK
Cette procédure vise un résultat sans mélange de sources, ni de conflit APT.
## 1) BIOS/UEFI
- Secure Boot OFF (évite les surprises de chargement de modules).
## 2) Premier boot : stabiliser la base OS
Objectif : être sur le kernel et les paquets à jour avant dinstaller le driver NVIDIA.
```
sudo apt update
sudo apt full-upgrade -y
sudo reboot
```
## 3) Installer driver + CUDA + pinning APT
Après reboot :
```
chmod +x setup-rtx5070ti-ubuntu2404.sh
sudo ./setup-rtx5070ti-ubuntu2404.sh
# accepter le reboot en fin de script
```
## 4) Vérification post-reboot
```
nvidia-smi
nvcc --version
sudo apt update
sudo apt upgrade -y
```