Table of Contents
Are you planning to Install macOS Mojave On VirtualBox? Whether you want to do a quick test or surf a little bit around in macOS, VirtualBox is the perfect option to install macOS on. If you’re willing to install macOS Mojave on VirtualBox on Windows even you’re a Windows user, here’s what you need to know.
I am sure the process isn’t easy and works for everyone. You might face these common errors when installing MacOS X On VirtualBox On Windows- Here is a complete guide that will help you fix those errors. Complete Guide To Fix VirtualBox Errors While Installing Mac OS X
At the WWDC 2018, Apple released the new macOS 10.14 Mojave — Packed with a significant number of features. The newly designed macOS is integrated with advanced security in a new interface, unique appearance, new features, new functions. This has become smarter and more intelligent than you’ve used before. And there’s much to know about, yet if you’re a Windows user, you’ll probably consider these updates specifically for Mac only since this is for Mac users. Also, Apple restricts macOS and doesn’t allow other machines and operating systems to be installed macOS.
Related:
Install MacOS Mojave On VMware On Windows PC
Install MacOS Mojave On VirtualBox On Windows PC: 5 Easy Steps
Download MacOS Mojave Torrent Image — Latest Preview
Download MacOS Mojave VMware Image – Latest Version
Download MacOS Mojave VMware & VirtualBox Image
How to share folders on VirtualBox & Vmware? (Windows-MAC) Step by Step Guide
However, it’s not impossible, though. At least it may be tricker. I know there are plenty of questions you might have. In summary, you’ll run out of the difficulties, and you’ll be able to install macOS Mojave with features right into your Windows PC. No matter whatever version of Windows you have and whatever edition of Windows you’re using, you can install macOS Mojave on VirtualBox on Windows PC. With that so, you can try to install and work with Mac applications such as Xcode. For this, you aren’t supposed to do it alone. In this article, I’ll walk you through how to install macOS Mojave on VirtualBox on Windows PC. Let’s do this.
Apple 2018 WWDC Keynote: How to install macOS Mojave on VirtualBox?
What is virtualization?
Before we get too far into it, it’s better to have a familiar idea of what virtualization is.
, virtualization is the process of creating a virtual version of something, including OS, CPU Hardware. Everything will be virtualized into a virtual machine(VM) pop up in a window tab in virtualization. What a virtual machine does is it allows you to run an entire operating system in your current system. The operating system will work and function the same as a physical system in a safe, sandboxed environment. Basically, you’ll have pretty much everything you’ll have a real computer such as internet, sound, full screen, drag & drop, and much more.
Install macOS Mojave on VirtualBox on Windows PC
With that in mind, we’ll install macOS Mojave on VirtualBox on Windows and run it in a virtual environment. To virtualize, you’ll need a virtualization application/program. There are some excellent virtualization apps out there like VirtualBox, VMware — VirtualBox is my favorite one. Importantly, VirtualBox costs free and works excellent regarding virtual machines. It has integrated essentially everything you’ll need in a real system. To get started, download and install VirtualBox. So, what’re you waiting for? Let’s dive in.
Install macOS Mojave On VirtualBox: What you’ll need?
Before you get started, you’ll need to download a couple of things.
Keep in mind, if you’ve downloaded files to Install macOS Mojave On VirtualBox, they’ll work for the VirtualBox installation, too, except you’ll want to download code for VirtualBox from the files given.
- Oracle VM VirtualBox — VirtualBox is my favorite option I choose. It offers. When you download VirtualBox, everything will be integrated into it, including tools such as an Internet adapter. This way, you’ll be able to install macOS quite comfortably. To do this, download the latest version from VirtualBox’s official website and install it when done. Once you’ve installed it, you’re good to go.
- macOS Mojave 10.14.6 (18G103) Latest
- macOS Mojave 10.14.5 (18F203)
- macOS Mojave 10.14 (18A293u) Beta
Related: Upgrade macOS Mojave to macOS Catalina on VMware & VirtualBox
- CodeforVirtualBox — Basically, to run and work macOS properly, you’ll need to patch the code in Command Prompt.
Once the files are downloaded, extract them, and feel free to move to the next step. After all, you can download macOS Mojave Image for VirtualBox & VMware’s latest version from there.
It’s worth saying that the Mojave HFS version is faster than the Mojave APFS version.
Related: Download macOS Mojave Torrent Image – Latest Preview
When you do that, you are ready to install macOS Mojave on VirtualBox on a Windows computer.
1. Install Oracle VM VirtualBox on Windows
First and foremost, pull up the VirtualBox setup and perform the installation wizard as you would with any other ordinary installation.
When the installation is finished, click Finish to launch Oracle VM VirtualBox.
Install Oracle VM VirtualBox
2. Create a Virtual Machine on VirtualBox
In this step, head to VirtualBox > Click New > On Create Virtual Machine click Expert Mode to expand the process into the window.
Create New Virtual Machine
On this window, write down the virtual machine name. It will automatically detect the OS type and version. Second, I prefer 3GB to 6GB of ( 65% of your PC Ram). And For the Hard Disk > Select Use an existing virtual hard disk file > Choose the downloaded macOS Mojave VMDk file.
When you’re done, it should look like the following, then click Create.
Enter Details – Create New Virtual Machine
Next, click on Settings above the Virtual Machine name to tweak some settings.
Settings
Now select System > Processor > Increase 1 CPU to 2 or more about (70% of CPU Core) Seriously. Otherwise, the virtual machine may not boot properly.
Increase Processor
After that, navigate to Display > Increase Video Memory to the end (128 MB) and click Ok.
Increase Video Memory
3. Apply the Code on VirtualBox
Now that you’ve created the virtual machine, it’s time to apply some custom tweaks for VirtualBox.
For this, first of all, close VirtualBox ( Seriously, otherwise, this won’t work ). Next, head to the commands below and replace OS X Name with your virtual machine name.
cd "C:\Program Files\Oracle\VirtualBox\" VBoxManage.exe modifyvm "OS X Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata "OS X Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" VBoxManage setextradata "OS X Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" VBoxManage setextradata "OS X Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" VBoxManage setextradata "OS X Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VBoxManage setextradata "OS X Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
To make things a little easier, press Ctrl + H to open the replace panel — write down OS X on Find What and write down macOS Mojave in Replace with. At last, click Replace All to do your replaces at once. Keep in mind, if you have installed VirtualBox in another drive out of C:\ drive, specify it at the first line of code in cd “C:\Program Files…” before applying.
Replace OS X with your VM Name
Once you’ve replaced those, copy the code and right-click at the start menu, and run Command Prompt (Admin).
Run CMD as Admin
On Command Prompt, right-click to paste down the code and press enter. It’ll take no more than a moment. Here you shouldn’t really get an error. Just close when done. Here’s a glimpse of what it looks like.
Apply Code for VirtualBox
4: Add VirtualBox Boot Disk
The settings are now near to the end. For this step, we’ll add the VirtualBox boot disk to enter into installation mode.
First, open VirtualBox and click on Settings.
Settings
Then select Storage and click on the small disk icon, then click Choose existing disk.
Choose Existing Disk
Next, click on Add and open the VirtualBox Boot Image.
VirtualBox Boot Image
Now select the disk and hit Choose.
Choose VirtualBox Boot Image
It will look like this. Then click OK on the virtual machine settings.
Settings
5: Install macOS Mojave on VirtualBox on Windows.
This time, you’ve finished with configuration, and you’re ready for installation. Here you’ll have the juice of a virtual machine. Everything should work fine and flexible.
Go ahead, fire the virtual machine and wait for the surprise boot. Sit back and grab a cup of coffee because it will take some time.
Start
If you see several codes running on the screen, you don’t need to worry about it. It will just boot up, only wait.
Booting up
When booted, you’ll be greeted with the Welcome page. Choose your location accurately and Continue.
macOS Mojave – Welcome
Next, select your keyboard layout. If you don’t see your one there, click Show All and pick your one, then Continue.
Select Your Keyboard
Apple wants you to use your personal information when asked by Apple feature. Apple confirms to use your data to enable features, services and personalize your experience. Don’t worry, because your data is protected and secured. Continue.
Data & Privacy
The transfer information from a Windows PC is there, but since I’m not going to use this as my primary system, I’ll choose Don’t transfer any information now (recommended).
However, you’re free to choose, or you could move your files later with this feature and drag and drop. When you’re done, Continue.
Transfer Information to this Mac
You may want to use these services such as iCloud, iTunes, App Store, iMessage, and other services sign in with your Apple id. If you don’t have one, you’re likely to make one to benefit those services. This way, click on Create new Apple ID and proceed with it. If you don’t want to sign in or create new, click Set up later.
Just for your information, the virtual machine is connected to the internet through NAT automatically.
Sign In with your Apple ID
For Terms & Conditions, feel free to read. If not, you can read it later; agree with it.
Terms & Conditions
Just like Windows, you need to create a local computer account for sign-in. Fill out the blanks with your name, account name, password, and hint and Continue.
Create a computer account
The features will be set up for you if that’s okay, Continue. If you don’t want one or more, click Customize, and you can choose whether you allow or don’t.
Express Set-Up
Your account will be created, don’t do anything, only wait. It won’t take much time.
Setting up your Mac
Ultimately, you’ll be in the latest macOS Mojave 10.13 right into your Windows.
Just to let you know, for settings or switching, the host is the right Ctrl key. Whenever you insert your mouse into macOS, for pulling your mouse out of it, press the right side Ctrl.
macOS Mojave on VirtualBox
6: Download & Install Latest Updates
If you want the newest stuff for the macOS Mojave, go ahead.
As this mac is already enrolled in Apple Beta Program, it will most likely get the latest updates, move on.
Navigate to Settings > Software Update > It will check and present the newest updates if available. Click Update Now to download the updates. When you’re asked for your password, enter to unlock the software update preferences. The update will start downloading when finished. It will be installed. And you’ll access the latest macOS Mojave within your PC.
Software Update
And when you’re prompted to download & restart to install the updates, don’t hesitate to click Download & Restart. It will quickly restart to install those downloaded updates.
How to share folders on VirtualBox & Vmware? (Windows-MAC) Step by Step Guide
Troubleshoot Mouse & Keyboard Not Working
When installing, you may find a few problems with different things. In my case, I actually had problems with the mouse and keyboard even when installed. If you are stuck with your mouse and keyboard, and it isn’t working, here’s how to fix that.
Go to the VirtualBox download page and download the VirtualBox extension pack by hitting the All supported platforms link.
Download Extension PackNow Navi
When the extension is downloaded, power off the virtual machine by click on the exit button and select power off the virtual machine, don’t save; otherwise, you won’t be able to make changes.
Power off the virtual machine
On VirtualBox, navigate to File > Preferences > Extensions > click on Add new package button at the right corner. When you’re prompted to select the extension pack file, go on and double click on the extension pack to select.
Browse Extension Pack
Now you will be asked whether you want to install an extension pack or not. Just click Install.

