-
Mac Os Sierra Download For Virtualbox카테고리 없음 2020. 12. 9. 23:54
VirtualBox remains one of the best ways to run any number of operating systems and distros within Windows 10. One of these is the elusive macOS, the operatin. Download macOS High Sierra VMware & VirtualBox Image The macOS High Sierra VMware & VirtualBox Image will be in Google Drive, therefore, it’s free from virus. Further, you need the latest version of the VMDK File and you will find latest version here. Download macOS High Sierra VMware & VirtualBox Image The macOS High Sierra VMware & VirtualBox Image will be in Google Drive, therefore, it’s free from virus. Further, you need the latest version of the VMDK File and you will find latest version here. Download macOS High Sierra ISO DMG VMDK File – All In One You can directly download the macOS High Sierra files, especially for the VirtualBox and VMware from the below links. The file is on Google Drive so that your PC shouldn’t get viruses and malware.
- Mac Os Sierra Free Download For Virtualbox
- Mac Os X Sierra Download For Virtualbox
- Download Mac Os Sierra Image For Virtualbox
Check compatibility
You can upgrade to macOS Sierra from OS X Lion or later on any of the following Mac models. Your Mac also needs at least 2GB of memory and 8.8GB of available storage space.
MacBook introduced in late 2009 or later
MacBook Air introduced in late 2010 or later
MacBook Pro introduced in mid 2010 or later
Mac mini introduced in mid 2010 or later
iMac introduced in late 2009 or later
Mac Pro introduced in mid 2010 or laterTo find your Mac model, memory, storage space, and macOS version, choose About This Mac from the Apple menu . If your Mac isn't compatible with macOS Sierra, the installer will let you know.
Make a backup
Before installing any upgrade, it’s a good idea to back up your Mac. Time Machine makes it simple, and other backup methods are also available. Learn how to back up your Mac.
Get connected
It takes time to download and install macOS, so make sure that you have a reliable Internet connection. If you're using a Mac notebook computer, plug it into AC power.
Download macOS Sierra
For the strongest security and latest features, find out whether you can upgrade to macOS Catalina, the latest version of the Mac operating system.
If you still need macOS Sierra, use this link: Download macOS Sierra. A file named InstallOS.dmg will download to your Mac.
Install the macOS installer
Double-click the downloaded file to open a window showing its contents. Then double-click the file within, named InstallOS.pkg.
Follow the onscreen instructions, which will guide you through the steps necessary to install. Brorsoft video converter review.
Begin installation
After installation of the installer is complete, open the Applications folder on your Mac, then double-click the file named Install macOS Sierra.
Click Continue and follow the onscreen instructions. You might find it easiest to begin installation in the evening so that it can complete overnight, if needed.
Allow installation to complete
Please allow installation to complete without putting your Mac to sleep or closing its lid. Your Mac might restart, show a progress bar, or show a blank screen several times as it installs both macOS and related updates to your Mac firmware.
Learn more
- If you have hardware or software that isn't compatible with macOS Sierra, you might be able to install the previous version, OS X El Capitan.
- macOS Sierra won't install on top of a later version of macOS, but you can erase your disk first or install on another disk.
- You can use macOS Recovery to reinstall macOS.
Want to install macOS on Virtualbox?
If yes, then this post is definitely for you.
In the previous posts, I have already talked about installing linux ubuntu on Virtualbox & other operating systems also.
Everyone knows Mac OS is one of the most premium Operating systems.
And everyone wants to use it but it’s a little expensive.
And that’s why people try to find out different ways to install Mac OS on their PC.
Two years back I also installed Mac OS High Sierra Hackintosh on my PC.
And now I am installing the Mojave version.
So in this post, I will show you how to install macOS Mojave on Virtualbox on Windows PC.
Let’s see How it works.
Also Read: Chromebook ChromeOS on Virtual machines.How to Install macOS on Virtualbox in Windows 10 PC [ Mojave ]
But before we begin.
Please make sure that you have downloaded the Oracle Virtualbox and the macOS Mojave ISO file from the given link.
Virtualbox: Download link
macOS Mojave Virtualbox image: Download linkI know you might be thinking of creating your own iso file but it’s a little time-consuming.
And that’s why I have already given the link for the Mojave image file.
Mac Os Sierra Free Download For Virtualbox
Now I hope you have already downloaded all the given files & installed Virtualbox successfully.
Note:- Please check the VT-x or AMD-V virtualization feature must be enabled in your BIOS settings.
So Let’s get started & follow this step by step guide.
1. Open & Install Virtualbox Extension Pack
Now Open Virtualbox and install the Extension Pack from the given link. Download link
Now that you have installed the extension pack, it’s time to create a virtual machine.
2. Create a macOS Mojave Virtual Machine
Open Virtualbox and Click on the “New” button to create a macOS virtual machine.
Now type the name as “macOS Mojave“, type of OS as Mac OS X and the version of OS as Mac OS X (64-bit). And then Click on Next.
3. Memory Size (RAM)
Now select the amount of RAM to be allocated to the virtual machine. And to run macOS on Virtualbox, the minimum recommended RAM size is 2048Mb.
4. Setup a Virtual Hard Disk
Now the next step is to create a virtual disk for this machine. But here instead of creating a new virtual hard disk, we will import the macOS Mojave 10.14 disk image file which we have downloaded earlier. So Click on Use an existing virtual hard disk file.
And then click on the Folder icon and browse to the image file.
Now select the image file and Click Open.
And you can see that you have successfully created the macOS virtual machine and here comes the configuration part.
5. Configuring macOS Virtual Machine
Note:- All these settings are mandatory to run and install macOS Mojave on Virtualbox on Windows PC properly.
Now Click on Settings.
Now in the Next screen Go to System, then Click on Motherboard Tab and Select the Boot Order as Optical and Hard disk. And in the Extended Features Enable I/O APIC, Enable EFI (Special OSes only) and Hardware Clock in UTC Time. Click OK.
Next Go to Processor Tab. And select the minimum processor as 2 and Enable PAE/NX in the extended features. Click OK.
Further, Go to Display Settings and change the Video Memory to 128 MB or the maximum you can have.
Next, Go to the Storage tab and Enable the Use Host I/O Cache and Click OK.
Now, Go to the USB tab and Enable the USB 3.0 (xHCI) Controller and Click OK.
6. Modify Virtualbox Virtual Machine using Command Prompt
Note:- Before running the Command Prompt, please make sure that you have Closed the Virtualbox & it is not in the running state.
Also, I would recommend you to Restart or Reboot your pc before using these command-line codes.
Now add the following commands to Virtualbox Virtual Machine using Command Prompt (CMD). And to Open Command Prompt, click on Search and type “CMD” and Right Click on it and select Run as Administrator.
Now run each command one by one in the command prompt. And before running each command, please make sure to change the “Your VM Name” part with the name of the virtual machine that you have created earlier.
cd “C:Program FilesOracleVirtualBox”
VBoxManage.exe modifyvm “Your VM Name” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct” “iMac11,3”
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion” “1.0”
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct” “Iloveapple”
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/smc/0/Config/DeviceKey” “ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc”
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 1
Like I will replace “Your VM Name” with “macOS Mojave” in all the codes.
It will be easier if you first copy all the codes to a notepad file & edit them and then paste them in the CMD.
And you are done with the configuration part. Now comes the major part to install the macOS Mojave on Virtualbox Virtual machine.
Install macOS Mojave on Virtualbox PC
Note:- All this installation process of mac on Virtualbox works the same as on the original MacBook. This means that this process is also applicable to Mac Users installing the Mac operating system.
So Let’s get started & install it properly.
1. Start & Run macOS Mojave
Now Open Virtualbox & select the virtual machine and then Click on Start.
Now, wait for a few minutes while the virtual machine boots up and start loading the installer or the installation files.
2. Select Country & Keyboard Layout
Now select the United States as a country & Click on Continue.
And Keyboard layout as the US and Click on Continue.
3. Data and Privacy
Now in the next screen, it will ask for the Data and Privacy settings which are by default. So Click on Continue.
4. Transfer information to this Mac
On this screen, it will ask if you want to transfer any sort of information from any Mac or Windows PC. So, select Don’t transfer any information now and Click on Continue.
5. Sign in with Your Apple ID
Now it will ask to sign in with your Apple ID. If you already have the apple ID then you can enter or you can simply on Set up Later. And Continue.
6. Term and Conditions
Now the Term and conditions part, So simply Click on Agree.
7. Create a Computer Account
Its time to create a computer account that is similar to the user account created in Windows PC. So, fill out all the details like Full name, Account name and Password. And Click on Continue.
8. Express Set-Up
Next is Express Set Up where you can also customize settings or you can simply click on Continue.
9. Choose your MacOS Look
Since macOS Mojave comes in two different looks, one is the Light look which is similar to normal and the other one is the Dark look. You may choose according to your Preference & Click on Continue.
10. Installed Mac OS Mojave on Virtualbox
And Done! You have successfully installed the macOS Mojave 10.14 on Virtualbox virtual machine in Windows 10 PC.
That’s it for now…
Conclusion
So that’s how you can easily install a Mac OS on Windows 10 PC using Virtual Box Virtual Machine. And you can also follow the same method for other different OSes like Catalina & High Sierra.
Mac Os X Sierra Download For Virtualbox
Stay tuned for the next post on install mac os on VMware.
Feel free to share your thoughts and also tell us if you know any better way to Install macOS on Virtualbox in Windows 10 PC [ Mojave ].
Download Mac Os Sierra Image For Virtualbox
If you liked this post, Don’t forget to share this awesome post with your friends.