Open xyperrr opened 5 years ago
8086:1e26
should be with a space, not a colon, you must also keep all the zeros.
BIND_PID1="10de 0bee"
BIND_BDF1="0000:00:1d.0"
oh wow that fixed it thanks, but now i cant boot my macos install that i had done earlier (did it on virt manager) can't i attatch my virt disk named catalina.qcow2 to the kvm to run it there?
Hey I got it, I added this line of code to add the catalina.qcow2 as id=BootDisk
-drive id=BootDisk,if=none,file=catalina.qcow2 \
-device ide-hd,bus=sata.5,drive=BootDisk \
Trying to follow this guide vmra1n but I can't seem to get past the running
sudo ./rebind.sh
step. When I run it and replace my BDF1 and and PID1 I get this error:Here is the code for rebind.sh:
Already troubleshooted the basics (i.e checking VT-d and VT-x is enabled, adding
iommu=pt intel_iommu=on
in my grub config and runningsudo update-grub
then rebooting.)Heres what my grub config file looks like: