Mac Install Windows Without Bootcamp



Make sure you have downloaded and installed daemon tools and tuxera. To create our bootcamp partition we need to have a windows install disk, and since the reason you’re here is because you don’t have access to it, we need to trick bootcamp into thinking we have a dvd loaded, thats where daemon tools comes n (i tried mounting the image natively on mac but it wasn’t recognized). Newer Mac computers use a streamlined method to install Windows on your Mac. To find out whether your Mac uses this method, see the “Learn more” section in the Apple Support article Install Windows 10 on your Mac with Boot Camp Assistant.

Installing Windows on a Mac should be a piece of cake with Bootcamp, but thatrarely is the case. In fact, I would personally say that Boot Camp Assistantis one of the worst apps that comes with OS X and unlike the rest, it doesn’twork seamlessly.

A few of its drawbacks:

  • It only supports a drive with a single partition.
  • It often throws very obscure error messages with limited detail.
  • It re-downloads 1.6 GB Windows drivers every single time it runs. These areplaced under /Library/Application Support/BootCamp/WindowsSupport.dmg anddeleted and re-downloaded each time Boot Camp Assistant starts processing.

This post did take a lot of work to complie and I did bone my hard drive afew times while trying certain ideas, so please throw out a thanks if ithelped you out :)

Disclaimer: This guide below contains procedures which can potentiallydestroy your partitions and data. I accept no responsibility for such loss soplease proceed at your own risk.

Update (2016-07-20): I have updated this post with further improvementsrelating to downloading of Boot Camp drivers and ensuring that a Hybrid MBR isnot used (which would cause issues when installing Windows).

  • An 8 GB or larger USB stick
  • A copy of the Windows 10 ISO
  • A valid Windows 10 license
  • A downloaded copy of unetbootin
  1. Start Boot Camp Assistant
  2. Select Action / Download Windows Support Software
  3. Choose your Downloads directory, enter your password and then clickSave

This will be the only step that we will use Boot Camp Assistant for.

Formatting Your USB Stick

Attach your USB stick and start Disk Utility, select your USB drive in theleft panel under External, click Erase and set the options as follows(exactly) and click Erase:

Name: FAT32
Format: MS-DOS (FAT)
Scheme: Master Boot Record

Turning Your USB Stick into a Windows Installer

Open unetbootin, enter your password, set the options as follows andclick OK:

Diskimage: checked, set to ISO and browse to your Windows 10 ISO
Type: USB Drive
Drive: Your USB drive (you should only see one entry here)

If you see more than one drive listed, you may confirm which is your USB driveby opening the Terminal and typing:

You’ll see your USB drive in the output and it should look something like this:

Once you have kicked off unetbootin, grab a snack while the Windows ISO iscopied to the USB stick. This process takes around 15 minutes to complete.

Finishing Up

When this has completed, you may right click on the USB stick in Finder,select Rename “FAT32” and rename it as you like (I’ll call mine“WINDOWS 10”).

Finally, copy the WindowsSupport in your Downloads directory tothe Windows 10 USB stick so it’s easy to get to after our installation.

In Disk Utility, select your internal hard drive on the left panel, andclick on Partition.

Click the + button and create a new partition of your desired size for yourWindows installation and name it as you wish (I’ll call mine “BOOTCAMP”). Ensure that the Format is set to MS-DOS (FAT) and click on Apply.

Huge thanks to Rod’s post from the superuser post titledWindows detects GPT disk as MBR in EFI boot.

Once you add a FAT32 partition with either Boot Camp Assistant or Disk Utility,your disk is converted into a hybrid GPT / MBR disk which is actually notsupported by newer versions of Windows. In this step, we revert thisadditional change made by Disk Utility by switching back to a pure GPTpartition table.

  1. Dowload the latest version ofGPT fdiskby browsing to the version, then gdisk-binaries and clicking the filewith the *.pkg extension (e.g. gdisk-1.0.1.pkg).
  2. Install GPT fdisk by running the installer you downloaded
  3. Open a Terminal and check the state of your MBR

    If your MBR partition is set to hybrid, please continue with step 4,otherwise if it is set to protective, you may skip the rest of thissection. Simply type q and hit return to exit GPT fdisk.

  4. Type p to view the existing partition table and verify you’re workingon the correct disk

  5. Type x to enter the expert menu

  6. Type n to create a fresh protective MBR

  7. Type w to save your changes and confirm the change when asked

  8. Type q to exit GPT fdisk

  9. Run GPT fdisk to show your disk layout:

    Your partition table should look something like this:

