Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kvm monterey/ventura hang during install #67

Open
f1-outsourcing opened this issue Mar 3, 2024 · 1 comment
Open

kvm monterey/ventura hang during install #67

f1-outsourcing opened this issue Mar 3, 2024 · 1 comment

Comments

@f1-outsourcing
Copy link

I am trying to install monterey/ventura. But looks like in both the install hangs around where the progress bar is in the middle under the apple logo (with black background)

Any idea how I can debug this?

@egandro
Copy link

egandro commented Mar 11, 2024

Proxmox 8 on AMD CPU

This did the the trick:

echo 1 > /sys/module/kvm/parameters/ignore_msrs
# echo "options kvm ignore_msrs=Y" >> /etc/modprobe.d/kvm.conf && update-initramfs -k all -u
echo "options kvm ignore_msrs=Y report_ignored_msrs=0" > /etc/modprobe.d/kvm.conf
echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/iommu_unsafe_interrupts.conf
update-initramfs -k all -u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants