Ciao a tutti. Sto perdendo letteralmente la testa per riuscire a patchare la mia Atv con la patchstick che, non so per quale arcano motivo non riesco a creare. Ho seguito alla lettera tutte le varie guide ma dove sbaglio? Riporto di seguito lo script che viene generato nel terminale. Qualche anima pia può aiutarmi?
Grazie
Terminale.app
Last login: Thu Nov 1 06:17:03 on console
Welcome to Darwin!
CASA:~ dariodavalle$ sudo ./createPatchstick
Password:
Sorry, try again.
Password:
Sorry, try again.
Password:
sudo: ./createPatchstick: command not found
CASA:~ dariodavalle$ cd desktop
CASA:~/desktop dariodavalle$ cd patchstick
CASA:~/desktop/patchstick dariodavalle$ sudo ./createPatchstick
--- Generation of Apple TV Patchstick ---
Created by Marook.
Thanks to: MacTijn, Alan_Quatermain & ericIII
-----------------------------------------
Listing available disks:
/dev/disk0
#: type name size identifier
0: GUID_partition_scheme *232.9 GB disk0
1: EFI 200.0 MB disk0s1
2: Apple_HFS Macintosh HD 232.4 GB disk0s2
/dev/disk1
#: type name size identifier
0: Apple_partition_scheme *298.1 GB disk1
1: Apple_partition_map 31.5 KB disk1s1
2: Apple_HFS TREKSTORE MAC 298.0 GB disk1s3
/dev/disk2
#: type name size identifier
0: PEN 1 GB *973.2 MB disk2
/dev/disk3
#: type name size identifier
0: Apple_partition_scheme *725.1 MB disk3
1: Apple_partition_map 31.5 KB disk3s1
2: Apple_HFS OSBoot 725.1 MB disk3s2
Please specify the disk to re-partition as argument one:
./createpatchstick /dev/diskX
WARNING: The disk will be ERASED !!!
CASA:~/desktop/patchstick dariodavalle$ ./createpatchstick /dev/disk2
--- Generation of Apple TV Patchstick ---
Created by Marook.
Thanks to: MacTijn, Alan_Quatermain & ericIII
-----------------------------------------
You need to run this script as ROOT. Exiting...
CASA:~/desktop/patchstick dariodavalle$ ./createpatchstick /dev/disk3
--- Generation of Apple TV Patchstick ---
Created by Marook.
Thanks to: MacTijn, Alan_Quatermain & ericIII
-----------------------------------------
You need to run this script as ROOT. Exiting...
CASA:~/desktop/patchstick dariodavalle$ sudo ./createpatchstick /dev/disk2
--- Generation of Apple TV Patchstick ---
Created by Marook.
Thanks to: MacTijn, Alan_Quatermain & ericIII
-----------------------------------------
Are you sure you want to partition disk /dev/disk2? [yes|no]yes
Partitioning /dev/disk2:
Started partitioning on disk disk2 PEN 1 GB
Creating Partition Map
Could not unmount disk for zeroing
Partitioning encountered error Could not unmount disk (-10000) on disk disk2 PEN 1 GB
Patitions done.
Creating System folders...
mkdir: /Volumes/Patchstick-root/sbin: File exists
mkdir: /Volumes/Patchstick-root/etc: File exists
mkdir: /Volumes/Patchstick-root/dev: File exists
mkdir: /Volumes/Patchstick-root/OSBoot: File exists
mkdir: /Volumes/Patchstick-root/stuff: File exists
ln: /Volumes/Patchstick-root/bin/sbin: File exists
Copying System Extentions...
cp: cannot overwrite directory /Volumes/Patchstick-root/System/Library/Frameworks/IOKit.framework/Versions/Current with non-directory /System/Library/Frameworks/IOKit.framework/Versions/Current
cp: cannot overwrite directory /Volumes/Patchstick-root/System/Library/Frameworks/IOKit.framework/Resources with non-directory /System/Library/Frameworks/IOKit.framework/Resources
cp: cannot overwrite directory /Volumes/Patchstick-root/System/Library/Frameworks/CoreFoundation.framework/Versions/Current with non-directory /System/Library/Frameworks/CoreFoundation.framework/Versions/Current
cp: cannot overwrite directory /Volumes/Patchstick-root/System/Library/Frameworks/CoreFoundation.framework/Resources with non-directory /System/Library/Frameworks/CoreFoundation.framework/Resources
Copying System files...
Adding Kerberos...
cp: cannot overwrite directory /Volumes/Patchstick-root/System/Library/Frameworks/OSXFrames/Kerberos.framework/Versions/Current with non-directory /System/Library/Frameworks/Kerberos.framework/Versions/Current
cp: cannot overwrite directory /Volumes/Patchstick-root/System/Library/Frameworks/OSXFrames/Kerberos.framework/Resources with non-directory /System/Library/Frameworks/Kerberos.framework/Resources
Copying Patchstick files...
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
- Perian not found in /Library/QuickTime. Skipping...
Changing Patchstick-root to Apple TV Mode...
gpt show: unable to open device '/dev/disk2': Unknown error: 0
gpt show: unable to open device '/dev/disk2': Unknown error: 0
Disk /dev/disk2 unmounted
gpt remove: unable to open device '/dev/disk2': Unknown error: 0
Disk /dev/disk2 unmounted
usage: gpt add [-b lba] [-i index] [-s lba] [-t uuid] device
Disk /dev/disk2 unmounted
Your disk /dev/disk2 is now unmounted and ready to patch your AppleTV.
Enjoy... :-)
CASA:~/desktop/patchstick dariodavalle$