Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > AppleTV

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-16-2009, 03:49 AM
dvavc
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 8
Rep Power: 0
dvavc is on a distinguished road
Question ATV hd recovery guide for dummies required

Hi guys.

Like many others, I bricked my ATV trying to install Mac OS. Fortunately, I previously made an dmg image of ATV hd using Disk utility on my Mac book pro (hereinafter MBpro) and stored it on MBpro’s desktop. Please, can anybody explain to me, as to the 5 year old kid, how to recover my ATV hd using said dmg image? Please don’t use terminology like dd this, bless that etc., cause I don’t even know what dd and/or bless means. I would really appreciate a simple guide for dummies, i.e. could you please speak plain English, like go there choose that from so and so menu etc.
P.S. I have my ATV opened and can connect original 40g hd to my MBpro through the USB hub.
Thanks.

Last edited by dvavc; 08-16-2009 at 03:51 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 08-16-2009, 05:17 AM
davilla
Status: Online
Senior Member
 
Join Date: Mar 2007
Posts: 169
Rep Power: 11
davilla is on a distinguished road
Default

If I can't use terminology like dd this, bless that, then I can't help you. Sorry, you will have learn the terminology. There is no "download this and run it" solution.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 08-16-2009, 09:23 PM
dvavc
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 8
Rep Power: 0
dvavc is on a distinguished road
Default

DAVILLA
What i meant is that it is not enough for me, and I believe to many others, just to say do dd or bless that. I need more detailed guide as to where to go and what to do. For example, where that dd and bless should be done? Is that in terminal or elsewhere? So i meant please be specific, don't just throw some terms(even if you think they obvious) without explanation as to how and where that has to be done. Unfortunately it is not as obvious for newbie like me.
Thanks

Last edited by dvavc; 08-16-2009 at 09:30 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 08-17-2009, 07:45 AM
davilla
Status: Online
Senior Member
 
Join Date: Mar 2007
Posts: 169
Rep Power: 11
davilla is on a distinguished road
Default

If you previously made an dmg image of ATV hd using Disk utility, then you need to restore that disk image to the ATV hd using Disk utility. Should be self explanatory. No need for dd or bless.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 08-24-2009, 10:16 AM
dvavc
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 8
Rep Power: 0
dvavc is on a distinguished road
Default

Quote:
Originally Posted by davilla View Post
If you previously made an dmg image of ATV hd using Disk utility, then you need to restore that disk image to the ATV hd using Disk utility. Should be self explanatory. No need for dd or bless.
But Disk utility cann't't see and/or restore one of three of the original partitions. Just "OSboot" and "media" can be restored but not that 2s3 or whtever it called. It says it cannot read it.

Last edited by dvavc; 08-24-2009 at 10:18 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 08-24-2009, 09:25 PM
davilla
Status: Online
Senior Member
 
Join Date: Mar 2007
Posts: 169
Rep Power: 11
davilla is on a distinguished road
Default

Then you will have to learn and understand how to use "dd".

dd if=yourdiskimage.img of=/dev/diskN bs=1024k

where diskN is the disk number of the AppleTV disk attached to some OSX host.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #7 (permalink)  
Old 08-26-2009, 07:58 AM
dvavc
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 8
Rep Power: 0
dvavc is on a distinguished road
Default

That's what happened:

dd: /Users/a/Desktop/FUJITSU MHW2040AT Media.dmg.img: No such file or directory
as-macbook-pro:~ a$ dd if=/Users/a/Desktop/FUJITSU\ MHW2040AT\ Media.dmg of=/dev/disk2 bs=1024k
dd: /dev/disk2: Permission denied
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 08-26-2009, 05:58 PM
davilla
Status: Online
Senior Member
 
Join Date: Mar 2007
Posts: 169
Rep Power: 11
davilla is on a distinguished road
Default

two things;

1) "/Users/a/Desktop/FUJITSU\ MHW2040AT\ Media.dmg" is not the path to Media.dmg so dd can't find it. Is your username really "a"?

2) "Permission denied", in order to use dd you must have elevated privileges. You do this by prefixing the dd command with "sudo", enter your password when prompted. This of course assumes that user "a" has admin privileges. "sudo dd ....."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 08-27-2009, 12:43 AM
dvavc
Status: Offline
Junior Member
 
Join Date: Aug 2009
Posts: 8
Rep Power: 0
dvavc is on a distinguished road
Default

Quote:
Originally Posted by davilla View Post
two things;

1) "/Users/a/Desktop/FUJITSU\ MHW2040AT\ Media.dmg" is not the path to Media.dmg so dd can't find it. Is your username really "a"?

2) "Permission denied", in order to use dd you must have elevated privileges. You do this by prefixing the dd command with "sudo", enter your password when prompted. This of course assumes that user "a" has admin privileges. "sudo dd ....."
davilla
1. I think you missed something. The pass is appear to be correct, i actually copied it from that dmg icon name itself and pasted in to the dd string. As you can see dd can't find it only when i'm adding that <img.> after dmg. in to the string. If you look carefully those two strings are differ only to that respect.
2. That is the thing, i don't have any password neither on my Mac book pro, nor on ATV hard drive (FUJITSU MHW2040AT) which i'm trying to recover. However, ATV hard currently appearing in finder as "unknown" because it does not have any system/partitions installed because i erased everything from it by using Disk utility "Erase" bottom. So, now in finder it shows as "unknown". Could that be a reason why permission denied? If yes what should i do with it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #10 (permalink)  
Old 08-28-2009, 02:47 AM
davilla
Status: Online
Senior Member
 
Join Date: Mar 2007
Posts: 169
Rep Power: 11
davilla is on a distinguished road
Default

1) I can't see anything I'm not next to you so can only comment on what the errors mean. If the error says "No such file or directory", then a) the path is wrong or b) there is no such file. Not more to say here.

2) "i don't have any password neither on my Mac book pro", you are screwed. The default install of OSX requires user accounts have passwords. Not sure how you did is. Without a password, you can't be in the admin group and be a sudo user. Without sudo, you can't use 'dd'. And without 'dd', you can't re-image the atv disk. End of story. Your MacBookPro install is borked and I bet lots of other things don't work quite right either.

Sorry can't help further. What you want to do requires a fully working OSX system. Yours is borked. Either that or boot a Linux livecd and try from there. "dd" works the same, device names are different.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +2. The time now is 01:12 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105