Mac Install Windows Bootcamp

Disconnecting All Devices From USB Ports

This step is critical as I have had rather serious problems during Windowsinstallation when certain external drives are connected.

Unplug everything from your Mac except your keyboard (if wired) and yourbootable Windows USB stick (which we prepared earlier).

If your Mac contains multiple physical drives, you will need to disconnectall disks except the one which you intend to install Windows on or you mayencounter the following error:

Windows could not prepare the computer to boot into the next phase of installation. To install Windows, restart the installation.

Install

Booting From the USB Stick

Ensure that the USB stick containing the Windows installer is inserted andthen restart your Mac while holding down the option (alt) key.

You should now be presented with a list of bootable drives. Select the USBdrive (usually titled “EFI Boot”) to begin installing Windows.

Correcting Your Windows Hard Disk Partition

When you are asked Where do you want to install Windows?, select theWindows partition created earlier (which I called “BOOTCAMP”) and clickDelete.

Next, select the chunk of Unallocated Space and click on New to createa proper Windows NTFS partition.

Note: OS X only supports creation of FAT filesystems, so this is why we needto re-create the partition ourselves during install.

Completing the Installation

Allow the installer to complete and boot into Windows.

Installing Boot Camp Support Software

Once Windows is up and running, install the Boot Camp Support software runningWindowsSupport/BootCamp/Setup.exe on your USB stick.

Note: The installer takes a little while to show up, so please be patient.

You may encounter a known issue whereby the Boot Camp Support Softwareinstaller locks up while installing Realtek audio.

If this occurs, you will need to open Task Manager and kill theRealtekSetup.exe process.

After the installer has completed, answer No when prompted to rebootand install the Realtek drivers manually by running%USERPROFILE%AppDataLocalTempRarSFX0BootCampDriversRealTekRealtekSetup.exe.If you can’t find this file, check any other directories starting withRARSFX under %USERPROFILE%AppDataLocalTemp.

Once complete, reboot Windows.

  • The latest version of SharpKeys
  • The flipflop-windows-sheel binary (see README for a download link)

Mapping Your Mac Keyboard

Install and run SharpKeys and then configure the following mappings tocorrect your Mac keyboard so that it behaves like a regular Windows keyboard:

Function: F13 -> Special: PrtSc
Special: Left Alt => Special: Left Windows
Special: Left Windows => Special: Left Alt
Special: Right Alt => Special: Right Windows
Special: Right Windows => Special: Right Alt

Note: for F13, you’ll need to select Press a key and click F13 on yourkeyboard.

Switching to Natural Scrolling

If you wish to flip scrolling direction to match that on OS X, runFlipWheel.exe and then click on Flip All.

Enabling Num Lock on Boot

Paste the following into a file named Enable NumLock on Boot.reg thenimport this into the registry to enable NumLock when Windows boots up(it doesn’t by default).

Completing Configuration

That’s it, give your machine one last reboot and you’ll have a fully workingWindows 10 installation.

Note: I have found Apple’s Magic Mouse to be extremely unreliable usingthe Boot Camp drivers from Apple. As such, I recommend purchasing a Logitech(or similar) mouse for use in Windows. I have no trouble plugging thewireless receiver for my Logitech mouse into one of the USB ports of my wiredApple Keyboard and it’s so tiny that you can’t see it at all.

Removing the Windows Partitions

If you decide to remove Windows, you may find that Disk Utility doesn’t allowyou to delete the two partitions that have been created by the Windowsinstaller.

This happens due to the fact that the first small partition created is of atype called Microsoft Reserved which OS X’s Disk Utility doesn’t support.

The safest way to delete these partitions is through the Windows installer. Sosimply boot from your USB stick as we did before and when you reach theWhere do you want to install Windows? question, you may delete your“BOOTCAMP” partition and the small 16 MB partition of type MSR (Reserved)just above the BOOTCAMP partition.

