Skip to content

Instantly share code, notes, and snippets.

@hardik-vala
Last active December 28, 2020 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hardik-vala/8177d9b03f02c9f84498 to your computer and use it in GitHub Desktop.
Save hardik-vala/8177d9b03f02c9f84498 to your computer and use it in GitHub Desktop.
How dual-boot Windows 7 with Mac OS X

How to dual-boot Windows 7 with Mac OS X

Seemingly simple, but couldn't get any of Google-able methods to work with my Macbook Pro. So I've pieced together a solution that works on Yosemite (Mac OS 10.10).

  1. Grab an .iso image of Windows 7 (The Internet has plenty of ways of doing this)

  2. Create a USB Installer from it (An easy Google)

  3. Install rEFIt

  4. Restart your computer after installation

  5. Open Disk Utility

  6. Select the harddrive (Macintosh HD)

  7. Go to the Partition tab

  8. Click '+' to add a partition for Windows with format MS-DOS (FAT) and allocate the amount of space you want (I chose 32 GB)

  9. Click Apply when ready

  10. Restart your computer, holding down the option/alt key as soon as you hear the chime

  11. Click on the rEFI drive that appears in the list of drives

  12. From the rEFI screen, select the windows icon with Boot Windows from WinInstall

  13. Proceed to Windows Installation

Notes:

  • When prompted for the partition, select the partition you created and if it does not let you continue due to improper format, simply click on the advanced option and click format, that should do the trick
  • You computer will restart a few times during the installation process and on the new rEFI screen that appears upon each restart, select the windows icon with description Boot from Partition , where Partition Number is the appropriate partition number you chose for the installation
  • Once installation is complete and your computer restarts, boot up the Windows partition and once booted, download Boot Camp's Windows support software from the Apple website to set-up the necessary drivers (You might see that your two-finger "right" click, microphone, audio speakers don't work and the resolution is abissmal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment