« Proxmox Linux (VM IOMMU analyse-hardware) » : différence entre les versions
| (5 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 16 : | Ligne 16 : | ||
== Informations système == | == Informations système == | ||
<syntaxhighlight lang="bash">sudo dmidecode -t system</syntaxhighlight> | <syntaxhighlight lang="bash" copy>sudo dmidecode -t system</syntaxhighlight> | ||
Affiche : | Affiche : | ||
| Ligne 35 : | Ligne 35 : | ||
== Informations BIOS / UEFI == | == Informations BIOS / UEFI == | ||
<syntaxhighlight lang="bash">sudo dmidecode -t bios</syntaxhighlight> | <syntaxhighlight lang="bash" copy>sudo dmidecode -t bios</syntaxhighlight> | ||
Affiche : | Affiche : | ||
| Ligne 72 : | Ligne 72 : | ||
== Informations mémoire RAM == | == Informations mémoire RAM == | ||
<syntaxhighlight lang="bash">sudo dmidecode -t memory</syntaxhighlight> | <syntaxhighlight lang="bash" copy>sudo dmidecode -t memory</syntaxhighlight> | ||
Affiche : | Affiche : | ||
| Ligne 116 : | Ligne 116 : | ||
== Vérifier le chargement microcode Intel/AMD == | == Vérifier le chargement microcode Intel/AMD == | ||
<syntaxhighlight lang="bash">journalctl -k | grep microcode</syntaxhighlight> | <syntaxhighlight lang="bash" copy>journalctl -k | grep microcode</syntaxhighlight> | ||
Permet de voir : | Permet de voir : | ||
| Ligne 130 : | Ligne 130 : | ||
== Vérifier IOMMU / VT-d == | == Vérifier IOMMU / VT-d == | ||
<syntaxhighlight lang="bash">dmesg | grep -e DMAR -e IOMMU</syntaxhighlight> | <syntaxhighlight lang="bash" copy>dmesg | grep -e DMAR -e IOMMU</syntaxhighlight> | ||
Exemple attendu : | Exemple attendu : | ||
| Ligne 154 : | Ligne 154 : | ||
== Liste des périphériques PCI == | == Liste des périphériques PCI == | ||
<syntaxhighlight lang="bash">lspci -nn</syntaxhighlight> | <syntaxhighlight lang="bash" copy>lspci -nn</syntaxhighlight> | ||
Affiche : | Affiche : | ||