Maverick Boot Camp - Partition and USB installation of Windows 7

Hi my CD-ROM drive is broken and i want to configure a partition for windows 7 and install it from a UB, but i don’t have the bootcamp option for usb installation visible.
My OSX version is Maverick 10.9
Mac model iMac11,2
Boot rom : IM112.0057.B01
My info.plist configuration file in the bootcamp package is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
          <key>32BitSupportedModels</key>
          <array>
                    <string>MacBook7,1</string>
                    <string>MacBookAir5,2</string>
                    <string>MacBookPro10,1</string>
                    <string>MacPro5,1</string>
                    <string>Macmini5,3</string>
                    <string>iMac12,2</string>
          </array>
          <key>BuildMachineOSBuild</key>
          <string>13A566b</string>
          <key>CFBundleDevelopmentRegion</key>
          <string>English</string>
          <key>CFBundleDisplayName</key>
          <string>Boot Camp Assistant</string>
          <key>CFBundleExecutable</key>
          <string>Boot Camp Assistant</string>
          <key>CFBundleGetInfoString</key>
          <string>Boot Camp Assistant 5.1.0, Copyright © 2013 Apple Inc. All rights reserved</string>
          <key>CFBundleIconFile</key>
          <string>DA</string>
          <key>CFBundleIdentifier</key>
          <string>com.apple.bootcampassistant</string>
          <key>CFBundleInfoDictionaryVersion</key>
          <string>6.0</string>
          <key>CFBundleName</key>
          <string>Boot Camp Assistant</string>
          <key>CFBundlePackageType</key>
          <string>APPL</string>
          <key>CFBundleShortVersionString</key>
          <string>5.1.0</string>
          <key>CFBundleSignature</key>
          <string>????</string>
          <key>CFBundleVersion</key>
          <string>473</string>
          <key>DARequiredROMVersions</key>
          <array>
                    <string>IM41.0055.B08</string>
                    <string>IM42.0071.B03</string>
                    <string>IM51.0090.B03</string>
                    <string>IM52.0090.B03</string>
                    <string>IM61.0093.B01</string>
                    <string>MP11.005C.B04</string>
                    <string>MB11.0061.B03</string>
                    <string>MBP11.0055.B08</string>
                    <string>MBP12.0061.B03</string>
                    <string>MM11.0055.B08</string>
          </array>
          <key>DTCompiler</key>
          <string>com.apple.compilers.llvm.clang.1_0</string>
          <key>DTPlatformBuild</key>
          <string>5A11344p</string>
          <key>DTPlatformVersion</key>
          <string>GM</string>
          <key>DTSDKBuild</key>
          <string>13A566b</string>
          <key>DTSDKName</key>
          <string></string>
          <key>DTXcode</key>
          <string>0500</string>
          <key>DTXcodeBuild</key>
          <string>5A11344p</string>
          <key>LSApplicationCategoryType</key>
          <string>public.app-category.utilities</string>
          <key>LSMinimumSystemVersion</key>
          <string>10.9.0</string>
          <key>NSMainNibFile</key>
          <string>MainMenu</string>
          <key>NSPrincipalClass</key>
          <string>NSApplication</string>
          <key>PreESDRequiredModels</key>
          <array>
                    <string>MacBook7</string>
                    <string>MacBookAir5</string>
                    <string>MacBookPro10</string>
                    <string>MacPro5</string>
                    <string>Macmini6</string>
                    <string>iMac12</string>
          </array>
          <key>PreUEFIModels</key>
          <array>
                    <string>MacBook7</string>
                    <string>MacBookAir5</string>
                    <string>MacBookPro10</string>
                    <string>MacPro5</string>
                    <string>Macmini6</string>
                    <string>iMac13</string>
          </array>
          <key>PreUSBBootSupportedModels</key>
          <array>
                    <string>MacBook7,1</string>
                    <string>MacBookAir3,2</string>
                    <string>MacBookPro8,3</string>
                    <string>MacPro5,1</string>
                    <string>Macmini4,1</string>
                    <string>iMac12,2</string>
          </array>
          <key>Win7OnlyModels</key>
          <array>
                    <string>MacBook7,1</string>
                    <string>MacBookAir3,2</string>
                    <string>MacBookPro5,5</string>
                    <string>MacPro2,1</string>
                    <string>Macmini4,1</string>
                    <string>iMac10,1</string>
          </array>
