Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to fix error 35: Unable to determine UUID

I am having some issues with *long* boot times and Time machine errors on my iMac. I tried disk repair and hardware test, but they did not find anything. In fact, I have a bootcamp partition that is running fine, so it is unlikely to be a hardware issue.


The above is the only error I seem to see, could this be causing the problem? Is there a way to fix it?

iMac (21.5-inch Late 2009), Mac OS X (10.6.8)

Posted on Dec 2, 2013 9:17 AM

Reply
30 replies

Jan 2, 2014 11:39 AM in response to Keith Barkley

If you have more than one user account, these instructions must be carried out as an administrator.

Launch the Console application in any of the following ways:

☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)

☞ In the Finder, select Go Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.

☞ Open LaunchPad. Click Utilities, then Console in the icon grid.

Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select

View Show Log List

from the menu bar.


Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message that corresponds to an abnormal backup. Now

CLEAR THE WORD "Starting" FROM THE TEXT FIELD

so that all messages are showning, and scroll back in the log to the time you noted. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them to the Clipboard by pressing the key combination command-C. Paste (command-V) into a reply to this message.

If all you see are messages that contain the word "Starting," you didn't clear the text field.

If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.

When posting a log extract, be selective. Don't post more than is requested.

Please do not indiscriminately dump thousands of lines from the log into this discussion.


Some personal information, such as the names of your files, may be included — anonymize before posting.

Jan 3, 2014 7:35 AM in response to Linc Davis

1/3/14 8:09:28 AMcom.apple.backupd[321]Starting standard backup
1/3/14 8:09:28 AMcom.apple.backupd[321]Backing up to: /Volumes/Tardis/Backups.backupdb
1/3/14 8:09:34 AMcom.apple.backupd[321]Event store UUIDs don't match for volume: MacHD
1/3/14 8:09:40 AMcom.apple.backupd[321]Node requires deep traversal:/ reason:must scan subdirs|new event db|
1/3/14 8:11:30 AM/System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer[252]No valid tickets, timing out
1/3/14 8:13:24 AMkernelCouldn't alloc class "AppleIntelNehalemPerformanceMonitor"
1/3/14 8:13:24 AMkernelCouldn't alloc class "AppleIntelNehalemSPR"
1/3/14 8:13:24 AMkernelCouldn't alloc class "AppleIntelYonahSPR"
1/3/14 8:13:24 AMkernelCouldn't alloc class "AppleIntelYonahPerformanceMonitor"
1/3/14 8:22:23 AMcom.apple.backupd[321]No pre-backup thinning needed: 447.19 GB requested (including padding), 991.24 GB available
1/3/14 8:28:42 AMcom.apple.backupd[321]Copied 3681 files (41 KB) from volume MacHD.
1/3/14 8:28:47 AMcom.apple.backupd[321]Backup canceled.

Here are the time machine errors. Note it took 20 minutes to back up 41 kB!

Jan 3, 2014 7:47 AM in response to Keith Barkley

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.

Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.

Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: You copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.

You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual. If it only boots in safe mode, use that.

Below are instructions to enter a UNIX shell command. It does nothing but produce human-readable output. However, you need to think carefully before running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.

The command will line-wrap or scroll in your browser, but it's really a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.

If you have more than one user, and the one with the problem is not an administrator, please run the command both as that user and as an administrator. The results may be different. The administrator is the user that was created automatically when you booted the system for the first time. If you can't log in as an administrator, just run the command as the user who has the problem. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.

Launch the Terminal application in any of the following ways:


☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)


☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.


☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.


When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.


Triple-click anywhere in the line of text below on this page to select it:

clear; PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && o=$(sed 's/^/ /' <<< "$o") && printf '\n%s:\n\n%s\n' "$1" "$o"; }; PC () { o=$(grep [^[:blank:]] "$2"); PR "$1"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; }; a=$(id | grep -w '80(admin)'); [[ "$a" ]] && sudo true && r=1 || r=; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && ! "$r" ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); PN "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$( printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]} ) || o=; PR "Total CPU usage"; [[ "$o" ]] && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); PR "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; PC "cron configuration" /e*/cron*; o=$(crontab -l | grep [^[:blank:]]); PR "User cron tasks"; PC "Global launchd configuration" /e*/lau*; PC "Per-user launchd configuration" ~/.lau*; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist") || ID=; ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {,/}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; [ "$r" ] && { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l | grep [^[:blank:]]); PR "Root cron tasks"; }; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; exit


Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. The line you pasted will disappear.

If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter your password, the command will run anyway, but it will produce less information. In most cases, the difference is not important.

The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer.

Wait for the line "[Process completed]" to appear.

The output of the command will be automatically copied to the Clipboard. All you have to do is paste into a reply to this message by pressing command-V again. You can then quit Terminal.

Please note:

☞ This procedure is all copy-and-paste — type only your login password when prompted. When typing it, make sure caps lock is off.

☞ When you type your password, you won't see what you're typing.

☞ Remember to post the output. It's already in the Clipboard when you see the line "[Process completed]" in the Terminal window.

☞ If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.

Jan 8, 2014 10:01 AM in response to Linc Davis

Here it is:

I know that these are generic instructions, but I do know my way around a computer and I am familiar with terminal. Is there a way to see the IOKit messages to see why it is "timing out waiting for IOKit to be quiet"?


Boot Mode: Normal



Total CPU usage:



User 5% System 54%



Max %CPU by process (name, UID, %):



Safari 501 1.3



Loaded extrinsic user agents:



