Mac os 10.4.5 time machine restore

During Time machine restore should system sleep

Hi artichie, Welcome to Apple's Users Help Users Forums.
Glad you got it solved. While taking a break from that assignment come back and thank Sherman in the Forum way.
Thanks in Apple Forums is through the Stars system. See the blue box at the top of the thread as well as the Apple emails re new posts to the thread.
With the buttons just to the left of "Reply" for the OP = Original Poster.
1 Green Solved available. 10 pts
2 Gold Helpful available. 5 pts.
Mark the buttons at the appropriate post.
Joyous Computing, JP

Similar Messages

  • Can't Boot After New HD + Time Machine Restore

    So a couple days ago my 27" iMac running Snow Leopard started making some weird noises and stalling out. Annoyed, I talked for a couple hours with apple tech support which eventually lead me to run an Apple Hardware Test. This test returned the error
    "Alert! Apple Hardware Test has detected an error.
    4HDD/11/40000000 SATA(0,0)"
    I scheduled an appointment at the Genius Bar, and they replaced the hard drive.
    After that I got it home and did a System restore from my time machine backup. It finished fine, but when I restarted it got stuck on the grey apple screen with the spinning dial thing.
    I called apple back and they had me do a couple things like repair disk, verify disk, and one person had me reboot into this command line mode and type some stuff in. Nothing worked. After that They had me try to reinstall the OS first from archive, and next by erasing the hard drive and doing it. Both times the install fails with a big yellow exclamation point saying that it couldn't install support files and the OS couldn't be installed.
    Any ideas how to fix this?
    I'm currently trying to restore from my time machine backup again, but I'm not hopeful.

    Here's what I got - apologies for any formatting peculiarities.
    The problem: 10.6.6 mac won't boot after time machine restore to disk.
    Further symptoms: Booting with Command-v shows several errors: usually blued and loginwindow collapse with errors from launchd. Errors will be of the style "dyld: Symbol not found: CSSMOID_APPLE_TP_MACAPPSTORERECEIPT" and other CommerceKit / CommerceCore framework errors.
    A solution: Your Framework Security library may be an older version (possible cause with Time Machine below). The easiest way to fix this is to find another, working 10.6.6 Mac, and update the Security library on the broken machine.
    Identifying if you're affected:
    1) Boot the broken machine into "target" mode - hold "Command-t" during boot until the [Firewire|http://itunesu.utah.edu/terms/images/Firewire_Icon.png] icon appears.
    2) Connect the broken machine to the working 10.6.6 machine with a firewire cable.
    3) On the working machine, the disk of the broken machine should mount.
    4) Open Terminal
    5) Run "ls /Volumes" - the name of disk you mounted should be there (in this example, we'll use "Macintosh HD".)
    6) Typing in the path of the broken machine, run:
    <pre>
    nm /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security | grep random_fd | cut -d. -f2
    </pre>
    (this does a dump of the library, looking for the version value)
    If this comes back with the value 22457 (or less?), your Mac is not booting because it does not have the updated version of the Security library, which is required in 10.6.6 since Snow Leopard added the Appstore / Commerce framework.
    Fixing if you're affected:
    1) First, make sure the working 10.6.6 Mac has a correct version of the framework:
    <pre>
    nm /System/Library/Frameworks/Security.framework/Versions/A/Security | grep random_fd | cut -d. -f2
    </pre>
    For 10.6.6, this should be at least "22458"
    2) *Be extremely careful at this point* - Make sure on the mounted disk (not the machine you are working on!) run the following
    <pre></pre>
    2a) Make a backup of the broken library
    <pre>
    mkdir /Volumes/Macintosh HD/savedLibrary
    cp /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security /Volumes/Macintosh HD/savedLibrary
    </pre>
    2b) Copy the working version over the non-working version:
    <pre>
    cp /System/Library/Frameworks/Security.framework/Versions/A/Security /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security
    </pre>
    3) Eject the mounted disk from the working Mac, disconnect the firewire cable, and reboot the "broken" Mac. It should come up.
    If it doesn't, you have problem(s) that are probably outside the scope of this. I'd also suggest restoring your original security library that you saved off.
    Suspected cause:
    It appears that Time Machine never recorded the change to the Security library after the update. If the library hadn't changed, the machine should have failed to boot like it did after restore the moment a 10.6.6 update was applied.
    Inspecting the contents of my Time Machine backups before and after updating shows that Time Machine never updated the Security Framework library - why is still not 100% determined, but restoring from it is definitely broken. Combing through the backup databases on my Time Machine disk:
    (I upgraded to 10.6.6 on January 6)
    <pre>
    for name in 2010-12-30-093337 2011*
    do
    echo -n "In backup on ${name}, version of Security library is: "
    nm "${name}/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security" | grep random_fd | cut -d. -f2
    done
    </pre>
    In backup on 2010-12-30-093337, version of Security library is: 22457
    In backup on 2011-01-04-100707, version of Security library is: 22457
    In backup on 2011-01-05-082402, version of Security library is: 22457
    In backup on 2011-01-06-092846, version of Security library is: 22457
    In backup on 2011-01-07-094827, version of Security library is: 22457
    In backup on 2011-01-10-093559, version of Security library is: 22457
    In backup on 2011-01-11-110542, version of Security library is: 22457
    In backup on 2011-01-12-094137, version of Security library is: 22457
    In backup on 2011-01-13-103238, version of Security library is: 22457
    In backup on 2011-01-14-113145, version of Security library is: 22457
    In backup on 2011-01-18-112856, version of Security library is: 22457
    In backup on 2011-01-20-114953, version of Security library is: 22457
    In backup on 2011-01-21-103642, version of Security library is: 22457
    In backup on 2011-01-24-102321, version of Security library is: 22457
    In backup on 2011-01-27-002508, version of Security library is: 22457
    In backup on 2011-01-27-011931, version of Security library is: 22457
    In backup on 2011-01-27-104406, version of Security library is: 22457
    In backup on 2011-01-27-114322, version of Security library is: 22457
    In backup on 2011-01-27-123928, version of Security library is: 22457
    In backup on 2011-01-27-134523, version of Security library is: 22457

  • Mountain Lion Server Web Server not working after time machine restore

    Our Mountain Lion Server (mac mini) lost its drive yesterday.  We got a new mac mini and did a time machine restore.  Everything in the Server seems to be working (users, groups, file shares, etc) except for the web server.
    Trying to connect to the server results in safari not being able to connect to the server.  Even just clicking on the "view server website" link in the Server app doesn't work.
    We've tried stopping / restarting the services.  We have confirmed that the files in Library / Server with the web pages were restored.
    Are there any gotchas, troubleshooting steps or guides anyone can point me to?  I'd like to get our wiki back.
    Thanks
    Jeff

    /var/log/apache2/error_log repeats the following lines about every 30 seconds:
    [Tue May 07 18:44:15 2013] [error] Init: Pass phrase incorrect
    [Tue May 07 18:44:15 2013] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Tue May 07 18:44:15 2013] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Tue May 07 18:44:15 2013] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Tue May 07 18:44:15 2013] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Tue May 07 18:44:26 2013] [crit] (17)File exists: mod_rewrite: Parent could not create RewriteLock file /var/log/apache2/rewrite.lock
    Configuration Failed

  • Will a system restore from Time Machine erase any of the data that is currently on the Mac and not in the Time Machine?

    We had a lot of data on our Mac (i.e. photos, iTunes libraries etc) which we backed up via Time Machine. The hard disk corrupted so we had to get it wiped. When we got it back, my parents started using the mac as per usual but they didn't do a full System Restore from Time Machine. So, if I do a full restore now, will it erase any of the new photos, musc etc that is currently on the mac?

    The Time Machine restore will only restore what is on Time Machine.  Making a clone is probably a better means of ensuring whatever data you want recovered gets recovered together with Time Machine.
    Generally speaking, applications that are newer than the operating system from Apple that are included with the operating system are not supported.  So in your data recovery process from your clone, you'll have to be careful what data you choose to copy back.

  • Update from 10.7.2 to 10.7.3 blown - Time Machine Restore blown

    Hello,
    summary of events:
    Update form 10.7.02 to 10.7.3 went wrong
    After Time Machine Restore no more Recovery Partion
    Lost about what to do
    On Saturday, I startet to update 10.7.2 to 10.7.3 on my MB Pro 15" (2007) Apples Software Update showed the combo update, and so I started download and installation. Just before that, I had run Time Machine on an external USB drive, so I was relaxed.
    After about 2 hours, the update was still running with no progress. After another hour, I forced a restart. Not very suprisingly, after the login, the wheel beneath the Apple logo kept on running.
    So I restarted from the Recovery Partition, selected my Time Machine-Backup from the external USB drive, selected my internal HD as target and clicked on "go".
    While the progress bar showed progress, I waited. Then it seemed to be complete and the MBP restarted. Now I got a folder with a question mark. My heart rate did not yet accelerate, since I had a back up, right?
    So I restarted again trying to boot from Recovery Partition - BUT, there was no longer a Recovery Partition. Or at least, nothing I could boot from.
    What options do I have? I could get my hands on a DVD that contains an Lion installation from the app store, but that is not the most recent version, as far as I can tell. If I would go that  way:
    Does the version of the Lion-app matter?
    Will it create a Recovery Partition?
    If not, how else could I restore a complete Time-Machine backup?
    Any help and suggestions are very welcome :-)
    Regards
    Jimbo
    Naturally, I a am mad as **** at Apple. First, that they abandoned physical media for Mac OS distribution, and secondly that some not so bright lad thought it not necessary to secure the availability of the Recovery Partition under any circumstances short of phyical damage. This really *****, guys!

    Ok... I'm not sure if the following suggestions will work with Filevault 2 enabled. I guess you can try after you create a backup for safety.
    You can recreate the Recovery HD two ways. One is to reinstall Lion using a bootable USB thumb drive of the Recovery HD created with the Lion Recovery Disk Assistant. Or from a bootable USB thumb drive with the Lion installer restored to it.
    A second way, which I have used many times, is to follow the instuctions at this site using Terminal commands. Step 3 is what you want to follow. The instructions use the RecoveryHDUpdate.dmg file downloaded from Apple to recreate the Recovery HD. It works great!

  • How do I safely stop a Time Machine Restore midway through?

    I started a Time Machine restore from backup at about 1pm this afternoon.
    After about 15 minutes of estimating the size of the files to be transferred, it gave me a 19hr estimate for transfer time. I had heard that it could take awhile, so I wasn't totally blown away by the number.
    I'm backing up about 200 GB. Well, I'm about 2 hours into it, and the time remaining has been fluctuating from 19+ hours to 14 hours. I'm at about 18 hours right now.
    I'm beginning to question the ethernet cable I'm using to transfer the data, and wishing I used a USB 2.0. I've also read up on a bunch of other threads about how painfully slow Time Machine can be, and there seems to be little rhyme or reason as to when it's slow vs when it's somewhat reasonable.
    So, I guess there are two questions.
    Question 1) Can I safely power down, swap cables, and retry? What happens to the data that's already been pulled over?
    Question 2) Should I just let it run for the next 18 hrs? I've also read other horror stories where people return to their machines after the time estimated, and it's hardly budged.
    Any help would be AWESOME! If i could give you a billion help points, i would!

    majmanMac wrote:
    Was doing a full restore from scratch - I lost a hard drive on Monday, and just got a new one put in. Turns out the estimate was about right, as I'm now writing this from my restored machine.
    Yay!
    I was restoring from a Time Capsule. For some reason I just assumed it had a USB port.
    Ah, yes, it does, but it's for connecting a printer or USB drive, not a Mac.
    My concern that i would come back to it this morning and find it still updating has been put to rest. Phew!
    Glad it's sorted out, but it does seem like there may be a problem -- that's awfully slow. See #D2 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of this forum).
    And be forewarned: since you have a new drive, Time Machine's next backup will almost certainly be a full one, so remain connected via Ethernet. If there isn't enough free space for that, it will take an extremely long time for Time Machine to delete a lot of old backups to make room. You might consider manually deleting a lot of them, per #12 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of this forum).

  • Can I use a Time Machine restore from an older OS to Mavericks?

    I ask because I tried about 2 years ago and had no luck. Here's a little back-story so my situation isn't confusing...
    My iMac (2010) has been having tons of issues lately. More specifically, when I attempted to upgrade to Mavericks last week, it came back with S.M.A.R.T. errors after a scan, so it wouldn't allow me to update. So, in preparation for the HDD to crap out on me, I did frequent back-ups using Time Machine. Well, the day finally came and my iMac won't "turn on" anymore. When I turn it on, it sits at the Mac loading screen for several minutes and then just goes to a blank white screen. (NOTE: This isn't part of my question but if anyone has any suggestions on fixing this, please let me know, thanks!)
    So, back to my question. If I buy a new iMac or a new macbook or whatever, will it be possible to use my Time Machine back-ups to restore everything on it or will it not allow me to because the operating systems are different? As mentioned, I attempted to make a restore on my friend's macbook that I purchased as a spare but when I tried, it came back saying "Different operating systems, cannot restore" or something to that degree. Is there a way around this? Do I have to somehow downgrade the OS on my new machine?
    Luckily, I use iTunes for all my movies/music & Adobe Creative cloud so I can easily restore those on any machine but my desktop personal data, photos, etc are on the Time Machine restore. Help me if you can, thanks in advance!

    If you live near an Apple Store, make a Genius Bar appointment to have the computer tested. Supposedly there is no charge for testing. They can also give you an estimate.
    Genius Bar Reservation US

  • My Macbook Pro was stolen, and I have replaced it with a Macbook Air. New hard drive is too small for a Time Machine restore. How do I restore my more-expensive apps (ie iWorks) on my new Macbook without repurchasing them?

    My Macbook Pro was recently stolen, and I have replaced it with a Macbook Air. I attempted to simply do a restore from the Macbook Pro's Time Machine backup, but since the new Macbook Air's hard drive is significantly smaller, a Time Machine restore was not possible. I even tried to choose only settings or only my User Profile (option) when restoring, but the backup was still too large to do a restore onto the new machine. How do I restore my more-expensive apps (ie iWorks) onto my new Macbook without repurchasing them? Also, I reaad somewhere that if you went to the Mac App Store and attempted to repurchase the app and clicked BUY, it would simply alert you that you have already purchased the app (and trigger a re-download)... NOT THE CASE... So I just dropped another $19.99 for a second copy of Pages... Not my intention....
    Any help would be greatly appreciated.
    LM

    you should get a usb backup drive as well.  time machine has limited use in my eyes. it saves things. but older things can be errased ad space drops without telling you
    nothing beats data redundancy.  2 saves is. 1.    and 1 is none
    im personally not fond of time machne though i use it only for a recovery parameter for a mac
    id never ever myself consider time machine a genuine data backup tool.  though most do consider it as such
    drive clones such as superduper and carbon copy cloner can clone your entire drive for emergency recovery.  and you can boot from them as well o. another mac

  • Is it possible to boot or Time Machine restore from an external Thunderbolt disk drive?

    (There are several questions - search for "?".)
    I purchased a Seagate Backup Plus for Mac Desktop Drive 3 TByte with default USB 3.0 interface, and also acquired the Seagate Thunderbolt Adapter for Backup Plus Desktop Drives and Thunderbolt cable.
    I do a redundant backup to the Seagate Drive using both Carbon Copy Cloner (nightly) and Time Machine (hourly) using its Thunderbolt adapter.  BTW:  One never knows when Time Machine will choke - see discussion titled, "UPDATED: Serious Time Machine bug on Mountain Lion", which I had; Rest In Peace Pondini (James Lewis Pond).
    Booting from the external Seagate Backup Plus via Thunderbolt inteface from System Preferences -> Startup Disk:
    I select the Time Machine OS X, 10.8.5 Startup Disk (Thunderbolt attached drive), click Restart, confirm my choice, the computer reboots, however, it reboots from the internal Macintosh HD OS X, 10.8.5, NOT the selected external Thunderbolt drive.  The SSD drive was used as the Startup Drive, not the selected external Time Machine volume as indicated by the display free disk space command (df(1)) and seeing that the Macintosh HD OS X, 10.8.5 volume is mounted as root.  That is very deceptive in that both the internal and external drives will appear in the same manner from a GUI point of view!  OS X doesn't even inform me that it did not boot off the selected volume.  This is the first half of the problem, that is, Is it possible to boot from an external Thunderbolt disk drive?  In my case, the answer is deceptively No.  Can anybody else boot off a Thuderbolt attached disk drive?  Note that if I remove the Thunderbolt adapter, and attach the drive via its USB 3.0 cable, the MBP boots off the external Seagate Backup Plus just fine, as is expected.
    Booting from the external Seagate Backup Plus via Thunderbolt inteface from boot-time "Option - Select startup disk" method:
    When I restart the MBP using the startup Option key to select the startup volume, the externally connected Seagate drive ONLY SHOWS UP if it is attached with the USB 3.0 cable, not when it is attached with via the Thunderbolt interface.  Can anyone else boot off a Thunderbolt drive with the startup Option key sequence?  At least the MBP doesn't deceive me in this case - I know right away that the external Thunderbolt drive is not an option when connected as such.
    Time Machine restore from the external Seagate Backup plus via Thunderbolt interface from the "command-R - Recovery Parition" method:
    After booting from the recovery partition, I attempt to perform a Time Machine restore from the Thunderbolt connected Seagate Backup drive.  When Time Machine attempts to present me with a viable backup Time Machine volume, the external Thunderbolt drive is never offered as an option.  So I switch the Time Machine volume to use its USB 3.0 interface, and then Time Machine displays that drive as an option, and the MBP proceeds with the restoration as expected.  The interesting thing to note is that while booted in the recovery partition via the Thuderbolt cable, the MBP Disk Utility may be selected, and the Thunderbolt attached drive may be operated on just fine.  Can anybody else restore their MBP using Time Machine and the Recovery Partition via the Thunderbolt interface?
    This is also a big problem for me in that I am forced to restore my MBP via Carbon Copy Cloner using the USB 3.0 interface, because I cannot even boot off that volume's Thunderbolt interface.  Of course, the option may be that I could use yet another eternal USB 3.0 drive, boot from it, and then use Carbon Copy Cloner to restore the Macintosh HD via the aforementioned drive connected by a Thunderbolt cable, but that is less than ideal and not elegant, so I'm not going there.
    Another side issue is that the commercially available program, TechTool Pro 7's eDrive, which I installed on the Time Machine volume, will not boot off that eDrive as advertised, but I won't got through those steps here, because that would be beyond the scope of this issue, however, I must say, It does not work either when the Time Machine volume is connected via the Thunderbolt interface, but works just fine when connected via the USB 3.0 interface.

    If this helps anybody else make a decision about whether to consider Apple because of Apple's superior customer service:
    Apple sells this entire line of drives right in their store, from 1TB to 4TB.  I spent 1 and 1/2 hours, yesterday, confirming that  the 3TB model IS NOT 100% Thunderbolt compliant.  A MBP cannot boot, nor can it Time Machine restore from this drive, though EVERYTHING about the drive is normal.
    Apple's South Coast Plaza store management had at least two responses to me personally about how to proceed:
    1.  Buy a different drive from another drive manufacturer, and to attempt to return the drive to COSTCO.  A lead genius suggested going with GTech drives, for instance.
    2.  Wait for Seagate to fix their problem.
    I told Apple management in the store that the drive is advertised as Mac Compatible (see  picture) and that it is advertised as being a Thunderbolt drive (see picture).  I pressed management that my purchasing decsion to get the best possible MBP Retina was based on the availablity of Inexpensive Devises (raID), and that not having this complete compatibility is a show-stopper for my needs, and that I wanted a refund.  Their response?  They needed to talk with "Merchendising" to see if they are on or off the hook for these kind of 3rd party assertions, and would get back to me.
    I am not holding my breath.
    Note:  I do not hold this against the Geniuses that helped me, nor against the management I've dealt with, nor the upper level engineers that I've corresponded with through Apple Care - their problem solving skills were helpful - although I could have arrived at similar conclusions given enough $$$.  (For instance, try a Lacie TB drive and see if that works - we did, and it did not work.  Or, we have a different TB cable and a different TB adapter, let's try those - we did, and it did not work.)  I blame myself for not doing enough homework before going with Apple's solutions.

  • New mac set up problems with time machine

    Bought a new 21 inch mac yesterday and going through set up I tried to use my time machine disk at the appropriate point  (when it asked me) to copy the data. Now the mac refuses to move on, after it rebooted I get the apple sign and the swirling thing despite a pram reset and booting in safe mode.
    Any ideas on how I can force the mac to go back to original settings, it's literally just come out of the box and problems happened at the time machine part on set up.

    Startup your Mac while holding down the Option key.
    That should launch the Startup Manager window where you can select the startup disk then click Restart.
    If that doesn't work, startup your Mac while holding down the Command + R keys.
    From there you will have access to the built in utilities to restore OS X using OS X Recovery.
    There is an option to restore from a Time Machine backup using OS X Recovery, but in this case, just restore OS X first. Get your Mac working again before using Time Machine.

  • Can Time Machine restore to a new internal HDD?

    hi all, i've got a 1tb external drive that's exclusively used by Time Machine. the 1tb drive is connected to my 500gb mac mini. i've been running time machine for 6 months now daily, i just wanted to know if it was backing up everything on my 500gb drive or not. how can i check that it's working properly?
    also, does anyone know how i'd go about restoring my mac mini in case i had to replace the 500gb hdd? can time machine restore everything if i needed it to? if i bought a new HDD tomorrow for example, how could i get my system running back to where it was running today with all of the current settings and files etc?  is there any way for me to check that Time Machine will actually restore OS X, all my videos, music and my work should the HDD actually die?
    is there an apple link i can read?
    thanks for any help.

    To answer your question about replacing a hard drive and recovering what was on your old one ...
    Yes, Time Machine was designed for that. You may have one of two scenarios:
    (1) Your hard drive is replaced by the Apple Store or another Apple repair shop, in which case they usually restore it with the operating system you had before and configure it so it has a new system with no users set up; the first time it starts up it runs Setup Assistant. When Setup Assistant runs, you select the option to restore from a Time Machine backup. It will then automatically restore your entire hard drive to the newly installed one. Everything will be just as it was with the old drive. Exceptions: you MAY have to enter user keys for software like MS-Office and Adobe Photoshop. and you MAY have to reinstall your printers and scanners.
    (2) If the hard drive is replaced but no operating system or anything is put on it, you need to boot from your Install-OS-DVD and install a new operating system on the new drive. Then, on the first reboot, Setup Assistant runs and you can follow the instructions from (1) above.
    A good informational site about Time Machine is here: http://pondini.org/TM/Home.html
    How do you know that your Time Machine backup is a good one? You can peruse through all the backups by running Time Machine and manually inspect that the files in those key folders (photos, music etc.) are all there and have the right sizes. You can "test recover" selected folders to a scratch location just to check that it works. I suggest you obtain another external drive and use it to make a "clone" of your internal drive using SuperDuper or Carbon Copy Cloner. This is like a second backup, a failsafe in case, say, your Time Machine drive were to fail. This is not unheard of, since a power failure could cause both your internal drive and Time Machine drives to crash at the same time. The "clone" should be unplugged and stored separately to avoid this issue. You can update the clone, say once a week or once a month.

  • Time machine restore help

    I've recently been having issues with my early 2008 black Macbook. I ran the apple HW diagnostics and determined it is a bad hard drive. I went out and bought a new 500GB SATA HD, and attempted to restore my system using a Time Machine backup. I booted into the Leopard Disc that came with my computer, formatted the drive, and ran the Time machine restore. Everything appeared to go fine (took about 2 hours, no error messages). However, after the machine rebooted and attempted to boot into OSX an error similar to this popped up. http://img149.imageshack.us/img149/7792/pict0017lo8.jpg
    Any thoughts as to why this is happening? I don't really want to start over with a clean install, that's why I have Time Machine!
    Other information:
    My computer originally had Leopard, and was upgraded to Snow Leopard.
    I have boot camp setup on my mac for Win 7. (I know this isn't backed up or restored as part of a time machine backup, which I'm O.K. with.)
    Thanks in advance for all your help.

    Any number of possibilities. First, did you prep the drive properly:
    Extended Hard Drive Preparation
    1. Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger, Leopard or Snow Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (for Intel Macs) or APM (for PPC Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Any brand new drive should be setup per the above because they usually are configured for use on PCs rather than Macs.
    Second, depends on how you went about the process of restoring your system. Select Mac Help from the Finder's Help menu and search for "time machine." Look for an article specifically about performing a full system restore. Also, see User Tips for Time Machine for help with TM problems. Also you can select Mac Help from the Finder's Help menu and search for "time machine" to locate articles on how to use TM. See also Mac 101- Time Machine.
    What you saw was a kernel panic screen. Panics at startup may be indicative of a hardware problem. You might give this a try:
    How to run hardware diagnostics for an Intel Mac
    Boot from your original OS X Installer Disc One that came with your computer. After the chime press and hold down the "D" key until the diagnostic screen appears. Run the extended tests for a minimum of two or three hours. If any error messages appear note them down as you will need to report them to the service tech when you take the computer in for repair.
    Some "common" error indicators:
    SNS - sensor error
    MEM - memory error
    HDD - hard disk drive error
    MOT - fan error
    To assure the problem isn't with your backup you might consider installing OS X by itself. If all is OK, then you can complete the TM restore using Migration Assistant.

  • FCP X does not recognize projects and events on USB drive after a time machine restore of the MBP macintosh disk

    FCP X does not recognize projects and events on USB drive after a time machine restore of the MBP macintosh disk.
    I upgraded from an i5 to an i7 15" MBP and restored my files using my time machine backup. All seemed to go ok, except I had to use the migration assistant because on the initial boot the MAC didn't recognize the backup database on the USB device. MAybe this is a hint.
    Since when I start FCPX it too cannot finnd the project or event directories.
    Before my upgrade, I had a choice of files either on the Macintosh disk or the 2TB USB disk.
    Now only files on the Macintosh are accessible to FCPX. The USB drive is visible under events and project but it finds no projects or events.
    Please help if you can.
    Thanks
    Barry

    Thanks... alas no one has responded.
    I think I have the structure that you are recommending.
    I have a root level directory (Final Cut Events) with the files in them.
    The puzzling thing is that it used to work before the migration!.
    Anyway I'm going to move the contents to the root and see what happens.
    On a slightly different note...
    I also posted a question about CPU utilization. Can I ask a question or two?
    While rendering a short clip, I noticed burst of disk activity when the render started (likely loading the media files into ram since I have about 4Gigs available, then almost no activity while the render is happening, then more disk activity when its done.
    However the cpu activity is not as high as I would have expected since rendering requires a lot of cpu.
    What is your experience? I know some render is done by the GPU, but in my older i5 the CPU was about 100%, now in my i7 its about 50%.
    Please look at the attached utilization for CPU and disk activity.
    Thanks for any thoughts... Barry

  • Time machine restore selective intonation vs full installation compromised system

    I have some questions regarding the above mentioned issue
    I have reviewed notes regarding selective app restore method and am aware that there are issues assossiated with failed apps since the original app installer installs files in various libraries and system settings
    My backed up Mac contains rogue programs such as the programming app python 3 and various rogue bugs and system settings.
    1 Does a full restore reset all backed up system settings or does it keep the fresh installation and include all your apps and settings such as mail accounts mail folders documents pictures movies podcasts etc without the bugs
    2 Should the answer to 1 be a yes all compromised settings will be restored, then will I have issues with installing VMware fusion as its an encripted integrated app that I keep all my master business applications but store documents in the Mac documents area.
    Other factors
    1 My accounting tax business has been hacked over and over again for the last 7 months from start of tax season
    2 I have lost 50% of my clients due to the interruptions and been hospitalized twice from sitting on the computer for extended hours and days reinstalling fresh system and restoring Mac documents only, 3 times over,  as well as trying to learn everything about best practice, hacks etc
    3 I'm using fire vault 2 however the time machine backup is not encripted are there any potential problems with either of the two methods?
    4 I will be using a proxy server when I next build the Mac will this be enough to mitigate potential security breach using the full time machine restore method?
    5 I have many apps that I have not purchased through the app center and have not kept the keys and will be a headache to get all my details
    6 what implications are there as far as the prior keychain access is consurned? How does that get restored?
    What is the most effective and efficient method to restore from time machine given above scenario?
    Thanking you in advance
    Peter

    Thank you for your advice
    I tried consulting Telstra premium services and other third party security consultants. I explained my steps and procedures upon each fresh installation and the extent of the hacking and they refused to service me. Additionally Telstra security center replied on the issue of using a proxy server that they only support windows operating systems. Last night an apple consultant told me to obtain the proxy server address and he will guide me through to setting it up. I hope this will resolve the security issue. However I'm not entirely sure. My iPhone was also hacked and 8 GB of data used in 1 day untill I caught on. Freaked me out since I had disconnected from the wifi.
    I'm currently installing from flash drive and transferring my information from time machine. I think it's a full restore.
    I am investing in a website in a couple of weeks however I'm not currently hosting one on my laptop.
    Cheers
    Peter

  • ALL Photos missing after Time Machine restore  (help)

    So, I accidently formated the wrong drive while in Windows, (big oops) which gave me the opportunity to take Time Machine for a test drive.
    I put the DVD in, and was able to restore from the TIme Machine drive. Very impressed! Everything came back just as I had left it except - whats this? The default Leopard wallpaper instead of a picture of my son? Huh strange, I thought. Until I noticed I had no photos in iPhoto.
    There seems to be reminents of photos in the iphoto database - the size is 1.3gb instead of the 7gb it used to be. But 0 photos in iPhoto 08.
    I went into iPhoto and choose File/Browse Backups. I selected Nov 8th, which was the last day of my backup and showed all 7000+ photos, and clicked "Restore All". This brought up something odd - a 2nd iPhoto icon in the dock, which showed a progress bar for the restore. Once the restore was completed, I still had a 2nd iPhoto icon the the bar, which was iPhoto running - but no photos in iphoto! I exited the 2nd iphoto, which disappeared, and launched my normal Iphoto icon. Still no photos! (That just seems odd that it would launch iPhoto with a 2nd icon)
    So, I moved my iphoto database, and launch iPhoto in order to create a fresh database - thinking maybe that was the issue. I then did File/Restore again, and went through the whole processes again, including the odd 2nd icon. Still, no photos! And another 1.3gb iphoto database!
    Is it normal for a Time Machine restore to not include your photos? Surely you are not supposed to restore them separately from within Iphoto?
    What do I do now? At this point, everything went very well - except no photos! Which is awful and not at all expected! 7000+ family photos! At least, if I ask iPhoto/Time Machine to restore 'all photos' you would think it would restore 'all photos' - not show a progress bar, and then show me no photos!
    p.s. I just tooked at the iPhoto Library. The 1.3gb is in /Data/ which contains folders 2000-2007, my Events, and thumbnails of all the photos - but no actual photos (the 'Originals' folder is missing).
    I then went back in time, and found the 8gb iPhoto Library database. I supposed I could copy it over manually via Time Machine, and not iPhoto's Restore/TM - but - i'm so far off track of how this should have went I don't know what to think!
    p.s.s. So I did just that - copied the 8gb iPhoto Library manually from TM, and pasted it in place. I help down option, and launch iPhoto, selecting the 8gb library - and BOOM... no photos!
    Something is #$%# up here.
    Message was edited by: metzen79

    This is what it says in the help file:
    Reverting to a previous Mac OS X version
    If you’ve used Time Machine to back up your computer, you can easily revert to a previous version of Mac OS X if you’re experiencing trouble after installing an update.
    IMPORTANT: Reverting to the previous version of Mac OS X will erase any additions or changes you’ve made to the files on your computer after installing the new version of Mac OS X. To save new or revised files, copy them onto a different disk or back them up using Time Machine before you follow these instructions. Use Time Machine only if you’re reverting to a previous version of Mac OS X 10.5 (Leopard), since Time Machine is not available with Mac OS X 10.4 or earlier.
    To revert to a previous version of Mac OS X:
    Insert the disc you used to install the new version of Mac OS X, and double-click the Install Mac OS X icon.
    In the Installer, choose Utilities > Restore System From Backup.
    In the Restore Your System dialog, click Continue.
    Select your Time Machine backup volume.
    Select the Time Machine backup you want to restore. To restore your computer to the state it was in before you installed a new version of Mac OS X, choose the most recent backup.
    Follow the onscreen instructions.
    If you backed up any individual files as described under the Important message above, you can restore them now. If you backed them up using Time Machine, recover them using the Time Machine application. (You’ll find the Time Machine application in the Dock or in the Applications folder.)
    Hope this helps
    Denisimo

Maybe you are looking for

  • Co41 enhancement for add field in ALV output

    I must add a custom filed to ALV output of transaction CO41 and i trying to use all the 25 enhancements provided (that i find in other post CO41- Enhancement ), but i haven't found any way to get the desired results. Can any body help me? Thanks in a

  • Location of virtual copies on a Mac

    I made virtual copies for some of my pictures in order to do different crops. While I can see the results in Lightroom, I am unable to see the file (or the .xmp if that's the result). They seem not to be located in the same folder. but where??? Any i

  • T61 Buzz coming from upper left hand side when on battery power.

    I have had 2 or 3 T61's exhibt the same problem. When the laptop is on battery power, I hear a very annoying buzzing noise coming from the upper left hand corner of the laptop. It seems to originate right next to the exhaust vent next to the speaker.

  • How can i create my own mandala

    Hi, I would like to creat my own mandala with different pics and not the same slice. Thanks

  • Where is a customer service phone number?

    I've been trying to make a change to my plan.  Months ago, we thought we removed "equipment protection" from both phones on our plan, but it was only removed from one phone.  I've been trying to remove this $8 charge, but the remove option is not ava