|
Da, ta ploča je iz nekog razloga problematična: [Link mogu videti samo ulogovani korisnici]
Ako to ne pomogne, evo još jednog predloga:
Citat:Hi friends! I've got an improved solution! Hopefully this will fix the problems for most of you.
The "soft" IOMMU option is actually bad because it doesn't allow you to use IOMMU for VMs.
HOW TO INSTALL OR FIX LINUX ON A GIGABYTE GA-970A-DS3P MOTHERBOARD:
1. Enable IOMMU in BIOS/EFI settings.
2. Boot your Linux system normally and then open a terminal and edit /etc/default/grub. I usually use nano to edit system config files.
sudo nano /etc/default/grub
Find the line that says this:
GRUB_CMDLINE_LINUX=""
Change it so that is says this:
GRUB_CMDLINE_LINUX="amd_iommu=on iommu=pt"
3. Finally, update GRUB and reboot.
sudo update-grub && sudo reboot
4. All done! All of your USB 3.0 and 2.0 ports will work, your ethernet will work AND you will be able to use IOMMU features for GPU passthroughs on virtual machines. This also fixes the slow boot times.
izvor
|