Open GoogleCodeExporter opened 9 years ago
First I need to know more about what happened and what state the AppleTV disk
is in. It's easer to see and
make changes under Linux so all of these comments are with respect to LinuxOS.
Since one guide cannot
cover all possible situations, we will need to take this step by step.
To find out state of your AppleTV, build the parted parted and the hfs tools
and run "sudo parted -s
/dev/APPLETV_DISK unit s print". Where APPLETV_DISK is the device where your
AppleTV is mounted. This
assumes you have the AppleTV connected via a PATA to USB adapter.
You can do this all from telnet session to atv-bootloader on the AppleTV itself
but that means building an
atv-bootloader USB flash drive. atv-bootloader already as the required tools
(parted and hfs tools) built-in.
post the print out from the patched parted and we can proceed from there.
FYI if you join the discussion group, then we can do this via email.
Original comment by sdavi...@gmail.com
on 14 May 2008 at 4:44
I to am having some problems here
Here is my appletv layout
Model: ATA FUJITSU MHW2040A (scsi)
Disk /dev/sda: 78140160s
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name
Flags
1 40s 69671s 69632s fat32 EFI System Partition boot
2 69672s 888871s 819200s Apple_HFS_Untitled_1 atvrecv
3 888872s 2732071s 1843200s hfs+ Apple_HFS_Untitled_2
4 2732072s 78140119s 75408048s hfs+ Customer
I do not know why the partitions are not labeled correctly but I assume it may
have
happened when I tried to apply a patchstick
Thank you
Original comment by roger.t...@gmail.com
on 26 Jun 2008 at 6:19
just re-format them with the correct name from a telnet session into penbuntu
(atv-bootloader)
mkfs.hfsplus -v Recovery /dev/sda2
mkfs.hfsplus -J -v OSBoot /dev/sda3
Then proceed to "Opps I did not make a backup" in http://code.google.com/p/atv-
bootloader/wiki/ATVBackup to gather the required bit using a working linux
system. This create a dir called
staging which will then be move using atv-bootloader into the recovery
partition. Don't worry about OSBoot
or Media/Customer as the AppleTV EFI firmware will re-create these during the
recovery process.
Original comment by sdavi...@gmail.com
on 26 Jun 2008 at 11:16
http://download-mobile-software.blogspot.com/
Original comment by kocev.ri...@gmail.com
on 19 Oct 2011 at 11:53
Original issue reported on code.google.com by
syk...@gmail.com
on 14 May 2008 at 3:59