Close Menu
    What's Hot

    7 Top Telecom Audit Companies to Know in 2026

    June 2, 2026

    How to Vet a Business Partner Online Before Signing Any Deal 

    June 1, 2026

    How to Effectively Use Social Media Analytics Tools

    May 26, 2026
    Facebook X (Twitter) YouTube LinkedIn
    Facebook X (Twitter) YouTube LinkedIn
    SysprobsSysprobs
    • Tech Guides
      • Windows
        • Windows 11
        • Windows 10
        • Windows Servers
      • Virtualization
        • VirtualBox
        • VMware
        • Hyper-V
        • Server Virtualization
        • VirtualBox Images
      • PC
        • Linux
        • macOS
        • Hackintosh
        • MS Office
      • Pro IT Tips
        • Internet
        • MS Exchange
        • Fintech
    • Reviews
      • Gadgets
        • Android
        • iPhone
    • Security & Privacy
      • IT Security
    • Trading Gear
      • Laptops
    SysprobsSysprobs
    Home»Virtualization»VirtualBox»How to Install Mac OS X Snow Leopard on VirtualBox – Windows PC

    How to Install Mac OS X Snow Leopard on VirtualBox – Windows PC

    DineshBy DineshUpdated:February 21, 2022
    Share
    Facebook Twitter LinkedIn Pinterest Email

    After several days of attempts and findings, finally, I managed to install Mac OS X Snow Leopard on VirtualBox with my Windows OS PC. We are going to use the original OS medium for this installation purpose. That will give the freedom to have the vanilla kernel and possible software updates from the official Apple website.

    This method is completely for testing and learning purposes. Please buy the original Mac OS and Apple hardware. From version 3.2, the Oracle VirtualBox officially supports Mac OS X as the guest virtual machine on Apple hardware. So, technically you can virtualize macOS on Apple devices only. But still, we can do some workarounds to install Mac OS X on non-Apple hardware with different bootloaders on Windows computers.

    Note: This post was originally published in the year 2010. You may find the older version of products on the screenshots. But still, these methods are applicable for the latest version including Windows 10 and VirtualBox 6 x. But there will not be many valid reasons to try an older version of Mac OS 10.6 when we have macOS 11.0 Big Sur now. If you are a developer who wants to test several older versions of macOS, then you can try these methods.

    Requirements

    1. Oracle VirtualBox
    2. Mac OS X 10. 6 Snow Leopard Retail DVD or ISO (You may need to search for ISO on the Internet)
    3. EmpireEFIv1085.iso for Intel Processors (This is the boot loader we will be using to boot Mac OS DVD/ISO, download the correct version here)
    4. Hardware VT Checker (Read more here and make sure Hardware Virtualization is enabled on the host computer BIOS)
    5. Sound driver (Mentioned under sound)

    Installation Steps of Mac OS X 10.6 on VirtualBox

    1) Create a Mac OS X Virtual Machine with the following configuration (If you have the latest VB, then select Mac Server version)

    VM OS Type

    Memory – Minimum 1GB
    Processor Cores – 1 or more (Change it to one core if you face any issues. Two cores worked for me)
    Enable PAE/NX, VT-x,
    Nesting Page – Enabled
    Enable IO APIC and Enable Absolute pointing device.
    Remove Enable EFI. Built-in EFI loader may work with Apple hardware only.

    Enable Processor Settings

    Enable 3D Acceleration under the display and set up maximum video memory.
    Storage Controller type ICH6 and create a 20 GB Hard disk.

    2) Mount empireEFIv1085.iso to CD drive. Make CD ROM the first bootable device. Keep your Snow Leopard DVD or ISO file ready.

    3) Start the virtual machine. When the following screen appears, eject bootloader ISO and load Mac installation DVD or ISO.

    To do it, right-click on CD drive and select drive or ISO image. Wait for a while and press F5 then ENTER key when DVD loaded.

    Boot Snow Leopard with EFI

    4) Wait for some time. If you see the installation screen, you are almost done. Go through the installation process.

    Go to disk utility and create a partition if you can’t see the installation disk.

    5) I got the following warning message at the end of the installation. It’s not an issue, just restart the Virtual machine.

    Note – Shutdown or Restart will not happen normally, you have to do it manually from the VirtualBox console. You have to load the empireEFI ISO again to boot the OS from the installed hard disk.

    Failed Installation

    6) This time, select Mac OS hard disk by right arrow key and press Enter to boot. I’m sure after several initial configurations you will land on the Snow Leopard desktop successfully.

    Let’s Fix Some Issues on Snow Leopard Virtual Machine

    1) Network worked straight away. NAT and Bridged type worked without any patches.

    Working network in Snow Leopard on VirtualBox

    2) Software Update: Yes, it worked. Since we used the vanilla kernel, this VM can be updated. I managed to update till 10.6.4.

    Software Combo update

    3) USB Support: It worked well. Somehow data transfer is slow but manageable. It detected my USB hard disk and flash drive.

    Working USB

    4) The sound in Mac OS X Guest: Sound is a little issue here but worked. I’m sure it will not bother you much.

    Follow these steps to install sound drivers. For me it worked, one side speaker worked with little distraction. Something is better than nothing. You need to follow this guide to install sound drivers.

    Sound driver

    5) Screen Resolution and Screen Size: Follow these steps to adjust the screen size. Widescreen size didn’t work for some users.

    6) Shutdown and Restart: We can’t shut down or restart Mac VM in a normal way. You may see the messages ‘CPU halted’ (for Shutdown) or ‘MACH Reboot’ (for restart), this means nothing will happen after it. We need to power off or reset the virtual machine from the VirtualBox console. Here is the working Snow Leopard on VirtualBox.

    Working Mac 10.6 on VirtualBox - Windows 10 PC

    7) Update 1

    Install Boot Loader permanently and some fixes

    To avoid attaching empireEFI ISO every time to boot OS X virtual machine, we can install bootloader permanently on Mac hard disk. This method will install the Chameleon bootloader and some other drivers.

    Go to Empire EFI CD which is already mounted and open the Post Installation folder. Take a snapshot before doing anything at this point. Run myHack Installer Package.

    Select Customize in Installation Type.

    install Mac Snow Leopard 10.6.3 in Oracle VirtualBox 3.2

    Read each package description and select it if you need it for your computer hardware. I recommend not deselecting anything selected by default. Press the Install button to continue.

    install Mac Snow Leopard 10.6.3 in Oracle VirtualBox 3.2

    After successful installation, remove empireEFI ISO and start the virtual machine, it should boot from the hard disk as shown below.

    install Mac Snow Leopard 10.6.3 in Oracle VirtualBox 3.2

    If this doesn’t work, restore the virtual machine to the latest snapshot and install the Chameleon bootloader from a separate installation file in the Post Installation folder. This might fix the boot loader issue and improve performance.

    8) Some fixes for booting issues

    a) Mac DVD reading error – EBIOS read error: Error 0×0c Block 0×1ed48a Sectors 0

    This is due to accessing data from a Mac retail DVD. Convert the DVD with some cloning software to ISO. Most people faced this issue and that was the solution.

    b) Booting errors after installation.

    Try Boot verbose or Boot Ignore Caches options. In the empireEFI bootloader, go to Mac disk by pressing the right arrow key. Once it’s selected, press the down arrow key which will bring more options. Select and press Enter.

    install Mac Snow Leopard 10.6.3 in Oracle VirtualBox 3.2

    c) Change boot loader for old type of processors: Select legacyempire_efi1085.iso, which is inside the same folder.

    If this bootloader and method didn’t work on the Intel processor then try this method with a different iboot loader.

    I hope these methods will be helpful to install the original Mac OS 10.6 Snow Leopard on Oracle VirtualBox with your Windows 10 or 8.1 computer. I mentioned a few troubleshooting steps which may be helpful as well.

    Mac on Windows VirtualBox
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Dinesh
    • Website

    Dinesh is the founder of Sysprobs and written more than 400 articles. Enthusiast in Microsoft and cloud technologies with more than 15 years of IT experience.

    Related Posts

    How to Open and Use VHDX in VirtualBox

    February 29, 2024

    Find Cool & Best Mac Wallpapers (HD Desktop Backgrounds) with Free Downloads

    February 17, 2024

    Best Free Virtual Machine Software in 2024 – Start Your New Career

    January 15, 2024

    GarageBand for PC with Windows 10/11 and Better Alternatives

    December 19, 2023

    Top Alternatives to Microsoft Publisher for Mac in 2024

    December 16, 2023

    Xcode for Windows OS – Install & Use it to Build iOS Apps on PC

    November 22, 2023

    425 Comments

    1. Paul Ryder on June 18, 2010 2:27 am

      I have SL booting in VB with the EVI boot disk on win 7 64bit. This is on an AMD laptop, I just cannot get either of the boot leaders on the EFI disk to work, so I can boot the VB machine directly.
      Anyone got any tips to help me with?

      PS thank god for VBs snapshots. 🙂

    2. quinillo on June 19, 2010 6:00 am

      OK, I have tried with my restore discs but nothing, it doesn´t want to boot it ejects my drive so what can I do?
      P.D: quino, ahi le has dao.

      • Dinesh on June 21, 2010 12:42 am

        @quinillo, what do you mean by ‘restore discs’?

    3. Javier on June 19, 2010 3:57 pm

      Hi, I love to try Mac OS X in VirtualBox at least, but I have an Acer Aspire One netbook with 1GB RAM and Intel Atom 1.6 Ghz. Could I do it? By the way, could you detail the part that is ejected EFi Empire iso and load the iso of Mac? What about the part where you have to create a partition in Disk Utility?
      And another thing, can I use an iso cracked, for example, iATKOS or iDeneb?

      Thank you very much!

    4. V3NOM on June 19, 2010 9:06 pm

      @Javier If you have iatkaos you don’t need anything of this tutorial. iatkos v7 installs without a problem in virtualbox.

    5. Javier on June 20, 2010 1:37 pm

      Hello again! I try to install iATKOS S3 (Snow Leopard 10.6.3), following the tutorial on this page: http://www.takwing.idv.hk/tech/virtual/iatkos_s3/index.html.
      It seems much easier than with a normal installation with ISO/ DVD “retail” of Snow Leopard, and then would not I’ll need so many hacks, or the Empire Efi, etc., to function properly?
      I wish you told me (V3nom) if you’ve tried it with iATKOS in Virtualbox and it works well. My msn is javimedinap@hotmail.com and my Gmail is javiermedina96@gmail.com if you want to talk 🙂
      Greetings!

      • Dinesh on June 21, 2010 1:01 am

        @Javier, Yes, installing hacked versions is easier than retail installation. I mentioned this method for ‘retail’ versions only.

    6. MacOSX on June 23, 2010 10:24 am

      You All should try this guide, it doesn’t need any kext or empireEFI at all & it works for me
      http://martinml.com/en/how-to-install-mac-os-x-snow-leopard-in-virtualbox/

    7. shadowseal45 on June 27, 2010 10:15 am

      Hi i cannot see my mouse at the empire efi screen to select my snow leopard iso. it is on there and i pressed f5 but nothing happens.

    8. Mark Raju on June 27, 2010 10:20 am

      @shadowseal45 : use arrow keys ( left or right arrow) to select the ISO file. mouse may not work on EFI screen.

    9. shadowseal45 on June 27, 2010 10:27 am

      @Mark Raju Thanks that helped!

    10. shadowseal45 on June 27, 2010 10:28 am

      Ummmm……….wait it says a critical error has occured while running the vm……..Could this be from a bad iso?

      • Dinesh on June 30, 2010 7:25 am

        @shadowseal45, what kind of processor you are using? Intel, AMD, 32 Bit or 64 bit? I don’t think it will be related to bad ISO. Some processor or boot loader issue.

    11. shadowseal45 on June 30, 2010 8:23 am

      I have an intel processor, running windows 7, and I’m pretty sure it is 64-bit , any way to check I it’s 32 or 64?

    12. VegetaSSJ5 on June 30, 2010 2:54 pm

      After the upgrade to 10.6.3 or 10.6.4 the system goes to kernel panic and don’t boot…
      Everyone can help me?

    13. mahere88 on July 5, 2010 11:39 am

      Hello @Dinesh
      Thanks for this tutoriall!

      However, i have a crach (http://twitpic.com/22ouaz/full) sometime.
      For example, this message appears when a launch in Windows “google chrome” …

      PC configuration
      – Intel Core2Duo 2.66GHz (VT Enabled, 64 Bit Architecture supports)
      – 2 GB of memory with 1,3GB for Snow Leopar
      – Nvidia geForce 8500 GT

      • Dinesh on July 6, 2010 7:40 am

        @mahere88, Yes, I could see the error. But I couldn’t figure out the connection between Windows Chrome and Mac VM. I suspect on two factors,
        1) Make processor core to 1
        2) Reduce memory size for Mac VM ( make it 1GB)
        As I could see you are using Windows 7 as host and Google chrome ( Both have only 748MB memory) browser, there could be a memory shortage or over lapping issue.

    14. iso on July 7, 2010 2:04 pm

      thanks it worked perfectly even with the 10.6.4 update! 😉

    15. Jack Isidore on July 11, 2010 6:16 am

      Just a little suggestion:

      if you like to have an idiot proof instruction page, please add into the instructions to press ENTER after the dvd change (from the bootloader to the install disk), and not only F5.

      A stupid and idiot friend 🙂

    16. Dinesh on July 11, 2010 6:55 am

      @Jack, Thanks for the suggestion.How I and others missed?

      You are a nice friend.

    17. James on July 14, 2010 6:30 am

      Please help.
      Install goes fine but i never get to boot into OSX after install.
      I boot from loader then run the HDD but always get a black screen.
      Any ideias? 🙁 only message i seem to get is ACPI table not found: DSDM.aml
      Please help, tried everything.

    18. Ariston on July 15, 2010 3:20 pm

      Is there boot loader for AMD processor, I have retail Snow Leopard 10.6.1 but I can’t use EFI bootloader. I got from http://osx86.net/f7/empire-efi-4-amd-with-sb600-t4987/ that said EFI support for AMD. But each time I boot using EPI I got kernel panic failed to load kext es.osx86.driver.Ev0reboot

      If you have boot loader for AMD please post it, thanks

    19. Dinesh on July 17, 2010 5:11 am

      @James,
      What type of processor and OS you are using? Have you attached hard disk to SATA or IDE?

      @Ariston,
      I have updated post ( Under Required Products) with AMD boot loader. Several users reported its working for AMD. Try and let us know.
      Good luck

    20. James on July 17, 2010 5:27 am

      That error i mentioned above was my bad, sorry.
      The OSX86 DVD i used doesn’t need a boot loader to be installed after install, it installs a boot loader and the VM boots straight from the HDD.
      One other thing, if i choose other location besides US during OS install, i couldn’t pass through the menu “Do you already own a Mac” – it just hangs there forever.
      So, after figuring that out… install went fine and after reboot i still couldn’t get into the OS (kernel panic IOATAFamily).
      Tried different installs of the OSX86 with and without IOATAFamily fix kexts but the problem remained.
      So, after install and after this kernel panic… went to Vbox VM options and changed the HDD Storage Controller Type from IDE ICH6 to SATA.
      It then booted normally into OS 🙂 and i must say, my OSX86 VM is working with only 512MB (i could use 1GB but my machine has only 1.5GB and i still want to run other things at the same time). But it works and is usable. Network worked out of the box, sound installed the driver but it really isn’t that great..
      Thanks for the reply anyway and i hope i can help someone too…
      Cheers

      • Dinesh on July 17, 2010 8:03 am

        @James, then my guess is correct. I got the same error message once and after changed to IDE to SATA or SATA to IDE, it worked. cool 🙂

    21. rajiv on July 17, 2010 8:20 am

      hi,
      I tried to install snow leopard in vitual box using empire efi boot loader.but the iso image didnt start up.in iso image there is inbuilt chameleon boot loader i started it and installed successfully but it hangs up at grey screen with apple lgo only.what can i do?

    22. rajiv on July 17, 2010 8:23 am

      hi,
      i have iso file with in built loader.i successfully installed it but didnt able to start up.it hangs at grey screen with apple only.what can i do?empire efi isnt working with the iso image i have.

    23. shadowseal45 on July 17, 2010 9:32 am

      When i try to put in my snow leopard iso….it says memory allocation error…….What does that mean???

    24. Kevin on July 21, 2010 8:24 am

      Hi

      When I get to the point where Empire EFI has loaded and I swap the CD for my OS X 10.6 disc and press F5 (as instructed) then I just get the following error message:
      EBIOS read error: Error 0x0c
      Block 0x1ed48a Sectors 0

      Any idea what could be causing this?

      System spec:
      Acer Extensa 5635
      Intel Core2Duo
      3GB DDR2 800
      Windows7 Ultimate – 32bit

      Virtual Box version 3.2.6r63112
      empireEFIv1085 – Burnt to CD
      Mac OS X Snow Leopard – Original DVD

    25. how to make your mac faster on July 21, 2010 8:51 am

      Thank you very much for this guide.
      I have a question. Is snow leopard suitable for pre-Intel Macs?
      Thanks in advance.

    ← Older Comments
    Newer Comments →
    Top Posts

    Where is the Outlook QR code? How to Use?

    February 16, 2024

    How to Install and Use Outlook for Ubuntu 24.04 LTS/24.10

    December 10, 2025

    Download and Use Windows 7 Pre-Installed VirtualBox Image

    May 3, 2022
    Don't Miss

    7 Top Telecom Audit Companies to Know in 2026

    June 2, 2026

    Enterprise telecom bills are notoriously complex. Between local circuits, international data lines, cloud services, and…

    How to Vet a Business Partner Online Before Signing Any Deal 

    June 1, 2026

    How to Effectively Use Social Media Analytics Tools

    May 26, 2026

    Evaluating the Most Effective Tools for Streamlining Modern Law Firm Operations

    April 29, 2026
    Stay In Touch
    • Facebook
    • YouTube
    • Twitter
    • LinkedIn
    Latest Posts

    7 Top Telecom Audit Companies to Know in 2026

    June 2, 2026

    How to Vet a Business Partner Online Before Signing Any Deal 

    June 1, 2026

    How to Effectively Use Social Media Analytics Tools

    May 26, 2026
    300x250 001 English PCRepairKit Yakusheva
    UP NEXT FOR YOU
    • Image7 Top Telecom Audit Companies to Know in 2026
    • Online Business PartnerHow to Vet a Business Partner Online Before Signing Any Deal 
    • Social Media Analytics ToolsHow to Effectively Use Social Media Analytics Tools

    INFORMATION
    • About
    • Contact Us
    • Privacy Policy
    ABOUT

    Established in 2007, Sysprobs is a trusted resource for IT professionals and System Administrators. We bridge the gap between enterprise infrastructure and the future of fintech security. From Windows virtualization to Blockchain node management, we provide technical guides for the modern digital economy.

    POPULAR SECTION

    WINDOWS 11
    WINDOWS 10
    VIRTUALIZATION
    IT SECURITY
    PRO IT TIPS

     

    Information
    • About
    • Contact Us
    • Homepage
    • Privacy Policy
    Sysprobs
    Facebook X (Twitter) YouTube LinkedIn
    • Home
    • Windows
    • Cloud
    • Security & Privacy
    © 2026 SYSPROBS: System Security & Fintech Solutions. Protected by Cloudflare.

    Type above and press Enter to search. Press Esc to cancel.