Is it possible to install windows 8.1 on macbook pro late 2013?

hi ,
Is it possible to install windows 8.1 on late 2013 macbook pro?
I have tried installing it twice but both of the time i got an error
Windows could not update the computer's boot configuration. Installation cannot proceed. 

Maybe people have found a solution already but yesterday I managed to install Win 8.1 as a BootCamp on my new 15" retina MBP.  I followed the steps John Guo described but with a couple of changes as his approach failed for me.
1. Make sure you are starting from a single partition.
2. Create the Windows install USB from the ISO and also allow BootCamp Assistant to create download the drivers - but untick the option to install windows.
3. Open Disk Utility and create a new partition and format as MS-DOS (FAT) rather than leave as free space.
4. Restart your Mac and use the option to boot into the Windows part of the USB not the EFI-boot.
5. Follow the install
6. When it comes to the drive selection select the FAT drive. Windows installer will say it cannot install here as it needs to be and NTFS partitiion (in previous atempts I always got the message to say the partitiion was using GUI partition table so could not install even though it was formatted to NTFS).
7. The format to NTFS should work fine and install proceed.
8. When the installer reboots the machine you will need to use the boot option to ensure you boot back into Windows.
9. Once installed the bootcamp driver install runs automatically and for me all drivers run fine even the NVIDIA, which I've seen some people mention having issues with.
I was inpressed with Windows automatically scaling the text to 200%, which meant it was using the full 2880x1800 resolution so everything was crisp but the windows and text was scaled nicely. I changed this 150% to give me some more real estate.
I'm guessing that by formatting the new partition as FAT it creates a MBP within the new drive that is writable by windows but I'm not a windows guru so this is a guess. But anyway, this work perfectly.
hope this helps some people.

