Can I install MacOS and Windows 10 on the same external SSD without an internal drive?

Be aware, the internal drive is needed to do firmware updates. Currently, firmware updates are included in with certain versions of macOS. This would mean you could end up failing to install a clean version of macOS or have a failure while running a routine update to macOS.

I do not know for sure why the internal drive is needed for firmware updates. On my HP PC, a firmware update is performed by first copying the update file to the FAT32 formatted internal EFI partition, then the firmware is asked to update itself. The firmware then reads the update file from the internal EFI partition. I assume this is also true for Macs, but I do not know for sure.

An exception to have a working internal drive for firmware updates may exist by using an external Thunderbolt 3 drive (such as the Samsung X5). On a 2018 Mac mini, the Samsung X5 shows up as disk0 and the internal drive appears as disk1. Also, both drives appear as NVMe drives.

Otherwise, macOS can be installed on an USB external drive. The Boot Camp assistant can not be used to install Windows on a external drive. Installing windows manually can not be done on an external USB drive by just using the Windows installer GUI. However, Windows 10 can be installed on an external drive by using the Windows 10 CLI. In other words, you can open a Command Prompt window while running the Windows 10 GUI installer and enter commands to install Windows 10 on an internal or external drive.

The basic steps for installing Windows 10 on an external drive are are as follows:

  1. Use MacOS to create space for Windows 10. The diskutil command is usually more reliable than the Disk Utility application.
  2. Use the Boot Camp Assistant to download the Windows Support Software. This contains the Windows 10 drivers.
  3. Use macOS to create the Windows 10 installer. You will need a Windows 10 ISO file. Usually the contents of the ISO file is this placed on an ExFAT formatted flash drive. This flash drive should include a copy of the Windows Support Software.
  4. Boot from the Windows 10 GUI installer on the USB flash drive.
  5. Open a Command Prompt window and install a bootable Windows 10. The three basic commands needed are given below.
    • diskpart: This command is used to edit and format the partitions.
    • dism: The command copies the Windows 10 image to the external drive and installs Windows 10 drivers from the Windows Support Software to the Windows store on the external drive.
    • bcdboot: This command installs the Windows 10 boot files to the EFI partition. Usually, this is the EFI partition on the external drive.
  6. Boot to Windows 10 and follow the instructions.
  7. Run the Setup.exe application included with the Windows Support Software.

Running macOS from external drives is easy and supported by Apple in firmware, software and testing.

Running Windows on an external drive via boot camp is the opposite. It is not so easy or vendor documented / supported / tested by Apple.

That being said, it’s a very common request, so here is that thread of some awesome custom setups to attempt this in your case if you want to give it a shot.

  • Is it possible to use Boot Camp with Windows 10 from an external HDD?