Need 64-bit Windows installation USB drive or DVD.

I tried downloading Windows 7 on my MacBook Pro (Retina, 13-inch, Late 2013) using a Window 7 installer dvd(Windows 7 Professional) and Bootcamp Camp Assistants (Version: 5.1.2), but this keeps coming out. What should I do to continue my installation?

What does the previous screen look like? Here is my sample screen which has my specific defaults.

Similar Messages

  • HT4407 When installing Windows 7 using Bootcamp, I get message: "Need 64-bit Windows Installation USB drive or DVD."  I thought my install disk was for 32 or 64 bit.  What does this mean?

    When Installing Windows 7 using Bootcamp, I get message:  "Need 64 bit Windows installation USB drive or DVD."  What does this mean?

    It means you need the 64 bit Version of Windows on a USB stick or DVD.

  • "Your bootable USB drive could not be created" "Boot Camp only supports 64-bit Windows installation on this platform. Please use an ISO file for 64-bit Windows installation."

    I try to install windows7 system on my macbook air, which version is 10.8.5. When I open the bootcamp, it let me to choose a windows ISO image, which I've already downloaded from this website: http://www.w7forums.com/threads/official-windows-7-sp1-iso-image-downloads.12325 /, it also asked me to select a USB drive, which is kingston that has 8GB. Then when I clicked "continue", it said that "Your bootable USB drive could not be created" "Boot Camp only supports 64-bit Windows installation on this platform. Please use an ISO file for 64-bit Windows installation." But actually the ISO image I downloaded is 64-bit windows7. I don't know why this would happen. Could someone help me please!!

    Thanks for your feedbakc Kiranjj!
    I identified the reason to be that the W8 installation file didn't download completely from a Mac OS-device. I downloaded from another Win-device and the moved the installation file with a USB-stick and then everything worked diectly! But thanks anyway.

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • 64-bit Windows Vista USB synchronization

    Is Palm developing a fix for 64-bit Windows Vista USB synchronization? Or is Bluetooth the only option? 
    jk
    Post relates to: Palm TX

    Hi, and welcome to the Palm Community Forums.
    Strongly doubtful, particularly since Palm OS devices are on the way out, and Vista has been around now for a few years.  If no 64 bit USB drivers have been developed by now, it's a pretty good bet that they won't be.  (It is not Palm's software, anyway.  A Japanese company called Access owns Palm Desktop and Palm OS.)
    If you have a TX, please also read the stickied threads about 64 bit synchronization...you can also use Wi-Fi.  It's much faster than Bluetooth.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • Oracle 11G database for 64 bit windows installation error

    Hi,
    I downloaded the 11G 64bit for windows and unzipped the files into one folder and ran the setup.exe as an administrator. It opened up the java screen and I chose, create and configure a database. Next screen I chose, Desktop Class, when I click next it dies. It does not show me teh next screen. I went to the appdata folder and saw this error but not sure what to do EXCEPTION_ACCESS_VIOLATION (0xc0000005). Please help. Thanks for your time and help.

    Adipur wrote:
    Hello, have you tried to create new administrator user, and install using that newly created user...?You found this to be a band-aid solution in your specific instance. (Strange case of installation on windows 7 - unable to complete installation But you have drawn the wrong conclusions and never found the real issue in the cited thread. Under the circumstances, I would not be offering this up as a generalized solution, as you are doing in this thread and in others:
    Re: Oracle 11G database for 64 bit windows installation error
    Re: Trouble installing Oracle Personal in Windows 7 64-bit environment
    I have been doing Oracle DBA work since v 7.3, and have never seen advice like this to be anything more than a work-around the real issue.
    Edited by: EdStevens on May 15, 2013 7:03 AM

  • 64-Bit Windows 7 Load Driver Installation Problem

    I am new to Mac and have recently got my hands on a new 17" MBP.
    The MBP is a 2011 model dating from about May.
    Not wanting to step 100% away from Windows I want to install Windows 7 as well and run Mac OS.
    I have tried installing Windows 7 32-Bit and it worked absolutely fine - no problems at all.
    However, when I tried to install 64-Bit Windows 7 I ran into a problem very early on in the installation.
    Before the part where you select the partition to install Windows on, I get a "Load Driver" message which reads:
    "A required CD/DVD drive device driver is missing. If you have a floppy disk, CD, DVD, or USB flash drive, please insert it now."
    I cannot eject the DVD to replace it with the Windows Support DVD that I burned (which I assume has the relevant drivers on), so I am a bit stuck.
    I tried googling and a few people suggested burning the disk at a slower speed, which I did and it made no difference at all.
    The fact that 32-Bit works lets me know I am doing things right, there must be something about the 64-Bit that the MBP doesn't like.
    Any help much appreciated. I have 8GB RAM and would like to use it all with both Mac OS AND Windows so 64-Bit is preferred.
    Thanks in advance.

    Hi guys,
    I have exactly the same problem.
    I have a macbook pro 15 late 2011 and I tried for hours to find a driver for superdrive but nothing at the moment...
    If someone could help us it would be great
    Thanks

  • Create Windows 8.x installation usb drive

    I have a Lenovo k410 desktop that started with Windows 8.0. Then I added the Windows 8.0 Professional Feature pack.
    Then the machines was upgraded to Windows 8.1.
    Now I need to run a Windows Repair (not refresh or reset) which requires a Windows Install USB Flash drive or dvd.
    When I try to run the Windows 8.1 create installation media here:
    http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media
    It requires the Windows 8.1 Product Key which I do not have.
    I then found what I thought was the same tool for Windows 8.0, when I tried that utility and entered the Windows 8.0 Professional Feature pack Product Key, it would not allow me to proceed because it does not support feature packs.
    I don't know the original product key, I cannot figure out how to get this out of the bios.
    Questions:
    1) Would anyone know how to get the original Windows 8.0 product key out of the bios?
    2) Would anyone have other ideas on how I can complete a repair?
    http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media
    Thank you, Bill

    Hi  jessiedog,
    According to the description, for the first question, I would suggest to turn to Lenovo for support about this, because this key is an OEM license together with the computer itself.
    As for the second question, you can not repair a Windows 8 system with a Windows 8.1, vice versa. In this case, I would  suggest to create a recovery drive instead in the way below:
    http://windows.microsoft.com/en-us/windows-8/create-usb-recovery-drive                   
    Regards
    Wade Liu
    TechNet Community Support

  • Need a 32-bit windows home server driver for a cp2025 printer

    I have a Windows Home Server 2011, and multiple Windows XP workstations. I need an XP driver for a CP2025DN printer that I can load onto the WHS 2011, as I want to configure the WHS as a Print Server. The WHS does not recognize (like) the HP Universal drivers, and I do not want to use the Express install download packages. All I need is a driver, like we used to be able to download.
    Anyone have any suggestions/hints?

    those may be helpful...
    http://social.technet.microsoft.com/Forums/en-US/a129f49a-0216-41f0-b190-3efb46fbb8ac/generic-text-only-driver-on-windows-2008-server-r2?forum=winserverprint
    http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx
    Best,
    Howtodo

  • Get message can't open acpi mode driver and need to upgrade windows installer

    When i first login i get the message can't open acpi mode driver.  
    Every so often I get a message saying product key bad.....the product key is located on the computer correct?  I think the other person was using the corporate key will this make a difference?
    When trying to install bitdefender i get message "please upgrade window installer," and the bitdenfender will not finish installing.

    Hi eagle468. What is the model number of your desktop. What version of Windows is installed?
    <How Do I Find My Desktop Model Number>: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&dlc=en&docname=bph07555
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • IPod Nano, Windows, and USB driver quirkiness question

    Hey all,
    I recently helped someone who was suffering from two separate, show-stopping iPod/iTunes problems to get things into such a state that they could actually make use of both. Things seem to be working fine, though one of our solutions seems to me to be a bit less than optimal.
    For the sake of providing as much information as possible, the first problem (though likely unrelated) was the infamous vanishing iTunes installation. We solved this by using the ctrl-alt-delete trick on an iTunes 4.9 installation (that is, by ending all of the install processes when the installation-ending error message shows up.) Okay, that's not the best solution, but it seems to be all that we can do for now.
    The main concern, however, is with the iPod USB driver, and a problem that began with the formatting of the iPod. I can see that at least a few people have had this problem, but here it is for the sake of it:
    The iPod installation software would state that the iPod needed to be formated, and then proceed to sit for a very long time, "waiting for iPod," until it would eventually fail. We solved this using the second technique (uninstalling the iPod USB driver) outlined by Paul Green7 in this thread: William Brame, "Initial formatting of iPod Nano", 02:49pm Sep 22, 2005 CDT
    After doing this, we ran the iPod setup software again, and it told us that the iPod didn't need to be formatted. Obviously this was rather confusing, but upon loading up iTunes, it proved to be true. It appeared as an actual drive in My Computer, and it showed up properly as a 4gb iPod which songs could be copied to without a hitch.
    That is, until the computer was rebooted. After a reboot, the iPod would only be recognized once again as a "USB Mass Storage Device," would not appear in My Computer, and indeed iTunes failed to recognize it as anything other than a 360gb storage device of some unknown sort.
    So, what we found was that every time the computer was rebooted, the driver needed to be uninstalled again, and when Windows booted again the iPod would be properly recognized.
    Now, as I said, this leaves things in a working, if far less than ideal, state. Can anyone think of a more proper fix for this? It seems to me that we've only partially addressed the problem here, and I can't help but think that this may not be the best state to leave things in.
    Also, if nothing else, is there any possibility of ill effects resulting from our currently-employed solution? As far as I can tell, the worst thing about it is that it's merely bothersome, but then, I've had difficult understanding these problems in the first place.
    That said, if anyone can offer any advice, it would be greatly appreciated!

    The key to your problem is more than likely the 360GB storage device. This is a symptom of having either network drives or an external hard drive attached to your computer, and Windows confusing them with the iPod. The solution is to reassign the iPod's drive letter. See this:
    Strange iPod behavior

  • Bootcamp 5 fails to create installation USB drive

    Bootcamp version 5, running on Mountain Lion, keeps failing on creating the Windows 7 Startup disk. I'm using a 8gb USB drive and it formats it without any problems. The process will carry on until around 50% of copying installation files and then fails.
    I've tried 2 different USB Flash drives and I've check the ISO image for Windows 7.
    Can anyone help me with a solution? Or why this is happening.
    Thanks

    It means you must have windows in a file instead of a disk and the file's extension is ".iso". For Example: WIN7INST.iso. .ISO files are the windows counterpart of Mac's .dmg files. How do you create a windows .iso files? I perfectly don't know but surely there's a program such as Disk Utility that can rip a Windows installer CD/DVD into a file with the .iso extension.
    Back to you question: you need Windows in an .iso file format instead than a CD/DVD.
    By the way... I'm not going to suggest you to do what I'm going to say because I'm not sure it always work but I sometimes rip a Windows CD/DVD with Disk Utility in "master" format (no compression) with .cdr extension. Then i just change the .cdr in .iso and it works in windows.
    Why using a .ISO on a USB drive instead a CD/DVD? Becaus installation may be faster or in case you don't have a Superdrive, either internal or external, but necessary for installing Windows in BootCamp. From a generic CD/DVD reader, Windows installer will not start on a Mac, at least on my... dead  late 2011 MacBook Pro.
    Cheers
    Simon

  • Can't create a Windows Seven USB drive using Bootcamp

    Hi! I ve been trying to create a Windows Seven bootable USB drive using the Bootcamp Assistant. I tried to create it using an ISO of my Windows DVD in order to install it on my new Mac Mini. My problem is that I get an error: Your bootable USB drive could not be created, an error occurred while copying the windows installation files. My USB drive is 8G, and I‘ve tried with a 100G external HDD too... So it‘s not a size problem. I also tried to format the drive different ways without any success... I found lots of threads relating to this problem but none of them had a solution. Any clues? Thanks in advance!

    You can create a bootable usb via bootcamp

  • USB drive only mounts as Local Drive Need it to mount as USB Drive to create recovery drive

    subject pretty much says it all.  Using an HP Sleekbook 15, it tells me to make recovery disk.  I opt for the USB drive option and buy a new Sandisk Cruze Glide.  Plugged it in.  Started Recovery program to make disk.  Program tells me to insert the USB drive or plugin my DVD burner.  I check the file explorer and find the USB drive is mounted as Local Drive E:.  No amount of inserting and removal will trigger the program to continue.
    Doc read on SanDisk forum implied this is a windows 8 compatibility issue where Win 8 requires new USB drives that meet Win 8 compatibility to mount as Local devices.
    I saw here that the USB drive MUST be a removable device inorder to be made bootable. 
    Help! this is inconsistant and negates the whole reason for using removable media if it can't be made to be seen as a boot recovery drive. 
    I need a solution, can those who know please advise.

    Not all USB 3.0 is Windows 8 compatible. It will have the compability logo on the back or front of the package.
    I have run across several interesting articles that mention Windows 8 can create the Recovery Drive with I assume any flash drive.
    http://lifehacker.com/5991431/how-to-create-a-recovery-flash-drive-for-windows-8-and-free-up-some-ha...
    http://www.techrepublic.com/blog/window-on-windows/create-a-recovery-drive-in-windows-8/7261
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • WINDOWS PE USB Drive

    I have Windows PE bootable USB drives and able to use them to ghost many types of PCs/laptops OK. Now I get Lenovo W510 laptops. After boot into Windows PE, and run List Disk in Diskpart, it only shows the build-in hard disk, not any USB drives
    plugged in so I can get images saved on USB drives. Any suggestion? Thanks 

    Hi,
    Try other USB port. This might need to involve their hardware support.
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
    I'm having the same issues and switching to a different USB port does absolutely nothing.
    I find it interesting that issues go unresolved yet moderators mark their own replies as answers.
    I doubt that myself and Ian3 are the only ones having this issue.

Maybe you are looking for

  • How to compile all objects.....in Oracle10g

    Hi , The Oracle Doc about PL/SQL Packages and Types reffering to DBMS_UTILITY and the COMPILE_SCHEMA procedure....points out : "Compiles all procedures, functions, packages, and triggers in the specified schema" So how to compile views and possibly o

  • DVI Routing to get Presenter SCreen on Multiple Displays

    Got a good one for you ... have you ever encountered this and found a solution via additional hardware or a software setting? My client has a single MacBook Pro laptop running Keynote that they are looking to feed not only to a video switcher, but al

  • How to see open files on server

    I want to be able to see which files that are open on my server by my users. Is there a tool or utility to see this? Ive tried lsof but i find that not usable.

  • Cd doesn't mount and won't eject

    I have an iMac G4 intel core 2 duo, less than a year old. I placed a cd in the drive and it never mounted to the desktop. Now I can not get the cd out. I've tried the eject key on usb keyboard, holding down the mouse on start up, holding down the C k

  • Event triggered by ECO Status change. Where is the setting in the system?

    Hi experts, I am looking into some custom developed workflows and one of them is has a triggering event "Status10" which is triggered when a ECO has been changed to status 10. Object type of the event is ECM. How can I find out where this setting of