Once done, simply quit the installer by clicking the X in the top right cornerof each Window and reboot back into OS X.

Removing the Boot Entry

Install Windows On Mac Without Bootcamp

Even though we have removed the Windows partition, a boot entry will still bepresent when holding down option (alt) during boot.

You may remove these items by running the following in your Terminal:

Bootcamp (Boot Camp Assistant) is essentially Apple's way of welcoming Microsoft into its walled garden in a roundabout way. In other words, it allows you to install Windows on a Mac computer by partitioning the disk and letting you dual-boot a laptop or desktop. You will need to specify the amount of disk space for Windows installation, as well as get all the drivers required to run Windows on your Mac OS X or macOS computer. Once installed, it will be exactly the same as working in Windows. A lot of users prefer this over switching between Mac and PC, so you can imagine why Boot Camp Assistant has been so popular for so many years.

Part 1: Problems with Bootcamp Assistant on Mac

That being said, there are a lot of problems in using Bootcamp Assistant on latest macOS such as Mojave or High Serria. One of the errors is the 'Boot Camp installation failed' error. Apple suggests that you move to macOS Mojave and try installing Windows 10 again, but the issue doesn't always go away. Another common error is when trying to copy the Windows installation files. In still other cases, you'll notice that several Mac features don't work when running Windows, such as Apple Software Update stopping, no audio from built-in speakers, mic or webcam not recognized by Windows and so on.

To avoid such errors and issues, which can often take quite a lot of your time to figure out and fix, you can use alternative solutions to install Windows on a Mac from USB. Though you will still need to use Boot Camp Assistant for part of the process, but you're not likely to come across major installation errors when doing this. You can also use Terminal in Mac to help you install Windows. The next two sections describe these methods in detail.

Part 2: Make a Bootable Windows 10/8/7 USB Installer on Mac

Boot Camp Assistant is the official recommendation for creating bootable Windows USB. In case it does not work, we will suggest two alternative software in this section. Both are working fine on latest macOS and we tested three USB drives without running into any issue.

Mac

Method 1: Create Windows Bootable USB Using ISO Editor (without Bootcamp)


UUByte ISO Editor can work as a great alternative to Bootcamp for installing Windows OS on Mac. You can easily fetch all the required drivers using Bootcamp, but the installation process for putting Windows on your Mac is different from how Bootcamp does it. UUbyte is one of the most robust Windows 10 bootable USB creator for Mac that you'll ever find. It can do a lot more than just create bootable media, such as creating ISO files, editing them, copying from disc to ISO and so on. For this process, you will need to use the Burn module, which is explained below:

Step 1: Get the Windows 10 ISO from Microsoft's website and install the Mac version of UUbytes ISO Editor.

Step 2: Launch Boot Camp Assistant, go to Action and click on Download Windows Support Software. When the dialog appears, click Save and specify a location for the files.

Step 3: Open the UUbytes program and click on the module that says Burn. Insert a USB flash drive and burn ISO to USB drive. Select the ISO image and click on Burn. This will create a bootable USB drive for the Windows installation.

UUByte is the best alternative to BootCamp for creating bootable Windows USB installer. It is simple to use and has less errors.

Method 2: Create Windows Bootable USB Using Terminal App (without Bootcamp)


This method uses Terminal application to create the bootable media for Windows 10. You will still need Boot Camp Assistant for the support software, but if you're comfortable with command line work, you try this approach. You will first need to download the Windows 10 ISO file. You will also need to use Boot Camp Assistant to get the support files, for which you can follow Step 3 from Method 1.

Step 1: Launch an instance of Terminal. Type the following command and then Enter to list out your drives:

diskutil list external

Step 2: Scroll down the name of the USB drive listed in Terminal. You will be using this in the next command. For now, let's call it disk2. The next step is to format your USB drive for Windows 10. Use the following command, then hit Enter:

diskutil eraseDisk ExFat 'WINDOWS10' MBR disk2

