VirtualBox安装MacOS黑苹果Mojave 10.14教程

安装:

https://www.wikigain.com/install-macos-mojave-on-virtualbox-windows/
https://wolfdan.cn/linux在virtualbox安装macOS并优化使用/
https://blog.csdn.net/jimmyleeee/article/details/114627727

cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "MacOS 10.14 Mojave 64-bit" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "MacOS 10.14 Mojave 64-bit" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "MacOS 10.14 Mojave 64-bit" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "MacOS 10.14 Mojave 64-bit" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage setextradata "MacOS 10.14 Mojave 64-bit" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "MacOS 10.14 Mojave 64-bit" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

echo AMD需模拟intelCPU,卡在randomseed End使用
VBoxManage modifyvm "MacOS 10.14 Mojave 64-bit" –-cpu-profile "Intel Core i7-6700K"

echo 调整分辨率
VBoxManage setextradata "MacOS 10.14 Mojave 64-bit" VBoxInternal2/EfiGraphicsResolution 1280x720

优化:
beamoff(其实没用):https://www.cyberprogrammers.net/2015/06/how-to-speed-upoptimize-mac-os-x-on.html

共享文件夹:https://blog.csdn.net/qq_15282563/article/details/52320418

分辨率:https://blog.csdn.net/langke0124/article/details/103062833
https://www.soydemac.com/zh-CN/如何从终端了解mac屏幕的分辨率/

posted @ 2023-02-10 14:11  Nolca  阅读(440)  评论(0编辑  收藏  举报