On this page, you need to agree to the VirtualBox license. To do that, click Agree and continue with installation.
VirtualBox License
At last, you may be asked for administrator credentials or permission to install. On that hit, Yes, and you’ll see this.
Extension Pack Installed Successfully
When you’ve installed the extension pack, power off the virtual machine and wait for it.
Power off the virtual machine
Head to virtual machine settings > USB > Select USB 3.0 and click OK.
Remember, in my case. The mouse worked fine with selecting this option ( USB 3.0 ) without adding my mouse. However, in your case, if the mouse didn’t work, you may power off the virtual machine, and in settings > USB > click on the green plus ( + ) icon and add your mouse. It will likely work.
USB Settings
If this didn’t work, tweak the settings, you can change the options to another USB version. It won’t be a hurdle since this works for everyone.
For Keyboard, when you will finish the installation, the keyboard set-up assistant wizard will automatically identify your keyboard. If not, you’ll need to select your keyboard type just by pressing a key at a time once.

All right, everything should work fine and soft. If you had other problems with boot or other things, let me know in the comments below.
If you have problems and errors out of here, you can check for solutions we’ve listed and answered.
Finally, when you have installed it successfully, you will have a screen like this.
Install macOS Mojave on VirtualBox
If you would like to increase the screen resolution to your preferred one, here’s how to do it.
If you are into the EFI Internal Shell, here’s how you can fix it.
If you are experiencing slow performance, here’s how to speed up Mojave on Virtual Machine.
That was all about how you install macOS Mojave on VirtualBox on Windows. If you have questions, suggestions, and ideas for u, we are happy to know them.
Related:
Install MacOS Mojave On VMware On Windows PC
Install MacOS Mojave On VirtualBox On Windows PC: 5 Easy Steps
Download MacOS Mojave Torrent Image — Latest Preview
Download MacOS Mojave VMware Image – Latest Version
Download MacOS Mojave VMware & VirtualBox Image
Incoming Links:
Install MacOS Mojave On VirtualBox On Windows PC, Install MacOS Mojave On VirtualBox, Install MacOS Mojave On Windows PC, Install MacOS Mojave On VirtualBox On PC, How to Install MacOS Mojave On VirtualBox On Windows PC, How to Install MacOS Mojave On VirtualBox, How to Install MacOS Mojave On Windows PC
8 Comments
download has a password
The password is Geekrar.com
Hello, i did everything , but i am stuck on boot screen. it shows like
Shell> fs8:\system\library\coreservices\boot.efi
‘fs8:\system\library\coreservices\boot.efi’ is not recognized as an internal or external command, operable program, or script file.
Check this guide and you will able to fix the error-
https://techrechard.com/complete-guide-to-fix-virtualbox-errors-while-installing-mac-os-x/
I’m stuck on the video boot image. the download isn;t uploading
Can you share a snapshot please?
Thanks for this guide. It also worked for VirtualBox on Linux.
It takes so long to download the vmdk file