Bootcamp

So I just received my macbook pro today and wanted to install windows 7. Im pretty sure how to use bootcamp, but my question is how do I install the drivers on the windows portion? My macbook did not come with any Lion install cd's.

Have a read at the Boot Camp - Installation & Setup Guide (OS X Lion) pages 5 and ff describe how-to get the WIndows Support Software aka BootCamp Drivers.
Stefan

Similar Messages

  • [Guide] Install and run Windows 7/8 from an external drive without using bootcamp (works for late 2012 iMacs with 3TB drive)

    This is a copy of a post from my blog, you can also Read it on my blog...
    Introduction
    After I received my new iMac with a 3 TB Fusion Drive, I was disappointed when I realized that Bootcamp was not running on this model and prevented me from installing Windows on it. I wanted to take advantage of the powerful iMac hardware to play games but I couldn't.
    There are a few ways of working around this limitation, but I found most of them quite complex and most of the time they required formatting the internal hard drive or repartitioning it and go for a brand new installation of Mac OS X. I was not comfortable with that.
    But there is another way, and that is to install Windows on an external hard drive, using either USB or Thunderbolt. Personally I used a Lacie Rugged 1 TB drive that has both USB3 and Thunderbolt connectors. Both work very well.
    This guide may interest you if:
    You have an internal hard drive of more than 2TB and you can't run bootcamp at all (like late 2012 iMacs with a 3TB drive)
    You have limited space or you don't want to dedicate disk space on your internal hard disk drive to a Windows installation
    What this guide will make you do:
    It will make you erase all your data from your external USB3/Thunderbolt hard drive
    It will make you install Windows on your external USB3/Thunderbolt hard drive
    It will make you install bootcamp drivers
    What this will not make you do:
    It will not make you modify anything on your internal Mac hard drive
    It will not make you use or install the bootcamp assistant
    It will not activate the Preference Pane for the default boot drive. You have to boot by pressing the ALT key to manually select your boot drive each tome you want to boot Windows.
    What you'll need
    An external hard drive with a USB3 and/or Thunderbolt connector. This drive will be formatted so ensure you saved your files before going further. You can use either an SSD drive or a classic hard drive.
    A Windows 7 or 8 install DVD or ISO (check whether to install 32 or 64 bits versions based on your Bootcamp drivers) and the corresponding Windows serial number.
    One of the following:
    Mac OS X with a Windows 7 or 8 Virtual Machine (use VMWare Fusion or Parallels Desktop for example. Note: VMWare Fusion seems to have some issues with Thunderbolt and USB3. Plug your drive to a USB2 enclosure or hub to work around this -it worked for me-, or use another VM software) → Read the important note below
    A PC running Windows 7 or 8 → Read the important note below
    Windows AIK (free) running on your Virtual Machine or on your PC, or just the imagex.exe file (the rest of the Windows AIK package is not needed)
    Download imagex.exe
    Download Windows AIK (this download and installation is not required if you have already downloaded imagex.exe)
    Bootcamp drivers for your Mac. You can get these either by running bootcamp from your Mac (Applications > Utilities > Bootcamp) or, if like me you have a 3TB drive and can't run bootcamp at all, use the direct download links here.
    A USB stick to store your bootcamp drivers
    IMPORTANT: If your Mac has a 64 bits processor, your Windows Virtual Machine on OSX, your Windows installation on your PC and your Windows DVD/ISO must also be in 64 bits!
    Step by Step guide
    Step 1: Get the install.wim file
    If you have a Windows ISO file:
    Mount the ISO
    If you're on OS X: double click on the ISO file
    If you're on on Windows 7: Use a software like Virtual Clone Drive (free)
    If you're on Windows 8: double click on the ISO file
    Open the mounted drive, then go to the "sources" folder and locate the "install.wim" file. Save this file to C:\wim\ on your Windows installation or virtual machine.
    If you have a Windows DVD: open the "sources" folder on the DVD and locate the "install.wim" file. Save this file to C:\wim\ on your Windows installation or virtual machine.
    IMPORTANT: If instead of a "install.wim" file, you have "install.esd", you can not continue this step by step guide. And an ESD file can not be converted into a WIM file. So you must get a version of the Windows installation DVD/ISO that has an install.wim file.
    Step 2: Clean, partition and format your external hard drive
    On your Windows installation or virtual machine, plug in your external hard drive (can be plugged using USB2, USB3 or Thunderbolt at this stage)
    Open the command prompt in administrator mode (cmd.exe). To run it in administrator mode, right click on cmd.exe > Run as admin.
    Type the following and hit enter to open the disk partitioner utility:
    diskpartType the following and hit enter to list your drives:
    list disk
    This will display a list of disks mounted on your computer or virtual machine. Make sure your drive is listed here before you continue.Identify the disk ID of your external hard drive. Replace # by your real external disk ID in the command below:
    select disk #Clean all partitions by typing the following (warning: this will erase all data from your external drive!):
    clean
    Create the boot parition by typing the following followed by the enter key:
    create partition primary size=350
    This will create a 350MB partition on your external driveFormat the partition in FAT32 by typing the following:
    format fs=fat32 quick
    Set this partition to active by typing:
    active
    Assign a letter to mount this partition. We will use letter B in our example. If B is already used on your PC, replace B by any other available letter:
    assign letter=b
    Windows will detect a new drive and probably display a pop-up. Ignore that.Create the Windows installation partition using all the remaining space available on the external drive by typing the following:
    create partition primary
    Format the new partition in NTFS:
    format fs=ntfs quick
    Assign a letter to mount this partition. We will use letter O in our example. If O is already used on your PC, replace O by any other available letter:
    assign letter=o
    Windows will detect a new drive and probably display a pop-up. Ignore that.Exit the disk partitioner utility by typing:
    exit
    Step 3: Deploy the Windows installation image
    Still using the command prompt in admin mode (you didn't close it, did you? ), locate the imagex.exe file mentioned in the "What you'll need" section and access its folder. In our example, we have put this file in C:\imagex\imagex.exe
    Type the following and hit enter (remember to replace o: with the letter you have chosen in the previous step):
    imagex.exe /apply C:\wim\install.wim 1 o:
    This will take some time. The Windows installation image is being deployed to your external driveOnce done, type the following to create the boot section (remember to replace o: and b: with the letters you've chosen in the previous step):
    o:\windows\system32\bcdboot o:\windows /f ALL /s b:
    If you get an error message saying that you can't run this program on your PC, then most probably you are running on a 32 bits installation of windows and you're trying to deploy a 64 bits install. This means you did not read the important notes in the beginning of this guide
    If you get an error message on the options that can be used with the BCDBOOT command, then it's because you're installing Windows 7, and the /f option is not supported. If that is the case, remove /f ALL from the command and retry.
    Step 4: Boot from your external drive and install Windows
    Plug in your external drive:
    If you've done all the previous steps from a Windows PC, unplug your external drive from your PC and plug it to your Mac, either on a USB3 or a Thunderbolt port.
    If you've done all the previous steps from your Mac using a Virtual Machine, ensure the external drive is plugged in to a USB3 or Thunderbolt port. Using USB2 should also work but you'll get very poor performance so I don't recommend doing that.
    Reboot your Mac and once the bootup sound is over, immediately press the ALT (option) key and release it only when the boot drives selection screen appears. If you did not get the boot drives selection screen, reboot and try again. The timing to press the ALT (option) key is quite short. It must not be too early or too late.
    On the boot selection screen, choose "Windows" using the arrow keys on your keyboard, then press enter.
    The Windows installation starts. Follow the on-screen instructions as normal. The installation program will restart your computer one or 2 times. Don't forget to press ALT (option) right after the bootup sound, and boot on Windows again each time to continue the installation.
    Step 5: Install bootcamp drivers
    Once the Windows installation is complete, plug in the USB stick where you stored the bootcamp drivers (see "what you'll need" section), open it and right click on "setup.exe" and select "Run as admin". Follow the on-screen instructions.If you have an error saying that you can't run this program on this PC, obviously you have installed a 32 bits version of Windows and the bootcamp drivers for your Mac are made for a 64 bits version. You have to restart the whole guide and make sure to get a 64 bits version of Windows this time!
    Once the bootcamp drivers are all installed, reboot and press ALT (option) after the bootup sound to boot on Windows again. And Voilà, you have Windows installed on your USB3/Thunderbolt drive running on your Mac.
    Now each time you want to boot on Windows, press and hold the ALT (option) key after the startup sound and select "Windows", then press Enter.

    Hi i'm trying to follow your guide, I installed windows 8 on bootcamp to do it planning to remove it after the operation is done, but i get stuck at part 3: every command i give to imagex i get a pop-up ftom windws asking how do I want to open this kind of file install.wim and imagex does nothing, what do i have to do to stop those pop-ups?

  • How do I install Windows 8 on Mountain Lion (mac mini) 2010 Server using bootcamp with out Optical Drive?

    I have a 2010 Mac Mini server running 10.8.4 (12E55).  I just bought a brand new copy of Windows 8 from micrsoft.  I have tried using boot camp and it will not recognize a burned DVD in my remote optical drive on my laptop running windows 7 or my macbook running Lion 10.7.5.   I have had Microsoft on both of my computers remoted in for about 8 hours and they tried just about everything that I've tried.
    Microsofts tech support has made me a bootable DVD and a bootable Flash Drive through remote desktop (awsome good job microsoft tech support).  I have even tried formatting my mac mini's second 500GB hard drive to FAT32 using this whole disc as my windows partition.  I know that when I go to install windows 8 it is going to reformat the drive to NTFS but all the articles that I've found, say this is what you have to do to get the drive formatted properly to get the ball rolling and get windows will fix it when it goes to install by reformatting to NTFS. 
    Ok so right now I have my second 500GB hdd on my mac mini formatted to FAT32 and I have tried to reboot holding my option key like I do on my mac book.  If I want to boot to a different hdd on my macbook all I do is hold the OPTION key during start up and you get prompted to choose one of the bootable disc that is on your computer.  Well if I put my USB drive which is bootable on my macbook into my macbook and do this right now its not showing up. 
    Now I just put the DVD that they made me in my macbook and it shows up as bootable disc.  But the USB doesn't.  (1 hour later)  I just got microsft to remake the USB drive and am going to try that again so ta ta for now and I'll come back on to post to tell you if it works.

    mikkel-kj wrote:
    These apps paralells and fusion and virtualbox, are they in Mac App Store? And when I have the app installed what then, now it ain't only bootcamp what shall I do now to install windows 8?
    Mikkel
    Parallels, Fusion, and VirtualBox are available from their respective sites. Read their installation instructions which explain how to install Windows.

  • How do I install bootcamp on the new drive that I installed with the dvd drive adapter

    Hello, I have a macbook pro mid 2012 13 inch, I have just earned some money, enough to buy a SSD, and I happily went to the store and bought a samsung evo 840 120gb SSD. My plan was to clean install windows 8.1 on the SSD, I already had bootcamp on the 500GB HDD with windows 8 that came with the mac, so I backed up the important files from the windows partition. I deleted the partition, and restored it to the mac's partition (which I was going to partition again after the windows installation is complete for the storage for my windows partition) I made a installation usb with the iso I have made with bootcamp assistant, and waited. After that was done I restarted my computer holding the option key, then I booted into the EFI boot partition, and went through the process, entered the serial key, and agreed the thing, and then  when I did the format it said it couldn't do it, so I took it out put it in an external hard-drive case, then I plugged it into my windows 8 laptop, then I opened command prompt, then I typed "diskpart", then after the administrator thing popped up, I clicked yes, then in the diskpart prompt, I typed in "list disk", and my SSD was disk 1, so I did "select disk 1" then I typed "clean" Then I went into the drive manager, then a thing popped up saying which one would I choose between MBR or GPT so I selected GPT, then made a new NTFS partition on the SSD, then took it out, then I popped it back in then went through the installation, until the actual installing part where after copying files is done, this pops up "Windows cannot install required files. Make sure all files required for installation are available, and restart the installation. Error code 0x8007045D" So I downloaded a torrent because I had thought that this was corrupted, and downloaded a torrent from a website, and downloaded the iso, and I tried and the same error, again and again of taking out the drive from my computer to format it and putting it back in again (since there was some files made on the SSD) so I had decided that I would download a windows 8 torrent, then I did then it couldn't even start, so I want to install windows 8.1 on my macbook pro, on a separate drive in the the DVD cage (not external, internal), would there be any way to do it, please help!
    Specs:
    Macbook Pro Mid-2012
    OSX 10.8.5
    i5-3210m
    Samsung 2x4GB 8GB RAM (Dual Channel)
    Hitachi 500GB (comes with it) in the normal hard drive cage
    Samsung EVO 120GB SSD in the DVD cage

    1. The disk layout in OSX Disk Utility.
    2. Choosing the Free Space partition.
    3. Executing the installer
    4. After the installation, from W8.1 Disk Management.
    5. On a soon-to-be-released OS, diskutil list before and after W8.1 EFI installation.
    diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *256.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         128.7 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS OSY-MBP13              *128.3 GB   disk1
                                     Logical Volume on disk0s2
                                     AFB7276E-51EF-478F-98A1-47D941BD9843
                                     Unencrypted
    diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *256.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         128.7 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:         Microsoft Reserved                         134.2 MB   disk0s4
       5:       Microsoft Basic Data                         126.4 GB   disk0s5
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS OSY-MBP13              *128.3 GB   disk1
                                     Logical Volume on disk0s2
                                     AFB7276E-51EF-478F-98A1-47D941BD9843
                                     Unencrypted

  • Mini DVI to VGA in Mac and Windows XP with Bootcamp

    I just bought 13in MacBook the first time so I am new with this system.
    I am trying hook up MacBook Mini-DVI output to Panasonic th-42pd25up (EDTV) with VGA input for PC. I hooked it up using Apple's Mini DVI to VGA adapter to TV. (TV also has HDMI input which TV manual says not to use it.
    TV's resolution are :
    640x480 for 4:3 aspect ratio
    852x480 for 16:9 aspect ratio
    I have two problems watching streaming video at 300 to 700mbp of soccer or cricket sport broadcasts.
    1. In Mac system, I only get blue screen of computer on TV with out any writing or pictures or tool bar.
    2. In Microsoft XP using BootCamp I get "no signal" on TV. Would I have success using Parallels software?
    I am missing some important games!!!
    Thanks for any guidance give me.

    MB560 wrote:
    1. In Mac system, I only get blue screen of computer on TV with out any writing or pictures or tool bar.
    This is normal in extended desktop. You can drag anything you want from the main screen to the external screen. I prefer it this way when I am watching MLB.TV. I keep the game on my external and use my internal work surfing and other stuff.
    You can use the F7 key to switch back and forth

  • Mini dvi to vga in bootcamp

    Does the mini dvi to vga work with bootcamp in windows if not is there any third party software I could use?

    There is no reason it shouldn't work. You're probable not getting answers because people with the latest computers are probable using LCDs, so haven't tried the adapter.

  • I am having keyboard problems when trying to boot up an OS (bootcamp on Mac Mini Server)

    I recently tried using bootcamp on my new Mac Mini Server.
    I uploaded a windows ISO Image perfectly the way it asked, Windows 7, I followed the correct steps, euqally divided one of the hard drives, and I was ready to actually set up the new Windows section of my computer. During this booting session, my dog came in the room with her ball and knocked the computer plug out of the socket. Now when I turn on the mac, the fan still works, the same Macintosh sound comes up, the screen turns that usual very bright gray, but it stays on that gray. After a minute or two, the screen turns black, with a blinking underline, as if it were confused to choose which operating system it has to boot.
    My problem here is that I use a wireless keyboard (not by Apple) -- and I suppose that bluetooth syncronizes with the OS and not the computer system itself -- so my keyboard commands do not get recognized in order for me to navigate into Windows 7 or OS X Mountain Lion. I tried solving this problem by purchasing a brand-new USB keyboard (since Mac Mini Servers do not have the PS/2 entrance). I guess this new USB keyboard didn't work, I imagine, either because the USB slots on the machine are not recognized by the computer's internal system, only by the Operating Sysytems (which I hope isn't true), or that the mac had never used that USB Keyboard and wasn't going to be capable of using it until it had installed the necessary drivers, but without the OS running that would become impossible.
    So my question is: Is there a way that I can connect a keyboard to the mac so I can continue installing my alternate Operating System? Is it maybe another problem all together?

    It is starting to sound more like Bootcamp failed to install properly.
    Have a look at > Boot Camp 5: Frequently asked questions
    then perhaps > Failed bootcamp instlation - Google Search

  • Performance reduced under Bootcamp after EFI update on Macbook Pro Retina

    after i upgraded EFI on my retina macbook pro the proformence reduced to unusable. under heavy load under bootcamp windows7. the cpu clock drops and as well as cpu clock. this is the screen shot of gpu clock monitoring from windows u can see the gpu clock is running at 270Mhz at most of the time and trying to be back to 725Mhz(yea, not 900Mhz!) when im running a graphic benchmark at same time cpu will run about 1.1Ghz as well. i noticed that it will run 10-20sec normally then CPU and GPU clock will start dropping. It's almost like speedstep is programmed backwards. My CPU is constantly running at 3.1-3.2GHz, and then as soon as a game loads, it drops to 1.2GHz. I've lost track of how many times I reset the SMC  reseting SMC PRAM, reinstalling windows using Bootcamp or even erease the entire drive and start over from network recovery MacOS did not solve this problem. so all the recent games like COD MW3, Starcraft II, BF3,or D3 will only run about about 10 fps as i was playing them with no ploblem before the EFI update.
    this is killing me! please help.
    im in NY, in this season i dont think is the overheating problem. when i check the temperature, it stays about 80C (fans will run about 4k rpm). but some time heavy loaded Mac OS cpu is about 90 degree but only with 3k rpm fan kicked in.
    i did search online, seems that some other people have the same problem with rMBP or MBA 2012.
    anyone knows if i take my macbook pro to the store, will those people work at genuines bar help me with this "windows" problem?
    thanks!

    Hey Shadowyani, please take a time and fill a bug report at http://developer.apple.com/bugreporter/ . The machine is useless for me as it is now because I develop and use very GPU/CPU demanding scientific applications, after the update my realtime applications are completely useless as they drop from something like 25fps to 9 fps even on Mac OS X (no SMC reset fixed the issue). In bootcamp the situation is worse, my software runs at 4 fps and gaming turns to be impossible to play as well.
    Please let Apple know about the problem, fill a bug report, even if SMC reset once in a while fixed the issue for you (this is not a common behaviour and must be fixed). We paid the price for cutting edge technology.
    Apple shall not do a downgrade of the system after few weeks, remember that most of reviews and benchmarks were done BEFORE the EFI Update, so people are being fooled by Apple in this sense.

  • BootCamp 5 Blue Screen Error

    As soon as i start Windows (using BootCamp drive) and i install the drivers it goes to Blue Screen. I can't start with Mac OS X due iff i click ALT at start it gives : Windows and Windows(USB) not Mac OS X. So i click 'Restore WIndows' and it does it but the drivers are gone. So is the driver unstable or ... I don't get it. Please help me and the HackedOS Team. (Currently we're trying the BootCamp4.1.4586 drivers) (And we're having this error on every PC on my pc it happend after 2 weeks.)

    It failed cause the drivers are outdated.

  • Bootcamp and windows 8(partition problem)

    I am trying to install windows 8 and until now with no sucess. The instalation by the bootcamp runs smoothly, but when I boot from the USB, start the instalation process on windows and it asks me what partition I want to install the windows, I try to choose the Partition 4: BOOTCAMP and it doesn't work. It says it's a problem because the partition is EFI and for installing windows it can't be or something like that
    And if I don't press the Alt button, when the bootcamp finishes the instalation and reboot the mac, it goes to a black screen where said that I don't have any boot devices connected and to connect one and press a key.

    I believe you are supposed to format the partition labeled BOOTCAMP to NTFS from the installer. It is stated in the BootCamp suport guide.

  • Sd card erased itself when using the windows 7 partition on bootcamp

    I just recently set up bootcamp to benefit from some of the features on Windows 7. I followed the procedure and installed the WindowsSupport folder (part of the bootcamp process on an SD card - which was loaded with loads of other files).
    I noticed a tricky part of the installation when the Windows 7 disc started to install in that Windows wouldn't install on the bootcamp partition because it wasn't NTFS format. I chose the option to convert the drive to NTFS and the installation completed fine.
    I then opened the WindowsSupport folder that I had chosen to have installed on the SD card which contained the bootcamp software and drivers and started the 'setup' process which all looked to be going fine. Next thing I find is that the SD card is blanked and the bootcamp install software reported that it couldn't find the required .msi file.
    The reason for this was that the SD card appeared blank. I then selected the option to scan and fix problems which didn't work and just hanged (so I cancelled it).
    I am now faced with an SD card with some important data on it that is not recognised (not even registering as there) when put into the SD slot on MAC OSX Mountain Lion and when insterted on the Windows side it just says that it needs formatting (which I haven't done) in order to be usable.
    THis all leaves me with a few questions if anyone can help:
    1, Can I recover the files on the SD Card & if so, how do I do this when OSX doesn't even recognise the SD card anymore?
    2, In my pursuit to complete bootcamp installation, if I were to install the windows support files again from the OSX partiiton, how do I prevent the files from being deleted again? i need to do this to complete the Windows 7 installation as I currently have only the very basic functions with no drivers etc.
    3, I previously had an old Macbook Pro running Mountain Lion & Windows Vista and could leave the SD card in the drive and use files on both operating system. As Windows 7 is using NTFS, does this mean I risk having the SD card data deleted everytime I access something from the WIndows 7 side?
    Any help would be much appreciated.
    Thx

    pjcasanis wrote:
    I just recently set up bootcamp to benefit from some of the features on Windows 7. I followed the procedure and installed the WindowsSupport folder (part of the bootcamp process on an SD card - which was loaded with loads of other files).
    I noticed a tricky part of the installation when the Windows 7 disc started to install in that Windows wouldn't install on the bootcamp partition because it wasn't NTFS format. I chose the option to convert the drive to NTFS and the installation completed fine.
    That is the standard method, it is fully covered in the Boot Camp Directions.
    I then opened the WindowsSupport folder that I had chosen to have installed on the SD card which contained the bootcamp software and drivers and started the 'setup' process which all looked to be going fine. Next thing I find is that the SD card is blanked and the bootcamp install software reported that it couldn't find the required .msi file.
    The reason for this was that the SD card appeared blank. I then selected the option to scan and fix problems which didn't work and just hanged (so I cancelled it).
    How was the SD card formatted (and why did you not follow the Boot Camp Directions (use a USB thumb drive formatted as Fat32, or use a DVD)
    I am now faced with an SD card with some important data on it that is not recognised (not even registering as there) when put into the SD slot on MAC OSX Mountain Lion and when insterted on the Windows side it just says that it needs formatting (which I haven't done) in order to be usable.
    The files have probably been lost, it was unwise to compound the choice of incorrect media by using media that had 'important data' on it.
    1, Can I recover the files on the SD Card & if so, how do I do this when OSX doesn't even recognise the SD card anymore?
    No idea, tell me what the format was and I may have a suggestion
    2, In my pursuit to complete bootcamp installation, if I were to install the windows support files again from the OSX partiiton, how do I prevent the files from being deleted again? i need to do this to complete the Windows 7 installation as I currently have only the very basic functions with no drivers etc.
    Reboot into OSX and read the directions for Boot Camp installation, then follow them exactly
    3, I previously had an old Macbook Pro running Mountain Lion & Windows Vista and could leave the SD card in the drive and use files on both operating system. As Windows 7 is using NTFS, does this mean I risk having the SD card data deleted everytime I access something from the WIndows 7 side?
    Any help would be much appreciated.
    Thx
    The card must be formatted as FAT32, I would invest $10 in a USB thumb drive, it's cheap.
    And I would read the Directions before doing anything else!

  • How to access Bootcamp drivers in Windows 7?

       Having successfully installed Windows 7 (64-bit) on a Bootcamp partition of my new iMac, I used Disk Utility to format an 8 GB USB flash drive, choosing the MSDOS (FAT32) Format option as instructed to do by the Bootcamp 5.0 installation PDF.  I then unzipped the Bootcamp 5.0.5033 files I had previously downloaded and copied them to the root directory of my flash drive.
      When I restarted Windows 7 with the USB flash drive mounted, I navigated to my flash drive using only the wireless keyboard and tried to open the setup.exe file to install the hardware drivers.  To my surprise, Windows 7 regarded my flash drive as improperly formatted and therefore unreadable.  It cheerfully offered to format it for me, which I declined.
      Back on the Mac OS 10.8.3  partition, I found that I could reformat my flash drive using NTSC, but then the Mac OS could no longer copy the Bootcamp drivers onto it. Since I don't have the necessary Windows drivers installed, naturally I can't get online and download the Bootcamp driver files directly onto the Windows 7 desktop.  And I don't have access to another Windows computer at the moment.  So it's a case of:  "You can't get there from here". 
      I'd appreciate any suggestions for workarounds.
      Many thanks!

    Eric,
      Thanks for the links.  I had consulted both of those web pages and followed their instructions.  So I have requisite Bootcamp files.  The problem is that, contrary to the instructions given in the BootCamp installation PDF, Windows 7 refuses to recognize my FAT32 formatted USB flash drive, so I can't get access to the driver files on it.  And of course Windows 7 can't see the Mac OS partition so I can't access them there either.

  • Re: ATI HD 2600 PRO WINDOWS 7 64 BIT BOOTCAMP DRIVER ERROR

    Okay - I *think* I was able to get the modified INF to work properly now - it turns out there were many more instances where changes needed to be made that my original procedure did not address. The updated procedure is below with additional steps added.
    Procedure to manually update iMac Radeon HD 2600 PRO video card under Windows 7 (64 bit).
    Rationale:
    > Boot Camp drivers incorrectly identify the video card my 24" iMac (Dual core; 2.8 GHz - graphics card is shown as a "ATI Mobility Radeon HD 2600 XT") - this has been a long-standing problem when using my iMac under Boot Camp. There have been reports about how to update the drivers manually by obtaining them from ATI/AMD then installing them.
    Background:
    > When I was previously running Windows XP, I was able to perform the graphics driver update per the online instructions, without any problems.
    > When I updated to Windows 7, 64-bit (because I was updated my Mac OS to 10.7 [Lion] and Windows XP was no longer supported in Boot Camp), I could no longer update the graphic card drivers to the Win7 64-bit version (it was giving an error that the driver was not supported).
    > The solution I finally came upon was to modify the installer .INF file that comes with the drivers from AMD. I take no credit for this, except from the fact that I adapted a procedure I found for doing this for graphics cards in notebooks. The original place I found this is here <http://forum.notebookreview.com/gaming-software-graphics-cards/370695-guide-upda ting-your-ati-drivers-manually.html>.
    NOTE & DISCLAIMER: I don't claim to fully understand every step that is going on here, nor if every step is needed. I based this on the procedure referenced in link immediately above and it seems to be working for me (that is, my graphics card driver was updated for Win7, 64-bit just like had been previously under WinXP) - YMMV.
    >> This procedure was done with the AMD Radeon™ Desktop Video Card Drivers for "64 bit Windows Vista/Windows 7 "; Version 11.7, posted 2011-07-27 (main page: http://support.amd.com/US/Pages/AMDSupportHub.aspx)
    1. Driver only was downloaded from AMD.
    2. Downloaded file was installed to default location: C:\ATI
    3. Gather info about the graphics card:
    a. Open the Device Manager (Start>Computer [right-click]>Properties)
    b. Expand the "Display Adapters" item to reveal the GPU (mine was listed as "ATI Mobility Radeon HD 2600 XT")
    c. Right-click on the GPU and select "Properties"
    d. Click the "Details" tab in the Properties window.
    e. Click the drop-down under "Property" (top item should say "Device description) - find the item in the list that says "Hardware Ids"
    >> There were four values for my card, shown below:
    PCI\VEN_1002&DEV_9583&SUBSYS_0083106B&REV_00
    PCI\VEN_1002&DEV_9583&SUBSYS_0083106B
    PCI\VEN_1002&DEV_9583&CC_030000
    PCI\VEN_1002&DEV_9583&CC_0300
    f. Right click on the first value and select "Copy" - paste it into a separate document.
    g. Go back and click the drop-down under "Property" - find the item in the list that says "Inf section" (it was far down the list).
    h. Copy the value shown there and paste into a separate document; my value read: ati2mtag_M76
    4. Modify the INF file from AMD:
    a. First thing I did was make a copy of the directory containing the files that were installed in step 2 (located at C:\ATI) - my directory was called "11-7_vista64_win7_64_dd".
    b. Go into this path:  C:\ATI\Support\11-7_vista64_win7_64_dd\Packages\Drivers\Display\W76A_INF
    c. Find the INF files (icon is a document with a gear on it), that start with "C7..." and "CH..." (mine were called "C7122569" & "CH122569").
    d. Open the "C7..." file (it opens in Notepad).
    e. The first thing I did was find and replace all existing instances of  "M76" in the INF (I arbitrarily replaced it with the following value "M7a6"). There are a number of existing references to this property type in the original INF.
    > I do not know if this is absolutely necessary but I found that it helped me to distinguish what was originally there with what I was modifying.
    f. Do a "Find" command for "ATI Radeon HD 2600 PRO" (if you search for a shorter phrase, be aware there are other "2600 PRO" cards in the list).
    > The exact line I found was <"ATI Radeon HD 2600 PRO" = ati2mtag_RV630, PCI\VEN_1002&DEV_9589>
    g. Replace that line with the Inf section value and the first Hardware ID value, using the same format as the original line. The new entry I made read (notice that each successive entry has an addition <space> between the end of 'PRO' and the ending double quote):
    "ATI Radeon HD 2600 PRO" = ati2mtag_M76, PCI\VEN_1002&DEV_9583&SUBSYS_0083106B&REV_00
    "ATI Radeon HD 2600 PRO " = ati2mtag_M76, PCI\VEN_1002&DEV_9583&SUBSYS_0083106B
    "ATI Radeon HD 2600 PRO  " = ati2mtag_M76, PCI\VEN_1002&DEV_9583&CC_030000
    "ATI Radeon HD 2600 PRO   " = ati2mtag_M76, PCI\VEN_1002&DEV_9583&CC_0300
    h. Next do a find for all instances of "ati2mtag_RV630"; for every instance you will need to replace that value with " ati2mtag_M76".
    i. Next do another find for "RV630" and make sure to replace all instances with "M76" (this is to catch the couple of places where it doesn't have the "ati2mtag" prefix)
    j. Close the file, saving your changes.
    k. Repeat steps 4d - 4i, using the "CH..." file.
    > I personally do not think this is needed since I believe the "C7…" INF is for Windows 7 and "CH…" is for Vista, but I modified both anyway.
    5. Update the graphics driver using the modified INF files:
    a. Go back to the Device Manager and expand the "Display Adapters" item again to show the "ATI Mobility Radeon HD 2600 XT" GPU
    b. Right-click on the GPU and select "Update Driver Software..."
    c. In the resulting window, choose "Browse my computer for driver software".
    d. I navigated to the "C7..." file along the following path: <C:\ATI\Support\11-7_vista64_win7_64_dd\Packages\Drivers\Display\W76A_INF>
    e. At this point, I was shown a window that showed "ATI Radeon HD 2600 PRO" twice (that's all that was in the list). I selected the first instance and it moved on.
    f. I got a warning that the driver was unsigned, obviously I allowed it to move forward with the installation.
    g. The updating proceeded and the screen momentarily went black, twice. After the second time the description in the Device Manager changed to reflect that the GPU was now "ATI Radeon HD 2600 PRO".
    FINAL NOTE: as of right now everything seems to be running properly and I have experienced no problems or graphical glitches. If anyone reading this sees an obvious problem with what I've done, please let me know. I have run benchmarks between this and the standard installed mobility driver and I get about a 10% increase in overall FPS (using the free "NovaBench" app by NovaWave).
    < Edited By Host >

    look what this guy said:
    Hi Guys,
    I've spent a few hours over the last week trying to find something that works to update the driver. Using the Mobility Modder from Driverheaven I managed to install the Catalyst 7.8 but not the actual driver - you need to modify the INF for this. The only problem is that I can't be sure what the differences are between the mobility 2600 and the standard-computer 2600. I would like to assume it's just a few settings such as power saving and interal/ external displays.
    I tried to modify the INF and used the settings for the standard graphics card. It worked fine, but I put the original Apple driver back on because I didn't want to find out I was overclocking the Graphics CPU accidentally.
    After using mobility modder I added this line just after the mobility 2300 graphics card entry:
    "ATI MOBILITY RADEON X2600 XT " = ati2mtag_RV630, PCI\VEN1002&DEV9583
    If you notice and compare the mobility and standard entries, the mobilities have the same ati2mtag but followed by M-something rather than RV-something.
    This appears to direct the INF to the correct setup of the Catalyst software for that card - as I say, I used the settings for the standard 2600 card and it installed ok. I didn't try any games though.
    On another note, I'm resisting doing anything further or testing any games until I have the screen issue resolved - after exchanging the naff 20" screen with it's horizontal shading (a dark shade at the top to a light shade at the bottom - very noticeable with darkish solid colours!) I've found my new (more costly!) 24" is having some problems with picture breakup, though so far only in Vista which I installed via Bootcamp.
    I wish Apple would get there act together. It's my first Apple and I was expecting great things! So far, I would have had less hassle if I had built my own computer with Vista on and thats saying something!!
    Matt
    he added the RV630 string. but i tried that with my exact windows xp driver device ids and yes it still completed the installation successfully,but the fps sill stayed the same

  • Success: moving bootcamp partition to an external drive

    Background
    Due to the relatively small, non-exchangable SSD on my Mac, I'd limited the bootcamp partition to 50GB when installing Windows. I needed to install new software in Windows, but was running out of space fast and didn't have the necessary space on the Windows side. I don't use Windows that often and for that reason, I wanted to move the Bootcamp partition to an external hard drive, freeing up space for the Mac side on the internal SSD. I'd read many conflicting reports on the web, some claiming they'd done it successfully, while others said it would be impossible, because Windows 7 wouldn't run from an external drive. I had a HDD in a USB 3 enclosure, and first tried to install Windows to this (using various guides on the web). I was very close to success with this USB 3 drive, but Windows would fail during start-up. Most reports claiming to have successfully been able to run Windows 7 from an external drive, had used Thunderbolt drives, so I decided to get myself a Lacie Rugged USB 3/Thunderbolt series Solid State Drive.
    Hardware used
    MacBook Pro 15" Retina Display (mid 2012), 2,3 GHz Intel Core i7, 8GB RAM, 250GB SSD
    Lacie Rugged USB 3/Thunderbolt series, 120GB Solid State Drive
    Software used
    Mac OS X Mavericks, 10.9.2
    Windows 7 Ultimate
    Plus several free downloads from the internet, see description below.
    Procedure
    Step 1: Get the Thunderbolt drive to work under your Bootcamp Windows 7 installation.
    This should be simple enough, but proved to be a little tricky. Here’s what I did (assumes you are running Mac OS X before you begin):
    1. Make sure your Thunderbolt drive is disconnected before proceeding.
    2. Restart your Mac and hold down the option key (alt key on some keyboards) during startup.
    3. Choose the Windows drive to start up Windows 7 on your Bootcamp partition.
    4. After log in to Windows 7, download the necessary driver software for your Thunderbolt drive (find it at the manufacturer’s homepage of your Thunderbolt drive - in my case lacie.com).
    5. If the downloaded driver installer is in a compressed format (like zip for example) be sure to decompress it before running the driver installer.
    6. Shut down your computer.
    7. Connect your Thunderbolt drive to your computer.
    8. Start up in Windows 7 (see items 2 & 3 above) and if it all went well, you should now be able to see your Thunderbolt drive under Start>Computer.
    Step 2: Format your Thunderbolt drive in NTFS-format.
    Still running Windows 7 with your Thunderbolt drive connected and visible to the system, it is now time to format your external Thunderbolt drive in NTFS-format. There are several ways of doing this. I used the procedure described here at tedhhack.co.uk.
    Step 3: Follow the directions at intowindows.com to clean install Windows 7 onto your external Thunderbolt drive.
    As described at intowindows.com, this involves downloading Windows Automated Installation Kit (WAIK) and running command line tools. At step 9 in the described process at intowindows.com, at the point where the installer asks if the drive you are installing to is a USB hard disk, the correct input is Y for yes, even if your external drive is a Thunderbolt drive (and obviously not a USB hard disk).
    At step 10 in the described process at intowindows.com (Reboot your PC), remember to hold down the option (or alt) key at every restart in the installation process, so as not to start up in Mac OS X. Also, since your machine now has two Windows 7 installations, Windows Boot Manager will appear and ask you to “Choose an operating system to start” and there is a list of two Windows.
    I don’t know how to tell which one is on the external drive and which one is on the internal drive at this point, but I started with the top one on the list and this turned out to be the one I wanted (the newly installed one on the external drive). If you pick the wrong one (on the internal drive) at first, simply restart the computer and choose the other one. You know you got the right one when the installation process continues and asks for further input.
    After the Windows installation is complete (there will be at least one other restart required - remember to hold down the option (alt) key to start up in Windows, and choose the same Windows on the list in the Windows Boot Manager), you’ll be running a freshly installed, but crippled Windows 7, as you still haven’t installed the specific drivers for your hardware. But don’t worry, that will be fixed in the next step.
    Step 4: Clone your Bootcamp partition from your internal drive to the external Thunderbolt drive.
    In this step you will copy all the software, drivers, settings and other files from your Bootcamp partition on your internal drive to your external Thunderbolt drive. The easiest way to do that is to clone your Windows partition - and to that end you’ll need to download some free software: AOMEI Backupper Standard 2.0 fits the bill perfectly, as it will let you clone at the same time as resizing the partition to fit your external Thunderbolt drive (I went from a 50GB internal Bootcamp partition to a 120GB external Thunderbolt SSD).
    1. Download  AOMEI Backupper Standard 2.0 (I used the 17MB download for Windows 7), install it, and run it.
    2. In the left column choose “Clone” and in the right column choose “Partition Clone”. By choosing Partition Clone instead of Disk clone, you won’t ruin the newly created (but invisible) boot partition on the external Thunderbolt drive.
    3. Press Next and choose your internal Bootcamp partition as the Source Disk.
    4. Press Next again and choose your external Thunderbolt drive (your newly installed Windows 7) as the Destination Disk.
    5. Press Next again and you’ll get a warning that you will erase the contents of the destination partition and it asks if this is what you really want to do. Press Yes to this question.
    6. Next screen is an Operation Summery. Toward the bottom of the Operation Summery screen there are a few interesting options: Edit Size of Partition, Clone Sector by Sector and Align Partition to Optimize for SSD.
    7. If your destination partition is larger than your source destination like mine was, press Edit Size of Partition. This will take you to another screen, where you can drag to resize the partition. I dragged this all the way to the right to give Windows 7 the full size of my external Thunderbolt drive.
    8. Leave the checkbox Clone Sector by Sector unchecked.
    9. If your external Thunderbolt drive is an SSD, put a check in the checkbox entitled Align Partition to Optimize for SSD.
    10. Now press the Start Clone button.
    11. When the cloning process is done, exit AOMEI Backupper and restart your computer (holding down the option or alt key) to start up in your new clone of your old Windows 7 with all the same software, drivers, settings and files.
    Step 5: Enjoy running all your Windows 7 applications from your external Thunderbolt drive!
    Step 6: Here is where I need help/advice – can I remove the Bootcamp partition on my internal drive now?
    I am reluctant to entirely remove the Bootcamp partition from my internal drive, as I am unsure whether this will disable me from starting up in Windows. I would love to hear from anyone here with insight on the matter.

    Step 6: Here is where I need help/advice – can I remove the Bootcamp partition on my internal drive now?
    To answer my own question in Step 6 above, no, or at least I haven't found a way yet...
    Here's what I've done so far:
    Used the Bootcamp Assistant to remove the bootcamp partition on my internal drive.
    Booted the system with the option (alt) key pressed down and now there was NO Windows drive to choose.
    Therefore I used the Bootcamp Assistant to install Windows back onto my internal drive (including installing Bootcamp drivers in the Windows environment). This time I chose the minimum partition of 20GB for the Windows installation on the internal drive.
    Booted into the new Windows on the internal drive and installed the drivers for my Thunderbolt drive.
    Restarted with the option (alt) key pressed down, chose the Windows drive, but Windows Boot Manager still didn't pop up to allow me to choose the Windows installation on the external Thunderbolt drive.
    Booted from the Windows DVD and chose Repair.
    Restarted with the option (alt) key pressed down, chose the Windows drive, and now Windows Boot Manager finally popped up, which allowed me to choose the Windows installation on the external Thunderbolt drive again, phew!
    So, I can run Windows 7 from the external Thunderbolt drive, but I have to use 20GB of my internal drive for a Windows installation I'll never use. Not the best solution, but at least I've saved 30GB of space compared to my previous Bootcamp partition - and I now have enough space to install the Windows 7 software I need on the external Thunderbolt drive...

  • New Bootcamp Install Win 8.1

    I have a brand new iMac and need to install Windows 8.1 Pro using Bootcamp.  I have a retail disc version of 8.1 and can't select the location for the ISO image when using Bootcamp assistant.  I've tried downloading a 64-bit ISO image and have tried using the disc location, but get error messages.  Any suggestions out there?

    Turbostar,
    I sure would like to avoid the clean install. 
    This is all I am seeing as drives go.  Which looks good to me.
    $ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            499.4 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3

  • Trying to install Win 8.1 with Bootcamp on 2013 Macbook Air

    I went to the MS website today and bought a Windows 8.1 license for $119.99.  (I need this software to run some windows-only stuff for work.) Then I tried downloading it to my Macbook Air for use with Bootcamp.
    But what MS sold me was a Windows executable... and Bootcamp needs an ISO.  So I went looking for ISO's, and downloaded it from two torrent sites. I made two attempts to get Bootcamp to work with these bootleg ISO's.  In each attempt, Bootcamp burned them to my USB stick, then I downloaded the latest Bootcamp drivers partitioned the HD and started the Windows install.
    The windows setup program failed, saying there was no install image on my USB stick.  Maybe I need a different USB file?  Or a different Win 8.1 license?  If I have to go buy an external DVD drive just to install this crapware on my Mac, I'll be ******.
    Can anyone give me suggestions?
    Thanks

    Is there anyone nearby with a 64 bit Windows machine (it will need to be 64 bit).
    I had one already and downloaded the setup.exe, ran it and once downloaded it gives you the chance to make install media. In that option is a chance to create an iso file and that iso can then be used by Bootcamp to install Windows.
    I'm not sure there's a way to do it with a Mac. Maybe someone else will give you a better way.

Maybe you are looking for

  • HELP!  I downloaded the newest version of iTunes and now it won't open.

    Hello, Everyone--any help you could give would be greatly appreciated since I am freaking out a bit about this! I have had iTunes since April when I got my iPod mini. I have downloaded the newer version of iTunes any time it has prompted me to do so

  • Error loading plugins DxfDwg.aip and PNGFileFormat.aip when launching Illustrator.

    It was working fine and then all of a sudden I started getting this error. I have already reinstalled the software, changed the permissions to all of the files and folders and am running the program as an administrator. Any ideas?

  • Generating a File from ESB or BPEL without XML Elements

    Is there a way to generate a file without the XML tags using a FTP or File adapter in BPEL or ESB? Basically what I need to do is create a CSV file with a header row but without the XML tags. Below is an example. Thanks for any help you can provide.

  • My Apple TV has flashing light during update

    The Apple TV was working fine until I started the lastest update. It now has a flashing light on the front, and displays a blank screen on the TV. It will not Airplay either. I have not diconnectedd it, and have checked all the cables, that are conne

  • Unable to send messages with all networks only wit...

    Hi, I am using Nokia N8 from past 2 months , recently i am facing a new problem with my N8.  whenever i try to text a msg it's always resting on Outbox with the resent notification ,i am trying several times to send manually too but no joy. i have ch