Windows 10 Install on Mid 2010 Macbook Pro 6,1 (17" 2.66)

I am trying to install Windows 10 on my Macbook.


My Macbook is:

Macbook Pro, Mid 2010 6,1 2.66ghz

8gb Ram (standard)

500gb hdd (standard) Samsung 850 Evo 500gb SSD

OSX El Capitan 10.11.2


I am trying to install windows from the Windows 10 ISO available from the Microsoft website.

(https://www.microsoft.com/en-au/software-download/windows10ISO)


My first issue was that I could not create a bootable USB using bootcamp on my model MacBook.

I followed this guide to modify the info.plist file and create a bootable USB with bootcamp. (http://tsentas.net/create-a-windows-7-or-later-version-install-disk-missing-on-e l-capitan/)


I got to the point where I select the BOOTCAMP partition I'd like to install to, however received the error:

"Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks."

I fixed the GPT/MBR issue using this guide: http://superuser.com/questions/508026/windows-detects-gpt-disk-as-mbr-in-efi-boo t


Then the windows installation told me that my hard disk was failing, I attempted to continue the installation anyway, however that failed. I checked disk utility and sure enough my disks S.M.A.R.T. status was 'failing'.. So I upgraded to a Samsung SSD (Can't believe I didn't do this earlier.. so much faster)


Where I'm at: The installation now progresses past drive selection and copying files. However, I get the error right at the end:

"Windows could not update the computer's boot configuration. Installation cannot proceed."


I have tried deleting, reformatting the partition in the windows installation. Also re-partitioning through bootcamp and resetting the PRAM which I see has worked for others. (restarting and holding CMD + OPTION + P + R)


However I am now stuck.


PLEASE HELP. This is driving me crazy.

Thanks in advance.

MacBook Pro (17-inch Mid 2010), OS X El Capitan (10.11.2), null

Posted on Feb 22, 2016 1:57 PM

Reply
24 replies

Feb 22, 2016 3:44 PM in response to jackmcginn

You have just seen the tip of the iceberg. You are installing an EFI OS a non-UEFI compliant Mac. Can you run a SMC Reset - Resetting the System Management Controller (SMC) on your Mac - Apple Support and try again? Most likely, it is unable to create/update the BCD. Be aware that you will run into driver issues or hardware may not be visible when using EFI boot.


A better method is to install W7/W8+ and then upgrade in-place to W10. If you bought a W10 license, this may not be a worthwhile option.

Feb 22, 2016 3:48 PM in response to Loner T

Thanks for the fast reply Loner,


I managed to get through the next stage of the install,


I did things in this order.

Bootcamp Partition -> SIP Disable -> GDISK Gpt Fix -> PRAM Reset -> Boot to Windows USB installer -> Format Partition in windows installer - NEXT.


The first stage completes, and the computer restarts to continue the installation.


I click through the steps, and it doesn't matter if I select custom options or the standard, I click through and the computer restarts to the same point in the installation process. any ideas?

Feb 22, 2016 5:53 PM in response to Loner T

diskutil list:


/dev/disk0 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *500.1 GB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_HFS Macintosh HD 499.2 GB disk0s2

3: Apple_Boot Recovery HD 650.0 MB disk0s4


sudo got -vv -r show /dev/disk0:


#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *500.1 GB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_HFS Macintosh HD 499.2 GB disk0s2

3: Apple_Boot Recovery HD 650.0 MB disk0s4

Jack-McGinns-MacBook-Pro:~ Jack_McGinn$ sudo gpt -vv -r show /dev/disk0

Password:

gpt show: /dev/disk0: mediasize=500107862016; sectorsize=512; blocks=976773168

gpt show: /dev/disk0: PMBR at sector 0

gpt show: /dev/disk0: Pri GPT at sector 1

gpt show: /dev/disk0: Sec GPT at sector 976773167

start size index contents

0 1 PMBR

1 1 Pri GPT header

2 32 Pri GPT table

34 6

40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B

409640 975093952 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC

975503592 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC

976773128 7

976773135 32 Sec GPT table

976773167 1 Sec GPT header

Feb 22, 2016 6:39 PM in response to jackmcginn

35Gb may not be enough for Windows. I suggest about 60-80GB. You can resize the current partition (or type a size in DU) before you run the following commands. Once you have the correct size, run the following command in Terminal


diskutil eraseVolume free FREE disk0s4


This will return an error because a Free Space part has no disk. Post the output of


sudo gpt -vv -r show /dev/disk0


to confirm that you have free space.

Feb 22, 2016 6:52 PM in response to Loner T

/dev/disk0 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *500.1 GB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_HFS Macintosh HD 440.6 GB disk0s2

3: Apple_Boot Recovery HD 650.0 MB disk0s3

4: Apple_HFS Untitled 58.5 GB disk0s4

diskutil eraseVolume free FREE disk0s4

Started erase on disk0s4 Untitled

Unmounting disk

Finished erase on disk0


sudo gpt -vv -r show /dev/disk0

Password:

gpt show: /dev/disk0: mediasize=500107862016; sectorsize=512; blocks=976773168

gpt show: /dev/disk0: PMBR at sector 0

gpt show: /dev/disk0: Pri GPT at sector 1

gpt show: /dev/disk0: Sec GPT at sector 976773167

start size index contents

0 1 PMBR

1 1 Pri GPT header

2 32 Pri GPT table

34 6

40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B

409640 860594624 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC

861004264 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC

862273800 114499335

976773135 32 Sec GPT table

976773167 1 Sec GPT header

Feb 22, 2016 8:22 PM in response to jackmcginn

Those partitions couldn't be cleared with bootcamp.

I restarted and reset PRAM

Then held option to boot from usb

I selected those partitions from the windows installer and deleted them.


I thought, screw it. and tried to install from the now blank space.


and.. it worked. 🙂 It can boot into windows. My next hurdle is that the bootcamp drivers get hung up on the NVIDIA driver, and it restarts. Is there a work-around for getting the drivers installed on an earlier mac?

Feb 23, 2016 4:18 AM in response to jackmcginn

The original Free Space intent was also to let the Windows Installer format it and split it into MSR and MSD. You should have two entries in the original Free Space.


For Drivers, you can install the KeyBoard, Trackpad, Mouse and standard installers. You will run into Audio and GPU issues. You want to use the BC drivers and install them with compatibility mode and admin rights. Check for hidden devices in Device Manager.

Mar 2, 2016 11:50 PM in response to jackmcginn

I have spent the last 3-4 days upgrading and crashing.


I used a variety of methods and got an ISO burned to a DVD to get the OS installed, but then got into an infinite loop of BSOD's with the dreaded Bad_pool_header, and there is no way that I can find to upgrade the existing boot camp drivers, I am stuck on 3.3, as no newer one will install as they all say they aren't for this model mac.

So I have rolled back to windows 7 pro for now that works flawlessly.


If you get it to work, I'd be very interested. I couldn't do a clean install.. which might have helped as I had 200 gb of apps and programs I was trying to move with me.


mark

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Windows 10 Install on Mid 2010 Macbook Pro 6,1 (17" 2.66)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.