</dict>
</plist>
I have already tried this :
https://discussions.apple.com/message/21796614#21796614
and this:
https://discussions.apple.com/thread/3435734?start=15&tstart=0
but neither of them have helped me to get the bootcamp work properly. Every time i try to modify this fie i get an error.
Please any help would be welcome.

No problem, forget the daemon tools and Microsoft usb tool, use BooTcamp Assistant for making bootable usb of windows 7 using that .iso.
you can do the following :
1. Add your Boot Rom Version(from system info) under DARequiredROMVersions.
2. Add Model Identifier(from system info) under PreUSBBootSupportedModels
3. Delete "Pre" from "PreUSBBootSupportedModels", so you have "USBBootSupportedModels"
The first 3 steps are same as before and if its not clear you can easily google solutions with screenshots.
The next step is only for OSX 10.9, as it employs some kind of code signature to prevent you from changing info.plist and cause bootcamp to crash.
4. Open your terminal, use the following command
sudo codesign -fs - /Applications/Utilities/Boot\ Camp\ Assistant.app
Sudo means using administrator privilege and u need to enter your mac password. And the command resigns the bootcamp application so that it runs with the new info.plist file and not crash.
5. Continue on with your installation....
Cheers.
P.S. back up info.plist before u change anything.
I installed windows 7 ultimate 64 bit two days ago using this mehod. It is working perfectly. Hope this will solve your problem.Please do make a backup of ur macbook before partition, for safe side.
while using that command mentioned in step 4., may be you get a option to download xcode or something like that, just click ok and download and install that, in my case it was about 101MB.

