How to Install macOS High Sierra in VirtualBox on Windows 10

High Sierra…

Yeah. You gotta give it to Apple.

As much as it sounds hilarious beyond comprehension on why the world’s most innovative company decided to add “High” to Sierra (the predecessor macOS version) it must have taken them a lot of creativity and sleepless nights to come up with that. (if you didn’t know I am being sarcastic btw)

Like really, Apple sounds like one of your older relatives who says “dope” without knowing the multitude of could-be-misunderstood meanings which comes with it.

But aside from all that, High Sierra is not that bad. In the sense, Apple hasn’t really changed what has worked well for their macOS users yet they have paid very close attention to the finer details and idiosyncrasies that have become too stale for us macOS users lately.

It’s not a major upgrade unlike what we first expected it to be off but at least it’s an improvement. So if you want to get macOS High Sierra on your Windows 10 using Virtualbox, then here’s how.

 

Note

This guide is using macOS High Sierra 10.13.6 which is the final version. If you instead don’t want to get macOS High Sierra and you  just want macOS Sierra (the predecessor) then you can always follow this guide: How to Install macOS Sierra in VirtualBox on Windows 10

 

 

meet VirtualBox

VirtualBox is one tiny, powerful dude, and it is capable of installing macOS onto your Windows 10 computer as an app.

It works like a charm with High Sierra, but before you get onto the guide, there are three little requirements that your Windows 10 computer is going to need in order for you to install the macOS onto your computer. 🙂

The minimum requirements that you are going to need are:

•  a 64-Bit Computer

•  at least 4GB RAM

•  a Dual-Core processor

 

Got all of that? Splendid! Once you have got that out of the way, you can now proceed to install macOS High Sierra in VirtualBox on Windows 10.

Here are the links to the downloads that you’ll be needing to install macOS High Sierra onto your VirtualBox successfully. 🙂

Download (Updated February 2019)

All credit goes to Techsviewer for the files. If the files are removed, you can comment down below or subscribe to Saint (the fastest way to reach us).

 

Now I know what you’re thinking, “Which one of the two macOS High Sierra 10.13.6 Final download links should I download from?”

The reason why I have included the two Google Drive download links for you is that the (One Full) download link has the entire macOS High Sierra 10.13.6 Final file from Apple as one 6GB file. So if you are alright with letting your computer run all night to download the 6GB file then you can go for this.

I have also included a MediaFire link to the One Full file if one of the other Google Drive links get busted or removed.

The (6 of 6) download link has the entire macOS High Sierra 10.13.6 Final file as 6 separate 1GB files, so if your internet connection is pretty weak or if you just simply want to take your time and download one by one then you can go for this. 🙂

Once you are done with these prep work,  you are ready to begin.

 

 

Install macOS High Sierra in VirtualBox on Windows 10: 5 Steps

 

Step 1: Extract the Image File with Winrar or 7zip.

  1. Go ahead and install WinRAR. (I have included the latest (March 2018) link for WinRAR for you).
  2. Once you’ve done that then right click on macOS High Sierra 10.13 file that you had downloaded.
  3. Then select Extract here.
Install macOS High Sierra in VirtualBox on Windows 10
Like this.

 

 

Note

Also, make sure that you have enabled Virtualization in your computer’s BIOS.

You can use this helpful guide:

 

 

Step 2: Install VirtualBox.

  1. Download the latest version of VirtualBox (I have included the latest (March 2018) link for VirtualBox for you above)
  2. It’s pretty easy to install VirtualBox. Just keep clicking Next and then Finished until the end and you’re good to go.

Install macOS High Sierra in VirtualBox on Windows 10

 

 

Step 3:  Create a New Virtual Machine

  1. Now you have to create your new Virtual Machine. So what you have to do is, Open the VirtualBox you’ve just downloaded.
  2. Next click on New which you can see to your upper left-hand side.
  3. Sweet! Now all you have to do is follow on by adding each of the below details into each of the fields. 🙂

Name: macOS 10.13 High Sierra

