No battery or time display after Time Machine restore

First, yes, I've checked the preferences.
Laptop fell, at a gig. HD didn't make it, but no other perceptible damage. Replaced old 320 gb SATA with 500 gb SSD. Restored from Time Machine backup. Everything appears to be back to normal (bravo Time Machine!) except... I can't get the battery indicator or clock to display.
What's happening:
Battery - System Preferences / Energy Saver / "show battery status in menu bar". This box is unchecked by default now. I can check it, but the battery doesn't show. Leaving the Energy Saver prefs then returning to them shows that this box has returned to unchecked.
Clock - System Preferences / Date and Time / "show time and date in menu bar" box is unchecked by default now. Clicking this box will very briefly put a check mark in the box but it immediately returns to unchecked. What appears to be the hands of a clock (but only the hands, nothing else) show up in the top right menu bar area, where the clock would normally be, but nothing else is visible.
Other than these issues I seem to have gotten very lucky. All apps, graphics, sound and other functionality is working.
Any ideas?
Mac Bok Pro
15-inch, Mid 2009
Processor  2.8 GHz Intel Core 2 Duo
Software  OS X 10.9.4 (13E28)

Don't ignore the possibility of interior damage.
For now I would suggest:
Try these in order testing your system after each to see if it's back to normal:
1. a. Resetting your Mac's PRAM and NVRAM
    b. Intel-based Macs: Resetting the System Management Controller (SMC)
2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
     Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
     COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the
     computer and after the chime press and hold down the OPTION key until the boot manager
     screen appears. Select the Recovery HD and click on the downward pointing arrow button.
3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
     Reinstall the 10.9.4 update: OS X Mavericks 10.9.4 Update (Combo).
