1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

Update README.md

This commit is contained in:
downthecrop 2019-11-13 13:45:43 +09:00 committed by GitHub
parent 335302ee5a
commit ef362f4aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,10 +18,16 @@ if no output then enable virtulization in BIOS
## Add the second number to grub. [8086:a36d]
`sudo nano /etc/default/grub`
`sudo gedit /etc/default/grub`
Intel
`GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=pt intel_iommu=on vfio-pci.ids=XXXX:XXXX"`
AMD
`GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=pt amd_iommu=on vfio-pci.ids=XXXX:XXXX"`
## Update GRUB
`sudo update-grub`