Can I install Windows (7) on my iMac SSD (late 2013) ?

I'm about to take delivery of my new iMac (late 2013) with the following specs :
27-inch Core i7 3.5 GHz with 16gb RAM
256 GB flash storage (pure SSD, NOT Fusion)
I've googled and found that some say that Windows cannot be installed on the Fusion Drive due to the Fusion Drive containing an SSD portion.
I would like to install Windows 7 - is this possible to install on the 256 GB flash (SSD) drive ? I'm not buying a Fusion Drive with this iMac, just a pure 256 GB SSD/flash drive. Or must I install Windows on another separate, non-SSD drive ?
Sorry if the quesiton is too novice or dumb. Thanks.

Unless you do high end gaming or very intense
3D graphics work, it will be much easier to simply
install a product like VMWare Fusion
(http://www.vmware.com/products/fusion/) or
Parallels Desktop Mac
(http://www.parallels.com/products/desktop/)
and create a virtual machine.  Read up on these sites
to understand how a virtual machine works.
The advantage of this approach, the "PC" simply runs
as another window in OSX.  No rebooting required.
If you really need the full performance of the iMac's
graphics for your Windows use, you can dual boot
by creating a new partition on the drive via Bootcamp
and install windows there.  (http://www.apple.com/support/bootcamp/).
Be for warned, only Win7 and Win8 are supported by this
method.

Similar Messages

  • Can i install windows 7 on my iMac 2012 using a external drive

    Can i install windows 7 on my imac 2012 using a external cd drive ?
    Thanks

    Welcome to the Apple Support Communities
    If you have a Late 2012 iMac (without a built-in SuperDrive), you can use a USB drive to install Windows with Boot Camp and you shouldn't have any problem

  • 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.

  • Installing Windows 7 Ultimate Edition on a Late 2013 15" MacBook Pro with Retina Display. (Top Spec)

    All,
    I am trying to install Windows 7 Ultimate Edition on my Late 2013 MacBook Pro with Retina Display. I am using the .iso file/USB stick method of installation because I don't have access to my original Windows 7 DVD. I have the top specification model with all of the max upgrades. The problem I am having is when I get to actual installation of the Windows 7 software, it can't find the drivers I need to complete the installation. Any tips or suggestions?

    I thought about doing what you said above, but unfortunately, I didn't have any spare blank DVD's. However, I was able to sucessfully install Windows & on my Mac. What I did was when I got to the error message, I would cancel the installation and that would return me back to the install now window. At that point, I would take out the flash drive and put it into another USB port. It took a few times, but eventually it recognized the drivers and allowed me to install the software. Remember, once you get past that point, the installation will ask you to choose a drive to install Windows on. Highlight the Boot Camp drive and chose "advanced", and then chose "format" after that. After all of this, it should be smooth sailing.

  • HT4617 i can t install windows 7 in my imac

    i can t install windows 7 in my imac

    That's too bad. Maybe if you asked a question we could help.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    1. Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
    2. Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
    3. VM Fusionand Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    4. CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
    5. VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • How can I install Windows 7 by USB? MacBook late 2008 10.6.8 Boot Camp 3.0.4

    Someone please help...
    I have tried software update and no luck. I think my Boot Camp on Mac 3.0.4 is not showing me the right option on creating a USB installation. It asks me to load Windows 7 CD when I don't have it, I bought it online... Every download I tried from Apple is .exe and I am losing hope on this one...

    You can only install Windows from a USB with one of these Macs:
    - MacBook Pro with Retina display.
    - Mac mini (Mid 2010 and later).
    - iMac (Late 2012).
    - MacBook Air.
    If you bought Windows in Internet and you got it in a ISO image, you can burn it into a DVD. Simply double-click the ISO image, open Disk Utility, right-click the ISO image in the sidebar and burn it

  • How can i install windows 7 on 2009 imac with out opitcal drive

    Im trying to install windows 7 on my late 2009 Imac.
    I have a single ssd installed which i partitioned (or try to) but i cant seems to get it right.
    i tried VirtualBox,parrells,VMware method but seem to run into errors all the time.
    i tried changing the bootcamp info file so that i can boot it via usb but no luck
    could someone pls explain to me how to do this
    my superdrive wont read a bought copy of windows 7
    Thanks
    Col

    If your computer with an internal optical drive you must use that to install Windows in a Boot Camp partition.
    If you are having problems with Parallels, Fusion, or VirtualBox virtual machines you should visit their respective sites for assistance.

  • Can I install windows 8 on my iMac running Mtn Lion

    I do n ot want to but to access renewal of my insurace benefits from my computer, I need windows 8. OR I can use their computers but was just curious if this can be done without mucking up my noice clean iMac
    Thanks

    Q: How do I install Windows 7/8 /8 Beta on a Mac?
    Only Windows 7 is supported by Apple in Bootcamp at this time, however you can install Windows 8/ 8 Beta into virtual machine software.
    http://osxdaily.com/2012/03/03/try-windows-8-consumer-preview-virtualbox/
    Windows in BootCamp or Virtual Machine?

  • Can I Install Windows 7 On 27" Imacs (36 of Them) With The Upgrade Disk?

    So basically, we have a 36 station iMac 27" lab, with 1 Mac Pro and 15 2.8 duo and 2.53 i5 MBP's.
    We purchased the Windows 7 upgrade disk(by we I mean the "lead" tech guy)which normally shouldn't be a problem.
    However as many of you know, the GPU drivers don't quite work out with 7, so you need to follow the workaround provided by Apple. Apple needs you to have the regular install disk that is recognized by Bootcamp.
    All we can do is set it to start from disk after XP is installed.
    So can we do anything? Is Apple going to update bootcamp so that we can just flat out install it? In the meantime, is there a workaround, can we trick bootcamp into reading an upgrade disk.
    Thanks for the help.
    Message was edited by: rmbrown09

    i dunno about upgrade disc. but i upgraded from windows vista to windows 7 ultimate (32bit and 64bit with clean install) with a full installation disc with upgrade option selected. there is 1 issue i faced when installing, fooling me that its a failed attempt at first. maybe this is the problem most of us is having. i have boot camp 3.0 installed in fact.. boot camp 3.1 is not for me. i don need that. this is the problem while installing, the screen will just go blank after the windows 7 finishes install... but the main thing is i can still press the caps lock on and off. 1st i thought it is a failed attempt. to resolve this, enter ur username (actually windows is asking for ur username), and press enter... now hard restart the imac (press and hold the power button). right when the white screen disappear, press f8 button for optional boot selection. choose "safe mode", and wait. if a screen appear saying that the installation cannot continue with safe mode. restart the imac until u reached the blank screen again where u have to insert ur username. i did this actually, i did a lot of clicking and enter, and entering my username. and restart the thing again, press f8 to safe mode. until i go into safe mode successfully. when i am in safe mode, i go to device manager and deleted the graphic card (mine radeon hd4850), in fact that is the windows driver for hd4850 and restart the imac. this time i am 100% sure i can login to windows 7. when in windows 7, just update the device driver from imac 27" DVD from boot camp, and restart. u have to update the sound and bluetooth driver too in order to have proper sound card and magic mouse operation.
    maybe i am a bit off, but hope this helps. cheers.

  • Can i install Windows XP on new iMac 2013 to use quickbooks

    I have just bought a new iMac 2013  and need to use my Windows Quickbooks programme for our small business. I understand that I can use Bootcamp to  install my Windows XP and then Quickbooks 2010/11.
    Is it true that the new iMac  Bootcamp no longer supports Windows XP?  I realistically only use the Quickbooks every 3 months. What is my best solution to be able to use Quickbooks on my new iMac

    No. Boot Camp only supports Windows 7 or Windows 8. If you want to use XP, then you will need to use virtualization software such as:
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
         1. Parallels Desktop for Mac and Windows XP, Vista Business,
             Vista Ultimate, or Windows 7.  Parallels is software
             virtualization that enables running Windows concurrently
             with OS X.
         2. VM Fusion and Windows XP, Vista Business, Vista Ultimate,
             or Windows 7.  VM Fusion is software virtualization that
             enables running Windows concurrently with OS X.
         3. CrossOver which enables running many Windows
             applications without having to install Windows.  The
             Windows applications can run concurrently with OS X.
         4. VirtualBox is an Open Source freeware virtual machine such
             as VM Fusion and Parallels that was developed by Solaris.
             It is not as fully developed for the Mac as Parallels and VM
             Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech Labs- Virtualization Benchmarks, January 2013 | MacTech for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • I can't install windows 7 on 27' imac 2014.

    Hi everyone,
    I have been trying to install windows 7 on my new imac 27' with bootcamp.
    I am getting the following error message.
    YOUR BOOTABLE USB COULD NOT BE CREATED
    Boot Camp only supports 64-bit Windows installation on this platform. Please use a ISO file for 64-bit Windows installation.
    I have been through somany tutorials and youtube channels. some of them are telling to unmount or editing info.plist file. I have tried everything. But no use.
    I am going crazy. Please please please help me.!!
    iMac
    27-inch, Late 2013
    Processor  3.5 GHz Intel Core i7
    Memory  32 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GTX 780M 4096 MB
    Software  OS X 10.9.2 (13C1021)
    Regards
    Ramshad

    this may not work depending on what changes you've already made
    find a +8gb USB2 only flash drive and disconnect everything except the kb, mouse from your machine
    restart boot camp assistant, choose option to delete windows if available
    PRAM reset
    open disk utility, confirm that you only have 1 HD partition ('mac HD' unless you renamed it), repair permissions TWICE
    DL a new ISO from the link below
    once DL is complete, insert USB2 flash drive, open boot camp assistant and choose all 3 options (create, download, install) - make sure you select the new ISO
    http://techverse.net/download-windows-7-iso-x86-x64-microsofts-official-servers/

  • Can I install windows 7 on an IMAC 24 White 2006?

    I have a 24 inch white imac running Snow Leaopard. I'm trying to install windows 7. It will go through the process but will crash to the blue screen in the final stages of the setup. It then restarts the computer and it goes to the option screen of safe boot etc.
    Is it possible to install windows 7 on this machine?
    Do I need to upgrade to Lion?

    Installing Windows on an external drive is not supported.

  • Can I install windows 8 on my iMac so all drivers work?

    Puedo instalar windows 8 en mi imac para que funcionen todos los drivers? whit botcamp

    Welcome to the Apple Support Communities
    Apple doesn't support Windows 8 at this moment. Wait for a Mountain Lion update

  • 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.

  • I can't install Windows 8.1 on my Imac with Mavericks using Bootcamp. Why?

    I can't install Windows 8.1 on my Imac 27" with Mavericks using Bootcamp. Why? I first did all the software updates needed, downloaded the driver software to a 32Gb flash drive formatted as FAT32, fired up Bootcamp Assistant, inserted the Windows 8.1 Full version 64 bit installation DVD as requested, and got as far as partitioning (tried this at 82 Gb for the Windows partition), then the MAC rebooted but halted before getting to the login page. Then a black screen came up with the error message: 'non-system disk - Press any key to reboot'. I did this and nothing happened. I was forced to shut down forcibly then restart with my finger held down on the option key. Then a screen came up with two icons: the macintosh HD icon and the Windows DVD icon. I double-clicked on the Windows DVD icon and the MAC came up with another black screen and error message: 'CDBoot: Couldn't find BOOTMGR'. Had to shut down forcibly again and restart as before, this time ejecting the Windows DVD first. Then I repartitioned my MAC back to all OSX. What the **** do I do now? Applecare couldn't help me beyond this point. They said to contact Microsoft. I notice a lot of other MAC owners have had similar problems.
    Please help? tagjsmith.

    bootcamp does not currently support windows 8.1

Maybe you are looking for