4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
     Reinstall the 10.9.4 update: OS X Mavericks 10.9.4 Update (Combo).

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

  • After a time machine restore my iPhoto won't open

    A few days ago my iPhoto went completely crazy.  I had quadruples of some pictures and events.  My photo amount increased at least 300 percent to 222,000 pictures.  After reading about what to do I did a time machine restore to the iPhoto before this problem happened.  After restoring my iPhoto it won't open at all anymore.  I have version 9.5.1 of iPhoto.  I have not yet downloaded the Yosemite upgrade because a program that I use often is not compatible.  How do I get my iPhoto to open with the restores iPhoto?

    How did you do the "restore?" Did you restore the library from the pictures folder?
    Barry

  • 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

  • Lost "Last Import" after Time Machine restore

    I recently had a hard drive fail on me but was up to date on Time Machine backups. So after a rebuild of 10.6.2, I restored my system from Time Machine. But now, I noticed that the last batch of pictures I imported before the hard drive went, are gone. They are still listed in iPhoto under Last Imported. And their Events Descriptions are showing up but all pictures are just empty grey squares, leading me to believe the links were lost. So I opened up the contents of the iPhoto Library and sure enough those file folders were gone also.
    Any ideas what could have happened? Maybe ways to get them back?
    I'm assuming the pictures are gone at this point - about 215 including my son's 3rd Birthday. Fortunately though, I have lo-rez versions on my iPhone.

    Experienced this myself today with the latest iPhoto on a Time Machine restore after a failed hard drive.
    I would guess the cause is that iPhoto writes the 'last import' into a cache file, and not to the Originals folder on the hard drive until the next import. Since Time-Machine excludes many cache files from its backup to save time and space from meaningless change (caches should always be able to be rebuilt), the photos were never copied to the backup drive.
    However, this is merely a guess, and is the only reason I could fathom as to why Time Machine did not back up photos that have been on the disk for over a month. Quick testing with local files wrote directly to the disk, which makes me think it may be only from a camera or some other device, but I am not sure exactly.
    If someone happens to find a way to get back the photos, let us know. Exploring the iPhoto library in Time Machine yielded me nothing, neither did rebuilding the cache database or looking for orphaned photos.

  • 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

  • Macbook Pro will not boot after full time machine restore

    I have a 15-inch Macbook Pro, current model with the i7 processor, which I purchased in August 2010. Last week, when I tried to turn it on, it would not boot (just got to the gray screen with the Apple logo and spinning wheel). I took it in for repair and was told that it had a bad hard drive. The hard drive was replaced and I got the computer back yesterday.
    Everything looked good, it turned on, so I did a complete restore from my Time Machine backup on my Time Capsule, following the instructions on this page: http://docs.info.apple.com/article.html?path=Mac/10.6/en/15638.html
    The restore was successful and the computer prompted me to restart. I clicked the button to allow the restart and now I am back to the gray screen with the Apple logo and spinning wheel. It won't boot again.
    I also looked at this discussion (http://discussions.info.apple.com/message.jspa?messageID=10924233) and it sounds like the person here was able to get his computer to work after doing the Time Machine restore in the same process I used, so I don't know what else to do.
    I don't live near an Apple store, so it would be great if I could figure this out myself. Thanks for any help!

    skylaneval wrote:
    I have a 15-inch Macbook Pro, current model with the i7 processor, which I purchased in August 2010. Last week, when I tried to turn it on, it would not boot (just got to the gray screen with the Apple logo and spinning wheel). I took it in for repair and was told that it had a bad hard drive. The hard drive was replaced and I got the computer back yesterday.
    Everything looked good, it turned on, so I did a complete restore from my Time Machine backup on my Time Capsule, following the instructions on this page: http://docs.info.apple.com/article.html?path=Mac/10.6/en/15638.html
    See #E8 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum).

  • Reactivate software needed after Time Machine Restore?

    So I'm getting ready to upgrade the HD in my MBP and I am going to try the time machine restore feature (hopefully) to reload the new HD to exact status of old HD. From what I've read this is pretty easy to do. What I can't find in my searches is if all the apps on my HD will need to be reactivate after this procedure.
    Once I restore the new HD does all the software need to be reactivated? I have a ton of apps that I have no idea where the serial #'s are and would be screwed if I had to reactivate them. Or does the restore to the new HD work seemlessly so that it's as if I didn't even swap HDs.

    The only 'problem' I've ever had after a restore was with the MS Office for Mac suite 2011. It required me to either re-enter my activation code or sign-on to my Office 365 account (I did the latter).
    Never had a problem with Adobe products, though. I can't guarantee that you won't, of course, but I've personally never had a problem with Adobe products.
    Clinton

  • Computer wont boot after time machine restore

    Hi Guys,
    I did a time machine restore last night and after it completed and i did a restart the computer gets stuck on the gray screen. I waited like 2 hours and it still doesn't get past that screen. I have tried every boot shortcut including target mode, single user mode etc. One problem is that i have disabled sounds so i cant hear the chime therefore not knowing when to push and hold the "t" or "c" button.
    Am i doing something wrong? when do i start holding c or t?
    Even when i put the mac osx dvd in it won't even boot from that. also tried holding c and booting from the dvd and that doesn't work.
    please help

    Begin with the usual diagnostics in hopes of successfully booting your macbook. As Eric mentioned, have you tried booting with the Option key ?
    If that fails, try the following, before forced to a re-install of the OS:
    1: Boot up the machine via Safe Boot by holding the shift key. Since your volume is off, ideally you want to wait a second or two where the chime would come in. Note that if the safe boot is successful it will take some more time to boot as it checks for disk errors. Make sure and repair your permissions if you get through !
    2: If that fails reset your PRAM, http://support.apple.com/kb/HT1379

  • Apple Modem will not answer after Time Machine Restore

    After restoring from a Time Machine backup the Apple External Modem no longer answers incoming [fax] calls. I verified all modem/fax settings - they are good and the same as before the restore. The Modem Status in the Menu Bar doesn't indicate "ringing..." when the line is ringing and the Fax no longer answers.
    Opening the Console I see these errors repeating endlessly-
    9/15/08 10:09:10 AM com.apple.service_helper[1271] com.apple.efax: Already loaded
    9/15/08 10:09:10 AM [0x0-0x15015].com.apple.systempreferences[155] No matching processes were found
    9/15/08 10:09:27 AM com.apple.efax[1274] /usr/bin/fax: line 537: cd: /var/spool/fax: No such file or directory
    I believe the fax app is supposed to create this dir, but I created the dir in /var/log/ as follows:
    drwxr-xr-x 2 root wheel 68 Sep 15 10:33 fax
    Makes no difference, rebooted, still makes no difference, ran disk utility to see if it would change permissions, no it didn't - still getting the errors, so there's something else that's also missing after a restore, or the error message is erroneous since the dir now exists.
    It appears a Time Machine Restore - doesn't restore all that's needed for the fax subsystem to work. I thought the restore was supposed to completely restore the volume to previous operating state?
    Any help on this would be great, I now have no incoming FAX - one of the main jobs of this Mini - thx - KR

    By the way, it's running OS X 10.5.4

  • Why did Mail do an upgrade/import after Time Machine restore?

    I just did a full Time Machine restore of my Mac after a hard drive issue (Yosemite). Everything looks OK overall, but when I launched Mail.app, it did a full upgrade/import, as though I'd just upgraded from an earlier version and needed to update the database. Is that normal? Why is it necessary? Thanks!

    Welcome to the Apple Discussions.
    exclamation point when trying to view an individual image).
    The exclamation point is an indication that iPhoto has lost the link/file path to the original file. Are you running a "managed" or "referenced" library?
    Click to view full size
    If you're running a "managed" library try the three fixes below in order as needed:
    Fix #1
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your User/Library/Preferences folder.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding the the Option key. You'll also have to reset the iPhoto's various preferences.
    2 - delete iPhoto's cache files that are located in the User/Library/Caches/com.apple.iPhoto folder.
    Fix #2
    Launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select last three options.
    Click to view full size
    Fix #3
    Rebuild the library using iPhoto Library Manager as follows:
    Using iPhoto Library Manager to Rebuild Your iPhoto Library
    1 -Download iPhoto Library Manager and launch.
    2 -Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    4 - In the next window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • Imac won't restart after time machine restore

    I restored my external firewire 800 hard drive from a time machine restore using my snow leopard insall disk.  The restore function said the restore was successful.  But when the computer restarted I got the folder with the question mark icon.  My internal hard drive went bad a year ago. 
    What to do?

    Did you restore the entire contents of your Mac from the Time Machine backup?  Was Time Machine backing up everything?
    Try booting with an "option" key held down.  That will show the internal disk volume if it has a bootable copy of OS X on it.
    You might try installing OS X over the top of what's currently on the disk.  If that doesn't help, erase the disk, install OS X on it, then use Setup Assistant (unless I'm misremembering and it's actually Migration Assistant) to transfer the TIme Machine contents again.
    Incidentally, after things are working again, the first time Time Machine runs it will back up everything again.

  • IMac won't accept password after time machine restore

    Restored 2009 IMac after an HD replacement by Apple. All proceeded smoothly until IMac wouldn't accept my password after the restore from Time Machine. Any ideas will be appreciated.

    One thing to try, if you didn't already do this, is to reinstall OS X and use Setup Assistant (which is only available at first boot of a new HD or a reinstalled OS) to migrate your data. A full Time Machine restoration on a new HD can have file permissions problems and/or duplicate User Account problems if Setup Assistant is not used.

  • Need to re-authorize iTunes after Time Machine restore -bug?-

    After a ganked iTunes/Quicktime update I had to use Time Machine to restore my Mac.
    After trying to re-sync my iPod with iTunes I was informed that this machine was no longer authorized despite it being the same machine.
    I had to re-authorize the machine through iTunes and now have 2 authorized Macs even though it's the same machine and I can't de-authorize the "old version" since it just de-authorizes what you're using i.e. the "new version"
    My worry is that if I have to carry out further Time Machine restores then my 5 authorized slots will fill up and then I'll have to de-authorize all computers which you can only do once a year.
    Has anyone experienced anything similar and I assume this is a bug?

    Yes I've seen that and yes, it's a case of sending Mac OS X Feedback .

  • Gray Screen After Time Machine Restore

    I have an iMac running Snow Leopard (most recent update) I recently tried norton antivirus for the mac but found that it slowed down my mac too much so i uninstalled it with the uninstaller. The error i got was a circle with a line thru it at startup. After following steps on disk repair and permission repair i still couldnt get rid of this so I did a restore from time machine. I used the original disk (not the snow leopard upgrade disk) to reach the time machine restore. After trying 2 different backups I'm now getting the gray screen that asks me to restart my imac. I've unplugged everything else. The internal hard drive and ram are all factory.
    Any suggestions for a frustrated iMac user ???

    HI Corey,
    There are no Mac viruses in the wild. Unfortunately, you selected the worst A/V software possible. Here's a list of Mac users who installed Norton. http://discussions.apple.com/search.jspa?search=Go&q=norton
    After trying 2 different backups I'm now getting the gray screen that asks me to restart my imac.
    That's a kernel panic.
    Thing to do now is a complete erase and install from your SL disc.
    http://support.apple.com/kb/HT3910
    or here...
    http://macs.about.com/od/snowleopardmacosx106/qt/cleaninstall_sl.htm
    Carolyn

  • Disks Locked after Time Machine restore

    All my disks appear locked in the finder after having to do a Time Machine restore. I can't write to them.
    If I go to "Get Info" there's nothing indicating that it's locked.
    I also tried changing "Permissions" to everyone Read & WRite, but it wouldn't let me and repairing permissions.
    What's going on here? Some kind of permission problems I assume.

    It keeps on asking for the password but won't let me type, or it just gives me a new line:
    Last login: Thu Apr 10 11:47:39 on ttys000
    new-host-2:~ erland$ ls -aldeO@ /Volumes/"Samples"
    drwxrwxr-t 16 erland staff - 612 Oct 29 12:43 /Volumes/Samples
    new-host-2:~ erland$ sudo chflags nouchg /Volumes/"Samples""
    sudo chflags nouchg /Volumes/"Samples"
    This is what happened with the second command:
    Last login: Thu Apr 10 11:47:39 on ttys000
    new-host-2:~ erland$ ls -aldeO@ /Volumes/"Samples"
    drwxrwxr-t 16 erland staff - 612 Oct 29 12:43 /Volumes/Samples
    new-host-2:~ erland$
    Message was edited by: bamse5
    Message was edited by: bamse5

Maybe you are looking for

  • To Reopen the Completed Status Global outline agreements

    Hi, We have got some Global Outline Agreemtns with 'completed' status by the user. We want to reopen it for additional processing,but the change icon in the global outline agreement is greyed out. Could anybody tell me how to reopen the 'completed' s

  • Welcome File in Web.xml

              I am having problems with my web.xml file.           I have my welcome page <welcome-file> as my “home_page.jsp” which I want to be           the default page on start-up. On this page is a link to “log on”. When you click           on this

  • Another N70 Bug?

    I have found a very annoying problem on my N70. If you receive a text from someone not in your phonebook - and you then add the senders number into your contacts - their name is still not displayed in list of messages in the inbox, just their number.

  • Asking again:  how to get live internet radio on the mac actually be live??

    The software on my mac seems to treat certain audio broadcasts as podcasts rather than live broadcasts so that when it finishes a clip, it restarts it and plays it again. Is there a way to actually get the mac to play broadcasts as live and not keep

  • Adding audio controls to Flash CS4

    I'm a Flash newbie, and I have version CS4. My first presentation is online at http://worldwar2database.com/images/nymas_6-17-11.swf To make it, I attached the audio clip to the frame, and used Actionscript 2 to set the frame to stop the audio and ma