Apple TV Update 2.4

  • Ersteller die_a_müllhalde
  • Erstellt am
Na hoffentlich isses bei mir OK, da meine Original Disk schon lange formatiert ist und als externe Disk herhält..
 
meine Original-HD ist offensichtlich auch Fehlerbehaftet (EFI hat anstatt 34mb plötzlich 200!!), sie lässt sich auch nicht mehr updaten. werde mich mal durch die drei links durcharbeiten und berichten. Bei einer Lösung wäre das sicher auch für andere interessant.
 
EFI sollte imho auch 200MB haben.
Wo nimmst Du die Zahl 34 her ?

Auch ohne Orginalfestplatte kannst Du eine nackte Platte wieder mit dem System bespielen.

Hier gibt es eine gute Anleitung.
 
@rm-r: Guck dir meine 2 Links an. Da sind die HDD Tabellen auch aufgelistet und die haben dort alle 34MB bei EFI!
 
Ich gucke heute abend mal wie das bei meinem apple TV aussieht. :)

Das EFI von meinem mini hat 200MB und beim aTV konnte ich noch nicht nachgucken. :)
 
so nun weiss ich wie es geht. Danke an denen mit den guten Ratschlägen.

also erstmal ist es egal ob das efi 34mb oder 200 hat. das resultiert wohl ob man das mit tiger oder leopard gemacht hat. mein Problem war die falsche Datenstruktur(hab ich mir gedacht aber nicht rangetraut).
zum Test hab ich noch ne 15gb HD gehabt.

von der fehlerhaften orig. hd mit dd recovery und OSBoot in Datei gesichert.

dd if=/dev/disk1s1 of=/Users/Shared/recovery.dmg bs=1m
dd if=/dev/disk1s2 of=/Users/Shared/osboot.dmg bs=1m
(werte aus meinem Post 36)

danach habe ich die richtige Partitionstruktur erstellt mit Hilfe
aus post 43: die Anleitung durchgelesen und das im terminal durchgeführt:

1. Connect your hard drive to a Macbook using an IDE-to-usb/firewire dongle.

2. Clear any partition information and create a new partition table:

gpt destroy /dev/disk1
gpt create /dev/disk1

3. Create the partitions using 'gpt'. There should be four partitions: EFI (200m), Recovery (400m), OSBoot (900m), Media (rest of the disk). The EFI and Recovery partitions can be completely blank, but those sizes must be exact.

Assuming, /dev/disk1 is your disk:

gpt add -b 40 -i 1 -s 409600 -t efi /dev/disk1
diskutil unmountDisk /dev/disk1
gpt add -b 409640 -i 2 -s 819200 -t 5265636F-7665-11AA-AA11-00306543ECAC /dev/disk1
diskutil unmountDisk /dev/disk1
gpt add -b 1228840 -i 3 -s 1843200 -t hfs /dev/disk1
diskutil unmountDisk /dev/disk1
gpt add -b 3072040 -i 4 -s *size* -t hfs /dev/disk1
diskutil unmountDisk /dev/disk1

You'll have to unmount the drive after every gpt command because OS X likes to automount drives.

4. Create the filesystems.

newfs_hfs /dev/disk1s2
newfs_hfs -J -v OSBoot /dev/disk1s3
newfs_hfs -J -v Media /dev/disk1s4

diskutil unmountDisk /dev/disk1

danach habe ich diese Partionen (und das ist gut so( post 39 oberer link)):

/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_theme 232.9 Gi Disk1
1: EFI 200.0 Mi disk1s1
2: Apple_recovery 400.0 Mi disk1s2
3: Apple_HFS OSboot 900.0 Mi disk1s3
4: Apple_HFS Media 231.4 Gi disk1s4

dann habe ich die 2 images zurückgespielt:

dd if=/Users/Shared/recovery.dmg of=/dev/disk1s2 bs=1m
dd if=/Users/Shared/osboot.dmg of=/dev/disk1s3 bs=1m


Fesplatte abgehängt in ATV eingebaut,Strom dran und gezittert.....

ATV hat gebootet und das update auf 2.4 hat funktioniert.

Jetzt nochmals das gleich mit der grossen HD :D
 
Zurück
Oben Unten