edu.mit.Kerberos.KerberosAgent

jp.co.canon.SELPHYCP.BG

com.adobe.ARM.925793fb327152fd34795896fa1fb9ffa268b2a852256fe56609efa3

edu.mit.Kerberos.CCacheServer



Per-user login items:



Microsoft AU Daemon

iTunesHelper



Restricted user files: 50



Extrinsic loadable bundles:



/System/Library/Extensions/ACard6280ATA.kext

(com.acard.driver.ACard6280ATA)

/System/Library/Extensions/ACard62xxM.kext

(com.acard.driver.ACard62xxM)

/System/Library/Extensions/ACard67162.kext

(com.acard.driver.ACard67162)

/System/Library/Extensions/ACard671xSCSI.kext

(com.acard.driver.ACard671xSCSI)

/System/Library/Extensions/ACard6885M.kext

(com.acard.driver.ACard6885M)

/System/Library/Extensions/ACard68xxM.kext

(com.acard.driver.ACard68xxM)

/System/Library/Extensions/hp_qc_io_enabler.kext

(com.hp.hpio.hp_psa530_630_io_enabler)

/System/Library/Extensions/ImmersionForceFeedback.kext

(com.Immersion.driver.ImmersionForceFeedback)

/System/Library/Extensions/LogitechForceFeedback.kext

(com.logitech.driver.LogitechForceFeedback)

/System/Library/Extensions/TASCAMUS122.kext

(com.TASCAM.iokit.US122)

Library/Address Book Plug-Ins/SkypeABDialer.bundle

(com.skype.skypeabdialer)

Library/Address Book Plug-Ins/SkypeABSMS.bundle

(com.skype.skypeabsms)

/Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin

(info.emagic.driver.unitor)

/Library/Audio/MIDI Drivers/US122MIDIDriver.plugin

(com.TASCAM.midi.driver.US122)

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

(com.adobe.acrobat.pdfviewer)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/NPVirtools.plugin

(com.virtools.3DLifePlayer)

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

(com.microsoft.sharepoint.browserplugin)

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

(com.microsoft.sharepoint.webkitplugin)

/Library/Internet Plug-Ins/Silverlight.plugin

(com.microsoft.SilverlightPlugin)

/Library/Internet Plug-Ins/Unity Web Player.plugin

(com.unity.UnityWebPlayer)

/Library/Internet Plug-Ins (Disabled)/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/QuickTime/CanonMJPEGAVI.component

(jp.co.canon.MJPEGAVIExporter)

/Library/QuickTime/CanonMJPEGAVIDec.component

(jp.co.canon.CanonMJPEGAVIDec)

/Library/QuickTime/CanonText.component

(jp.co.canon.Text)

/Library/Spotlight/LogicPro.mdimporter

(No bundle ID)

/Library/Spotlight/Microsoft Entourage.mdimporter

(com.microsoft.entourageMDImporter)



Unsigned shared libraries:



/usr/lib/gcc/i686-apple-darwin10/4.0.1/libstdc++.dylib

/usr/lib/gcc/i686-apple-darwin10/4.2.1/libstdc++.dylib

/usr/lib/gcc/powerpc-apple-darwin10/4.0.1/libstdc++.dylib

/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/libstdc++.dylib

/usr/lib/libgcc_s.10.5.dylib



Font problems: 35



Library/LaunchAgents:



com.adobe.AAM.Updater-1.0.plist

com.adobe.ARM.925793fb327152fd34795896fa1fb9ffa268b2a852256fe56609efa3.plist

-SharedServices.Agent.plist



/Library/LaunchAgents:



com.adobe.AAM.Updater-1.0.plist

jp.co.canon.SELPHYCP.BG.plist



/Library/LaunchDaemons:



com.adobe.fpsaud.plist

com.apple.third_party_32b_kext_logger.plist

com.microsoft.office.licensing.helper.plist



/Library/PrivilegedHelperTools:



com.microsoft.office.licensing.helper



Loaded extrinsic daemons:



edu.mit.Kerberos.krb5kdc

edu.mit.Kerberos.kadmind

com.microsoft.office.licensing.helper

com.adobe.fpsaud


<E-mail Edited by Host>

Jan 6, 2014 11:32 AM in response to Keith Barkley

Step 3

Boot in safe mode. This will cause certain caches maintained by the system to be rebuilt.


Safe mode is much slower to boot than normal.


When the login screen appears, reboot as usual (not in safe mode) and test. There's no need to log in while in safe mode.


Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. In that case, ask for instructions.

Jan 7, 2014 8:28 PM in response to Linc Davis

None of that helped, but:

I could not change to OSX as the startup disk from OSX (I was starting from bootcamp) I could start OSX from the startup manager and change the startup disk from Bootcamp, but SystemPreferences->startupDisk said that it could not bless the disk. It also would not "see" the bootcamp volume so I could not select that, either.


Also, I could boot in safe mode, and the login screen came up - it even said "safe mode" on it - but I could not log in. The mouse pointer moved, but the screen did not respond to my clicks. Wierd.

Jan 7, 2014 10:16 PM in response to Keith Barkley

I think you have a corrupt partition table. That will require making at least two complete backups of all data on the drive, including Windows data, then booting into Internet Recovery (command-option-R at the startup chime) to repartition the drive with the default options — one data partition. After that, restore your OS X data from a backup, reboot, and recreate the Boot Camp partition. Use only Boot Camp Assistant for that purpose. Never make any changes to the partition structure in Windows.


One backup is not enough to be safe.

How to fix error 35: Unable to determine UUID

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.