Go Back   TechArena Community > Hardware > Portable Devices
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



How to Upgrade AppleTV HD

Portable Devices


Reply
 
Thread Tools Search this Thread
  #1  
Old 22-01-2010
Member
 
Join Date: Nov 2009
Posts: 86
How to Upgrade AppleTV HD

Hi all,

I have AppleTV with a 40GB hard disk. I want to convert it to 160GB internal 2.5” PATA HD. I don't have idea about this. Please help. Thanks in advance.
Reply With Quote
  #2  
Old 22-01-2010
Member
 
Join Date: Oct 2008
Posts: 781
How to Upgrade AppleTV HD

You need to keep very patience for that to upgrade the convert it to 160GB internal 2.5” PATA HD. You should have TORX 8 and 10 driver to remove the screws and USB to 2.5” PATA/IDE adapter. You also need to basic understanding of the Terminal application. AppleTV HD is also a two-part process for upgrading. check out that and reply.
Reply With Quote
  #3  
Old 22-01-2010
Venator's Avatar
Member
 
Join Date: Dec 2008
Posts: 953
How to Upgrade AppleTV HD

First you need to do following process for upgrading:
# First slowly remove the rubber covering on the bottom of the AppleTV.
# You will find that there is one screw in each corner and 4 screws that hold the 2.5” PATA drive to the bottom of the AppleTV.
# After removed all 8 screws, expose all of its internals.
# Now removed the HD from the PATA connector.

Check it and reply.
Reply With Quote
  #4  
Old 22-01-2010
Quentin's Avatar
Member
 
Join Date: Oct 2008
Posts: 952
How to Upgrade AppleTV HD

You can also do migrate the partition structure on the old drive to the new drive. You can see that there is disk2s1. You can also find out that Factory Restore partition on your AppleTV. You have not seen is the EFI partition. Open Terminal and type in diskutil list. this will help you all the information about disk migration. Best of luck.
Reply With Quote
  #5  
Old 22-01-2010
Member
 
Join Date: Oct 2008
Posts: 1,067
Re: How to Upgrade AppleTV HD

There is also short method is present. You will need to connect both the old and the new AppleTV hard drives to the computer. Run diskutil command from terminal window. Mostly the drive is located in the /dev/disk2 and the other will be at /dev/disk3. Determine which one is new. Type dd if=/dev/disk2 count=1335 of=/dev/disk3 bs=1024k in terminal command. This will copy the contents of HD located at /dev/disk2 onto the drive at /dev/disk3. Try it and reply.
Reply With Quote
  #6  
Old 22-01-2010
Simond's Avatar
Member
 
Join Date: May 2008
Posts: 5,656
How to Upgrade AppleTV HD

I am using long method that requires one USB to PATA connector. We can rubn following command in terminales windows to connect and setup the HD.

Code:
dd if=/dev/disk2 of=/Users/User_Name/Desktop/AppleTV.img
dd if=/Users/User_Name/Desktop/AppleTV.img count=1335 of=/dev/
disk2 bs=1024k
diskutil unmountDisk /dev/disk*
gpt remove -i 4 disk2
diskutil list
diskutil unmountDisk /dev/disk*
gpt show disk*
diskutil unmountDisk /dev/disk*
gpt add -b 3141672 -i 4 -s 74998455 -t hfs /dev/disk*
diskutil unmountDisk /dev/disk*
diskutil eraseVolume “Journaled HFS+” Media /dev/disk*s4
ls -a /Volumes/Media
s -a /Volumes/OSBoot
sudo rm -rf /Volumes/Media/.Spotlight-V100
sudo rm -rf /Volumes/OSBoot/.Spotlight-V100
Reply With Quote
Reply

  TechArena Community > Hardware > Portable Devices


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to Upgrade AppleTV HD"
Thread Thread Starter Forum Replies Last Post
Unable to upgrade mail database after Mac OS X Lion upgrade sHaRiCe Technology & Internet 2 27-10-2011 11:43 PM
How to set up AppleTV and Home Server brynhildur Portable Devices 4 05-01-2011 10:22 AM
Not able to see AppleTV in itunes Garonman Technology & Internet 5 15-11-2010 10:55 PM
Upgrade Windows 2003 Standard to Enterprise (In-Place upgrade) RayRogers Windows Server Help 3 09-11-2010 07:52 PM
Quality of video on AppleTV compared to cable? Caden Fernandes Hardware Peripherals 6 27-05-2010 10:31 AM


All times are GMT +5.5. The time now is 05:02 PM.