Boot Camp Control Panel Windows 7 64Bit

I have Mid-2012 Macbook Pro with a SSD drive installed. I installed a fresh windows 7 64bit pro and now I get this error when trying to open the bootcamp control panel.


"an error occurred while trying to access the startup disk settings"

I want to be able to right click Restart in Mac OS X but this doesn't work. It boots to a white screen and then it goes to windows again.

MacBook Pro, OS X Mavericks (10.9.1), 2007 Macbook Pro

Posted on Mar 15, 2015 12:57 PM

Reply
76 replies

Mar 16, 2015 8:12 AM in response to appleexpert1

When the Boot Camp drivers are installed, they are installed for all users silently, because it is done as a part of the Windows installation, before any user accounts have been created.


The following snippet is from the AutoUnattend.xml on the USB Installer. See the highlighted part. This is from a W8 USB Installer built using BCA and an W8.1 64-bit ISO.


<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="windowsPE">

<component name="Microsoft-Windows-Setup"processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<UserData>

<ProductKey>

<WillShowUI>Always</WillShowUI>

</ProductKey>

</UserData>

<UpgradeData>

<Upgrade>true</Upgrade>

<WillShowUI>Always</WillShowUI>

</UpgradeData>

</component>

<component name="Microsoft-Windows-PnpCustomizationsWinPE"processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<DriverPaths>

<PathAndCredentials wcm:keyValue="1" wcm:action="add">

<Path>$WinPEDriver$</Path>

</PathAndCredentials>

</DriverPaths>

</component>

</settings>

<settings pass="specialize">

<component name="Microsoft-Windows-Deployment"processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<RunSynchronous>

<RunSynchronousCommand wcm:action="add">

<Order>1</Order>

<Path>cmd /c "FOR %i IN (X F E D C) DO (FOR /F "tokens=6" %t in ('vol %i:') do (IF /I %t NEQ "" (IF EXIST %i:\BootCamp\BootCamp.xml Reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v AppsRoot /t REG_SZ /d %i /f )))"</Path>

</RunSynchronousCommand>

</RunSynchronous>

</component>

</settings>

<settings pass="oobeSystem">

<component name="Microsoft-Windows-Shell-Setup"processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<FirstLogonCommands>

<SynchronousCommand wcm:action="add">

<Description>AMD CCC Setup</Description>

<CommandLine>%AppsRoot%:\BootCamp\Drivers\ATI\ATIGraphics\Bin64\ATISetup.exe -Install</CommandLine>

<Order>1</Order>

<RequiresUserInput>false</RequiresUserInput>

</SynchronousCommand>

<SynchronousCommand wcm:action="add">

<Description>BootCamp setup</Description>

<CommandLine>%AppsRoot%:\BootCamp\setup.exe</CommandLine>

<Order>2</Order>

<RequiresUserInput>false</RequiresUserInput>

</SynchronousCommand>

</FirstLogonCommands>

</component>

</settings>

</unattend>


Can you check your Windows Installer USB for this file? You may not have one for W7 64-bit. This is what I have on a W7 USB.


User uploaded file

Mar 19, 2015 7:48 AM in response to appleexpert1

For MacBook Pro (13-inch, Mid 2012) - Technical Specifications , the BC drivers are Boot Camp Support Software 5.1.5621. Download these to the Mac on the Windows side, since your Wireless/Wired connection is working. From Control Panel -> Programs (or Add/Remove Programs), remove all Apple software individually. This will make your Mac not be able to connect to USB and/or network. Use the downloaded BC drivers and run setup.exe from the Bootcamp folder. This is to remove any corrupted drivers. You may want to create a System Restore point before you do any of these.

Mar 20, 2015 1:54 PM in response to appleexpert1

From MacBook Pro (13-inch, Mid 2010) - Technical Specifications, you have


Graphics and video support

NVIDIA GeForce 320M graphics processor with 256MB of DDR3 SDRAM shared with main memory5


From MacBook Pro (13-inch, Mid 2012) - Technical Specifications


Graphics and Video Support

Intel HD Graphics 4000


These also provide AHCI functions. If you move a disk between the two systems, the BC Restart OSX Option needs to communicate with firmware, which may be causing you the most grief. I will check my 2012 MBP at home and see what other areas/drivers can cause problems.


The SATA controllers are very different in these two machines.

Mar 16, 2015 9:11 AM in response to Loner T

I was think and maybe this doesn't matter but this is the pattern of how this all went down.


I had a Macbook Pro 2010 with bootcamp windows 7 64bit and Mac os 10.10 installed on a SSD. I then got a different Macbook Pro 2012 moved the drive to that one. I had to do a clean install of Windows 7 64bit this error started then. I then decided to do a fresh install of Mac Os as well. So maybe I need to do a fresh install on both at the same time. So a fresh install of Mac and then create a bootcamp with windows 7 64bit. Thoughts?

Mar 17, 2015 10:55 AM in response to appleexpert1

I use a Samsung 840 Pro in a 2012 MBP, and I can do this without any issues. The clean install of OS X would allow OS X to be active from a non-SSD drive. Have you tried the blog method that you linked to? You may also want to check if there are any events in Event Viewer related to the Bootcamp.


Can you also check if AHCI mode is enabled for your SSD?

Mar 18, 2015 6:32 PM in response to appleexpert1

Your Mac is a preUEFI model. From Bootcamp Info.plist...

<key>PreUEFIModels</key>

<array>

<string>MacBook7</string>

<string>MacBookAir5</string>

<string>MacBookPro10</string>

<string>MacPro5</string>

<string>Macmini6</string>

<string>iMac13</string>

</array>


UEFI will cause more problems. Can you delete Windows via BCA and re-install it from scratch again?

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.

Boot Camp Control Panel Windows 7 64Bit

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