Subscribe to our RSS news feed
AAPL 275.62 (0.56)

12 Pages V   1 2 3 > »   
Reply to this topic Start new topic
TimeMachine fails backup, backup volume could not be found
*
  • Group: Members
  • Posts: 48
  • Joined: 13-April 06
  • From: Netherlands
  • Member No.: 34,042
I recently installed osx 10.5 using a prepatched dvd.
Everything works fine except 'time machine' The time machine application opens just fine, it all looks realy nice. But when I open de timemachine tab in the control panel it gives me an error;
"backup volume could not be found"
Ive tried several disks, both internal and external (usb). All formatted in osx journaled format.

I've restored permissions a million times now.

Any suggestions on how to fix this.
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 652
  • Joined: 28-August 06
  • Member No.: 53,195
Sounds like you need the moddified IONetworkingFamily.kext by ToH. Here it is...

http://www.megaupload.com/?d=HWVMONUU

After placing it it /System/Library/Extensions

sudo -s
*password*

rm -rf /System/Library/Extensions.mkext
chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext
chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext

reboot, and keep your fingers crossed

HTH,

The Baron
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 48
  • Joined: 13-April 06
  • From: Netherlands
  • Member No.: 34,042
thnx for the info and links, verry helpful!!
I hope it's that easy! Will try as soon as I get back home!!!
Any chance this wil result is boot failure?
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 652
  • Joined: 28-August 06
  • Member No.: 53,195
If you're worried move the old IONetworkingFamily.kext to /

If you have problems boot -s and move it back.

No problems here but YMMV, good luck.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 48
  • Joined: 13-April 06
  • From: Netherlands
  • Member No.: 34,042
I used to run debian so moving file back and forward using singleusermode or terminals wont be an issue.
Thnx for the quick replies and clear howto's!!! very much appreciated!

edit: I can imagine more people having this problem. Sticky perhaps?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 48
  • Joined: 13-April 06
  • From: Netherlands
  • Member No.: 34,042
the file appears to be unavailable at the moment. Is there any other link to it?

thnx

Edit: It works again!
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 420
  • Joined: 1-August 05
  • From: The Netherlands
  • Member No.: 1,370
works for me to thx
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 48
  • Joined: 13-April 06
  • From: Netherlands
  • Member No.: 34,042
<native language mode>
Toch handig he zo'n forum.
Weet jij trouwens een oplossing voor het niet afsluiten van je hackintosh in leo
</native language mode>
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 52
  • Joined: 6-March 07
  • From: USA
  • Member No.: 90,427
Strange, this didn't fix the issue for me.

Any other options?
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 539
  • Joined: 15-January 07
  • From: 
  • Member No.: 76,244
Thanks Baron Fixed my problem of Time Machine too
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 320
  • Joined: 31-August 06
  • From: Ripbum.BC.Canada
  • Member No.: 53,649
Applying this fix didn't get Time Machine to work, plus it stopped my ethernet from working. Had to un-apply the fix.

Any other ideas?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Newbies
  • Posts: 3
  • Joined: 28-June 07
  • Member No.: 117,651
Hi,

If you downloaded the kext using Safari, it has added an extended attribute to the file that will prevent the system from using it. This is new to 10.5 and is obviously an extended security measure. You can easily check this because there is an "@" symbol at the end of the permissions block on an ls : e.g., "drwxr-xr-x@ 10 root wheel 340 2 Nov 14:47 Contents"

The people who got this to work probably downloaded using Firefox.

You can see if there are extended attributes on a file using xattr. Here's a snippet:

bash-3.2# xattr IONetworkingFamily.kext/
com.apple.quarantine <=== not going to work with this!

And to fix this, run:


cd /System/Library/Extensions
xattr -d com.apple.quarantine IONetworkingFamily.kext

If that doesn't work, you may need to do this recursively if the component files and directories contain the same extended attribute. Thus:

cd /System/Library/Extensions
find IONetworkingFamily.kext -exec xattr -d com.apple.quarantine {} \;

This will take a minute. Ignore the "No such xattr: ..." warnings.



This may be relevant to many different 10.5 problems when files are downloaded using Safari.

I hope this helps.

Quelg
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Newbies
  • Posts: 2
  • Joined: 24-June 07
  • Member No.: 117,050
Try quelgs's idea. It works.

Though instead of "xattr -d com.apple.quarantine IONetworkingFamily.kext" I used "xattr -d com.apple.quarantine /System/Library/Extensions/IONetworkingFamily.kext"

I did have to manually edit the Intel82XX driver inside the IONetworkingFamily.kext to include my Ethernet controller's device ID.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Newbies
  • Posts: 3
  • Joined: 28-June 07
  • Member No.: 117,651
