今天来给PVE安装黑苹果,首先准备好Monterey-recovery.img和OpenCore-v15.iso文件 备用地址
上传到/var/lib/vz/template/iso 或者PVE后台ISO镜像
登录PVE后台 点击Shell
执行避免循环引导命令
echo “options kvm ignore_msrs=Y” >> /etc/modprobe.d/kvm.conf && update-initramfs -k all -u
新建虚拟机
创建完毕后去虚拟机添加一个CD 选择Monterey-recovery.img
PVE Shell执行命令nano /etc/pve/qemu-server/101.conf
第二行根据CPU添加代码
intel: args: -device isa-applesmc,osk=”ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc” -smbios type=2 -device usb-kbd,bus=ehci.0,port=2 -global nec-usb-xhci.msi=off -cpu host,kvm=on,vendor=GenuineIntel,+kvm_pv_unhalt,+kvm_pv_eoi,+hypervisor,+invtsc
AMD: args: -device isa-applesmc,osk=”ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc” -smbios type=2 -device usb-kbd,bus=ehci.0,port=2 -global nec-usb-xhci.msi=off -cpu Penryn,kvm=on,vendor=GenuineIntel,+kvm_pv_unhalt,+kvm_pv_eoi,+hypervisor,+invtsc,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+avx2,+aes,+fma,+fma4,+bmi1,+bmi2,+xsave,+xsaveopt,check
接着把Monterey-recovery.img和OpenCore-v15.iso cdrom属性去掉 ,改成cache=unsafe
按Ctrl+X 再按Y 保存退出
磁盘工具
抹掉磁盘 注意不要选错
安装
耐心等待下载系统
注意重启后不会自动选择 要选择 第二个
评论(0)