Problems with Win7 Bootcamp + Parallels

Trying to use my bootcamp partition of Windows 7 64Bit on my MBP i7 in Parallels 5.0 does not work. It stops configuring the virtual machine after a while and Windows 7 tries to do startup repair, which it fails. I searched around for a solution and tried a few things. Choosing the isolate from mac option did nothing. Running from the command prompt "bcdedit /set {default} bootstatuspolicy ignoreallfailures" means that Windows 7 doesn't try to do a startup repair partway through configuration; instead the progress bar just stalls at the part where it normally fails and never moves.
I'm running Snow Leopard, and from bootcamp my windows partition works fine.
Thanks in advance for the help.

They still sell it, but stopped updating it in early 2009.

Similar Messages

  • Problem with yosemite and parallels

    Since I have upgraded to yosemite and parallels 10 my windows 7 has been using a lot of CPU resources.  Windows 7 runs very slow and it been using almost constantly 100% of one of the quads resources.  This just started to happen when I upgraded, because I did not have this problem with Mavericks and Parallels 9 or 10. I have an iMac 2011, 8GB of Ram.  Has anybody had this issue.  Thanks.

    Thanks for the response.  I was searching on a parallels forum website and found the following:
    As from the symptoms, the issue can lie in NVRAM preferences of your particular Mac.
    Please do the following to solve:
    open Terminal application on Mac (Applications/Terminal.app)
    please type this command (you may copy-paste it to the terminal from this message):
    sudo nvram boot-args="debug=0xd4e"
    Hit Enter.
    You will be prompted to enter Mac user password. Please type it and hit Enter.
    Note: you won't see what you are typing, just type and hit Enter. If you don't have Mac user password, please create a temporary one.
    Then you may restart your Mac and the issue should be solved.
    If not - please reply me here and I'll create a ticket for you in Support.
    I did the above and it seemed to correct the problem.

  • Problems with Windows/bootcamp/efi? - Helpful collection of solutions

    How to create a (legacy/Bios/conventional) bootable Windows installation USB drive:
    If for some reason you don't want to use Bootcamp Assistant, you can follow these steps to create your own bootable USB drive.
    Diskpart is a Windows command-line tool. To use Diskpart you need to have access to a Windows PC or a Windows Installer (where you can open the commandline prompt by pressing Shift+F10)
    How to make an active partition in Diskpart:
    1. Open a command prompt (type CMD in the Start Menu search bar, press enter);
    2. Type diskpart;
    3. Type list disk;
    4. Look for the entry of your USB drive and remember it's number (checking disk sizes usually helps in spotting it);
    5. Type select disk x, where x is the disk entry you checked in step 4;
    6. Type clean;
    7. Type create partition primary;
    8. Type format fs=FAT32 quick;
    9. Type active;
    10. You're done, type exit twice. (once to exit diskpart, again to exit command prompt);
    To add the Windows Installation files:
    1. Mount a Windows ISO (in OSX or windows, doesn't matter);
    2. Select all files on the disk;
    3. Copy;
    4. Open your freshly made USB drive;
    5. Paste;
    To add Bootcamp Support Software:
    1. Download and unpack the Bootcamp Support Software (v5.x for 64-bit)
    2. Select all files (Folder: $WinPEDriver$, folder: Bootcamp, file: AutoUnattend.xml)
    3. Copy;
    4. Open freshly made USB drive that contains Windows Installation files;
    5. Paste;
    Done.
    Note: For EFI installs you don't need to do this. Just format the drive FAT32, copy over your ISO/DVD files, and you're good to go.
    How to restore a protective MBR into a hybrid MBR:
    If you installed Windows using Bootcamp the conventional way and adjusted partitions afterwards, chances are your Windows no longer boots.
    You can fix this by following the link in the fix below and using that program (GDisk) to do the opposite of what is posted. (create a hybrid MBR)
    How to restore a hybrid MBR into a protective MBR:
    Disk Utility and Bootcamp Assistant automagically create a Hybrid MBR when a partition is formatted FAT32. Because of this you can't install in EFI mode if you used either of these apps to partition your drive.
    The solution (check the answer on the linked question):
    http://superuser.com/questions/508026/windows-detects-gpt-disk-as-mbr-in-efi-boo t
    How to create an EFI bootable Windows 7 USB drive:
    Windows 7 is only partially EFI compatible, you may run into problems during installation on a Mac.
    Tip: If you're running a HD4000 graphics chip, it's likely you won't get a picture during the installation. Plenty of ways around this (like unattended installs (full thread)) but I advise you to wait for a firmware update (if it ever gets released).
    The solution (skip to "Option two" - step 11, the rest is kinda... unnecesary):
    http://www.eightforums.com/tutorials/15458-uefi-bootable-usb-flash-drive-create- windows.html
    Can't see "Windows" as a USB boot option?:
    Try resetting the PRAM.
    Source: https://discussions.apple.com/thread/5524707?tstart=0
    How to reset PRAM: http://support.apple.com/kb/HT1379?viewlocale=en_US&locale=en_US

    great job jognt, wonderful post (though i found out about it only after a 2-day research in to the subject).
    however, i still cannot find a solution to installing windows 7 from a usb.
    i'd be grateful for any advice if you have the time:
    i have a macbook late 2008 - core 2 due, 2gb ram, 250gb hdd and the internal superdrive.
    the hdd has osx snow leopard with win7 32-bit partitioned in bootcamp.
    i performed a little surgery to my little mac so it could run much faster than before:
    1. replaced one of the 1gb ram sticks to a 4gb ram stick (=5gb of total ram). would be happier with 8gb, but upon replacing both sticks i get a memory error which i could solve up to this moment (though this is probably not related to nmy problem).
    2. replaced the superdrive with a 250gb ssd from samsung (840 series).
    i downloaded mavericks osx 10.9.1 and loaded it into a 16gb usb, which installed flawlessly on the ssd (125gb partition).
    as i've formated the usb using snow leopard's disk utility and hadn't install any lions, i had no recovery partition (which disables "find my mac" along with other stuff). i decided to add a recovery partition, and have successfully done so using a custom app named Recovery Editor (instructions can be found here: http://forums.macrumors.com/showthread.php?t=1606779).
    next, i've tried to install windows 7 64-bit on the same drive (ssd) on the second partition - 125gb formatted to fat32. i've placed win installation files in the usb using the modified boot camp assistant (removed "pre" from "PreUSBBootSupportedModels" and "PreUEFIModels", added my model under "DARequiredROMVersions" and "UEFIModels").
    before even trying to use this usb (and following a mass amount of people reporting peoblems), i decided to use your method: formatted the usb with diskpart (fat32, active), added the windows installation files from an iso (which includes both 32- and 64-bit versions), copied the bootcamp v5 support software and restarted the computer.
    however, pressing the option key shows 4 options - the snow leopard partition and win7 32-bit partition on the hdd and mavericks partition and recovery partition on the ssd.
    the usb is not recognized.
    i tried clearing the pram (option+command+r+p) and eject and insert the usb after pressing option to see if it will add the usb to the list.
    from what i've read around, some people were able to use their usb if they disconnected the hdd and placed the ssd instead (leaving the cdrom place empty), but i would rather avoid this.
    might anyone have an idea how to fix this?
    many thanks.

  • Stability problems with Win7 x64 and Boot Camp 3.1...

    Before I was running win 7 with Boot Camp 3.0 and On top of that I installed my Chipset and Graphics from Nvidias Website. System was running without any major problems.
    Now I have win7 and BootCamp 3.1 and the laptop runs like crap... System freezes sometimes only for a minute most of the time I need to hold power button.
    The last time I has ScanDisk start on me and start checking. it found about 200 missing files some unindexed and MFT bitmap was repaired...
    Do not know why, I'm unable to figure out what was causing that.
    Currently I have win7 x86 with bootcamp 3.1 installed and The system works good.
    I think there is an issue with the 3.1 x64 driver package.
    If anyone has any Ideas on what I can do to figure out why the system runs so unpredictable with 3.1 x64 drivers installed. I'm whiling to experiment and reinstall win7 x64 as many times as needed so i can send an error report to apple to get this issue fixed.

    Wow, i've been running windows 7 64 bit in boot camp since I got my copy as a beta tester in July and never had any issues like you're describing. Boot camp 3.0 worked fine (other than the light in the audio port and minimal touchpad control, and the still present inability to dim the screen dynamically based on brightness around me). And I've had no problems with boot camp 3.1 so far. In the previous BC versions, I went to the nvidia site and downloaded whatever the current driver was for the video, but nothing specific for the chipset. With 3.1 I haven't done even that, just using what the boot camp update installed. Have you tried it with just the BC 3.1 drivers, not getting anything extra from Nvidia or anyone, just to see what happens from that point first?
    About the only time I had any issues with diskchecking is when I accidentally close fusion and it abends my windows session. I make a point then of booting and telling it to ignore the disk check, editing the registry to reset the flag so it doesn't do it, then just run a disk check from within windows telling it NOT to fix anything, so that it can verify it's clean. I found the normal disk check in the preboot environment is horrendous on the MBP, takes me literally hours to run through despite it never finding anything to fix.

  • 11g problem with Win7 starter

    Taking a class and the book came with Oracle 11g DVD. Tried to load it onto my laptop and get an error when checking the operating system. The error is something like "expecting 5.0, 5.1, or 6.0 received 6.1" which I am assuming refers to Win7 vs vista/xp etc... Is there a way I can tell from the DVD 11g version # (afraid I don't have it in front of me now) which version of 11g came with the book and which version file(s) I should download from Oracle to run with Win7 starter?
    Thanks in advance
    Bill

    Ok, I get that its certified for Pro and Ultimate (which I don't think I can run on my netbook I use for homework), but I think I veered the conversation away from my original point. The version of Oracle 11g which came with my textbook says it will run on win2k, winXP, and Vista but craps out when trying to load onto Win7. The version of Oracle (to best of my recollection, as I don't have the disc in front of me is 11.0.1.something).
    I guess my big question is would this version load on Win7 pro or do I need a newer version of Oracle that will load onto Win7? If I do need a new version in order to load on Win7, how can I tell which flavor of Oracle I have on my DVD - the free version, the next one up with a student license???
    Worst case scenario, I load it onto my desktop that is still running XP, but I would like to be able to take it with me on the netbook to do my homework whenever I find time.
    Thanks,
    Bill

  • Problem with JNI and Parallel Port dll

    Hi. I'm doing some testes with JNI. Firs i followed the netbeans tutorial for doing a C programa that prints somthing for java.. like.. "Hello java from C".
    So i tried to load a dll from my dll. Like, I have this dll to use the parallel port on windows Xp. So i created a dll to access it an comunicates eoth java.
    I did everything just fine.
    When I start my Java app, the first thing it does is to load this parallel port dll and configure the functions of it.
    After that .. I get this error
    EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x0093d269, pid=2284, tid=3000
    Can someone explain why ?
    (Sorry if i wasn't clear enough, english is not my native language, so ask if you don't understand something.. )

    hi ,
    I met the same problem this morning, and searched the www.google.com in order to solve it, as a result, your article was shown on my screen. :)
    Till now I have read some technical information and solved my problems. Maybe the solution be useful to you:
    ==============================
    error message : (Environment : Tomcat 5, Windows 2003, Mysql5)
    2006-3-29 11:53:48 org.apache.catalina.core.StandardWrapper unload
    message: Waiting for 2 instance(s) to be deallocated
    ==============================
    cause: the number of connection to database exceeded.another word,too many connections.
    ==============================
    solution: close the connection when it becomes useless for your program. :)
    ==============================
    ps. Sorry for my weak English . hehe ....

  • Re: Problems with Win7 start-up on new Satellite L670-17x

    Hi guys,
    three days ago I received my new Toshiba Satellite L670-17x. The installation of Win7 was not a problem, but now (after the third or fourth boot) I suddenly have a big trouble with the OS.
    When I switch on my Notebook, it loads till I can see the Windows loading screen. Then - at once - the Notebook stop working... I only see the loading screen, but nothing happens. The litte light at the frontsite (which shows that the Notebook loads/works) goes off. No error messages.
    I want to avoid to use the Toshiba HDD Recovery, because I saved some (important) documents on the desktop (I know... not very intelligent). I ask you to help me with my problem.
    (By the way: I allready tried the Startup Repair, System Restore, Windows Memory Diagnostic Tool and to start Windows in the Safe Mode).
    Thank you for your answers!

    If you cannot start OS in safe mode, than, I think, you have a big problem. Im afraid only HDD recovery installation will help you with this.
    The question is what to do with these data.
    Maybe you should remove HDD and connect it to other computer as external one to have full access to all these data. Copy them, put HDD back into your Satellite and install OS again using HDD recovery option.

  • Problem with Java in Parallels Desktop...what do you think?

    Hi folks...
    2 days ago,i bought a Macbook pro 13" and i've installed Parallels Desktop for working on(Windows XP service pack3)...
    i guess the problem is Java..
    i use Business Objects XI program....(a tool for reporting....)
    To works,it's needs java 1.4.2_04 version... i've installed it on parallels...but something is wrong...
    sometimes the monitor turn off, and turn on... sometimes all mac goes in lock... and i have to push the power button to shut down.
    Is possible there is some conflict about java 1.4.2_04 version on the virtual machine and the java 1.6 on the MAC OS?
    many thanks!!!!

    Many thanks ds store!!!
    i saw a lot of people to read this post.....
    i resolved it in this way...
    i tried to dowloading another kind of Virtual machine... (VirtualBox made by Oracle and it's free!!!! )
    i installed Business objects on it...and it's works correctly...
    i compared both virtual machines Parallels (90 Euro) and VirtualBox (free)
    and there were 2 different things...
    1: in Parallels there was video memory at 256 Mb, and i change it in 128 (like in virtual box)
    2: (i think the real motivation)
    in Parallels there was a flag on "3D acceleration", and a flag on "Vertical synchronization"
    i de-flagget it!!!!! and now Parallels works!!!!!
    maybe this one could be useful to someone!!!
    anyway...manythanks!!!!
    PS. the MAC world's is AMAZING!!!!!!!

  • T400: Serious problem with Win7 64bits (mmc.exe)

    Hi, I have a T400 with Windows 7 Ultimate 64 bits.
    I have updated ths OS with Micorsoft and Lenovo updates.
    Problem is when I try to access Windows Services:
    - From command line executing services.msc
    - From Computer Management -> Services and Applications -> Services
    I got an error of Microsoft Management Console (Microsoft Management Console has stopped working) and this are the problem details:
    Description:
      Stopped working
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    mmc.exe
      Application Version:    6.1.7600.16385
      Application Timestamp:    4a5bc808
      Fault Module Name:    iertutil.dll
      Fault Module Version:    8.0.7600.16385
      Fault Module Timestamp:    4a5bdf43
      Exception Code:    c0000005
      Exception Offset:    0000000000001d1d
      OS Version:    6.1.7600.2.0.0.256.1
      Locale ID:    1033
    I also have some dump info that can help but I don't understand at:
      C:\Users\Chemi\AppData\Local\Temp\WER9E69.tmp.WERInternalMetadata.xml
      C:\Users\Chemi\AppData\Local\Temp\WERDE37.tmp.mdmp
    I can send the info anywhere if you want it.
    Do you have any tip about which could be the problem? Any other tests I can do?
    BTW, I tried the same process in Safe Mode, and the same problem exists so I understand it is not related with anything I could install.
    Thanks in advance,
         Chemi.

    - start > run > type msconfig and press enter
    - click services tab and select hide all microsoft services and disable all third party services.
    - click startup tab and disable all startup items
    - click ok and choose restart
    does this work?

  • Problems with ieee 1284 (parallel port)

    hi.
    I hope somebody can help me, I want to control the pins of the ieee 1284 to communicate with a pic, but i havent found any example or anything to do it, please help!!! :(

    You didn't search, did you?
    http://onesearch.sun.com/search/onesearch/index.jsp?qt=parallel+port&subCat=siteforumid%3Ajava31&site=dev&qp=siteforumid%3Ajava31&chooseCat=javaall&col=developer-forums

  • Re: Qosmio F50 - CPU problems with Win7 64bit

    Hello,
    The CPU is working at a very high %age of the maximum capacity, much more than compared to Windows 7 32bit. Anyone facing any similar problems ?
    Thanks

    > Sorry I failed to mention this but when I meant "high percentage" I was talking about working with FL Studio 9, a music editing/creation software. It does require some resources to run, but on my Win 32bit it the CPU would be around 20% for the most complex compositions. Now, it's at 40-50% for less complex projects
    I think in such case you should ask the developer of the FL Studio 9 why the software stresses the CPU using the Win 64bit system
    From my knowledge every software has to be optimized for single systems and possibly this software would run smoothly in connection with an 32bit system.

  • Mouse problems with Crysis bootcamp Windows 7 32-bit

    Hi everyone,
    I've just got a 15" 2.66 MBP and have put Windows 7 32-bit on a bootcamp partition. My Magic mouse and wireless Apple keyboard work nicely with Windows but when I start Crysis I can't navigate the game menus; the mouse pointer won't go into the leftmost quarter and I can't click on any of the settings.
    Does anyone have any advice to fix this?
    Cheers,
    jimbo

    Thank you for the information, Csound1. 

  • Problem with windows/bootcamp

    Hi! I bootcamped windows on my mid 12 MacBook pro because of a game I needed and everything went fine until I realized I didn't click on the Box (download the latest Windows support software fform Apple). Now it seems like I can't go back to Mac because I don't have bootcamp on windows and I am panicking.
    PLEASE HELP ME!
    PS. I don't know which operating system I have because I can't see it...:(

    Hi there Benny,
    You should be able to get back to your Mac partition by holding the Option button on your keyboard:
    OS X Mavericks: Methods for starting up your Mac
    Select a startup disk
    Option
    To open the optical drive when choosing a startup disk, press Command (⌘)-Period (.).
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • N82 USB problem with win7

    I have a problem when ejecting my phone. I use windows 7 ultimate 64bit. When i try to eject it, it says that you can remove your hardware safely but when i remove my device the device says some data might be lost.
    When i was using XP it didn't have the problem. Is it something that i have missed?
    Please thank me by giving 'KUDOS' star. It will help me to serve you better.
    Currently using N82 and 5230. Next would be N?
    Solved!
    Go to Solution.

    Ok thanks a lot for your reply! For some moment i thought that no one here have any solution! 
    Please thank me by giving 'KUDOS' star. It will help me to serve you better.
    Currently using N82 and 5230. Next would be N?

  • Who have problem with your bootcamp after this instalation?

    I use VMware software and after the instalation i receive this advertise:Cannot open the disk/Users/leofernandoz..../Libary/Application Suport/VMware Fusion/Virutal Machines/Boot Camp/%2Fdev%2Fdisk0/Boot Camp partition.vmdk"or one of the snapsohot disks it depends on.
    Reason: The partition table on the physical disk has changed since the disk was created. Remove the physical disk from the virtual machine, then add it again.
    What the best and easiest solution for it?

    There is nothing on Fusion Community in  the way of FAQ regarding Lion and bumping Windows partition +1 ( due to presence of a recovery partition added0.
    A quick check of VMware Fusion turns up a thread or two (-:
    Boot Camp partitions may not be accessible through Fusion after upgrading to Lion.
    To work around this issue, delete the Boot Camp virtual machine from the library and recreate it. For more information, see
    A Boot Camp virtual machine fails to power on with a disk error (1003483).
    A Boot Camp virtual machine fails to power on with a disk error (1003483)
    VMware Fusion 3 support for Mac OS X Lion (10.7) (2003715)
    VMware Communities: Fusion 3.1.3 and OS X Lion
    There may be other issues with Windows and changes that need to be addressed to dual boot Windows natively.

Maybe you are looking for

  • How to use "Rank" function  in Oracle?

    I need to display Top 15 records by using rank function. Here is my query...I need to pull top 15 FAQ's using the below query.. How can I use RANK function to display the Top 15 FAQ"s in the list. Select  distinct SUb1.FAQ,Sub1.FAQ_Hits,GU.display_Na

  • Dim display when starting

    I still wait for an answer regarding this issue. My MBA's display always starts in low brightness (only a bar). What should I do???

  • How to find tables contain in particular authorization group.

    hi all         By using SE11 , i just enter a table name like "MARA"          then i go for display         then by clicking utilities->assign authorization group           i can get the info. about tablename and which authorization group(MM) the tab

  • Service Type of a Service Call

    Hi All, I am trying to do a small exercise from the SAP teched Webdynpro workshop. When I try to add a Service Call , then on the third step I see only one possibility of Service Type. I see only "Function Module"Radio button, whereas in the session

  • Why is Adobe installing unwanted and unrequested software with Flash updates?

    Flash is just a free utility. I don't want McAfee Security Scan Plus near my PC, now or ever, so why is it installed by default for the too quick, or the ignorant, every time they update Flash. At least make MASSP opt-in rather than the default. Ther