Transfering Data into New MacBook

I just got a new MacBook and I want to put all the stuff i had on my old iBook on this one, how can i do that?

The first time you turn on the MacBook, the Migration Assistant will appear and offer to move your data; the two machines must be connected with a FireWire cable to do this. More information about the Migration Assistant is available on this page.
(13902)

Similar Messages

  • Syncing iphone data into New Macbook Pro

    Hey guys,
    I read a few answers on the forum but I want clear confirmation if any of you could help. I lost data on my Macbook Pro as the hard drive crashed. I bought a new Macbook Pro and I want to sync the data of the iphone into the new computer.
    I need to transfer, mainly...SMSes, Contacts, Photos, and mail data (My mail is all IMAP though which is good right? perhaps transfer that information would be nice).
    Applications and the data on them if possible and music would be good.
    Isit safe and as easy as plug and sync? I also have a Fruux Account but the iphone data is more updated because while awaiting my new laptop, I was using my iphone as the temporary computer.
    Is there anything else I should do first? Sync Fruux first or vice versa and should I do anything else?
    Thank you!

    Good, glad you have a backup. So what you need to do is move those libraries from your PC to the new MBP and then import them into iTunes. Follow the instructions you will find here. I would recommend you move the files to an external HD.
    Prior to doing that I would also recommend you read over Switch 101 and Mac 101. Both of these links will provide you invaluable information for someone making the switch from a PC to a Mac.
    Regards,
    Roger

  • Transferred data to new macBook Pro, iPhoto won't open

    I just recently purchased a new 15" MacBook Pro (2.2GHz) and transferred all data from old 17" MacBook Pro to the new computer. Transfer when without problems. Tried to launch iPhoto and only get the spinning beach ball - not responding on force quit. Help please. I have a lot of photos in iPhoto (29K)
    Thanks

    Downloaded software update, seems to be working now

  • HT1554 Apparently, I don't know my "com.apple.smig keychain" password. And I'm in the middle of setting up my new Mac mini. I transferred data from my MacBook and what I thought was the password isn't working! Help!!

    Apparently, I don't know my "com.apple.smig keychain" password. And I'm in the middle of setting up my new Mac mini. I transferred data from my MacBook and what I thought was the password isn't working! Help!!

    Hello,
    See if this helps...
    Mac OS X 10.4 Help, I forgot a password in my Keychain
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1960.html
    Mac OS X 10.4: Keychain Access asks for keychain "login" after changing login password...
    http://support.apple.com/kb/HT1631
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • I transferred data from my Macbook Pro to my Mac mini but it forced me to make a new user for my old data.  How do I transfer my music, pics, and docs from the "old" user to the new user (so that I only have one user instead of 2?)

    I transferred data from my Macbook Pro to my Mac mini but it forced me to make a new user for my old data.  How do I transfer my music, pics, and docs from the "old" user to the new user (so that I only have one user instead of 2?)

    Unless you transfer the files from Setup Assistant, Migration Assistant creates a new user with the data.
    To transfer the files to your first user, you have to log on this new user, and copy all your files to /Users/Shard folder. This is a folder where you can put the files you want to share between two or more users, and all users can read and write in it.
    After copying the files, go to your first user, open /Users/Shared folder, and copy the files to your user folders. If you migrated applications, you must know that they are stored in a common folder (/Applications), so you don't have to transfer them. To open /Users/Shared folder, open Go menu (in the menu bar) > Go to Folder, and type the folder

  • I recently purchased a MacBook Pro and transferred data from my MacBook via Ethernet cable. I did not consolidate my accounts and kept using my MacBook. Can I update the data transfer now using Ethernet and can I consolidate my accounts?

    I recently purchased a MacBook Pro and transferred data from my MacBook using Migration Assistant via Ethernet cable.  I was confused about consolidating my accounts, so I continued to use my old MacBook.  Can I now update the data transfer using the same process and begin using my new MacBook Pro exclusively?  How do I consolidate my existing accounts?
    Thank you.

    Of course. It does everything it did before Yosemite. You just won't be able to send or receive SMS messages with it.

  • Can't import video from Canon GL-2 into new Macbook Pro

    Can't import video from Canon GL-2 into new Macbook Pro
    Using 9-4 pin cable and then using firewire 800 to thunderbolt adapter.

    Does the MBP see the camera at all?

  • HT4910 sold my ipad today. the concern is how to access all info stored in cloud and if possible eventualy merge data into new andriod tablet. Thanks all of you who respond.

    sold my ipad today. the concern is how to access all info stored in cloud and if possible eventualy merge data into new andriod tablet. Thanks all of you who respond.

    >
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7003,127.0.0.1:7103,127.0.0.1:7104
    MatchExpression /app1
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    MatchExpression /app2
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    >
    This configuration is weird little bit. There is MatchExpression /app1 and MatchExpression /app2 and at the same time two <Location /weblogic> sections. Are you sure you understand what that configuration stands for?
    Try something like this ...
    <Location /app1>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    </Location>
    <Location /app2>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    </Location>
    where /app1 and /app2 are contexts of your weblogic applications.
    http://download.oracle.com/docs/cd/E11035_01/wls100/plugins/apache.html
    http://httpd.apache.org/docs/2.0/mod/core.html#location

  • HT1270 does installing aftermarket RAM into new macbook pro non-retina void apple warranty

    does installing aftermarket RAM into new macbook pro non-retina void apple warranty

    Only for the RAM which should be covered by the manufacturers/vendors warranty.  Now if you damage the MBP while installing the RAM then you may find yourself voiding the MBP warranty.  But ir does take a lot to do that.
    Ciao.

  • Legacy data into new UCM Solution

    we are implementing new UCM solution to one of my client,
    Client is having lots of legacy data(>2TB), and they want to move the complete data into new UCM Solution?
    My question is, what is the way to convert the whole data in to UCM Content server?

    I assume that you are aware of the productised UCM Siebel integration...are you wanting to load legacy data and make it available through this? Even if you are the approach is much the same.
    OK so if on a file system then what you need to do is work out how you can derive metadata either from the directory structure OR the Siebel DB or the content itself - those are in order of difficulty and time taken I would say.
    The simplest thing to do is to use this information to create batchloader scripts. Why not try and create some test scripts where you load in 100 items or similar and see if the results/performance are aceptable.
    It will take a long time to load 2TB of data - how many separate files is this? So you may need to devise a schedule for doing this in a number of smaller migration runs.
    Tim

  • Download old iPod touch date into new iPod touch through iTunes

      How do you download old iPod data into new a new iPod?

    Simply connect the new iPod to the same computer that was used to sync the old iPod.  iTunes will know the difference and will assign a unique name (which you can change if you wish).

  • I transferred data to my MacBook Pro, then I accidentally did an UNDO and all the data desapeared....What can I do to recover it???

    I transferred data to my MacBook Pro, then I accidentally did an UNDO and all the data desapeared....What can I do to recover it???

    Sorry, but it's probably lost, then, presuming you never made a backup. There's a dim chance that you could recover at least some of the data using a file recovery utility such as Data Rescue from Prosoft Engineering, but the chances aren't good and get lower the more you use your computer.
    Regards.

  • I want to retain my itunes 'date added' information when transferring to my new macbook pro

    Hello There
    I think even before I ask this, that I know what the answer will be, so please don't laugh at me, just sympathise..
    I have a lot of music. A lot. So much I need to use the date added to keep it all organised and know where I am. Previously I used a computer from work for everything, but just got a shiny new macbook pro - woo hoo!
    First thing I did was transfer my itunes library. I use a HD so pretty easy, simply hold down the option key whilst starting itunes, select the library on my HD and wallop, off we go. After a few minutes of chugging all my music is there and my playlists. Fantastic I thought, but then hold on - date added says today. This can't be right I say to myself, some of these files were added in 2008...
    Being slightly paranoid about doing this I created a copy of my old itunes library - better safe than sorry. I open the old back up of itune library (an xml file) and sure enough, all the correct dates are there. I open up the new one and it says everything was imported today. Weird. So I try reimporting -doesn't work, overwriting the new xml file with the old info, saving and opening itunes again - no sir. Nothing works. It appears that whilst I can interact with the xml file, itunes uses another file (itunes document) which checks consistency, and won't allow the xml file info to overwrite, simply rehashes to the dates it thinks are right.
    Done a fair bit of research and I think the answer is there is not an answer. Being the wise old owl that apple is, it has decided that users will not want this information if they ever move or buy new computers, so while it will keep your playlists, it won't have this bit of info. My only option has been to create spreadsheets of old list for reference.
    I'm hoping out there someone will tell me that apple have realised this is rubbish and have fixed, or will say fret no longer, here is the magic workaround, but I haven't found anyone who can yet. Does anyone have the answer?
    Until then, I will continue to perform this awkward workaround and stick pins into the apple voodoo doll.
    Cheers
    Mr Sherlock

    weird very weird. today i did this again today after already being unsuccessful earlier. exactly the same thing as i have done before, exactly. didn't try to import. didn't say damaged library, copied everything in including date. have tried it about 10 times no luck. today it just worked.
    how weird is that?
    oh well JG - maybe you mixed a magic potion for me?
    anyway, thank you for all the help.
    to anyone else reading this all i can say is keep trying, you never know. follow the above advice. you may feel exasperated and think you have done it already, but keep trying.
    cheers
    P

  • Transfering iPhone 4S Data to New MacBook Pro.

    Hey there.  I know this question is always being asked, but I'm still a little confused.  I understand you can't sync your iPhone 4S to your new MacBook.  Am I right?  I bought my MacBook at Best Buy so is it possible for them to transfer my stuff?  I'm not great with this stuff so I want someone who knows how to do it.

    It should sync automatically with iTunes and Mail if you set up with your iTunes and iCloud account. It will not sync your apps as they run on a different operating system. You may need to configure Photo Stream to get the photos automatically.

  • Transfer data to new macbook pro

    Hi I have purchase a new MacBook Pro and would like to transfer everything  to the new one. The old MacBook Pro will be given to my friend so I would like to delete all personal files settings etc
    Thanks
    Elijah

    Connect the two via Firewire cable. Boot the old computer into Target Disk Mode - Transferring files between two computers using FireWire; boot the new computer normally. You should see a disk icon for your old computer's drive on the new computer's Desktop.
    Open Migration Assistant in the Utilities folder of the new computer. Follow onscreen instructions for migrating your data to the new computer.
    When finished and all is well do the following:
    Prepare Your Mac for Sale
    Boot from the OS X Installer Disc One that came with the computer.  After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.  After DU loads select the startup volume from the left side list then click on the Erase tab.  Set the format type to Mac OS Extended (Journaled) then click on the Options button.  Select the one pass Zero Data option and click on the OK button.  Then click on the Erase button.
    Note: You can skip the Zero Data option if you are not concerned about removing sensitive personal data from the hard drive.  If you choose to skip this part of the process then it is possible for others to recover data from the hard drive.  The Zero Data procedure will prevent others from getting access to your personal information.
    This process will take 30 minutes to several hours depending upon the size of the hard drive.  After formatting has completed quit DU and return to the installer.  Now complete the OS X installation.  At the completion of the installation do not restart the computer.  Instead just shut it off.  The next user will be presented with the Setup Assistant when they turn on the computer just as it would if new out of the box.

Maybe you are looking for