Similar Messages

  • Parallel runs slow on Boot Camp partition and other questions...

    Hi all,
    I have had my MBP santa rosa for about 3 weeks. I love it. Everything is super fast and responsive on this thingy. I have parallel running on Boot Camp partition and it is slow. I mean its not awfully slow but when I click start (the play button of Parallel), I see the spinning beachball for 0.5 to 1 min. When I get to Windows XP or Vista (I tried both of them), there is no way parallel could perform up to "near native" speed, I get a lot of sand-clock and it takes 1 mins or so to boot up MS SQL server 2005. When i tried to open lots of windows at once, it freezes for a while then all the windows pop up. I dedicated 1gb of ram for parallel. I am thinking of removing boot camp and use parallel virtual drive on which to install windows. Would that make the performance any better?
    I have another question. I bought Disk Warrior 4 but my lovely cousin broke the disc into half coz he thought it was a cheap toy. Is there anyway I can make another bootable CD for disk warrior? I know BootCD only works on Panther. Can I use SuperDuper to clone my MBP and put the image file on a PC-formated external hard drive to bootup from there to run Disk Warrior?
    Thank you so much for your help. I gotta say this MBP is the best laptop I have ever used in my entire life. VEry happy with the purchase so far. Thank you Apple.
    MacNo0b
    p/s: Any recommendation on how to keep the Mac running well without slowing down? Cheers

    I have to say, I have never used Parallels in a system with 2GB. I don't feel that it's worth it given Boot Camp is available. That said, if you run nothing else it should run quite happily.
    If you're having problems getting through the installation try setting it up with a virtual environment that has no drive. That way you should be able to get through the installation/setup and then you can add your Boot Camp partition after that.
    As for transferring files, I will either use Parallels folder sharing else a 1GB DOS formatted USB flash drive.
    PS You're right, I certainly can't complain about the equipment I get to play with. I've had to fork out quite a bit of money for the privilege but it's all been worth it.

  • Can I erase the boot camp partition and dual boot snow leopard and mountain lion instead

    Can I erase the boot camp partition and dual boot snow leopard and mountain lion instead

    Please don't double post. Look at your other thread.
    If you want to get rid of Windows and the BC partition use the Boot Camp assistant program to remove the Win/BC partition. Don't do it manually with Disk Utility Use the BC A program.

  • Boot Camp Partition shows up Smaller in Windows 7 Setup

    I just installed a new Seagate 1TB hybrid drive (STBD1000400) in my mid-2009 15" MacBook Pro 2.66 GHz Core 2 Duo, 8 GB of RAM, with OS X 10.9.2 and Boot Camp (and all other Software up to date).  Everything went fine with the installation of the new Drive and is showing up as 1TB in the system in OS X.
    When I go to setup my partition in Boot Camp I set it so OSX has 600GB and Boot Camp has 400GB.  After it completes the partition it automatically goes into installing Windows 7 64-bit Home Premium.  But when I go to pick which partition to install it on, the 400GB Boot Camp partition I created only shows up as 372GB, not 400GB.  And I can see my 600GB partition in the list only showing up around 540GB.  After the Windows 7 install it still shows the drive as 372GB.
    After the install and started back up in OS X and I checked the drive and it shows them correctly as 600GB and 400GB.  So restarted back in Windows 7 and it still shows the Boot Camp partition as 372GB instead of 400.  I even went into Disk Management and it doesn't show any unpartitioned drive space available either.
    So I started back up in OS X and deleted the Boot Camp partition and started over trying to go with the 600 and 400GB partitions, but it still shows the 400GB partition as only 372GB again during the Windows 7 setup.
    Anyone know what can be causing Windows 7 64-bit Home Premium to not recognize the full 400GB partition?
    Anyone ever come across a similar problem?
    Thank you in advance for any help or suggestions offered.
    Thank you,
    Nick

    Capacity of the drive or size of the volume.  In windows 7 it says 931.32GB.  Rebooting into Mavericks, DU shows the volume as
    1,000,204,886,016 Bytes
    So....at least one of them must be wrong   I would consider Windows 7 using some 1024 based number and the mac showing raw bytes.  I bet all your space is accounted for.

  • Boot Camp Partition and OS X Cloning Apps?

    I've tried a search of previous posts and can't get a bulletproof answer. Here goes:
    Using XP SP3 in a Boot Camp partition on my iMac running Snow Leopard. Only one complaint (the metal keyboard Option key issue for boot up -- really lame).
    The Windows partition is for two financial applications, mission critical ones. I copy the key data files over to my Mac side after using these Windows apps.
    I back up my Mac side with SuperDuper! My mission critical files are thus picked up by my SuperDuper! routine. I've tried restoring them and it works without a hitch.
    My question is: if my system HD goes south, will my SuperDuper! clone restore the previous partition structure on the new system HD? Also, I've always assumed I'd have to reinstall the Windows apps individually and replace the mission critical data files one by one in a separate process. Is this right?
    I also keep Time Machine backups running. They pick up those mission critical copies brought over to my Mac side. Same questions re: a replacement system HD -- will the partition structure be restored, and am I right in understanding the apps and files on the Windows side are up to me to restore outside any Time Machine rescue.
    Thanks much for your patience and your help.
    Terry

    Hi Terry,
    your assumption is correct.
    Neither SuperDuper nor Time Machine will clone or backup your Windows partition since both only handle harddisk/partitions that use the MacOS Extended file system.
    Files that are on such harddisks/partitions are cloned/backuped regardless of their nature or origin.
    So of you copy files from your WIndows partition to your OSX partition like your mission critical files, these are then cloned/backuped when using SuperDuper or Time Machine.
    And yes, when booting from your external harddisk with the cloned OSX and then using SuperDuper to clone this OSX back to your internal harddisk all the files (and therefor also your mission critical files) are back "in place".
    Same goes for when using a Time Machine backup for a full system restore.
    After that you would have to reinstall Windows and the Windows programs to get it all back.
    Currently Casper http://www.fssdev.com/products/casper/ is considered the best solution for a full Windows backup/restore.
    Mike Bombich, the author of Carbon Copy Cloner (another cloning app for OSX) is to my knowledge working on an addition to CCC to clone or backup a BootCamp Windows.
    But it's way too early to see any results on this.
    Regards
    Stefan

  • Boot camp: partition created can't install windows

    I created a 63GB partition.
    and during the bootcamp install it rebooted but never opened again and the Mac mini just spun and spun for a while and I then just reset it. though, the screen is black but I can hear the Mac spinning...I reset but this time use the OPTIONS button and it brings me to choices:
    My HD, My time machine, windows, recovery, and EFI?
    So DUH I choose windows and the screen goes blank, and the system just spins and spins.....
    CAn I restart the Bootcamp assistant and jump back in at the INSTALL WINDOWS step?
    thanks in advance
    WINDOWS-7-64
    MACMINI 2011, ( just bought it a few weeks ago)
    created the windows support software

    So let me get this straigt, you went through the installation process for setting up windows7 using the bootcamp assistant.YES. IT CREATED A PARTITION AND AFTER IT FOUND THE WINDOWS INSTALLER AND DID IT'S THING IT SHUT DOWN.
    i WAITED FOR IT TO WAKE UP AGAIN BUT THE SCREEN STAYED DARK BUT THE FAN JUST RAN AND RAN. SO AFTER 10 MINS. OR MORE I JUST HELD THE POWER BUTTON IN UNTIL IT SHUT OFF.
    TURNED IT BACK ON WITH THE OPTION KEY HELD DOWN.
    THE SCREEN OPENS WITH THE FOLLOWING ICONS: HD, TIME MACHINE, WINDOWS, EFI BOOT.
    After the set up, you are not able to access windows7 when you start the mac holding down the option button at start up or reboot after selecting the windows os. WINDOWS DID NOT INSTALL.
    I NEED TO GET INTO THE PARTITION AND INSTALL WINDOWS.
    If you have not been able to acess win7 and have not had a chance to get it up and running with any personal info that would need backing up, just delete the win7 partion using boot camp assistant and start over. Yes, you will have to create your partition all over again, but all that is maybe on it is the basic install of win7.
    Make sure you have installed the Windows support software.
    WHEN I WENT BACK INTO THE BCA. THE ONLY OPTION WAS TO REMOVE WINDOWS-7. aFTER CLICKING CONTINUE....I SEE THE ICON OF MY HD TO RESTORE TO THE ORIGINAL SIZE...WHICH MEANS IT WILL REMOVE THE PARTITION AND EVERYTHING CURRENTLY ON MY HD NOW----RIGHT?
    THANKS FOR YOUR TIME MAN!

  • Boot Camp partitions and restarts to black DOS screen, white cursor

    I've tried installing Windows 7 on my MacBook Pro 8,1 three times now. When Boot Camp Assistant finishes the partition it restarts to a black screen with white cursor at top left. Nothing happens after that. If I restart it still happens. The only way to boot into OS X now is to hold option on boot and select my main drive.
    Any help is very much appreciated..
    Model Name:          MacBook Pro
      Model Identifier:          MacBookPro8,1
      Processor Name:          Intel Core i5
      Processor Speed:          2.3 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          3 MB
      Memory:          16 GB
    Intel 6 Series Chipset:
      Vendor:          Intel
      Product:          6 Series Chipset
      Link Speed:          6 Gigabit
      Negotiated Link Speed:          6 Gigabit
      Description:          AHCI Version 1.30 Supported
    OWC Mercury Electra 6G SSD:
    Capacity:          120.03 GB (120,034,123,776 bytes)
    Model:          OWC Mercury Electra 6G SSD             
    Revision:          503ABBF0
    Native Command Queuing:          Yes
    Queue Depth:          32
    Removable Media:          No
    Detachable Drive:          No
    BSD Name:          disk0
    Medium Type:          Solid State
    TRIM Support:          No
    Partition Map Type:          GPT (GUID Partition Table)
    S.M.A.R.T. status:          Verified
    Volumes:
    disk0s1:
    Capacity:          209.7 MB (209,715,200 bytes)
    BSD Name:          disk0s1
    Content:          EFI
    I have removed my optical drive and installed an SSD in the main bay, and moved my HDD into the optical bay.
    Macintosh SSD:
    Capacity:          94 GB (93,999,996,928 bytes)
    Available:          10.57 GB (10,569,678,848 bytes)
    Writable:          Yes
    File System:          Journaled HFS+
    BSD Name:          disk0s2
    Mount Point:          /
    Content:          Apple_HFS
    Recovery HD:
    Capacity:          784.2 MB (784,220,160 bytes)
    BSD Name:          disk0s3
    Content:          Apple_Boot
    BOOTCAMP:
    Capacity:          25.04 GB (25,038,946,304 bytes)
    Available:          25.02 GB (25,024,774,144 bytes)
    Writable:          Yes
    File System:          MS-DOS FAT32
    BSD Name:          disk0s4
    Mount Point:          /Volumes/BOOTCAMP
    Content:          Microsoft Basic Data
    This is my external optical drive (original Apple, taken from my MacBook)
    USB to Serial-ATA bridge:
      Capacity:          3.22 GB (3,224,993,792 bytes)
      Removable Media:          Yes
      Detachable Drive:          Yes
      BSD Name:          disk3
      Product ID:          0x0c31
      Vendor ID:          0x1bcf  (Sunplus Innovation Technology Inc.)
      Version:           1.19
      Speed:          Up to 480 Mb/sec
      Location ID:          0xfa132000 / 11
      Current Available (mA):          500
      Current Required (mA):          2
      Media Name:          GRMCULXFRER_EN_DVD
      Partition Map Type:          Unknown
      S.M.A.R.T. status:          Not Supported

    ultimateshep wrote:
    Did you end up getting it to work? I am so frustrated. I have spent countless hours trying to install windows 8 on my Mac using bootcamp assistant. I get the same result: the computer restarts to start running windows and then it just goes to the black screen with the cursor blinking. I have an early 2008 iMac, just upgraded to Mountain Lion. Bought the Windows 8 from completesoftwarecenter.com for 69$ bucks. They claimed that it was the 'full' version. I am now not so convinced. I may ask for a refund. Any suggestions? PLEASE HELP!
    I got the 64 bit not the 32 bit windows 8, dont know if that plays a part or not.
    Doesn't matter, Windows 8 is not supported yet (Apple have not released drivers) at the moment it is pure luck if it works (as many have discovered) Use Win 7 or wait for support from Apple.

  • I've messed up my boot camp partition and would love some help :)

    OK So here's what I've done..
    I removed my optical drive, inserted a hard drive caddy, moved my main 750GB hard drive to this location, installed a brand new 250GB SSD, installed Mavericks on said SSD, and booted up.  Everything was happy.  But now I have 550 GB of my 750GB taken up by my old install of OSX.  I took all of my files off, put them on an external drive, and formatted the OSX Journaled portion of the hard drive to ExFat.  This, of course, broke the ability to boot from Windows.
    My goal:
    250GB SSD: OSX
    750 Hard Drive: 200GB to Windows, the remaining in a format writable to both Windows and Mac. (which is why I chose ExFat).
    And, obviously, the ability to boot from either.
    What do I do?  I don't have any of my original install media from Windows (I think it was a W7 install that I upgraded with a download to W8 from M$'s website).  I'd like to retain everything that's installed there already on BC and just repair it somehow.  I've read around that ReFit might help.  I'm willing to try it if the general consensus says that's the way to go.
    Also, I've noticed that when I changed my user account to be able to store on my ExFat drive, that it can never finish indexing and I can't install dropbox.  Is there a better solution to what I'm trying to do?

    So, since I got no bites here... How about this...
    I formatted that ExFat partition to a Mac OS Journaled partition, and my computer seems to be working great.  I will keep it like this.  Anyone know how to repair that Windows install from BootCamp?

  • Boot Camp Won't Complete Installation Of Windows 7

    i was trying to install windows 7 ultimate 64bit in my macbook pro (early 2011), but in the process of the installation, its stopped and stay still for a longtime. i was hoping it will get through but didnt. i tried several times but still got the problem. is there any solutions for this?

    I've a few questions here:
    Is your Windows 7 CD one that you bought at retail (a boxed copy) or one burned from Microsoft's online sources (MS Store, TechNet, etc.-an image known in the trade as Electronic Software Distribution (ESD))?  Images from non-official sources, and discs not purchased through reputable sellers, may be incomplete or have other problems.
    If an ESD copy, did you follow the instructions given to you for a proper burn?
    For both retail and ESD copies, did the DVD include Service Pack 1 (SP1)?
    Did you print out, and did you follow, the instructions given in the Boot Camp Installation and Setup Guide?
    In particular, there is a step that requires you to format the partition labeled BOOTCAMP as NTFS.  If you somehow missed this step, you will be unable to install Windows properly.
    Get past these, and we can resume troubleshooting.
    Nate

  • Boot Camp partition no longer loads/re-installs.

    Hello everyone,
    I'm having a strange issue with Boot Camp(or possibly my Hard Drive in general). I had a working Win7 Ultimate 32-bit partition last night, then rebooted into Mac OS X Mountain Lion (10.8.2). I tried rebooting into Windows 7 this morning, and it goes to a blank black screen(without the blinking cursor), and never loaded the OS. I tried accessing the Windows Boot menu to turn on visual debugging/safe mode/recovery console, and I never access that menu. I grabbed my Win7 install disc, and it also boots to a black screen. I was only able to get some display when I used a 64-bit only disc, and even that only gave me the "Windows is loading files" progress bar, and stayed there once the bar had filled.
    I stuck an Arch Linux boot disc in the system, and was able to boot all the way to a bash console.
    I then decided to back up my files, remove the Boot Camp partition and reinstall Windows 7. Same results as above. I never get to the installer to finish loading the Windows installer.
    Anyone have any ideas?
    Message was edited by: LKHetzel --- verbiage

    Hi,
    if I remember correctly Parallels installs some kind of file system driver to OSX to access NTFS files system partitions.
    The 'case of the missing Windows partition' is widely spread when using these NTFS file system drivers in OSX.
    (Others are NTFS-3G; Paragons NTFS for Mac and Tuxera NTFS for Mac).
    To my knowledge there is no other remedy to this phenomenon then to deinstall the NTFS drivers.
    But as long as the Option-key is working maybe you can live with it.
    Or use rEFIt http://refit.sourceforge.net/ as a Boot-Menu.
    Regards
    Stefan

  • Want to upgrade Windows and migrate to a new Boot Camp partition

    I'm a dedicated Mac user who must on occasion use Windows at work.
    Knowing that it's always best to make changes one step at a time, I'm looking for recommendations before embarking on a multi-step upgrade and migration:
    CURRENT SET-UP:
    MBP 2009, Core 2 Duo, 3.06 gHz, 8Gb RAM, 500 gb hd
    OSX Lion10.7.1
    Parallels 7
    Windows XP SP2
    No Boot Camp Partition
    GOALS:
    Create a Boot Camp partition and migrate Windows to there
    This will allow me to keep all my Windows files in one place and have access to them regardless of whether I boot into Windows natively via Boot Camp or via a virtual device using Parallels
    Upgrade to XP to Windows 7 using Windows 7 Pro Upgrade for Vista
    I bought this as a pre-release two whole years ago
    Hey -- was told then on the MS web site that this path would work...
    Use iCloud to sync my Apple stuff with my Windows stuff (Calendar, Contacts)
    I currently do this successfully via MobileMe and Outlook Exchange
    However, iCloud requires that syncing with Windows requires Vista or newer (so gotta go to Windows 7, 'cuz ain't going Vista)
    Migrate all my Windows applications and files without having to do clean installs
    I know, clean installs are always better
    However, IT support at work is always overloaded, so I choose this route for now
    Also, I regularly use Super Duper to back-up (clone) my internal HD  -- and have restored a number of times, always successfully -- so that necessary step is well covered.
    Any recommendations?
    Thanks in advance.

    I ended up deleting my WinXP partition and the upgrade to OSX 10.7 went fine.

  • Theres a Boot Camp partition, but it's not bootable

    Hi, so I made a boot camp partition and then my computer restarted, and opened the windows installer. Me being stupid, I realised that I had forgot to put some drivers onto my USB. So, I went back to OSX (by quitting out of the installer and pressing OPTION while booting up) to get those pesky files.
    Then I went into System Preferences to boot of Boot Camp, and Lo Behold! No bootable Bootcamp. It only shows my original hard drive and my Windows CD.
    I am using OSX Mavericks and a early 2010 MBP.
    Proof of my partition:
    Proof of no bootable partition:
    Note: Same thing happens when I restart my computer while holding OPTION, not bootcamp.

    first one setup the partition for bootcamp then one install windows on the partition
    did you install windows from dvd or usb stick ?
    if not then you will not be able to boot from the bootcamp partition as it would not have an operating system installed on it

  • How do I create a Boot Camp partition with Windows & blank NTFS partitions?

    I'm trying to create this kind of setup:
    OS X partition
    Windows 7 partition
    blank NTFS partition (no OS)
    blank NTFS partition (no OS)
    This would be much easier if I created just the OS X partition and the Windows 7 partition with the Boot Camp Assistant tool (done this many times before successfully on other computers). The problem begins when I try to split the Boot Camp partition through the Windows 7 DVD partition manager during setup by deleting the Boot Camp partition, and recreating three partitions from the unallocated space. After installing Windows 7 on one of those new three partitions, I'm getting all kinds of startup errors when I try to install the Boot Camp drivers.
    What would the best way to achieve this setup?

    Yes, I researched many options for three partition dual boot set ups. After many trials and tribulations, there is a simple method that I have used on multiple MBPs.
    1. Run Boot Camp Assistant, as per the Boot Camp Installation and Setup Guide. Once you have Mac OS X and Windows 7 set up, check the partitions and back them up (with Time Machine, and Winclone).
    2. Get iPartition, and resize the Mac and Windows partitions to what you want, say 100GB each, and set up your other partitions to the size you want. I put mine "after" the Windows partition, at the end of the disk, and have had no problems. It takes a few minutes to create the bootable CD for iPartition, but you get everything you need to do so from Coriolis Systems. You will need your Mac OS X installl disc.
    3. Install Paragon's HFS+ for Windows and NTFS for Mac, and everybody can read and write everything.
    4. I have both Time Machine and Norton 360 back up the Data partitions, just in case -- to an external drive, of course.
    You can boot to either OS and access any partition.

  • BSOD every 20 minutes running windows XP in boot camp partition

    Has anyone else had this problem? Everything was running fine for a couple of months on my new mac OS X until around the time I installed the recommended updater to Boot Camp 2.1, then Windows XP started crashing every 20 minutes exactly, BCCode : 1000007f. One line of discussion suggests it's a boot camp problem but uninstalling the update hasn't helped. Others seemed to think it might be a graphics card incompatibility. I've now been advised that it's a Norton 2008 problem and I should uninstall that although I haven't tried yet. But the every 20 minutes must be some clue to what's going on. Does anyone have any ideas?

    Thanks Axel. I removed Norton 2008 with the uninstall tool and hey presto no more BSODs so far (24 hours). I've also replaced Norton with Kaspersky. I guess this is really a Norton/Boot Camp compatibility problem but it's weird that Norton ran without problems on my system for five months until I installed the Boot Camp 2.1 updater. Having said that, I now see that there are a couple of discussions on this in the Boot Camp > Installation and Storage topic list ...
    In one of these, Mark Davidson3 resolved the problem by completely uninstalling/reinstalling his Boot Camp partition and is now running Norton again with no problem but I wonder if that's because he must have uninstalled/reinstalled Norton in the process. Like me, the crashes had started for him only after he installed the Boot Camp 2.1 updater. Presumably Norton would run again on my system now too if I reinstalled it.
    Has anyone out there talked to the Norton/Boot Camp people about this?

  • Copying a disk which has a boot camp partition

    Colleague has an iMac with a boot camp partition, and the disk has failed.  It won't boot off the mac partition, although the windows partition works fine.  He bought a new 1T disk and we are trying to copy his disk on to it, and will then install the new disk into the iMac.
    So it's booted up using the SnowLeopard install disk and I am running disk utility.  First I tried to partition the disk into something that looks like the partition scheme on the current disk -- big partition for os x, little partition for windows, although big & little are 750GB vs 250GB as opposed to the smaller version on the 260GB original.
    Then I tried to use the Restore to go from the old bootcamp partition to the new MS-DOS (fat) partition on the new drive.  This failed.  First it resized the fat partition down to an ever-so-slightly smaller partition than the NTFS original, and then generated an error because the partition is too small.
    How do we do this?

    Loner T wrote:
    1. Do you have a TM backup of the OSX which came from this "failed" disk? It may just be a matter of reinstalling OSX too work around bacd blocks?
    My boss tried that about a year ago, but it failed again after not too long.
    2. What is the failure when switching to OSX from Windows?
    Not sure.  Now when I option-boot the machine I can't see either partition -- I can see the installer dvd and the new drive in its external enclosure.
    3. Windows can be installed only on the internal disk, which is a Windows restriction that BC enforces. Apple allows OS to installed on external drives. Ask Gates/Ballmer/Nadella why?
    4. Yes, you can get data of the disk, not matter how it is connected, internal or external. It is tricky to take a Volume and move it. Can I suggest an investment in Winclone to backup and restore (http://www.twocanoes.com/products/mac/winclone) Windows?
    5. Yes, but I would recommend putting Bootcamp Windows back as BC/Windows, rather than virtualizing it using Parallels.
    Well moving the new disk in to the iMac is one of the tasks we need to accomplish, so we can do it now.  My plan was to use dd to move the data from the partition on the old drive to the partition on the new drive, once we can get Boot Camp Assistant to create it.  Winclone looks like a great product, but it's $29.  Parallels is only $79, and if a disk fails or you migrate to new hardware all of the Parallels vms come over effortlessly using Setup Assistant or Migration Assistant.

Maybe you are looking for

  • HI pls help me in this urgency

    I am using Creative Sound Blaster 5. and I want windows 7 driver for that please help me to get it I am using windows 7 64 bit ultimate my system configuration is 4GB ram and 500GB hdd,Core2duo with 2.53Ghz... PLease help me I am very much need of it

  • Regarding video chat

    Hi Skype, I cannot be able to video chat with my fiance anymore. I think something has gone wrong. Since last week, I cannot video chat with her on skype from my laptop. Would you able to help me out or check that why the video chat cant be possible

  • Importing Adobe Premiere file formats

    Can the latest version of Final Cut Pro import Adobe Premiere CS3 file formats?

  • What are the Pre-requisite to set Deletion Flag for Maintenance Order ?

    Hi Gurus,               Pls give me what are the pre- requisite to set the deletion flag.               I want to set deletion flag to some Maintenance Orders which are with notification, but deletion flag - SET,RESET Indiacaors are inactive.        

  • Time machine has losing contact with my external drive, connected via a USB port.

    Recently my Time Machine program has begun losing contact with my external drive, connected via a USB port. When I attempt to open Time Machine, it indicates there is no external hard drive.  When I click on "setting up time machine" it opens airport