Osx Iso Download On Windows

Osx Server Iso. Osx server iso Download. Here you can find everything needed to get MPlayer up and running. The recommended way to install MPlayer is to compile from current SVN source.Look at the unofficial packages section of our projects page if you do not wish to compile from source and/or are looking for packages that may be more tightly integrated with your platform. Now Windows users can also Download and Install OS X 10.10.x Yosemite Hackintosh on Windows PCs / Laptops as Dual Boot to experience full features and functionalities of Mac OS X Yosemite 10.10 on Intel and AMD based Windows. The Direct Download Link of Hackintosh OS X Yosemite 10.10.1 is available below. It runs on Windows, Linux, and Mac OS X. Select an ISO file or a distribution to download, select a target drive (USB Drive or Hard Disk), then reboot once.

  • Before you begin

    Make sure you have:

    • An internet connection (internet service provider fees may apply).
    • Sufficient data storage available on a computer, USB or external drive for the download.
    • A blank USB flash drive with at least 5 GB of space or blank DVD (and DVD burner) if you want to create media. We recommend using a blank USB or blank DVD, because any content on it will be deleted.
    • When burning a DVD from an ISO file, if you are told the disc image file is too large you will need to use Dual Layer (DL) DVD Media.

    Check these things on the PC where you want to install Windows 10:

    • 64-bit or 32-bit processor (CPU). You’ll create either the 64-bit or 32-bit version of Windows 10 that’s appropriate for your CPU. To check this on your PC, go to PC info in PC settings or System in Control Panel, and look for System type.
    • System requirements. See the system requirements before installing Windows 10. We also recommend that you visit your PC manufacturer's website for info about updated drivers and hardware compatibility.
    • Language in Windows. You'll need to choose the same language when you install Windows 10. To see what language you're currently using, go to Time and language in PC settings or Region in Control Panel.
    • Edition of Windows. You should also choose the same edition of Windows. To check what edition you're currently running, go to PC info in PC settings or System in Control Panel, and look for Windows edition. Windows 10 Enterprise isn’t available here. Please see the Volume Licensing Service Center for more information.
    • Microsoft Office products. If you just purchased a new device that includes Office 365, we recommend redeeming (installing) Office before upgrading to Windows 10. To redeem your copy of Office, please see Download and install Office 365 Home, Personal, or University on your PC. For more information, check How to upgrade to Windows 10 on new devices that include Office 365.

      If you have Office 2010 or earlier and choose to perform a clean install of Windows 10, you will need to locate your Office product key. For tips on locating your product key, check Find your Office 2010 product key or Enter the product key for your Office 2007 program.

I'm trying to install OS X Mavericks in VirtualBox on Windows 8.1. I have VirtualBox installed and the VM set up, but I need an ISO file to install the operating system.

I've searched around and found one result one a website I hadn't heard of, but Google Chrome flagged it as malware. I found a file on CNet, but it's an upgrade file for machines that are running an earlier version of OS X.

Is there an official source for downloading OS X ISO files? If not, is it possible to get the required ISO file without already having access to OS X?

BrianBrian

4 Answers

Osx Iso Download On WindowsWindows

Does not work on Mavericks and Yosemite

There is no way to legitimately get the file without having access to a Mac, and a licensed copy of the OS via a purchase (unless you are a member of the Developer Program, for which you can expect to pay far more than the cost of the OS, what with it being free).

But if you can blag some access time on a Mac, then you can download the OS from the Mac App Store (You may need to Option+Click the Purchased section to force it to reshow them if you have downloaded them at least once already). Once you have the installer downloaded and sat in your dock, you can simply pick it apart and get to the image file that is inside it.

This is the official way to get the file direct from Apple, but there is still work to do to make it into an ISO:

  1. Once you’ve downloaded Mavericks, find the installer on your Mac. It’s called Install OS X Mavericks.app and it should have been downloaded to your main Applications folder or be sat in your Dock.
  2. Right-click (or Control+click) the installer, and choose Show Package Contents from the resulting contextual menu.
  3. In the folder that appears, open Contents > Shared Support; you’ll see a disk image file called InstallESD.dmg

    This dmg file is in essence an ISO file in s slightly different format. We'll need to convert it. Open up Disk Utility and:

  4. From the menu bar, select Images > Convert and point it to your .dmg file
  5. In the Save As dialog that follows, select DVD/CD master. Disk Utility will insist on saving the new ISO as a .cdr file, but it is really an ISO.
  6. When complete, you can rename it to .iso in Finder.
  7. Use an external HD or thumb drive which is in ExFAT format (Compared to FAT format, this allows for single files larger than 4GB). Copy the .iso file and access it on the other system.
Download

For clarity, you can do the above on any version of OS X from 10.6.8 (Snow Leopard) onwards, so you can use an old image to get hold of a new image for example, if you have access to a different OS version than Mavericks.

user104610
stuffestuffe

The answer above by @stuffe won't work on Mavericks. Apparently Apple has changed the format of the ESD image and it's no longer bootable.

Looking around I've found a couple of pointers on how to do the necessary conversions to get the result as something you can boot a VM off.

Depending on what's the purpose of the ISO file, if it's to reinstall a computer, it might be more useful to use a Bootable USB- For that, check How to: Create a bootable installation for OS X Mavericks 10.9 and above.

For the ISO file itself, I've mostly used the information found on this post on the InsanelyMac site, augmented with the information/tip on creating a Recovery Partition found on the Apple Support Communities.

Basically the process is to get the ESD image, and rebuild it to include some info that is now packaged as symlinks, and get that out as a ISO file. The author of the InsanelyMac post has automated the process into a bash script, that I'm pasting here for convenience/reference:

I can confirm that the resulting image is indeed bootable within Fusion; it's in the process of being installed so I'm yet to see whether other 'tricks' are needed to make it work (for example, if the result is lacking a Recovery Partition as stated in some of the threads).

UPDATE: The resulting VM boots, and appears to work 'well'. I have used the method described to create a recovery partition, but even though Carbon Copy 'sees' a Recovery Partition on the (virtual) HD, it doesn't appear to work all that well, as booting the VM with Option key pressed doesn't do anything. Will look into it if I have time, but for the time being it appears that the .iso file I got is working.

JJaravaJJarava

There is no official way to run OS X on a virtual machine in Windows. The Apple EULA clearly states under section 2 B that you're allowed to:

(iii) to install, use and run up to two (2) additional copies or instances of the Apple Software within virtual operating system environments on each Mac Computer you own or control that is already running the Apple Software, for purposes of: (a) software development; (b) testing during software development; (c) using OS X Server; or (d) personal, non-commercial use.

Source: Apple Inc. Software License Agreement for OS X Maverics

This means that you can virtualize OS X only inside OS X on Mac hardware. Anything else breaks the license.

onikonik

The same as given by stuffe.

You can format your flash drive to ExFAT format which allows for access both on Windows and Mac. The file size restriction of FAT is not present on ExFAT.

ganesh737ganesh737

You must log in to answer this question.

protected by CommunityDec 8 '14 at 2:08

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Windows 7 Iso Download Free

Not the answer you're looking for? Browse other questions tagged macosvirtualboxiso .