Jump to content
1 post in this topic

Recommended Posts

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.

×
×
  • Create New...