How do I install Windows 7 on an Apple laptop?

2

I received an Apple MacBook with model number A1181. Didn't like OS X, so I inserted a Windows 7 DVD during booting to install Windows 7. At one point I was supposed to select the drive on which I want to install. In the options I clicked on format and the drive was formatted.

Now I can't complete the installation because i† says

Windows cannot be installed on this drive. The drive is GPT style.

Please how do I resolve this?

michael I.

Posted 2012-07-11T10:43:33.810

Reputation: 21

U need a virtual machine software (like VM ware,Virtual Box,Parallels) to run windows virtually or you can use the inbuilt boot camp for a dual boot option. – Deb – 2012-07-11T10:56:42.577

The simplest way to resolve this is to use the partition utility on the install disk to repartition the drive with the MBR (Master Boot Record) partition scheme and a volume format of NTFS. After that the install should work. But dual-booting using Boot Camp is more recommended. – Jazz – 2012-07-11T22:18:54.943

Answers

6

Just use Bootcamp - It comes with Macs and should make it easy for you to install Windows.

Following the link, you should find guides and everything you need to get started.

William Hilsum

Posted 2012-07-11T10:43:33.810

Reputation: 111 572

2

Bootcamp has been mentioned in other posts.

Another option is that you could boot your Mac into a partition manager like GParted and format the hard disk to NTFS, Microsoft's filesystem.

After partitioning the disk to NTFS, in theory Win 7 should install without issue.

Brandon Kreisel

Posted 2012-07-11T10:43:33.810

Reputation: 973

as a side note I would recommend dual booting instead of completely blowing away OS X. – Brandon Kreisel – 2012-07-11T12:48:53.140

1Also note that he may have to change the partition scheme from GUID (that's probably the GPT mentioned in the OP's post) to Master Boot Record or MBR, which is the most Windows-friendly partition scheme. – Jazz – 2012-07-11T22:17:43.790

1

Generally speaking you can't install windows 7 on apple but there is a work around.

The solution is to format your apple laptop hard disk to RAW, which contains no filesystem.

  1. Take out your apple laptop Hard Disk from apple computer and put in windows computer.

2.In windows computer, Right Click on My Computer and Click on Manage

3.From here go to > Disk Management. Now you will see your all hard disk.

4.You can see that on MAC HDD there are 3 partitions. Format all of them,delete all volumes and make it RAW.

5.Now put this Mac Hard disk back on Apple laptop. Insert your Windows 7 installation disk. Your apple Macbook Pro laptop is ready to upgrade to Microsoft Windows 7

For details go to this post

additionally you can go to this site apple-bootcamp-windows-versions-drivers-partition-size

Deb

Posted 2012-07-11T10:43:33.810

Reputation: 1 014

1This is a lot of overkill. You absolutely do not need to perform any hardware modifications or surgery to install Windows 7. And even if you wanted to, you would be voiding the warranty. Use Boot Camp or a VM solution as others have said; ignore this answer. – Jazz – 2012-07-11T22:15:06.273

I already have mentioned those methods, see the first comment. Our work is to resolve the problems. It is totally up to you that which way you choose. – Deb – 2012-07-12T01:39:51.460

0

I have an old white 13" MacBook (A1181) with the 32bit Intel Core Duo 2GHz processor. I believe this is the last 32bit processor Mac used. Anyway, I just install Windows 7 Enterprise natively and everything works fine except the sound card.

WARNING: Again, mine was a native install, not Bootcamp! So I moved everything I wanted off the MacBook before I installed Windows since the native install will require deleting the existing partitions, thus destroying any data within them.

When the installer runs just delete the existing partitions. The UI of the partitioning utility is not the greatest but I managed to figure out how to remove the existing partitions. Once the existing partitions have been deleted just click the "Next" button and the installer will use a default scheme to partition the disk.

It's that easy. Windows 7 runs great on the 7 year old MacBook with only 2GB of RAM.

Many folks recommend using the drivers exported from Bootcamp but they don't work in my case since they're all 64bit and I'm stuck with a 32bit processor. Still, the Windows installer found drivers for almost everything and the old MacBook does just fine without sound.

Bill B.

Posted 2012-07-11T10:43:33.810

Reputation: 1

this does not address the problem of GPT vs MBR detailed before in a previous comment by @Jazz – Lorenzo Von Matterhorn – 2013-09-21T11:26:09.340