Type: Mac OS X

Version: macOS 10.13 or 10.12

Memory size: 3GB to 6GB ( 65% of your RAM)

Virtual disk file: macOS high Sierra 10.13.vmdk

 

Install macOS High Sierra in VirtualBox on Windows 10

 

 

  1. Select Use an existing virtual hard disk file and Open macOS high Sierra 10.13.vmdk File.

Install macOS High Sierra in VirtualBox on Windows 10

 

 

Step 4: Edit Your Virtual Machine.

  1. You’re almost there! Now click on Settings to edit your virtual machine.
  2. Next, it’s important that you set these settings:

Motherboard:  Enable EFI, and change chipset to PIIX3 or IHC9

 

Install macOS High Sierra in VirtualBox on Windows 10

 

 

CPU:  2 Core (70% of CPU Core) and Enable PAE/NX.

Install macOS High Sierra in VirtualBox on Windows 10

 

 

Display: Change video memory to 128 MB.

Install macOS High Sierra in VirtualBox on Windows 10

 

Note

Now close your VirtualBox. Then proceed with the next step.

 

 

Step 5: Add Code to VirtualBox with Command Prompt (cmd).

Before you add the code into VirtualBox with your Command Prompt, you have a few little changes that you have to make things easier for you.

  1. Replace the phrase “Your Virtual Machine Name” in the code (below) with your own virtual machine name which you can find in General, then under Basic. It’s best if you copy the code below into your Notepad and then replace the areas where it says “Your Virtual Machine Name” with your own virtual machine name before moving on the next step.
Code for Virtualbox 5.x.x and Virtualbox 6.x.x
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Your Virtual Machine Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Your Virtual Machine Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

 

 

  1. You’re almost done! Now, all that you have to do is find your Command Prompt (cmd) and Run as an administrator.

Install macOS High Sierra in VirtualBox on Windows 10

 

 

  1. Finally, add the code one by one into your Command Prompt. Take all the time in the world that you need. 🙂

Install macOS High Sierra in VirtualBox on Windows 10

 

 

Done! Run Your Virtual Machine.

That’s it! Amazing work.

  1. Now all that is left for you to do is Open VirtualBox and click Start which will run your newly created Virtual Machine with the new macOS High Sierra. 🙂
  2. From here on out, you can continue on with High Sierra’s introduction.

Install macOS High Sierra in VirtualBox on Windows 10

 

Install macOS High Sierra in VirtualBox on Windows 10

 

 

Don’t forget to share this guide!

 

Author

  • Jake Kovoor

    Jake is the Editor-in-Chief of Saint and an independent software developer, with a Bachelors in Computer Science from Lancaster University, UK. He loves trying out various tech from the Flipper Zero to coding Raspberry Pis for automation. He started Saint back in 2016, having written over 100 posts, with the sole purpose of creating guides for software that had yet to exist back then to help users navigate around their technical problems.

