PC cofing:
- 12700k
- rx560
PVE:
- 7.3-3
- 5.15.74-1-pve, 5.19.17-1-pve
/etc/default/grub
/etc/modprobe.d/kvm.conf
/etc/modprobe.d/blacklist.conf
/etc/modprobe.d/vfio.conf
/etc/kernel/cmdline
Steps:
- start Win10
- play game
- shutdown Win10
- start macOS
- shutdown macOS
- start Win10
- freezing in loading screen or maybe can logging in but can't detect gpu driver correctly in Win10
- worst case is host reboot (up to 90%)
I've tried 5.15 and 5.19, or change grub value, but no luck... If just login in and watch youtube, internet, not do any heavy GPU work, that will not reboot immediately.
If play game and shutdown, then start the same OS again, no any issue. finally I add 1 more gpu, 1 for win10 and 1 for macOS...
- 12700k
- rx560
PVE:
- 7.3-3
- 5.15.74-1-pve, 5.19.17-1-pve
/etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafb:off,efifb:off"
/etc/modprobe.d/kvm.conf
Code:
options kvm ignore_msrs=1
options kvm ignore_msrs=Y report_ignored_msrs=N
/etc/modprobe.d/blacklist.conf
Code:
blacklist radeon
blacklist nouveau
blacklist nvidia
blacklist nvidiafb
/etc/modprobe.d/vfio.conf
Code:
options vfio-pci ids=1002:37ef,1002:aab0 disable_vga=1
/etc/kernel/cmdline
Code:
root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt
Steps:
- start Win10
- play game
- shutdown Win10
- start macOS
- shutdown macOS
- start Win10
- freezing in loading screen or maybe can logging in but can't detect gpu driver correctly in Win10
- worst case is host reboot (up to 90%)
I've tried 5.15 and 5.19, or change grub value, but no luck... If just login in and watch youtube, internet, not do any heavy GPU work, that will not reboot immediately.
If play game and shutdown, then start the same OS again, no any issue. finally I add 1 more gpu, 1 for win10 and 1 for macOS...