HD Not Accessible to Repair Permissions

Hello. I hope you can help me isolate the error that is keeping my Intel iMac G5 from booting properly. I’m running 10.4.
It froze after I’d been backing up onto DVD/dumping old data (about 20GB worth). Whenever I tried restarting the screen would freeze on the grey apple logo, sometimes with the swirly icon.
When I ran Disk Utility off the install disk at first it indicated “error detected” on mass storage, but later said it was fine. But I could not run Repair successfully (I kept getting "repair failed" messages), and the Repair Disk Permissions button was not accessible (greyed out).
I could not startup in safe mode. And if I tried to restart in DU the only option was a Network (which I'm not hooked up to).
Once I got a Kernal panic screen but most of the time it was just a grey apple with the fan hitting 900 rpm.
Finally I ran DiskWarrior and in 15 minutes it had cleaned out and rebuilt my HD. I thought I was home clear.
However, even though Disk Utility now says my HD is fine, it still does not allow me to Repair Disk Permissions - the option is greyed out. And if I boot up pressing Option to select a Startup Disk, the rebuilt drive is not one of them.
It appears my /Library/Receipts folder is empty.
What’s more, if I try to run an admin command in Terminal, like
sudo diskutil repairPermissions /
I get the message:
-bash: sudo: command not found
In fact, any way I try typing sudo I get a “command not found” message, even if I try to run other command like chmod.
When I type:
Users
I get
Users: command not found.
So I typed:
Echo $PATH
And get
/bin:/sbin:/usr/bn:/usr/sbin:/usr/libexec:/System/Library/CoreServices
I’m not sure at this point whether the fact that the DiskWarrior-rebuilt drive doesn’t show up among Startup options (when I boot with option key) is because of missing/broken permissions; an empty /Library/Receipts folder; missing users; or a missing path.
Any and all help is appreciated. Thank you.

Oy. I purchased an external drive and began installing Mac OSX onto it, so that I could then migrate all files from the unbootable hard drive before running an Archive & Install. That part seemed to go smoothly. But a few problems have emerged:
1. Though I was prompted to keep Disk 2 of the install ready, it never asked me for it, even though I ran the installation 2 or 3 times. Consequently while I can select the external drive when booting up command-S, I can only see Install window, Disk Utility or Terminal windows - never a desktop, preferences drop down, help menu, finder, all the things I'd typically see when launching my machine. Is this normal? Is there a way to force it to install only disk 2 if it has things it needs for full bootable GUI / access?
2. Booting up with the install disk, in disk utility I can see both drives but still cannot repair permissions on my affected HD. I tried via Terminal (repairPermissions, chmod or chown) commands; I keep getting error messages (command not found).
3. Switching cd / to my new drive in Terminal, I was able, I think, to change permissions (755) but when I open Disk Utility the drive is still not writable and "Repair Disk Permissions" is still grayed out.
4. I could not open Migration Assistant on the new drive via Disk Utility, so I copied it from the HD into its own folder on the new one, but am really confused about the whole Disk Image thing. If I create a new disk image and try to open it, convert or checksum it, it still is grayed out, I can never just open it. I tried running commands in Terminal to run that application on the external drive, pointing to the new folder, to the .app, to the contents, .dmg, and no commands seem to work, I keep getting the command not found message.
If I just run the A&I, I fear I'll lose my data which is why I wanted to migrate everything over before I did so. But if the user / owner permissions are screwed up and the only way to fix them is A&I, I don't know what else to do.
Is there ANY way to boot from the install, run Migration Assistant from the external drive (either through Disk Utility or Terminal) and copy all files from HD? If not, I guess I'll have to cross fingers and A&I.
Gee, I used to love my Mac ...

Similar Messages

  • 10.5.2 disk utility will not verify or repair permissions

    After updating my Powerbook G4 and my wife's iMac G5 to 10.5.2, I attempted a routine repair of permissions on both machines. After booting from the install disk, disk utility just "stuck" when I started repair permissions saying it would take "about a minute" but not progressing at all after that. That is to say no ongoing log of what was checked or repaired, just no movement at all.
    Any ideas?

    Just a quick note: I have solved the problem by downloading the "standalone" updater onto my Macbook. I then started up the iMac G4 in firewire target disk mode and moved the updater there. Then I opened it up with the Macbook and ran the installer, selecting the iMac G4. Everything ran without any problems, and then the 1.5.2. updater opened up. I'm running permissions repair now and going to bed! Hope this may help someone else with a locked up hard drive....

  • Macbook 11". Mac OS 10.6.8. Firefox 12. Won't display Alexa toolbar. Tools/Add-ons Alexa toolbar/preferences does not work. tried repairing permissions. no joy.

    Tried google - no posts.

    It looks like that the installation process of one of the applications have caused some trouble. One of them may have changed or added kext files.
    For that, the Window server crashed if you try to open a non Apple application like Firefox
    Start the system in safe mode by holding the shift key on power on.
    If save mode is reached, perform a permissions repair with the Disk Utility.
    Don't bother about upcoming warnings like "could not repair file xy" as that occur cause you use the tool on a running system and opened files can not get touched by the tool.
    After repair is done reboot system to normal and try to open Firefox.
    If the problem persits, please report back here.
    Lupunus

  • Repair Permissions in Single User Mode

    So, I have searched various posts and have yet to find anything that has worked so far. Hopefully, someone can still help. I recently made the mistake of changing my permissions on my hard drive. I clicked "Get Info" for the Boot volume and changed the permissions for "Everyone." I thought I had corrected it, but now when I try to boot, it just sits at the apple grey screen with the spinner and never loads the OS. Judging from other comments, this appears to be a permissions issue and all I need to do is repair the permissions which is why I ran through these commands in Single User mode:
    /sbin/fsck -fy<return> --I did this twice to fix the drive
    /sbin/fsck -fy<return>
    /sbin/mount -uw<return>
    /sbin/autodiskmount -va <return>
    /usr/sbin/diskutil repairPermissions /<return>
    sudo diskutil repairPermissions /
    I am having to run through the Single User mode because I do not have the SL install disk. However, I have Windows installed on a Boot Camp partition and I can access files on the mac side but everything is read only.
    I am a novice at the command line so any guidance on what commands might help to repair permissions would be great.

    Found this for Leopard. Will probably work in 10.6
    Run these commands and hit enter after each. Be careful with the spaces; keep exactly as written. There are various suggestions in this thread, which you might first want to check out, but this seems to be the most promising.
    http://forums.macnn.com/90/mac-os-x/370223/changed-hd-permissions-mac-wont-get/
    mount -uw /
    chmod 775 /
    chmod 1775 /
    Then restart
    BTW, not recommended to repair Permissions from the install disk, since if you've updated since installing, those will be out of date and incorrect. Permissions Repair should be done from the normal boot volume.
    Message was edited by: WZZZ

  • Disk Utility and repair permissions problem after upgrade 10.5.1

    *Problem with Disk Utility* - +repair permissions don't work anymore+
    After upgrading to OS X 10.5.1 tried to correct permissions with Disk utility. But I'm not able to repair permissions, because I get this message every time "fault: The underlying task reported a fault at concluding." and permissions repair stops. Has anyone else had this problem and does anyone have any idea how to get this working again?

    Will try installing OS X 10.5.1 again from the downkoad that you recommended. Won't be able to do this untill after the New Year but I'll let you know if this helped. I had another problem after he 10.5.1 upgrade and that was that the Security update 2007-009 also refused to install. Could this be related too the problems with Disk utility and the permissions problems.

  • Repairing permissions relevant to Apple apps. only?

    I installed Macromedia Flash Player 9 and Firefox 2 today, and tried to repair permissions because Firefox was running slow. I accidently selected the main disk rather than the partition, Macintosh HD, tried to repair permissions and got an error message saying that quitting would render the disk unusable, or something along those lines. I clicked stop repair twice and eventually had to quit out because there was no other choice. I hope this won't pose a problem later on, assuming that was the wrong disk to repair and it didn't go all the way. I'm slightly paranoid that my computer won't startup normally if I shut it off. Although I did restart after this happened and everything seems fine at this moment.
    - Is repairing permissions really only necessary for system updates and Apple-based application updates (iPhoto, iTunes)?
    - Also, should I try again or is it best to just let it go for now, since it was only third-party apps that I'd updated?
    iMac G5 Mac OS X (10.3.5)

    You are correct. Repairing permissions will have no impact on any applications or software that doesn't have a receipt saved.
    When you are repairing your hard drive or permissions you should not quit the activity until it finishes. I recommend doing the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Installer menu (Utilities menu for Tiger.) 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 installer. Now shutdown the computer for a couple of minutes and then restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    This may be overkill but it can't hurt anything.
    Under normal circumstances you should not have to repair permissions. The reason you see it recommended so much is that it's a precaution that costs little to do and in some rare cases may actually fix something.

  • Possible to run repair permissions before mac fully boots?

    Is it possible to use a keyboard shortcut during boot, type in some code, and run disk utiliy or repair permissions?
    Cause I would like to run it but the powerbook wont fully boot and my install disk is in a different city.
    Can I use anyones leopard install cd or does it need to be mine?
    plz help
    Message was edited by: wroth

    VK and Kenichi are right. Permissions have changed so don't run repair permissions from a non-Leopard disk.
    However, repairing permissions has really become a "magical elixir" that is supposed to solve all kinds of problems. It won't.
    Apple's official recommendation is not to run repair permissions from the install disk because a software update could have changed permissions. In any event, if your machine won't boot, repairing permissions won't help. Repairing the disk might.
    The HFS+ file system hasn't changed in Leopard. If your machine won't boot, and all you have is a Tiger disk, running disk repair should be safe. After all, it is perfectly safe to have both Leopard and Tiger on the same machine and Tiger can and will run disk repair on its own when it boots up.
    Hopefully I've salvaged something from my technical reputation.

  • Mac won't update software or access iTunes shop. Message comes up with 'not connected to the net. Check connections' error. I still have internet access. Changed my Apple ID but no result. Repaired permissions and re-installed operating system.

    Mac won't update software or access iTunes shop. Message comes up with 'not connected to the net. Check connections' error. I still have internet access. Changed my Apple ID but no result. Repaired permissions and re-installed operating system.

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • DisK Utility Not Repairing Permissions

    Hello, I have a problem with my iMac.
    The problem is as following: I cannot repair permission using Disk Utility.
    What happened first was that I wanted to install a program from a mounted drive, however a Pop up occurred and said the framework of installer was incorrect.
    After that, I went to Disk Utility and clicked repair permissions when a Pop up like this came up:
    http://img219.imageshack.us/img219/2582/picture1mt4.png
    What is the problem?
    Thank you for any help,
    Daniel

    -are you running Disk Utility from the HD or booted to the instal disk?
    -what are the affected files?
    If the file(s) was not installed by the mac OS X installer, Repair Permissions will not fix the issue
    Tip:
    If the files are located in your home folder,
    boot to instal disk#1,
    choose Reset Password Utility from the menu bar
    and "Reset Home Directory Permissions and ACLs".
    .

  • Please Help, After Kernel panic restart failed- apple swirl(6 hrs), SafeMode-failed, SUMode-sucess. Could not unmount disk to erase. Repair permissions-multiple fail errors:unable to set permissions on... unable to set owner and group...

    Please Help, I deleted an account that was the same name as the administrator but was not the administrator. Also a samsung galaxy s phone was charging through the usb port.
    I closed out a program and got a message that the temp file could not be stored/saved.
    Then a Kernel panic message occurred and restart was necessary.
    The restart resulted in the screen with the apple logo and a continous swirl for 6+hrs,
    Attempted Safe Mode start up, unsuccessful,
    Single User Mode-sucess.
    Ran $ fsck_hfs -rfd /dev/disk0s2 Ran several times repairs made with one which remained. something about a node.
    No change in start up attempts
    Started with install CD matching current OS 10.6
    Ran Disk Utility Repair Permissions resulting in multiple errors:
    One line/error
    Warning: SUID file /////Ardagent has been modified and will not be repaired
    144 lines/errors of this type of series of lines
    Group permissions differ on...should be drwxr-xr-x, they are -rw-r--r-- .
    permissions differ on...should be drwxr-xr-x, they are -rw-r--r-- .
    unable to set owner and group...error 22: Invalid Argument
    unable to set permissions on...error 22: Invalid Argument
    Ran Repair Disk, result:
    Error: Could not unmount disk (in red)
    Ran Verify Disk, result:
    The volume HD appears to be ok (in green)
    Next I attempted to erase the dist to start from scratch since I have data backed up on time machine.
    Error message box
    Volume Erase failed
    Volume Erase failed with error:
    Could not unmount disk
    I am looking to solve without buying DiskWarrior unless only resort.

    So it looks like  solved it for now I will update later. What I did was after starting from the install cd for the 10.6 system I ran from terminal ran:
    diskutil disablejournaling /dev/disk0s2
    diskutil disableownership /dev/disk0s2
    diskutil repairPermissions /dev/disk0s2
    then i closed terminal and then when to disk utility and chose to repair disk with results all was fine. Then ran repair permissions and got similar results from terminal function next I erased disk and then chose to restore from time machine and it is now restoring! yea!

  • OS X 10.6.7 Canon All-in-One 480 Printer will not print files, only blank pages. Have to go to Utilities, Disk Utility  and Repair permissions for a temporary fix. How can I get a permanent fix?

    After upgrading to OS X 10.6.7., my Canon All-in One MP 480 printer will not print. it says it is printing, but the sheet of paper just runs through the printer and comes out blank. I finally went online to just answers.com and got a fix involving the System preferences, printer and fax. i was told to go to Applications in the HD, thenUtilities, then Disk Utilities, highlight the HD and check on Verify Disk. If it says Disk is OK, click on Repair Permissions. At first, that worked, but the next time I went to print after turning the printer off, it refused to print and just ran the sheet of paper through blank. Once that happens, there is no way to go back to printing the file that failed. I fiinally had to copy and paste the info from the file that would not print and put it in an email to myself and then print that. This is very frustrating, and I would really like a final solution for the problem.
    bettyfroomneedham

    There's a lot there, so I'll start with the parts I can answer quickly.
    The "ACL found but not expected..." messages can be safely ignored, so says this article
    http://docs.info.apple.com/article.html?artnum=306925
    (look below all the "SUID" examples)
    I had changed my Desktop image earlier but when the "Installing 1 item" window came up it changed back to the back ground that you first see on your desktop after installation.
    Leopard installs updates a bit differently. If it's simply an application that does not change system files, it installs them like before, without having to restart. If the update is to the system, then you must immediately "restart," It then goes to that stars and purple screen to perform the installation. Before, it would do the installation while you still had control of the Mac and would prompt you to restart when it finished the installation. This change probably make things more secure and reliable, because you aren't allowed to do other things on the Mac while system updates are being installed.
    Please post back with the remaining point of concern.

  • Repairing permissions (Error msg. not understood)

    Good evening,
    So far my erase all/install of Leopard has gone smoothly on my 2Ghz Duo macbook, however I recently went in to Disk Utility to repair permissions and this popped up after it completed. (As a side note, repairing the permissions didn't take nearly as long on Tiger, not did it cause the fan to go into overdrive?)
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    What does this mean, and is it a a possible problem? I don't understand.
    Thanks in advance

    There are a couple of other threads about this already. Search discussions using these words: Permissions Warning
    You'll see a bunch of threads about the same thing.
    Basically, I think I remember something being mentioned about Apple Script. Incidentally, I had the same problem.

  • Having problem w 3rd party software ., there tech advsed me to repair  permissions  before  reinstalling software . However  , querrie says  repairing permissions  is not good for  system .  whats up ,, help  !!!

    having problem w 3rd party software ., there tech advsed me to repair  permissions  before  reinstalling software . However  , querrie says  repairing permissions  is not good for  system .  whats up ,, help  !!!

    I've fixed the problem - I think.
    I forgot I had the program "Little Snitch" installed on my computer. So I went into it and saw that it was blocking most of my connections for all the programs I use on a daily basis. Once I lifted the RULE to those certain programs - BAM - everything came back to life in an instant!

  • Not permission to install Lion into my iMac HD even after running Disk Tools repairing permissions ???

    Not permission to install Lion into my iMac HD even after running Disk Tools repairing permissions ???

    Post the exact text of the error message you get.

  • Not able to repair all permissions

    So I was having problems with my iMac and I thought that repairing the permissions would work.  When I went to Disk Utitlity and clicked on REpair Permissions, there was a lot - over 200 - that needed repaired.  Disk utility repaired all of them except one, this one
    Repairing permissions for “Macintosh HD”Warning: SUID file “System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent” has been modified and will not be repaired.
    Permissions repair complete
    No matter how many times I try to repair the permissions, Disk Utility wont repair that one.
    Can someone tell me what might be wrong with it and how to repair it
    Thanks
    jay

    I sort of figured that because it wasnt repairing it. 
    I don't know what has caused it to change though and how to I put it back to whatever it should be.  Also if its not permissions that are causing my windows to stick and my Mac to generally be slow, then what else could it be?

Maybe you are looking for