Sep 02 2024 11:08 PM
I'm currently trying to create a macOS bootable USB drive from a Windows 10 machine. Despite searching extensively, I haven't found a straightforward process or guide that explains how to create a macOS bootable USB on Windows 10, especially for someone not familiar with Terminal. Can anyone guide me through the steps or recommend reliable tools or methods tailored for Windows 10 users that can help achieve this without needing extensive Terminal knowledge? Your guidance would be invaluable.
Sep 02 2024 11:12 PM - edited Sep 04 2024 06:38 PM
I have encountered the same problem as you before, and I found many ways to solve it. In the end, I used UltraDMG. It can create a macOS bootable USB directly on Windows, and you don't need to do any complicated command line operations.
This tutorial helped me a lot:
https://www.howtogeeker.com/create-mac-bootable-usb-on-windows
Just prepare your macOS DMG file, insert the USB, open UltraDMG, select your DMG file and USB, and click a button. The interface is simple and the steps are very simple. I think it should be helpful to you.
Sep 02 2024 11:19 PM
@WilliamsMoore An easy way without taking much time is to download the dmg file of Mac OS X or macOS. After that, burn dmg file to USB flash drive with command line or third-party tools. This will format the USB with proper file system and extract content from bootable dmg file. I have been using this trick for creating macOS bootable on Windows 10 for years and no problem with this at all.
The most trick part is how to find a working dmg file on the web as Apple only offers dmg download for a couple of old Mac OS X versions, like El Capitan, Yosemite, Mountain Lion and Lion.
Sep 02 2024 11:20 PM
Sep 02 2024 11:25 PM
@WilliamsMoore This is correct. It could be much easier to create a macOS bootable USB on a Mac with the createinstallmedia command. The createinstallmedia command is a Terminal utility provided by Apple for making a bootable USB installer for macOS. This is especially useful when you need to install macOS on multiple machines, perform a clean installation, or recover a system that isn't functioning properly.
First, set up a macOS virtual machine on Windows PC. Then download the macOS installer from the App Store. The installer will be saved in your Applications folder with a name like Install macOS Sonoma.app, Install macOS Ventura.app, etc., depending on the version.
After that, connect a USB drive and follow the command to create a Mac bootable USB drive on Windows PC for free (taking High Sierra as example):
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
Sep 02 2024 11:30 PM
@Mayaui The above command will then erase the USB drive and create macOS bootable installer. This may take several minutes. The Terminal will display progress as it creates the bootable USB. Once it's done, you’ll see a message that the process is complete, and the USB drive will be ready to use.
How to Install macOS from Bootable USB Installer on Mac:
This is an indirect but efficient solution to make a macOS bootable USB on Windows 10 or Windows 11 PC. You need to be patient waiting for the progress to be done!
Sep 02 2024 11:36 PM
Sep 02 2024 11:37 PM
Actually, it’s a bit of a hassle to use the Command Prompt (CMD) to create a macOS bootable usb on Windows 10/11, but it’s doable. I’ve tried it before, and although it’s not the easiest way, it’s still quite rewarding once you get the hang of it. Here’s how it works:
To be honest, this process looks simple, but it is a bit cumbersome, especially to process macOS DMG files on Windows. However, if you don't have third-party tools and don't want to use other software, this is a reliable way, especially if you have a little hands-on ability.
Sep 02 2024 11:40 PM
Using Windows Explorer to handle the macOS startup disk is a relatively basic method, but to be honest, it is more suitable as an intermediate step. If you just want to get the macOS DMG file to a USB drive and then do the final startup disk processing on the Mac, this method is still OK.
I did it this way before. Although it can't be made into a startup disk directly, at least you can get the file over first. Now, to create a macOS bootable USB from Windows 10 or 11. The steps are roughly as follows:
Although this method is not as comprehensive on Windows, it does allow you to get the files over first. If you have a Mac, this is a good solution. Overall, this is a relatively simple intermediate step for friends who don't want to toss too much.
Sep 02 2024 11:42 PM - edited Sep 02 2024 11:43 PM
To create a macOS bootable usb on Windows 10? I've gone through this process myself, so let me break it down for you in a simple way.
What You'll Need:
How to create a macOS bootable usb on Windows 10?
Now you've got your bootable macOS USB. To use it, you'd need to plug it into the Mac you want to install or reinstall macOS on, turn it on, and hold the Option key during boot. Select your USB drive from the list of bootable drives.