Is it possible to do an image file restore in a Mac Mini running Windows 7 in Parallels?

I recently purchased my first Mac, a Mac Mini.  It will have Windows 7 installed with Parallels.  I will probably sell my current Dell laptop Ebay prior to receiving my Mac, and have done a complete data and image file backup to an external drive.  My question is, when I am in Windows 7 on my Mac, will I be able to utilize Windows Restore to load my .iso image from my external drive?   I'd like to have it looking just like what I had on my old Windows machine.  I will have the 1TB fusion drive on my Mac, so space isn't an issue.  My goal is to eventually migrate most of my files and data over to the Mac OS, after which I will only keep a few programs such as Office 2013 in Windows.   Will I have to resize my Windows partition to accomodate this, or will Parallels or Mac OS do this automatically for me?  I'm totally new to the Mac world, so I apologize if these questions have already been answered elsewhere.

Not all virtualization engines are the same.  I would consult with Parallels if that is going to be the one of choice.

Similar Messages

  • How to make a image file from Pre installed Mac osx ? "PLEASE HELP :("?

    hey guys ..Thanks u for the time.
    So i have this eMac which has crashed and i have got may hands on another eMac.. and it works
    ... the only problem is.. I can take my eMac to the working eMac to do Target Mode or any thing...
    So Help me..
    My question is .. Is there a way to make a .DMG image file from pre installed mac osx OR
    Is there a way to may a recovery disc??

    You can use Carbon Copy Cloner to copy everything from the working eMac onto the non-working eMac while the working eMac is running. If your eMac will still do target mode into the working one, you can download the above software, select the booted drive as the source drive, and your eMac's drive as the target, however it is possible this will not work.
    When you say your eMac crashed, what exactly happened?  It is possible that the hard drive in your eMac failed or is failing, so in order to get it running again you would need to replace the hard drive.  On the eMac, this repair is somewhat involved, and you have to be very careful because it exposes the CRT, which has several areas which can be extremely dangerous to touch if not properly handled.  CRTs retain a great deal of voltage, even when unplugged, sometimes for weeks, and they can give you a nasty shock if you touch them in the wrong place.
    Also keep in mind that cloning from the working computer to the non-working computer will ERASE any data that you have stored on that eMac, so if you don't have it backed up anywhere, you may want to attempt that with target mode before proceeding.
    Good luck!

  • How to solve: The backup disk image "/Volumes/Data/IP's Mac mini.sparsebundle" could not be accessed (error -1).

    Hi,
    Please help!
    I set up my time capsule yesterday, and it worked perfectly initially.  However, after I used the same time capsule HDD as network file sharing with my MacBook Pro and two other PCs, than the hourly backup failed and gave the following error message. 
    The backup disk image “/Volumes/Data/IP’s Mac mini.sparsebundle” could not be accessed (error -1).
    Please help telling me what to do to restore the backup function.
    ipmt

    First, restart the Time Capsule by disconnecting the power adapter and reconnecting it. If other devices on the network can see it, you can skip this step.
    From the menu bar, select
     ▹ System Preferences ▹ Network
    Click the lock icon in the lower left corner of the window and authenticate to unlock the settings, if necessary. Click the Advanced button, then select the TCP/IP tab in the sheet that drops down. Click Renew DHCP lease.
    Try again to back up.
    If you still can't, open the Time Machine preference pane and delete the TC from the list of backup destinations. You may have to unlock the settings by clicking the lock icon in order to do this. Then add it back.

  • Is it possible to screen share an old iMac running 10.4 with a new Mac Mini running Yosemite

    Is it possible to screen share an old iMac running 10.4 with a new Mac Mini running Yosemite. I am trying to bring the old iMac screen up on the Yosemite system

    Hello! Not out of the box: OS X Mountain Lion: About screen sharing  You'll have to look for third-party options like Teamviewer

  • How do I set up my Mac mini to read iTunes and iPhoto files from my new Mac mini server?

    Want my old Mac mini to read iPhoto and iTunes files from my new Mac mini server.  Old Mac has no more room to store files.  How do I do this?

    Hello,
    Have you tried enabling iTunes Sharing & iPhoto Sharing on the Server?
    Or maybe...
    http://support.apple.com/kb/ht1449
    http://www.apple.com/itunes/inside-itunes/2011/02/how-to-move-your-itunes-librar y-to-another-hard-drive.html
    http://support.apple.com/kb/PH2506
    http://support.apple.com/kb/ht1229

  • HT3275 The backup disk image "/Volumes/Data/JIP's Mac mini (2).sparsebundle" is already in use.

    I have a time capsule that I use for my apple computers.  My iMac has no problems but my Mac mini keeps getting this error for backups:
    The backup disk image “/Volumes/Data/JIP’s Mac mini (2).sparsebundle” is already in use.
    What do I do?

    Please shift the focus of your eyes to the right side of this page to find the heading of More Like This.  There are multiple answers and solutions there.

  • Is it possible to have a phone line connected to a Mac Mini (OS X10.8.2) so you can use your computer with Parallels (Windows xp) to dial into a modem to download data being collected and stored at the remote location?

    Is it possible to have a phone line connected to a Mac Mini (OS X10.8.2) so you can use your computer with Parallels (Windows xp) to dial into a modem to download data being collected and stored at the remote location?

    Hi, do you mean a real Dial-up Modem as in the old days?
    As I recall, the Apple USB Modem won't work in 64 bit OSes, but there are others that will, I think this is one of them...
    http://www.zoomtel.com/products/dial_up_external_usb.html
    Or is the Modem on the other end Cable/DSL/FiberOptic?

  • How do you unzip a Word File on an older MAC mini?

    How do you unzip a Word File on an older MAC mini?

    On older Macs .docx files can look like a zip file. This is because they contain a proprietary form of XML compressed using ZIP.
    If you have an older version of Office for Mac, i.e. Office 2004 which predates .docx format files, then you can install a free addon to allow it to import and export .docx files.
    See http://www.microsoft.com/en-us/download/details.aspx?id=27334

  • Is it possible to submit an image file with PDF form?

    Hello,
    I know that Acrobat does not offer a field for image file submission.
    whether there are workarounds to solve this problem?
    I have found suggestions regarding place an image to button icon:
       event.target.buttonImportIcon();
    but I can't understand is it possible to submit this image to server (Reader supports PDF only).
    Any advices?
    Yury

    Hi Yury,
    Yes, that's correct you can create a button and add a script to it that would prompt the user to select an image file when that button is clicked. Then that image can be displayed using the same button (buttons can show either an image or text).
    The script in question is:
    event.target.buttonImportIcon();
    You need to add it as an Run a JavaScript-action to your button, triggered by the MouseUp event, and of course set the button's layout.
    Please refer to this link : https://acrobatusers.com/tutorials/how-to-create-a-button-form-field-to-insert-a-pdf-file
    On submitting the image it gets embedded with the PDF.
    If the users are using Acrobat they will be able to view the image in the PDF, however if they are using only Reader, you will have to create the form using LiveCycle & then save it in a Reader Extendable Format.
    Regards,
    Aadesh

  • Is it possible to relink whole image file directories in InDesign?

    I have templates that come from another office. Their image folders are set up identically to ours, except ours is mapped to a drive in our office, theirs is mapped to a folder first on a drive in their office.
    The links show up as missing. Relinking one will find a few, but on a regular basis, I need to be able to point InDesign to our Image folders, which are mapped to one of our drives. There must be a way to accomplish this? I hope?
    I am using CS5
    ps: I just learned it is a Mac to PC thing - the original files are on a mac so they are not mapped to a drive the way our PC images are.

    Hi,
    So there is an image folder and subfolders which path are similar in some part and differ in another, right?
    1. If you would reorganize it to one folder - relink would complete the job... or
    2. If you (your net admin) would reorganize shared folders (sharing this part of path which is different) - links would be similar... or
    3. If you would write a short script - all images could have redefined path by click.
    hope...

  • Is it possible to find a version of pages to install on 2007 mac mini running lion?

    Can't install the latest system on my mac mini, it's too old.
    Want to install pages to work with files a friend is sending me.
    The app store only shows the current version of pages which requires the current system.
    Is it possible to find an old version of pages to install to run on 10.7.5 ?
    or better yet on 10.6.8? (on which I'm stuck because quicken stuck there)
    Thank you.

    I cannot answer your Pages question, but...
    What type of file is your friend sending you?
    FYI: Quicken 2007 for Macs (Snow Leopard, Lion, Mt. Lion and Mavericks) is available for only $15 download directly from Intuit:
    http://quicken.intuit.com/personal-finance-software/quicken-2007-osx-lion.jsp
    Also, if/when you upgrade, be sure to partition your hard drive or add an external drive and install Lion, Mt. Lion or Mavericks there!
    Keep your Snow Leopard partition and DO NOT install upgrade over it, as the upgrade will destroy the Snow Leopard environment.

  • I would like to download my iTunes library onto a mac mini running OS 10.4.11 (and iTunes version 9.0.2), or transfer it from my macbook air, running OS 10.7.5. Tried downloading direct from iTunes and file sharing, but neither is working.

    Hello apple support community!  I'm trying to download my music purchases from iTunes onto my old Mac Mini.  It runs OS 10.4.11 and doesn't have the capacity to upgrade to a newer OS.  When I ask iTunes to check for available downloads, it says there are none.  I have tried updating the iTunes software (version 9.0.2) but it can't connect to the server, even though I am on a wireless network.  I've tried using home sharing and file sharing with my macbook air, but neither are working.  Grateful for any suggestions!!  The only thing I really use this mini for is music, so really hoping to be able to get my music purchases on there.  Thanks.

    Thanks, Jim, for taking the time, but the reply is unfortunately vague in the exact area of my confusion!  "you need to copy that file to your new computer..."  Well, the Import/Export instructions make it seem as if the two computers should be able to communicate this file thru wifi, but that's the linkage I can't seem tocreate with Import/Export.  Should I instead email a copy to myself (thats what applecare suggested)?  Copy it to and from a thumb drive?  But then place the file where?  And the article was helpful, but should I be trying to move the Library file or the Library.xml file (as iTunes Help suggests)?  Sorry to be so clueless about it...I suppose I buy Apple in the hopes of not having to think about this stuff, which approach seems not to be serving me well. Thanks again for your time!

  • File Server For Both Mac OSX and Windows?

    Hello All,
    With HP discontinuing theier HP Server line, I've been browsing around for quite some time at a good box to use as a file server.  My windows Home server is about to die i feel, and most PC based servers seem just as pricey as me acquiring a Mac Pro Server with Two 1TB Hard Drives and using OSX Lison Server.
    However, before I take that plunge I was really wondering if anyone had had any success or stories that they can share about using a Lion Server with windows 7 PC's.
    I use a MAC, but everyone else here uses windows.  On my the home server box we bascially store all of our digital photographs, personal files and such as a backup.  Granted the Apple time machines and mac mini's can be used as the same but you loose the redundant hard drives and stability of comintuing to upgrade if you run out of space.
    So I'm hoping that its positive and pretty much flawless where the Mac Pro with Lion Server could just save and serve files galore without slow down or problems.  With my past mac experience that's usually not the case.  I just want to replace that box, have a new box that can store files off of the independent machiens with a here or there additional backup on it as needed.
    The other plus if I take this plunge is I have a Mac Pro box for greater functionality at home over my Macbook Pro!   So yeah, a little perk for me...
    Thanks in advance for any news you can help or offer me...  I know I'm probably asking something that a ton of others may have alredy asked and sorry for the duplication if thats the case

    Mac OS X Server can do all that.
    You can keep All the user accounts on the Server, or you can just use it for File Sharing. Does Windows SMB or Apple File System sharing without issue. Disk Utility can create Mirrored RAIDs right out of the box, that expensive RAID card is only needed for RAID 5.
    I run a Server at home like a School Server with ALL User files on the Server (you log on at any Mac and your files appear, because they are on the Server). User files are on a pair of Mirrored RAID drives, and I use Time Machine to automatically back up all the User Files on the Server once an hour. Gigabit Ethernet Switches provide "Hard Drive-like" file access.

  • Extreme as File Server vs. Mac Mini G4

    Hello all,
    I have an iMac 24" 2008 and a Macbook White 2010 which I use for work both at home and away. I have all my work files and databases on an external hard disk plugged into the Airport Extreme as a file server. I can also access this when away from home using Macbook and MobileMe. I also have an Airport Express to extend the network at home. Currently reaching 8.4MB speeds on a 10mb connection over wireless.
    Recently the iMac has been taking it's time to connect to the HD to such an extent that I get frustrated and pull the HD from the Airport and plug it direct into the iMac just so I can work. The Macbook doesn't seem to have a problem connecting to it.
    I also have an old Mac Mini G4 which I tried to use as a file server before but found it slow also.
    Given the choice, what would you opt for? Mac Mini again as server or Airport Extreme with HD? The HD I use is a portable Maxtor 160Gb but I also have a Lacie Starck 1tb that I currently have plugged into the iMac as a Time Machine.
    I just want a simple file server option with fast access!!!
    Lewis

    RAID is not backup.  Software RAID and hardware RAID are the same thing operation wise.  The only difference is that you need your Mac Mini to do the managing and controlling of the RAID array as opposed to the dedicated RAID controller with the hardware option.  With 2 drives on your server, you usually have 2 RAID choices -- Stripe (Raid 0) or Mirror (Raid 1).  If you set up your Mini with software RAID 1, then what this does is whenever your first drive is being written with data, the second drive is mirrored with the same data.  In the event of a boot drive failure, you can still boot from your second drive.  You can achieve the same thing somewhat with Carbon Copy Cloner, but it is not as seamless as RAID 1.  Raid 0 stripe mode essentially doubles your hard drive throughput, but because the Sandy Bridge Intel Core i series chip is a powerful and efficient CPU, there won't be a huge latency lag associated with previous software RAID setup.
    Dual Core vs Quad Core is really dependent on software used.  If you use Handbrake a lot which takes advantage of the multi-core of the Quad Core, then Quad will be faster than Dual Core.  However, some Mac software are not multi-core aware.  In this case, a fast Dual Core with Turbo Boost engaged will be FASTER than a Quad of a slower clock speed in single process type application, but the newer Core i5 can run up to 4 threads, simulating somewhat 4 virtual cores, so really it is application and usage dependent. 
    I recently purchased a Mac Mini Core i5 2.3Ghz to deal with more HD video work and upgraded it to take a second SSD drive.  It is way cheaper than the Apple BTO option, plus I get to choose which fast SSD drive I want in.  With a SSD drive installed, the Mini just flies.  The Mini did not dissappoint me with iMovie 11 and editing plus finalizing.  For the cost to performance and power usage aspect, the Mini with Core i5/i7 option is a viable path.

  • Is it possible to use a iMac(2011)as display while mac mini is using windows7?

    i have a imac 27‘(2011)running mountion lion,my new mac mini is runnning OSX and windows7 on bootcamp.
    i can use imac as display when mac mini using OSX,but when mac mini switch to windows,command+f2 dose not work?
    is it possible to connect like that?

    Hmmmm, see if this works...
    http://techtips.salon.com/use-imac-pc-monitor-1648.html

Maybe you are looking for

  • Hardware Configuration in MAX when not logged in as Administrator

    I am attempting to load a .cfg file for a VME device through the Hardware Configuration option on MAX.  When you are not logged in as an administrator, the option is greyed out.  I do not have the option of always running this as an administrator.  H

  • Clicking on a link in an email no longer connects to the website

    It was working fine until this evening. Now the hyperlinks don't connect. Also, the "Help Contents" does not open.

  • IWeb Tiled Image Background Loads for Each Page

    My site Ostyn-Newman.com uses a black template.  I have an image that I tile for the background as well as for the browser background.  They are the same image. IWeb seems to do two things that make my site slow way down. IWeb  1) Treats the browser

  • Details for 'Is Web service security available?'

    Hi i am working on scenario rfc to webservice.Its as secued webserivce i need to do ssl configuration. In component monitoring..for the integration engine its in yellow... Details for 'Is Web service security available?' Communication error Proxy cal

  • Foreign Currency balance in FSG

    Hi , We are in R11i . Set of Books functional Currency - USD Entered Foreign Currency Journal - SGD When we run the FSG report for USD , it have the balance .. But when we run for SGD , it don't have any balance . Here my question is , Do i need to r