This commit is contained in:
Derek McTavish
2026-04-01 11:02:30 +00:00
committed by www-data
parent 0e1fa42b70
commit c9ec1c7b70

View File

@@ -2,6 +2,8 @@
## Enable IOMMU ## Enable IOMMU
### GRUB
```bash ```bash
sudo vim /etc/default/grub sudo vim /etc/default/grub
``` ```
@@ -15,6 +17,16 @@ sudo grub-mkconfig -o /boot/grub/grub.cfg
sudo reboot sudo reboot
``` ```
### rEFInd
```bash
sudo vim /boot/refind_linux.conf
```
```
"Boot with standard options" "root=UUID=xxx rw quiet splash amd_iommu=on iommu=pt"
```
Verify Verify
```bash ```bash