172 comments
  1. Unfortunately didn’t work for me. Followed exact step from your tutorial. After trying to run virtual machine it showed me black screen with next error message:

    > Error allocating 0x1835 pages at 0x0000000001895000 alloc type 2
    > Error loading kernel cache (0x9)
    > Boot Failed. Mac Boot
    > Boot Failed. EFI DVD/CDROM

    Here are my specs:
    Hardware: Asus Zenbook UX310UQ (Core i7-7500U, 16 GB RAM, SSD+HDD)
    OS: Windows 10 Pro, version 1709, build 16299.19 (Fall Creators Update)

    1. Looks like I have figured out how to overcome this issue. In virtual machine “Settings -> General -> Basic” tab I have changed Version field from “macOS 10.13 Hight Sierra (64-bit)” to “Mac OS X (64-bit)”. After that installer started boot.

    1. Great tutorial, install worked great for me, But same issue, no audio devices show up, although they are enabled in Virtual Box. The MacOS does not see audio drivers.

  2. Hello everyone! It’s Dan1220 again.
    Please accept my apologies for not including the following information in my last post; concerning not being able to get any audio.
    I, of course, am running Windows 10 and Version 5.2.0 of Virtual Box..
    Also, I’ve tried the “fixes” explained in Virtual Box’s Ticket #14361 all to no avail.

    Can someone PLEASE help me?? Thanks!!

  3. Hi, I have followed your instructions. After having added code to virtualbox, I restart virtual box. Then I clicked on start. A black screen shows up but nothing else. No fancy white codes or anything for that matter. Can you please help?
    Cheers

    1. Install AppleHDA.kext from High Sierra 10.13.1 using Kext Utility 2.6.6. I’m using it on 10.13.6, but it should work on any 10.13.x version.

  4. Did the install – worked fine. Updated High Sierra – worked fine. Tried to download Xcode, failed (4 times now).

    It downloads the 5.5 gb, and begins to install and then fails with the message “An error has occurred”.

    Thinking it might be a network error, I downloaded Xcode to a flash drive and attempted to copy it. It goes for a while, then loses contact with the flash drive and fails.

    Any ideas?

    Thanks – this is great!
    Tomt

  5. I figured it out! Did a total re-do. I didn’t paste the text commands into CMD as administrator. All set. Thanks.

  6. I seem to be having an issue with the command prompt first line of code-
    VBoxManage.exe modifyvm “Your VM Name” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff

    I get the error message pop up in a windows screen saying that this application is not compatible with the system and then within the cmd I get the error “Invalid Access”. I have ensured I run cmd as an administrator.

    Anybody have an idea on why this is the case?

    Thanks

  7. Yo.
    somebody know how to fix this problem?

    > Error allocating 0x1835 pages at 0x0000000001495000 alloc type 2
    > Error loading kernel cache (0x9)
    > Boot Failed. Mac Boot
    > Boot Failed. EFI DVD/CDROM

    When it was booting it seemed to loop :/

  8. Hi,
    I was able to follow all the instructions to install. However, I received the error “This device is no longer eligible for creating an Apple ID” when signing in with my Apple ID. I assume the virtual hard drive that you provided for download comes pre-installed with MacOS High Sierra. However, would there be a way to load High Sierra from an ISO file and download it onto the virtual hard drive without having a duplicate? Thanks.

  9. Thank you very much, it worked all the first time.
    The question is how to add a different screen resolution, besides the existing 1024/768?

  10. Found the answer:
    cd C:\Program Files\Oracle\Virtualbox
    VBoxManage setextradata “MacOs” VBoxInternal2/EfiGraphicsResolution 1280×800

    1. I tried several times to add the extra resolutions, but the Mac still only shows the 1024×768. I’m sure I’m missing something. Otherwise the Mac works like a charm. Just wish I could get it to use more of my highdef screen.

      1. I figured it out. The following commands were needed.

        VBoxManage setextradata “MacOS” VBoxInternal2/EfiGraphicsResolution “1920×1080”
        VBoxManage setextradata “MacOS” VBoxInternal2/EfiGopMode 5

        Thanks,
        Frank

        1. Hi Frank,

          I ran those two command lines, but still not running in 1920*1080, can you maybe explain more in detail what exactly needs to be done

          1. It worked for me, but I had to fix the text a little. This is how I entered the 2 commands (replace YOUR_VM_NAME_HERE with the name of your VM. DONT erase the quotes):

            VBoxManage setextradata “YOUR_VM_NAME_HERE” “VBoxInternal2/EfiGraphicsResolution” 1920×1080

            VBoxManage setextradata “YOUR_VM_NAME_HERE” “VBoxInternal2/EfiGopMode” 5

  11. Jake, great tutorial. I want to be able to use the most recent version of XCode in my virtual machine, but can’t download it from the app store without High Sierra 10.13.2 or higher. The free update in the app store doesn’t work after reboot within my virtual machine. Do you think you could host 10.13.2 on your google drive at some point?

    1. Please can you upload ot provide 10.13.4 as it is the last update and contains very important security related fixes.

    2. Got exactly the same problem, was trying to get XCode running and cant install because it says the version of MacOS is not compatible.
      An updated image would be very appreciated, thanks!

  12. I have tried this and other tutorials and all I get when I try to install high sierra is “Endpoint has been activated through legacy launch(3) APIs. Pleas switch to XPC or bootstrap_check_in():” Do you know how to get past this? PC Dell with an intel(R) Core(TM) i7-3770

  13. Download link 1 is a 404 error and download link 2 has a text file that says “New Image is Updating”. any eta on when it’ll be available again?

  14. First of all, thanks for putting this guide together!

    Maybe you should include a line in this guide to set the screen resolution to the resolution of the monitor you’ll be viewing the Vbox window in:
    Example:
    VBoxManage setextradata “macOS 10.13 High Sierra” “VBoxInternal2/EfiGraphicsResolution” “1920×1080”

    so that people can take advantage of their full screen.

  15. Every thing is fine and do it good but virtual box start only black screen occur can not run macOS

  16. First, really big thanks for the detailed guide!
    I have an ask as I came successfully to the Mac set up step but when I am signing in with my Apple ID account I am getting next error:
    “This device is no longer eligible for creating an Apple ID”

    Could you help me here ?

    Many thanks

    1. Hello, I had the same error, to solve it I had to place another line to the ones we added in CMD, we have to close the virtual machine and the virtual box, after the same way we did in step 3 we have to add this line :

      VBoxManage modifyvm “Hig Sierra” –cpu-profile “Intel Core i7-6700K”

      Apparently it is to indicate the type of processor that is going to avirtualize, I do not know if it works with other parameters but at least it worked for me.

      1. Thanks Drakaurs. Adding this worked for 2700x, win10
        VBoxManage modifyvm “macOS High Sierra” –-cpu-profile “Intel Core i7-6700K”

          1. xVBoxManage modifyvm “Mac OS Mojave” ––cpu-profile “Intel Core i7-6700K”

            worke
            on 1900x threadripper

            now stuck on:
            BSD process name corresponding to current thread: Unknown
            Attemping system restart…MACH Reboot
            Attemping system restart…MACH Reboot
            Attemping system restart…MACH Reboot

  17. I get the geek speak on the screen last thing it says is “Waiting on IOProviderClass…..”

    Then blurs and I get a Not Circle Ø in the center of the screen.

  18. Hi all…

    I see a comment that say iphone not detected…
    I have the same problem, the OS installs ok, but i can get the iphone detected in the guest OS, is there any fix to the problem?

  19. I had to follow these steps:
    1. Install Virtual Box 5.1.22 (Go here: https://www.virtualbox.org/wiki/Download_Old_Builds_5_1)
    2. Follow all steps
    3. When I tried to run the VM in 5.1.22, I got this message: failed to open session for the virtual machine
    4. I closed Virtual Box and upgraded to the latest version 5.2.18 (https://www.virtualbox.org/wiki/Downloads)
    5. Run Virtual Box
    6. Run Mac image previously set up and boom, it works!

    Thank you!

  20. For all the users with the boot loop error, you need to close VirtualBox then rerun VirtualBox Code and reopen the application.

  21. Hi
    Thank you so much for this guide. I have done everything and start it. Unfortunately before running code on black screen fall in a loop and can’t start OS. Could you please guide me?!
    Regards

  22. Fix boot loop error for you :). Retry code below:

    VBoxManage modifyvm “macOS 10.13 High Sierra” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
    VBoxManage setextradata “macOS 10.13 High Sierra” “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct” “iMac11,3”
    VBoxManage setextradata “macOS 10.13 High Sierra” “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion” “1.0”
    VBoxManage setextradata “macOS 10.13 High Sierra” “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct” “Iloveapple”
    VBoxManage setextradata “macOS 10.13 High Sierra” “VBoxInternal/Devices/smc/0/Config/DeviceKey” “ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc”
    VBoxManage setextradata “macOS 10.13 High Sierra” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 1
    VBoxManage setextradata “macOS 10.13 High Sierra” VBoxInternal2/EfiGopMode 4

  23. Hello, I got the VM running somehow after many tries, but I can’t seem to use my mouse or keyboard to navigate the Mac setup.. The host capture and all doesn’t work either, when I press the host key I can’t use the mouse for both my host and the VM.

  24. In my case the VM starts and then displays a black screen with the following messages:

    Start
    Start InitDeviceTree
    Start InitDeviceTree
    End InitDeviceTree
    Start InitMemoryConfig
    End InitMemoryConfig
    Start CheckHibernate
    End CheckHibernate
    efiboot loaded from device: Acpi(PNP0A03,0)/Pci(1FI2)/SATA(0,0)/HD(Part2,Sig8D0CB95A-F145-418D-A84C-CC0E6458BAE)
    efiboot file path: \System\Library\CoreServices\boot.efi
    Start OpenVolume
    End OpenVolume
    Start ProcessOptions
    End ProcessOptions
    RegisterRestartDataProtocol: called. 0xdb03a598
    RestartData protocol installed successfully.
    Start SetConsoleMode
    End SetConsoleMode
    Start ReadKernelCache
    End ReadKernelCache
    Start UncompressKernelCache
    End UncompressKernelCache
    Start CalculatedAdler32

    …and it gets stuck on that last line with no improvement whatsoever. I’ve already tried every single suggestion in the replies but none seem to work.

    Please help…You don’t know how long I’ve been trying and failing to get a Mac VM; it just seems like it’s an impossible thing to achieve I honestly don’t know how some of you have been successful at it.

  25. To me the booting/system load stops at Waiting for DSMOS… SerialATAPI device configuration did not complete successfully. – Would you please help me to fix this? Thank you.

  26. Anyone experience complications in the command prompt?

    From the first command, i receive the error “C:\Program Files\Oracle\VirtualBox” is not recognized as an internal or external command, operable program or batch file.

    Any suggestions?

    1. For the line

      VBoxManage.exe modifyvm “macOS 10.13 High Sierra” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff”

      I added .\ to the start

      .\VBoxManage.exe modifyvm “macOS 10.13 High Sierra” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff

  27. The command prompt isn’t recognizing the file paths that are being entered.

    i received the message “C:\Program Files\Oracle\VirtualBox\”is not recognized as an internal or external command operable program or batch file.

    Does anyone have any suggestions as to how to resolve this?

    1. Hey Joel I believe you need at add CD in from of the code to work. your changing directories where the Virtual Box is downloaded

  28. I get pretty far into the boot sequence but then it starts showing the below error multiple times and eventually times out and never finishes boot:
    SerialATAPI device reconfiguration did not complete successfully. (failedCommandInfo = 0x1)
    Help!
    P.S. First I set up everything using the current version of VirtualBox, then I redid it all using the older version listed above on this page. No difference.

  29. I have installed the OSx but when I try to attached USB into Vbox it throws error and states “Failed to attached USB Disk”

    Failed to create a proxy device for USB (VERR_PDM_NO_USB_PORTS)

    help is required

  30. I am able to connect USB .. this due to virtual box extension box extra pack .. usb is detected by system utility but not showing in disk utility. any idea

  31. If the console keeps rebooting the same informations on the black screen, shut it down, then,
    in storage setting, make sure to check “solid-state drive” option for the virtual hard disk.

  32. After reading through the comments, was able to successfully install and run macOS High Sierra.
    Had to completely close VM before running the CMD as Administrator.
    Changed the screen resolution to 1920×1080 as by Simon’s comment above.

    It worked for me, but I had to fix the text a little. This is how I entered the 2 commands (replace YOUR_VM_NAME_HERE with the name of your VM. DONT erase the quotes):

    cd “C\Program Files\Oracle\VirtualBox\”
    [press enter]
    VBoxManage setextradata “YOUR_VM_NAME_HERE” “VBoxInternal2/EfiGraphicsResolution” 1920×1080
    [press enter]
    VBoxManage setextradata “YOUR_VM_NAME_HERE” “VBoxInternal2/EfiGopMode” 5
    [press enter]

    PROBLEM IS: my macOS High Sierra on the VM is quite slow and laggy. Even dragging around the mouse is annoying. Any way to speed up my VM? Maybe have to allocate more RAM or something?

  33. If you are stuck on the boot loop, follow these steps:

    1. Set the image type to Mac OSX 64 bit as mentioned above
    2. Close VirtualBox Manager!!! This will not work if you don’t do this step!
    3. Re-run the CMD line commands. Even if you ran them before, run them with the VBox Manager closed
    4. The VM should boot now!

  34. This is my first time, using virtualbox so excuse my stupidity, everything works fine mac loads etc but every time i run virtualbox mac has to be installed again is there anyway to save the state so when i run it picks up where i was previously without having to reinstall mac everytime

  35. Hello, I’m having trouble when you are starting the VM, it gets stuck at:

    End RandomSeed

    My specs are:

    AMD Ryzen 5 (3 core for VM)
    AMD Radeon RX580
    8GB ram (5264 MB for VM)

    Any help fixing this is greatly appreciated

    1. I have an AMD Ryzen 7, and it stops at exactly the same point as yours does.
      I worried if buying an AMD machine would cause incompatibility someday, now I found one.

  36. Hi Jake,

    I followed the all the steps but finally when I start High Sierra VM I am getting error saying “I love Apple”. Please help me to fix this issue.

  37. Bro i have a Acer predator helios 300 with a ssd as the c drive and a hdd as my d drive and i have installed the virtual box in my hdd and the code isn’t working due to changed directory please tell me the necessary changes in the code for it to work

    1. So if i am not mistaken you will just need to change “c:/Program files\…..” to D:\oracle ……”

  38. Install went great. However when I start my virtual box instead of installing the macOS , keeps restarting. Any ideas ?

  39. Hi,
    Thanks for the tutorial
    but I cant seem to get Bluetooth to work

    does anyone know a fix for this

    thanks

  40. Thanks for this. Anyone getting an error when trying to extract the winrar file? I’ve tried downloading a few times, and it says corrupt

  41. Staff got this error, what happened?

    https://i.imgur.com/R1M1PpF.jpg

    Please need help to run my Visual Studio 17 with Xamarin and I need to have a running macOS to create applications on iOS.

    Here are my specs:
    Hardware: 4GB RAM DDR3 DIMM, Mainboard P5G41T-M LX3, Processor Intel (R) Core (TM) 2 Quad CPU Q9550 @ 2.83GHz
    OS: Windows 10 Enterprise, version 1703, build 15063.850

    Att.

    Druid®.

  42. Amazing my friend Evgeniy Kutischev, it was only change “MacOS 10.13 Hight Sierra (64-bit)” to “Mac OS X (64-bit)” and it worked.

    Thank you very much.

    Att.

    Druid®.

  43. Mine Started and booted at first doing coding stuff, then after a few minutes it has stopped and just been this code that says: disk0s2: media is not present.
    it says this repetedlyy
    any suggestions?

  44. It worked, great tutorial. However, I am getting a poor refresh rate for display(dragging windows around is lagging). Can it be improved somehow?
    Thanks

    1. I think its because video memory in mac is limited to 7mb even though I set 128mb in virtualbox settings.

  45. After download, when I want to open it by winrar I see the message:”archive is either in unknown format or damaged”. I have downloaded the file by each 2 link.

  46. Can’t get the audio working. There are no recent tutorials on how to get the audio working for guest Mac OS.

  47. I’m getting a checksum error when extracting the image file using WinRar. I have downloaded it from all 3 sources and still same problem. I even tried WinRar repair option but still getting error.

  48. I’m getting a black screen with some text that ends with:

    root device uuid is ”
    End InitBootStruct
    Start LoadRAMDisk
    End LoadRAMDisk
    Start FinalizeBootStruct
    Start RandomSeed
    End RandomSeed

    This screen has been sitting here for almost 24 hours at this point, so I guess it’s safe to say this isn’t working. VirtualBox 6.0.8 on Windows 10 Home 1809, AMD FX-8350 Eight-Core Processor 4GHz, 32.0GB RAM. BIOS is set up for virtualization since I have other VMs that work.

    1. There is a device uuid… It got cut out of my original post because of the GT/LT symbols.

  49. Hi, It says download quota exceeded, please could you let me know how do i get the mac os version you mentioned to get enabled on my win10 please?

  50. Hi, installed mac os on windows, but want to install new apps on mac os, asking for Admin password.
    what can be admin password for this mac os?

  51. Unfortunatle not working for me. I’m getting the following error when I try to start it:

    Failed to open a session for the virtual machine macOS 10.13 High Sierra.

    The virtual machine ‘macOS 10.13 High Sierra’ has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005). More details may be available in ‘C:\Users\adriaanj\VirtualBox VMs\macOS 10.13 High Sierra\Logs\VBoxHardening.log’.

    Result Code: E_FAIL (0x80004005)
    Component: MachineWrap
    Interface: IMachine {5047460a-265d-4538-b23e-ddba5fb84976}

  52. Hello!
    These files were removed..
    macOS High Sierra 10.13.6 Final (One Full)
    macOS High Sierra 10.13.6 Final (6 of 6)
    Can you give us new links?

  53. I guess Files were removed from the drive neither files present on Media fire. Kindly assist me for the download

  54. the download for the os is just a single text file.. not even a link to the os. is it gone?
    tried all the links provided. no os.
    other than that, great tutorial

  55. Hello!
    These files were removed..
    macOS High Sierra 10.13.6 Final (One Full)
    macOS High Sierra 10.13.6 Final (6 of 6)
    MediaFire (One Full)
    Can you give us new links?

  56. I stuck on Boot loop although ran step 5 but after looking through your doc and copying commands from your page.. boom it worked thanks a lot saved my day

  57. Hello, all the files are removed from both the google drive and mediafire links. Do you have some new links, please?

  58. I have an ISO of El Capitan and I’ve followed all the steps to create and setup my OS X VM as detailed above.

    My OS X VM starts fine and I get into the OS X Installer where I have to agree to the T&Cs etc but then it prompts “Select the disk on which to install” which just has a single DVD icon labelled “OS X Base System” which obviously generates “There is not enough free space on OS X Base System to install.” as its not an HDD.

    I tried creating the VM with a dynamic drive and also a fixed size of 32GB but in both cases no HDD appears in the list of “disk” for me to install OS X onto. If I go to Utilities > System Information on the VM it is showing VBOX HARDISK at 32Gb and VBOX CD-ROM under SATA/SATA Express.

    I am using Windows 7 64Bit with VirtualBox 6.0.14 r133895.

  59. First I want to thank u ..
    But unfortunatly i can’t find the link of sierra in google drive so it’s a big problem for me…
    please can you help me to finish installing the Sierra version…
    please answer me as fast as possible case I need your help..

    Thanks and appreciated..

  60. macOS High Sierra 10.13.6 Final (One Full)
    macOS High Sierra 10.13.6 Final (6 of 6)

    Both these links comes up empty. Both of the link has no file to download, kindly update them.

    Thanks.

  61. Hi,

    the tutorial is very useful!! Thank you!!

    However, I have ran into problem when I start to run the guest macOS in virtualbox.
    I have found another source online with the .iso file for the installation.
    Except for the .iso file, I have done exactly all steps in the tutorial yet these kept prompting up to me..

    https://imgur.com/a/VArDNaj

    Host OS: Windows 8.1
    Processor: Intel Core i7-4712MQ [email protected] 2.30 GHz
    RAM: 8G
    System: 64bit (x64)

    Please tell me what happen and how to fix it!!
    I have been searching for the reason and solution for day.
    Thank you!!

    Please help me!!!!

Leave a Reply

Your email address will not be published. Required fields are marked *