Home » Questions » Computers [ Ask a new question ]

How do I install a 64-bit Windows 7 on a Macbook Pro without Boot Camp?

How do I install a 64-bit Windows 7 on a Macbook Pro without Boot Camp?

Is it possible to install Windows 7 (64-bit) on a Mac Pro without Boot Camp?

Asked by: Guest | Views: 419
Total answers/comments: 5
bert [Entry]

"This is for Vista, but the same rules should apply to 7.

http://derekhat.com/install-vista-on-a-macbook-without-bootcamp/"
bert [Entry]

"I did it following the Vista instructions that Joseph posted above. It will work, but here are a few things I wish someone would have told me:

the big gotcha: no xp mode

if you want to use ""xp mode"" with windows 7, you have to enable your hardware virtualization in the bios. But macs don't have ""bioses"" so you'll have no way to do this after you install. Forum rumor has it that if you boot first to osx and then reboot into windows 7 that osx will start it for you and then you can use xp mode. of course, you need bootcamp to be able to boot both of these (maybe you could install osx to another hd or something).

You can use VMLight instead, but I installed itunes on that and it just crashed without running. Had similar experiences with Adobe on parrallels in OSx.

there's some general issues with booting macs that most users probably know already, but I did not:

do the disk util thing the way the vista instructions describe.
when you reboot with your windows 7 cd, it will do some initial instally-things and then reboot your computer. You have to hold down the ""alt"" key when it's rebooting and then select the hard drive to boot from, otherwise you will be stuck with a white/grey screen.
when you are done with the install, reboot and hold down ""alt"" and then control-click the windows-7 drive to make it the default boot volume and you don't have to hold ""alt"" down anymore on restart.

As others have said, it's probably best to just use bootcamp and set windows as the default. Unless you're putting everything on one big raid volume and booting straight from that, osx isn't really hurting anything except a few megs off your boot volume, but that's not typically a problem.

(I didn't install any drivers from the disk and didn't have any problems)"
bert [Entry]

"Install Windows 7, put the OSX disk in, and rather than letting it autorun, open the disk manually and select setup. The compatibility checks Boot Camp seems to run appear to be bypassed this way.

It worked for me on my mad science rig ""Abby"", but she was dual booting Ubuntu 10.x 64 and Windows 7 64 with grub-efi-amd64, so that may have made a difference. Macbook Pro 2,1."
"Install Windows 7, put the OSX disk in, and rather than letting it autorun, open the disk manually and select setup. The compatibility checks Boot Camp seems to run appear to be bypassed this way.

It worked for me on my mad science rig ""Abby"", but she was dual booting Ubuntu 10.x 64 and Windows 7 64 with grub-efi-amd64, so that may have made a difference. Macbook Pro 2,1."
bert [Entry]

"well once i installed xp x64 to a single free drive. first i removed the os x drive and and a new empty harddrive. it was as easy as installing on a pc. Standart install worked fine and i used 64 bit drives from intel, ati and others (not bootcamp drivers). had no problem.
it was a dual socket, 2 core xeons, mac pro, total 4 cores..."
bert [Entry]

"environment: any MBP/MBA having GPT (yes GPT, not MBR, because 10.11/10.12/Sierra/etc will not allow you to have MBP partitioned drive and installed on it, especially on wireless recovery mode). however if you don't have MBR drive partitioned - windows 7 will refuse installation - the only cure is a ""hybrid"" GPT/MBR configuration explained below.

prerequirements: you need 2 USB sticks = 1 formatted NTFS (because you might have no DVD drive anymore around) and created as Windows7 installation using unetBootIn, 1 formatted FAT32 for win32/64 MBP drivers to be stored onto with the help of boot-camp

step 0: all you need from the boot-camp these days is to get WindowsSupport folder downloaded into your USB stick FAT32 formatted one. trying to install windows 7 using boot-camp will complain about single only partition you must have on your HDD and will complain about installing ONLY from DVD disk (imaging the hassle as modern MBP/MBA has NO DVD drive embedded at all)

step 1: you have to migrate windows 7 installation from DVD drive/image into USB stick. the best way to do so is to use unetbootin. make sure you have NTFS formatted stick otherwise it will not boot installation after.

step 2: repartition your hdd drive using regular macosx disk utility (let it stay in GPT mode, it won't matter for you anymore).

step 3: download and install refind boot loader replacing original useless MBP/MBA pseudo-bootloader (you can always comeback to the original one by holding ""alt"" key during boot process). refind will let you choose what media to boot from including: USB stick with windows 7 installation image and HDD partition with already installed windows 7 (later)

step 4: download and install gdisk. it will require to append hybrid MBR partition emulation (without boot flag enabled!). you sudo gdisk with your drive device name. print list of partitions (command 'p') and remember the one you've created for future windows 7 installation. then switch into ""recovery and transformation mode"" (command 'r'). make hybrid MBR (command 'h'): specify windows 7 dedicated partition number (single digit), answer 'y' on place EFI GPT partition first, answer ""default"" on MBR hex code (just hit Enter), answer 'n' on set the bootable flag. answer 'n' on ""use one to protect other"". write table to the disk (command 'w'). if you specify bootable flag 'y' - you'll have a windows 7 usb stick bootloader failure (it will discover bootable win7 partition on your hdd and will try to boot from it instead).

step 5: plug windows 7 usb stick and reboot. you'll see 3 choices to boot produced by refind bootloader menu: ""your macosx partition name"", ""boot windows (legacy) from Basic data partition"" - this is your future windows 7 partition to boot from, ""boot windows (legacy) from NTFS volume"" - this is your NTFS formatted USB stick with windows 7 installation - run installation from it now. inside windows install select ""advanced"" installation and choose preselected partition by yourself. don't delete the partition but I'd suggest to format it within the menu. the rest of installation process will be relatively simple and standard. remove the stick once the windows will enter reboot state.

step 6: plug in fat32 formatted usb stick with WindowsSupport folder you've downloaded with the help of boot-camp application. execute setup from inside the folder and wait for all the drivers to be installed. reboot system and you are done with the 2 systems booting in parallel from the refind bootloader."