Step 3: You will be able to see a mounted disk called Windows 10. Mount the downloaded Windows 10 ISO file by double-clicking it in Finder. The name will be CCCOMA_X64FRE_EN-US_DV9. You can also run the following command:

cp -rp /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WINDOWS10/

Step 4: Unfortunately, there's no progress bar to indicate that the bootable media is being created. However, after a sufficient amount of time has passed, the USB drive will contain bootable media for a Windows 10 installation.

Part 3: Create a New Partition for Windows OS on Mac

Install Windows On Mac Without Bootcamp 2020

Windows OS can be only installed on a FAT/ExFAT or NTFS partition. You have to create a new partition on Mac for storing Windows OS files as the default partition on Mac is HFS+ or APFS. This can be done with the help of built-in Disk Utility app. However, this is a highly risky task. Please backup your important data to iCloud or external drive with Time Machine.

To create a new partition for Windows OS, please open Disk Utility app on your Mac. Click the internal disk name on the left sidebar. Now, click the Partition tab on top menu. From the pop-up window, type a name for this new partition and select ExFAT for Windows 10 and MS-DOS (FAT) for Windows 7 from Format drop-down menu. At the end, set a size for the new partition. Finally, click Apply button to take this into effect.

Part 4: Boot Mac from Windows Installation USB

Mac will boot from internal hard drive or SSD in default. To install Windows OS on Mac without Boot Camp, you should let your Mac booting from USB drive to start the installation process. However, this is an easy task.

Make sure you disconnect all USB devices except a wired keyboard and the USB drive containing the Windows ISO files. Now restart your computer and hold down the Option (Alt) key at the same time. Wait for about 10 seconds, Apple logo shows up and you will be presented with several boot options. Pick up the drive you have set in Part 2. If you did not do that, the default name is EFI Boot.

Part 5: Start Installing Windows 10/8/7 on Mac without Bootcamp

When Mac boots from the bootable Windows 10 USB, wait about 30 seconds and Windows installation wizard appears. At this time, the window is much small because graphics driver are not installed yet. Now, you have to follow the screen prompt to choose language, region and most importantly the partition to install Windows OS files.

Part 6: Download and Install Windows Support Software (Drivers)

The Windows ISO image file only has the basic drivers for running Windows OS. Some of the hardware on Mac won't work in Windows, suchas Apple Mouse, trackpad or speaker. You have to install addition drivers to use Windows seamlessly as it is on a PC. To do this, you should download and install Windows Support Software with the help of Boot Camp Assistant.

As usual, launch Boot Camp Assistant app on your Mac and click Action tab on menu bar, where you can see an option named Download Windows Support Software. Now, choose your Windows Installer USB as the target location to store the driver files. It will take 5-10 minutes for the downloading task.

Now, boot your Mac into Windows partition. You will see a pop-up from Boot Camp installer. Just follow the prompt to install Windows Support Software. If it does not appear, then plug the USB drive and navigate to USB drive in File Explorer; then go to WindowsSupport -> BootCamp, and click setup.exe to start installing Windows drivers for this Mac.

Part 7: How to Switch Between Windows and macOS

Now, you have everything set up properly for both Windows and macOS. You may be wondering how can you switch OS between Windows and macOS? The trick is a bit different depending on which OS you are currentlt in.

If you are in macOS now and want to restart into Windows, then reboot your Mac and hold Option key untill you see the Startup Manager, where you can choose a booting device like we mentioned in Part 4, something like this:

You can also do this in Startup Disk from System Preferences. Choose th Windows partition and click Restart... button to boot Mac into Windows OS.

If you are in Windows OS and want to switch to Mac, click the Up Carat icon and select Restart in macOS. If this option does not show up, then reboot Windows as normal and press Option key to bring up Startup Manager and pick up Macintosh HD this time.

Conclusion

Mac Install Windows Without Boot Camp

It is absolutely not an easy journey for installing Windows on Mac without BootCamp. Fortunately, we have put everything together to help you complete this task smoothly. The key part is how to partition the Mac internal drive and create bootable Windows USB. If you are not comfortable using Terminal, UUByte ISO Editor is the recommended way to install Windows on a Mac without Boot Camp Assistant. It's reliable, quick and doesn't require any special technical knowledge.