This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user