QUOTE (neikous @ Nov 6 2007, 12:59 AM) *
Hmm, thanks for having me try more stuff but it still didn't work :-/
I can try it again but I am having pretty bad luck here.
Any other suggestions?



That's a shame you weren't able to get it to work. Mine worked fine after applying the IONetworking kext replacement (after xattr -d etc. because I downloaded using Safari).

Have you tried in TM options: change disk - NONE and then change disk - YOUR DISK?

Also, is your drive HFS+ formatted? I assume it must be otherwise you wouldn't see it as an option in the first place. Still - worth checking. Also check that the drive is GUID partitioned not MBR. I believe that causes problems in TM.

One final check: is your disk drive name anything fancy with special characters? There have been reports of problems if the name uses special characters. Perhaps worthwhile is to use diskutil to erase the drive, create a simple name like BACKUP and ensure HFS+ (Mac OS Extended - Journaled)

Check in diskutil that the drive has "owners enabled" at the bottom left of the information screen (I suspect TM will need this set, though I'm not sure).

Also, as a last resort, try creating a blank file called ".com.apple.timemachine.supported" in the root of the drive if it isn't already there.

Other than that, I'm out of ideas. It does sound like a problem with the IONetworking kext though. It might be worthwhile going through the whole process step by step again as sometimes a step has been missed and isn't noticed.


Quelg
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 3-November 07
  • Member No.: 148,868
Hi,

I got another problem, T&M doesn't show any HD to backup at all!
For the rest all works fine on my p5B mobo.
I got the flat install.


Maybe som1 an idea?
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 320
  • Joined: 31-August 06
  • From: Ripbum.BC.Canada
  • Member No.: 53,649
I had given up all hope with my BrazilMac install, which has been working well, except for Time Machine. Then I did this:

http://forum.insanelymac.com/index.php?sho...hl=time+machine

I dragged and dropped from another partition, repaired permissions as root using chown chmod in Terminal, deleted the extensions cache, and rebooted with the -f.

Time machine started to work on my Lacie USB drive. My ethernet stopped working. With some luck I can edit the IONetworkingFamily.kext to get it going again. At least my Airport was still working.

Can someone tell me what the -f boot option does?
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Retired
  • Posts: 1,118
  • Joined: 20-April 06
  • From: Funky Town
  • Member No.: 35,275
Well I finally got my time machine working again. To do so i used this binary instead: http://rapidshare.com/files/68864781/IONet...-_581_.zip.html

Note that this is NOT the whole kext, just the binary. Just drop that in IONetworkingFamily.kext/Contents/MacOS and replace the old one. Chown/chmod and reboot with -f and time machine should work wink.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 4-June 07
  • Member No.: 112,202
I finally got the time machine working by using the following patch:
http://rapidshare.com/files/68864781/IONet...-_581_.zip.html

It didn't work after the first reboot, I almost restored my IONetworkingFamily.kext as I did with many previous IONetworkingFamily patches. It worked when I rebooted for the second time.

I believe the UUID error prevents Time Machine from working. You can check if you still have UUID errors by
CODE
grep UUID /var/log/system.log
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 105
  • Joined: 28-November 06
  • Member No.: 66,217
QUOTE (fishyeah @ Nov 20 2007, 12:56 PM) *
I finally got the time machine working by using the following patch:
http://rapidshare.com/files/68864781/IONet...-_581_.zip.html

It didn't work after the first reboot, I almost restored my IONetworkingFamily.kext as I did with many previous IONetworkingFamily patches. It worked when I rebooted for the second time.

I believe the UUID error prevents Time Machine from working. You can check if you still have UUID errors by
CODE
grep UUID /var/log/system.log

CODE
scannerfm77-leopards-acpi:~ scannerfm77leopard$ grep UUID /var/log/system.log
Nov 20 00:29:31 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 00:50:58 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 00:57:04 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 01:11:31 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 08:29:15 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 22:26:51 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE

Above is my log. Is that mean something still wrong?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 4-June 07
  • Member No.: 112,202
QUOTE (scannerfm77 @ Nov 20 2007, 03:51 PM) *
CODE
scannerfm77-leopards-acpi:~ scannerfm77leopard$ grep UUID /var/log/system.log
Nov 20 00:29:31 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 00:50:58 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 00:57:04 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 01:11:31 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 08:29:15 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE
Nov 20 22:26:51 localhost kernel[0]: Waiting for boot volume with UUID A9AF3639-B133-3172-BBD9-CCB488B6B8CE

Above is my log. Is that mean something still wrong?


If you don't get "_CFGetHostUUIDString: unable to determine UUID for host. Error: 35" in your log or when you run some terminal command, you should be alright and your time machine should work (try partition your TM drive with GUID scheme and reselect the drive for TM after done the patch).
PM Profile Card
Go to the top of the page
+ Quote Post
12 Pages V   1 2 3 > » 
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 3rd September 2010 - 08:58 AM