macOsNasıl Yapılır?Sanallaştırma
VirtualBox macOS Big Sur nasıl kurulur
Virtualbox macOS Kurulumu
Şubat 20, 2022
0 1.057
Sanal makina yardımıyla desteklenen işletim sistemlerini bilgisayarınıza kurarak test etmeniz mümkün.
Özellikle Windows kullanıcılarının Apple firmasına ait MacOs işletim sistemini kullanmak için başvurukları yöntemlerin başında gelen sanallaştırma teknoloji sayesinde sizlere macOS Big Sur nasıl kurulumu konusunda yardımcı olmaya çalışacağız.
Virtualbox macOS Kurulumu
Sanal makina oluşturmak için birçok platform var. Biz bu işlem için Oracle firmasının geliştirdiği VirtualBox programını kullanacağız.
Download macOS ISO
Editions | Download |
---|---|
Monterey | |
Big Sur | |
Catalina | |
Mojave | |
High Sierra | |
Sierra |
intel işlemciler için virtualbox’a macOs kurulum Kodları
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Big Sur" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "Big Sur" VBoxInternal2/EfiGraphicsResolution 1366x768
pause
AMD işlemciler için virtualbox’a macOs kurulum Kodları
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Big Sur" --cpu-profile "Intel Core i7-6700K"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "Big Sur" VBoxInternal2/EfiGraphicsResolution 1366x768
pause
Şubat 20, 2022
0 1.057