davilla / atvusb-creator

Automatically exported from code.google.com/p/atvusb-creator
27 stars 53 forks source link

Resource busy install recovery failed #393

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

2Z694-5660-029.dmg selected
Creating USB Flash Disk...
  umount_disk settling delay (10 seconds)
  partition the target disk
  umount_disk settling delay (10 seconds)
  install recovery onto target disk
Unable to mount image: 2009-09-24 11:39:08.287 hdiutil[1822:10b] Error
loading
/Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin: 
dlopen(/Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin,
262): no suitable image found.  Did find:
    /Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin:
mach-o, but wrong architecture
2009-09-24 11:39:08.288 hdiutil[1822:10b] Cannot find function pointer
VRPreviewCFPlugInFactory for factory 20D1C6B2-6A02-11D7-B5A6-000393D45566
in CFBundle/CFPlugIn 0x419630
</Library/Plug-ins/DiskImages/NUMPlugin.bundle> (bundle, not loaded)
2009-09-24 11:39:08.477 diskimages-helper[1824:1603] Error loading
/Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin: 
dlopen(/Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin,
262): no suitable image found.  Did find:
    /Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin:
mach-o, but wrong architecture
2009-09-24 11:39:08.478 diskimages-helper[1824:1603] Cannot find function
pointer VRPreviewCFPlugInFactory for factory
20D1C6B2-6A02-11D7-B5A6-000393D45566 in CFBundle/CFPlugIn 0x522670
</Library/Plug-ins/DiskImages/NUMPlugin.bundle> (bundle, not loaded)
hdiutil: attach failed - Resource busy
  install_recovery failed
Failed! (0:00:48)

Original issue reported on code.google.com by kevinh...@gmail.com on 24 Sep 2009 at 4:43

GoogleCodeExporter commented 9 years ago
not a clue. reboot your mac and try again.

Original comment by sdavi...@gmail.com on 24 Sep 2009 at 10:21

GoogleCodeExporter commented 9 years ago
I've got the same issue.
I tried multiple times, with rebooting but no luck.
The USB key works on another system to create a patchstick.

Here's what I have in the log:
The first issue is:
13/11/09 07:56:09   fseventsd[50]   could not open 
<</Volumes/Recovery/.fseventsd/fseventsd-uuid>> 
(No such file or directory)
13/11/09 07:56:09   fseventsd[50]   log dir: /Volumes/Recovery/.fseventsd getting 
new uuid: 1F1C9BD2-
EC3E-4A7D-BA42-AF5FAF021427
=> The volume aren't mounted by the creator

If I manually mount the volumes, I got the next error:
13/11/09 07:56:44   [0x0-0x20020].com.atvusb.creator[336]   [creator:748] diskutil 
included EFI on 
device: /dev/disk1
13/11/09 07:57:19   fseventsd[50]   disk logger: failed to open output file 
/private/var/folders/gL/gLlZxy2FEuOLWZ2tRjWTbk+++TI/-Tmp-
/tmpZTYNTv/.fseventsd/00000000262c821e (No such file or directory). mount point 
/private/var/folders/gL/gLlZxy2FEuOLWZ2tRjWTbk+++TI/-Tmp-/tmpZTYNTv/.fseventsd
=> The temp folder is empty (there's no .fseventsd)

I can't go further.

I'm using the 1.0-b10 for Mac on Snow Leopard 10.6.1 (I will update to 10.6.2 
to see of it still doesn't work) 
maybe this issue is related to 10.6.

Original comment by webmas...@anazys.com on 13 Nov 2009 at 7:07