switchpaster.blogg.se

How to install mac os on vmware esxi 5.5
How to install mac os on vmware esxi 5.5










how to install mac os on vmware esxi 5.5

#How to install mac os on vmware esxi 5.5 iso

Thanks for posting the script ! Great work !! I am not able to boot from the iso created however.

how to install mac os on vmware esxi 5.5

I take no responsibility if it blows up your machine (or worse yet installs Windows). The comments and some man'ing should explain it all. Mv /tmp/Mavericks.cdr ~/Desktop/Mavericks.iso # Rename the ISO and move it to the desktop Hdiutil convert /tmp/Mavericks.sparseimage -format UDTO -o /tmp/Mavericks

how to install mac os on vmware esxi 5.5

# Convert the sparse bundle to ISO/CD master Hdiutil resize -size `hdiutil resize -limits /tmp/Mavericks.sparseimage | tail -n 1 | awk ''`b /tmp/Mavericks.sparseimage # Resize the partition in the sparse bundle to remove any free space Rm /Volumes/install_build/System/Installation/PackagesĬp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/ # Remove Package link and replace with actual files Hdiutil attach /tmp/Mavericks.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build # Mount the sparse bundle for package addition Hdiutil resize -size 8g /tmp/Mavericks.sparseimage # Increase the sparse bundle capacity to accommodate the packages Hdiutil convert /Volumes/install_app/BaseSystem.dmg -format UDSP -o /tmp/Mavericks # Convert the boot image to a sparse bundle Hdiutil attach /Applications/Install\ OS\ X\ Mavericks.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app Of course there's a 101+ ways to do this, the only requirement for this solution is a command line. You'll of course need to adjust the paths if necessary/desired. I've found a number of websites with instructions on creating a bootable USB for installing Mavericks, but an ISO is much more useful in my ESXi environment.












How to install mac os on vmware esxi 5.5