Jump to content
8 posts in this topic

Recommended Posts

Hello,

 

Every Time i try to run the Brazil Script it comes that Error, what do i wrong ?!

 

bash-3.2# cd desktop

bash-3.2# ./9a581-patch.sh

Converting DMG to editable image...

Driver Descriptor Map (DDM : 0) lesen …

BOOTCAMP (Apple_ISO : 1) lesen …

Apple (Apple_partition_map : 2) lesen …

Macintosh (Apple_Driver_ATAPI : 3) lesen …

....

Mac_OS_X (Apple_HFS : 4) lesen …

...............................................................................

Dauer: 15m 31.524s

Geschwindigkeit: 8.2M Byte/s

Ersparnis: 0.0 %

created: /Users/swiss9/Desktop/leopard.iso.cdr

Mounting new ISO read-write...

/dev/disk1 Apple_partition_scheme

/dev/disk1s1 Apple_partition_map

/dev/disk1s2 Apple_Driver_ATAPI

/dev/disk1s3 Apple_HFS /Volumes/Mac OS X Install DVD

Waiting for leopard.iso to be mounted...

Renaming image to osx86dvd...

Volume on disk1s3 renamed to osx86dvd

Removing Xcode Tools...

Removing X11user and 6 languages files...

Removing minibless...

Removing printer packages...

Removing OSInstall...

Removing Kernel files...

Removing Boot-related things...

Removing Extensions...

Removing files Needed for kernels without power_management_init called

Replacing minibless...

Replacing OSInstall.mpkg...

Replacing boot-related files...

Replacing Kernel...

Replacing extensions...

ALL PATCHES APPLIED !!!

Creating bootable DVD in 10 seconds...

You might want to CTRL-Z and inspect /Volumes/osx86dev now.

Size of boot image is 4 sectors -> No emulation

Total translation table size: 2048

Total rockridge attributes bytes: 0

Total directory bytes: 0

Path table size(bytes): 10

Max brk space used 0

241 extents written (0 MB)

Creating a bootable image and remove any previous copies...

..............................................................................

created: /Users/swiss9/Desktop/Leo_Patched_DVD.dmg

 

Partition map (with 512 byte blocks) on '/dev/rdisk2'

#: type name length base ( size )

1: Apple_partition_map Apple 63 @ 1

2: Apple_Free Extra 9177024 @ 64 ( 4.4G)

 

Device block size=512, Number of Blocks=9177088 (4.4G)

DeviceType=0x0, DeviceId=0x0

 

Creating partition on the image...

3

Copying data onto the image...

900+0 records in

900+0 records out

460800 bytes transferred in 0.812123 secs (567402 bytes/sec)

Initialized /dev/rdisk2s3 as a 4480 MB HFS Plus volume

DITTOING...

BLESSING...

umount: unmount(/mnt): Resource busy

"disk2" unmounted.

hdiutil: couldn't eject "disk2" - Fehler 49168

Update prebinding...

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/CoreServices/Finder.app/Contents/MacOS/Finder: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/Applications/Safari.app/Contents/MacOS/Safari: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/Applications/Mail.app/Contents/MacOS/Mail: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/Applications/iChat.app/Contents/MacOS/iChat: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libhotspot.dylib: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4: can't open file, errno=2

update_dyld_shared_cache: warning can't use root /Volumes/osx86dvd/System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters: can't open file, errno=2

Renaming to original image name...

Volume on disk1s3 renamed to Mac OS X Install DVD

"disk1" unmounted.

"disk1" ejected.

Renaming image to actual extension type...

hdiutil: mount failed - Keine aktivierbaren Dateisysteme

Disk Utility Tool

Usage: diskutil rename MountPoint|DiskIdentifier|DeviceNode newName

diskutil renameVolume MountPoint|DiskIdentifier|DeviceNode newName

The new name is subject to file system-specific naming restrictions.

Rename and renameVolume are synonyms.

Ownership of the specified volume may be required.

Example: diskutil rename /Volumes/SomeDisk SomeNewName

hdiutil: eject failed - Es existiert keine Datei und kein Verzeichnis dieser Art

Removing tempdisk and useless dirs...

 

ALL Done !!

Link to comment
https://www.insanelymac.com/forum/topic/75940-brazil-script-error/
Share on other sites

Technically the image will still work. It wasn't renamed at the end properly and there were unmounting isssues. Also prebinding popped up a few errors but nothing fatal.

 

I assume this was built using a Leopard system. If so the fault happens at this point:

 

umount: unmount(/mnt): Resource busy

 

For those technically interested, this is due to the fact fseventd is locking the volume. This prevents it unmounting.

×
×
  • Create New...