Similar Messages

  • Installing windows 7 on mac book pro late 2013

    Installing Windows 7 on Mac Book Pro Late 2013
    Background
    Mac Book Pro Late 2013 uses a USB 3.0 hub for the external ports, the keyboard and mouse devices.
    Windows 7 does not have the drivers to support USB 3.0 ports so these must be integrated into the boot.wim and install.win files so that Win7 can be installed and used on a Mac. If these drivers are not integrated when win7 is booted up then the mouse and keyboard will not function.
    Requirements:
    Two USB Flash drives
    Access to a Mac computer
    Bootcamp Assistant application
    Access to a Windows computer with windows 7 installed
    Windows 7 install disk or ISO file
    WinUSB application
    Windows Automated Installation Kit for Windows 7 (WAIK)
    Method
    On a Mac
    First prepare a USB Flash drive by formatting it using disk util app, found in Application Utility folder, to FAT format this will store the Apple drivers that can be downloaded from Apple using BootCamp.
    This will be called USB1
    Using Boot Camp Assistant select 'Download the latest windows support software from Apple'  to get the files from apple for win7 for your particular machine these will be downloaded and copied to the USB Flash drive called USB1.
    On a PC
    Using a PC download a copy of WinUSB from  www.joshcellsoftwares.com this software can create a bootable USB with the win 7 files copied on to it.
    Obtain a copy of Windows 7 either in DVD or ISO format.
    Using WinUSB and the Win7 DVD create a second bootable USB Flash drive. This will be called USB 2.
    About DISM
    DISM is a windows application that allows the editing of windows image files with the extension of WIM.
    If DISM is not installed on the PC it can be downloaded from windows website.
    To test to see if DISM is installed, open up a command prompt. Then type 'dism' without the quotes this will display the help description of DISM. 
    Drivers
    The apple drivers need to be added to the boot.wim file so that mouse and keyboard can function during the setup phase.
    The apple drivers need to be added to the install.wim so that mouse and keyboard can function after the setup phase.
    The video drivers are also added as it appears to cause problems if they are not included.
    Create a directory structure like this:
    c:\appleboot\
    drvrs
    mount
    win7x64install
    win7x64boot
    Create the following files in c:\appleboot\ with the following code:
    adddrivers.cmd
    color 0a
    dism /image:c:\appleboot\mount /add-driver /driver:c:\appleboot\drvrs /recurse
    ================================================================================ ==========
    mountboot.wim.cmd
    color 0a
    dism /mount-wim /wimfile:c:\appleboot\boot.wim /index:2 /mountdir:c:\appleboot\mount
    ================================================================================ ==========
    mountinstall.wim.cmd
    color 0a
    dism /mount-wim /wimfile:c:\appleboot\install.wim /index:4 /mountdir:c:\appleboot\mount
    ================================================================================ ==========
    unmountcommitfiles.cmd
    color 0a
    dism /unmount-wim /mountdir:c:\appleboot\mount /commit
    ================================================================================ ==========
    Copy the following files into their respective directories:
    Copy from USB 1 into drvrs the $WinPEDriver$ directory
    Copy from USB 2 \sources\boot.wim to win7x64boot directory, this will store the original file
    Copy from USB 2 \sources\install.wim to win7x64install directory, this will store the original file
    Then copy boot.wim from win7x64boot directory to the c:\appleboot\ directory
    Then copy install.wim from win7x64install directory to the c:\appleboot\ directory
    Once all the copying is completed then run the following cmd files in this order:
    For boot.wim
    mountboot.wim.cmd - this will mount the file for adding of drivers
    adddrivers.cmd - this will add the apple drivers to the mounted boot.wim
    unmountcommitfiles.cmd – this will commit the changes and unmount the boot.wim
    For install.wim
    mountinstall.wim.cmd- this will mount the file for adding of drivers
    adddrivers.cmd - this will add the apple drivers to the mounted install.wim
    unmountcommitfiles.cmd – this will commit the changes and unmount the install.wim
    Copy the files back to USB 2
    Copy the boot.wim and install.wim files from c:\appleboot\ directory  to USB 2 sources directory and overwrite the files.
    BOOTABLE USB
    You will now have a bootable USB Flash Drive that has the additional drivers needed to install Win7 on Mac Book Pro Late 2013.
    Mac Preparation
    On your Mac using Disk Util reduce the size of the partition of Macintosh HD so that there is approx. 80GB free for the use of Win7.
    Add a second partition, label it win7 and format it to FAT. This is so that win 7 setup can identify the correct partition.
    Installing Windows 7
    Insert USB 2 into your Mac and reboot, whilst holding the option key down.
    After reboot there will be three icons displayed one is the Mac operating system, the second is the recovery partition and the third is an orange icon indicating a bootable USB drive.
    Select this and win7 setup application will proceed to boot up with the keyboard and mouse functioning.
    Follow the prompts and when the drive selection appears select the win7 partition and format it to NTFS so that win7 can be installed. When windows setup reboots press and hold down the option key and select the windows partition so that setup can continue to install.
    After completion of installation of win7 insert USB 1 with the additional apple drivers. Goto the bootcamp directory and click on setup.exe file this will install additional drivers needed to use Win7 on a Mac.
    Once completed reboot your Mac and select windows to allow the drivers to update in windows.

    Yes this is correct that the /index:4 refers to the ultimate version of windows in mountinstall.wim.cmd
    dism /mount-wim /wimfile:c:\appleboot\install.wim /index:4 /mountdir:c:\appleboot\mount
    Users should do what applekryzzle suggested if you have a different version of windows. Thanks for the tip applekryzzle.
    With regards to the Intel(R) USB 3.0 eXtensible Host Controller drivers they are the ones that are provided by apple via boot camp assistant.
    These appear to work correctly and downloading as per instructions simplifies the procedure.
    For those that are interesred the updated drivers can be found here https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=22824&ProdId=346 7&lang=eng&OSVersion=Windows%207%20%20*&DownloadType=Drivers
    I have also seen in other discussions that some users get black screens i believe that it is the lack of video drivers which is included in the download from apple using boot camp assistant.
    I'm certain that this works on Mac Book Pro Late 2013 models and i feel confident that this will work with other models.
    I will appreciate any feedback if this works on other models.

  • I tried to install windows 7 in my macbook pro late 2011 but i tried to create partions after it installed and it turn to dynamic disks and ican't access mac or win 7 what should I do i cant format it because i dont have a backup

    I tried to install windows 7 in my macbook pro late 2011 but i tried to create partions after it installed and it turn to dynamic disks and i can't access mac or win 7 what should I do i cant format it because i dont have a backup

    It's not that you can't format it because you have no backup, it's because you'll lose everything when you do. Lesson learned. Always have a backup.

  • Is it possible to install windows xp on latest macbook pro

    I would like to install windows xp on one partition of my new macbook pro, because I still have an old windows xp installation cd. who knows if this works without problems considering that bootcamp manual indicates that windows 7 and higher is necessary.

    Welcome to Apple Support Communities
    The Mid 2012 MacBook Pro only supports 64-bit Windows 7 and 8 versions > http://support.apple.com/kb/HT5634 That means that Windows XP is not supported on your computer by using Boot Camp.
    Instead of installing Windows XP in Boot Camp, install Windows 7 or Windows 8, or install Windows XP on an app like Parallels, VMware Fusion or VirtualBox, so you can run Windows and OS X at the same time. You won't have any performance problem with Windows XP

  • After installing windows 7 on my macbook pro, i cannot access my mac

    After installing windows 7 on my macbook pro late 2011, when I try to access the mac side of the computer it just stays in "thinking" mode and will not open up the mac. Windows side opens and works ok.
    I only know enough to try to uninstall windows 7 then hopefully open the mac and possibly reinstall the windows 7.
    PROBLEM: I only know how to uninstall windows 7 from the mac side (in the bootcamp) BUT cannot access it??
    Any help. Thank you
    <Edited By Host>

    Hi craig1045,
    It is possible that the file system for the volume containing the Mac operating system, or the OS itself has become damaged. I suggest that you follow the steps in this article to try to repair them -
    A flashing question mark or globe appears when you start your Mac
    http://support.apple.com/kb/TS1440
    Specifically -
    If your installation of OS X needs repair
    If you don't see your startup disk displayed in Startup Manager, or if you see a prohibitory symbol (⊘) appear, your startup drive may need directory repair, or OS X may need to be reinstalled.
    If you only see a disk named "Recovery HD" in Startup Manager, select it instead. You can also start from OS X Recovery by holding down Command and R on the keyboard at startup.
    From the Utilities menu, choose Disk Utility.
    In the Disk Utility window that appears, select your startup disk (usually named "Macintosh HD") from the left side of the Disk Utility window.
    Click the First Aid tab.
    Click Repair Disk to verify and repair any issues with your OS X startup disk.
    After repairing the disk, try to start up normally. 
    If none of these steps resolve the issue, start from OS X Recovery and reinstall OS X.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Not able to install Win7 on OS Mavericks Macbook Pro (late 2008)

    Hi folks,
    since yesterday I'm trying hard to install Windows 7 on my Macbook Pro (late 2008) without any success.
    I put the .ISO file for installing Windows on my USB stick. When I started Boot Camp Assistant 5 it says either "the installer disc could not be found" or if I check "Download the latest Windows support software from Apple" it says after few seconds "Can't install the the software because it is not currently available from the Software Update server."
    Can anybody help me, please?!
    Cheers

    You can only install Windows from a USB drive on a Mac that came without a DVD drive. Your Mac came with a DVD drive, so you have to install Windows from a DVD.
    I do not recommend you to download the Windows support software from Boot Camp Assistant. Instead, I recommend you to download it from the Apple site > http://support.apple.com/kb/DL1630
    Follow Apple's steps to install Windows > http://manuals.info.apple.com/MANUALS/1000/MA1636/en_US/boot_camp_install-setup_ 10.8.pdf

  • Is it possible to install windows 7 on my macbook from a removable hard drive using boot camp? How would I do this?

    Is it possible to install windows 7 on my macbook from a removable hard drive using boot camp?
    How would I do this?

    If you have Lion installed, and run Boot Camp, it will create the boot flash for you, just followe the tutorial on screen. As far as I remember, this was not possible prior to Lion.

  • How do I install windows from USB on Macbook pro 3,1

    How do I install windows from USB on Macbook pro 3,1 ?
    My Superdrive is far from super anymore, So I managed to make an extern drive with both Snow Leopard Partition, Lion Partition (Since I thought Boot Camp 4,1 would bypass my problem), and Time Machine partition, Since I got 1. USB drive that works.
    - My general issue is that Boot camp Refuse to see the USB drive - (Many "how to"´s though show how they install windows perfectly through the USB port, but they use airbooks!, and somehow the Macbook will not ?)
    I fix that issue with >> rEFIt <<, that suddenly makes it possible for the Mac to see the USB drive, and partitions.
    Which was very strange since I could use an extern HD with the whole installation to start up wipe the whole disk, and then use my extern drive with partitions to install Snow Leopard and get everything as before with timemachine. Very smart with timemachine, but very lucky that I have a extern drive that runs the whole system and that I made the partitionsdrive before. DVD-drives are the past!
    Point: So the original system could see the Snow Leopard installation USB disk, but boot camp cannot find the USB drive ?????????
    After rEFIt I booted and then I got this error:
    Starting bootmgr.efi
    Error: Unsupported while loading bootmgr.efi
    I read it could be a problem with the Windows software, so I purchased an extern DVD drive, Used Disk Utility to make an image (.DMG), then used another program to convert the .dmg to .ISO.
    Then downloaded a trialversion of vmWare fusion, and installed windows from the iso. Everything worked brilliant, except and that is why I want to use boot camp, Running windows in another program while running the mac system is a little hacky and slow.
    Point: Nothing is wrong with the windows software, and windows runs fine.
    I then downloaded the Windows DVD / USB Tool, reformatted a USB drive as Master Boot Partition, MS-Dos Fat partition, then after lots of struggling got Vmware, windows to recognise the USB drive. And installed the windows software on the USB drive, as all the walkthroughs recommend.
    Then I tried for "fun"! to just install windows form the extern USB drive, and with rEFIt it will see the drive and start to do something, but then when it starts to boot, the screen just turns into black and nothing happens, and you can see the drive does NOTHING. (I think it is because I only have 1 USB drive and the Extern DVD drive does not get enough power, but again the mac refuse to see the USB drive unless it is a Snow Leopard installation USB-drive!
    Well trying to install Windows Ultimate 64 Bit, which worked great in vmware, because that program installed from the .ISO file that I had on the desktop, but trying with Boot Camp did not get anywhere, what kind of **** program is this boot camp anyway!?, but then I try the new USB disk with windows made from windows, thorugh rEFIt, it sees the disk and then starts and then I get this ERROR:
    rEFIt - Booting Legacy OS
    Starting legacy loader
    Using load option ´USB´
    Error: Not found returned from legacy loader
    Error: Not found from LocateDevicePath
    (x 9 times)
    Error: Load Error while (re)opening our installation volume
    The firmware refused to boot from the selected volume. Note that external hard drives are not well-supported by Apple´s firmware for legacy OS booting
    (Hey Apple please send out a updated firmware that fix this issue?!)
    So how do I do it ? - or is the only option to fix the partition running the system from the extern disk. Format the whole drive in 2 from the "bottom" and install windows and then afterwards install Mac on the other partition ?  Or just run windows on the mac and forget about mac software ? What a stupid solution...

    There are strings in the pliist file to add other Macs so that you can use some USB-DVD drives.
    This is 5 page thread, so a little more 'meat' to it:
    https://discussions.apple.com/thread/3410900?start=60&tstart=0
    And on PC booting Windows from a USB DVD to do the install is usually a piece of cake, sometimes you just need to specify that USB in the BIOS boot order and sometimes select via F12 (or another Fkey) and that is it.
    What you have here seems to be everything and everyone is excluded unless there is a  mac-model device ID string that specifies yes.  An unnecessary hurdle.

  • How do I install windows 7 on a macbook pro mid 2009 using bootcamp and no optical drive?

    How do I install windows 7 on a macbook pro mid 2009 using bootcamp and no optical drive?
    My optical drive is non-functional and I want to dual boot with win7. The only problem is my macbook does not boot from USB at all, even when I hold th ALT key down when it is starting up.
         -I have a flashdrive with win7 on it.
         -I mounted the ISO of win7 with toast for bootcamp to do its thing.

    Good luck.
    Consider this a bump so that hopefully someone with better news spots your thread.
    Allan

  • How can i install windows games in my macbook pro

    I m a game lover but since i've macbook pro,i haven't played any game on my macbook...so guys please tell me how can i install windows games to my macbook pro.

    As eww said, that computer isn't specifically made for gaming. To get advanced graphics in a game, your computer needs what is called a "discrete" graphics processor, or GPU. This means a seperate chip that processes graphics. In Apple laptops, these are only found in the 15" and 17" MacBook Pro. It is not common to find these in laptops in general that are not expensive and high-end. What you have in yours is an "on-board" or "integrated" GPU. This means that graphics processing is done by a small portion of your main processor (the Intel i5 board). This takes away a portion of primary prossessing and dedicates it to graphics. This works perfectly find in most scenarios, but video rendering, gaming, and 3-D graphics tend to suffer. Most high-end, modern games require discrete GPUs to run at full quality these days.
    As far as running Windows 7 and Mac OS both, yes you absolutely can. If you install Windows 7 via Bootcamp (this would require you to have a Windows 7 CD), when you turn on your computer it will default to opening up in Mac OS. But if you hold down the Option key (bottom of the keyboard next to the Command button) while the computer is booting up, it will ask you if you want to open Windows or Mac OS.

  • HT3986 I installed windows 7 to my macbook pro, but my mousepad does not work in windows 7 and also i can not connect my windows 7 to projector, but i can use my macbook's mouse pad and i can connect my mac to projector,so please help me for windows 7 pro

    I installed windows 7 to my macbook pro, but my mousepad does not work in windows 7 and also i can not connect my windows 7 to projector, but i can use my macbook's mouse pad and i can connect my mac to projector,so please help me for windows 7 problem

    i try to download now, do you think when i download and install the windows support software, can i fix the problem?

  • How to install windows 7 on my macbook pro mid 2009 using usb. right now aim using mavericks 10.9 can any one please help me. I tried to edit plist in boot camp but it went wrong please help me

    how to install windows 7 on my macbook pro mid 2009 using usb. right now iam using mavericks 10.9 can any one please help me. I tried to edit plist in boot camp but it went wrong please help me.
    Iam new to coding. please help me.

    try the solution posted by kunu here and report back
    https://discussions.apple.com/thread/5105056?tstart=0

  • How to install windows 7 on Old Macbook Pro 15'inch 2.3 Core 2 Duo

    How to install windows 7 on Old Macbook Pro 15'inch 2.3 Core 2 Duo:
    I want to known how to install windows 7 on Old Macbook 15'inch 2.3 Core 2 Duo by using usb
    I try many time, but after restart bootcamp partition, apple show blinking folder error
    I think this firmware not support to install windows by usb
    NOTE:
    I Cannot install Apple New OSX Mountain Lion, Mavericks etc in this MAC
    If I cannot install windows 7 on this MAC, so tell me what I will do with this MAC  ? 

    I agree with the optical drive, mine acted strange, and i thought people were crazy and my drive was shot, but a simple cleaning disc worked miracles.
    But- are you trying to reboot with both the USB install and the DVD install both plugged in?  that would definitely cause confusion.
    Do this, reboot with NOTHING plugged in.  Once you hear the Mac chime, immediately press and hold option.
    You should only see the Mac HD, and Recovery Partition.
    THEN plug in your external DVD, and wait a min or two, you should see a disc icon appear next to the recovery partition that says something like windows.  If that doesnt appear after a min or two, unplug it and put the USB stick and do the same thing.  I had to do it this way on my mid 09 MBP.
    Let me know if this works to start the install.  If not we may have to start over with Bootcamp Assistant

  • I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.

    I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.I have lost my resource cd .

    If you are running Lion or Mountain Lion, the drivers are downloaded from within Bootcamp Assistant. If you are running Snow Leopard the drivers are on your Snow Leopard install disk.
    Read the Bootcamp Install Guide for your version of OSx. http://www.apple.com/support/bootcamp/
    Bootcamp questions should be asked in the Bootcamp forum where the Bootcamp gurus hang out https://discussions.apple.com/community/windows_software/boot_camp

  • I get an error message when trying to install windows 7 on my macbook pro. The message says "windows has encountered a problem communicating with a device connected to your computer. I don't have anything connected to my computer. How do I fix this?

    I'm trying to install windows 7 on my macbook pro. I went through the process of bootcamp telling it to install windows 7. Once the windows boot manager started an error message came up. The error message says " windows has encountered a problem communicating with a device connected to your computer. I don't have a usb connected to my computer. I  am using windows 7 professional install disc. I  can't figure out what i am doing wrong. The same message keeps coming up over and over. Am I doing something wrong or is it something else?

    Well, shucks, i just spent almost 30 minutes trying to find your model user guide to explain it better, I guess they never got around to making it.....
    I would just borrow another Windows disk and try installing it again and if it does it again then you might take it to an Apple Store and see if one of the "Genius' " can figure it out.
    Make sure your internet is enabled and click on your blank desktop and at the top of your screen is a Help menu option, enter PRAM and it should give you a list of things relating to Pram. It may take a few seconds to list anything as it has to connect to Apples severs first. It should list the things you may have to fill back in when your done.
    "P-ram" stores some common information that is used in the background, your date, time, startup disk, etc, that you don't have to re-fill when you restart, it's a little different for each computer.

Maybe you are looking for

  • How do i install boot camp on a brand new 3tb iMac osx 10.8.2

    how do i install boot camp on a brand new 3tb iMac osx 10.8.2?

  • Adobe Flash Media Live Encoder 3 and Dazzle 170

    Hi, I have a trouble. I'm working with: Vista Home Premium 32 Bit, Dazzle DVC 179 Rev.1.2, PCLEUSB2, Adobe Flash Media Live Encoder 3. I work with Firewire 1394 with Sony Pd100 Camcorder, and and Encoder 3 sounds well (PAL), with USB cam Encoder 3 so

  • Integration with JAZN

    Hi! I have implemented a contract-first web service using Spring-WS, and would like to authenticate towards the OC4J JAZN Jaas security provider. Is it possible to integrate with JAZN by accessing the JAAS api directly? I have set up my own realm in

  • Taiwanese letters Printing Issue

    Hi All, We are facing issue while getting printout of Taiwanese letters ,  We have choosen device types: TWHPLJ4, ZTWHPLJN but no result. Can you please suggest the required device type for printer. Shivam

  • Crop + feather slows down playback!

    Hi. I have a clip on video track 1 and another clip on video track 2. When I put a simple feather on a crop of the clip on V2, it slows down playback (i.e., I have an orange render line on my sequence). The funny thing is that when if I reverse their