Lt. Xenodite Posted July 12, 2009 Share Posted July 12, 2009 So I just installed 10.5.7 retail from my iDeneb installation to another partition. Booted with -v and I get a couple errors, which include "mDNSResponder[24]: Couldn't read user-specified...", "display: family specific matching fails", and the most odd one, "hfc_btree_open: BTOpenPath error -32730". That last one is odd because it is documented in only one place: the source code for hfs_hotfiles.c. There is also an "unable to probe /dev/disk1s1" error. I believe the boot volume is disk4s3. I am able to boot with -s and modify stuff. I have tried disabling the onboard NIC, verifying the disk in Disk Utility in my iDeneb install, and doing sudo vsdbutil -a /Volumes/leo (which gave me the same BTOpenPath error again). The offending source code: /* Open the B-tree file for writing... */ error = BTOpenPath(VTOF(vp), (KeyCompareProcPtr) hfc_comparekeys); if (error) { printf("hfc_btree_open: BTOpenPath error %d\n", error); error = MacToVFSError(error); } Anyone have any ideas? Thanks. Link to comment https://www.insanelymac.com/forum/topic/174563-hfc_btree_open-btopenpath-error-32730/ Share on other sites More sharing options...
Recommended Posts