Dumb question, but need help with bootcamp

I havnt messed with my bootcamp since 2009 and frankly forgot how to find bootcamp assistant. I type it in my finder and get nothing, also looked in my system preferences. I need to get rid of it because I sold it and want to return it to fac specs. Thank for any help

Please close topic. Im sorry for wasted post. Forgot about utilities folder.

Similar Messages

  • Really dumb question but need help anyway

    I was trying to move an audio book from Downloads to a flash drive. When I looked on the white box icon on the desktop it opened showing the whole
    desktop and everything on it. When I looked on the side of the Finder, the flash drive was not there. When I selected all on the flash drive and hit
    delete, everything on the actual desktop was gone. Command Z. When I dragged the icon to the trash, the flash drive did not shut off.
    This takes real talent on my part, drat it. Help!
    Message was edited by: cam812

    Please close topic. Im sorry for wasted post. Forgot about utilities folder.

  • Dumb Question but need help.

    After adding all the songs into Itunes and updating my Ipod and everything is copied over just find into the Ipod, can I clear everything in my library in I tunes?

    Yes; set the iPod to manual mode to stop the songs being deleted from the iPod when they are deleted in iTunes. If you do this, you should keep a copy of your music library somewhere else, such as on an external hard disk.
    (11752)

  • HT201269 I'm not a tech person, but need help with my Itunes account in transferring money and downloads onto new phone I purchased 2 weeks ago when my Iphone was stolen. I don't know how to get the money or music on new phone?

    Need help with Itunes transferrs and can I use my Edge phone as a router?

    I'm not a tech person, but need help with my Itunes account in transferring money and downloads onto new phone
    Is this an iPhone?
    Set it up using the AppleID you used on the previous iPhone.

  • Okay, a dumb question, but need to know -

    do I need to buy protection software like Norton or Malware Bytes for my mac?  I thought Mac's don't get hacked.

    No.
    It's not a dumb question at all. Most people come to this site after they mess up their Mac. Don't install that junk, and you won't be coming here when you need to fix the problems it causes.
    There will always be threats to your information security associated with using any Internet - connected communications tool:
    You can mitigate those threats by following commonsense practices
    Delegating that responsibility to software is an ineffective defense
    Assuming that any product will protect you from those threats is a hazardous attitude that is likely to result in neglecting point #1 above.
    OS X already includes everything it needs to protect itself from viruses and malware. Keep it that way with software updates from Apple.
    A much better question is "how should I protect my Mac":
    Never install any product that claims to "clean up", "speed up",  "optimize", "boost" or "accelerate" your Mac; to "wash" it, "tune" it, or to make it "shiny". Those claims are absurd.Such products are very aggressively marketed. They are all scams.
    Never install pirated or "cracked" software, software obtained from dubious websites, or other questionable sources.
    Illegally obtained software is almost certain to contain malware.
    "Questionable sources" include but are not limited to spontaneously appearing web pages or popups, download hosting sites such as C net dot com, Softonic dot com, Soft pedia dot com, Download dot com, Mac Update dot com, or any other site whose revenue is primarily derived from junk product advertisements.
    If you need to install software that isn't available from the Mac App Store, obtain it only from legitimate sources authorized by the software's developer.
    Don’t supply your password in response to a popup window requesting it, unless you know what it is and the reason your credentials are required.
    Don’t open email attachments from email addresses that you do not recognize, or click links contained in an email:
    Most of these are scams that direct you to fraudulent sites that attempt to convince you to disclose personal information.
    Such "phishing" attempts are the 21st century equivalent of a social exploit that has existed since the dawn of civilization. Don’t fall for it.
    Apple will never ask you to reveal personal information in an email. If you receive an unexpected email from Apple saying your account will be closed unless you take immediate action, just ignore it. If your iCloud, iTunes, or App Store account becomes disabled for valid reasons, you will know when you try to buy something or log in to this support site, and are unable to.
    Don’t install browser extensions unless you understand their purpose:Go to the Safari menu > Preferences > Extensions. If you see any extensions that you do not recognize or understand, simply click the Uninstall button and they will be gone.
    Don’t install Java unless you are certain that you need it:
    Java, a non-Apple product, is a potential vector for malware. If you are required to use Java, be mindful of that possibility.
    Java can be disabled in System Preferences.
    Despite its name JavaScript is unrelated to Java. No malware can infect your Mac through JavaScript. It’s OK to leave it enabled.
    The same precaution applies to Adobe Flash Player. Newly discovered Flash vulnerabilities appear almost weekly.
    Beware spontaneous popups: Safari menu > Preferences > Security > check "Block popup windows".
    Popup windows are useful and required for some websites, but unsolicited popups are commonly used to deceive people into installing unwanted software they would never intentionally install.
    Popups themselves cannot infect your Mac, but many contain resource-hungry code that will slow down Internet browsing.
    If you ever receive a popup window indicating that your Mac is infected with some ick or that you won some prize, it is 100% fraudulent. Ignore it.
    The same goes for a spontaneously appearing dialog insisting that you upgrade your video player right this instant. Such popups are frequently associated with sites that promise to deliver "free" movies or other copyrighted content that is not normally "free".
    The more insistent it is that you upgrade or install something, the more likely it is to be a scam. Close the window or tab and forget it.
    Ignore hyperventilating popular media outlets that thrive by promoting fear and discord with entertainment products arrogantly presented as "news". Learn what real threats actually exist and how to arm yourself against them:
    The most serious threat to your data security is phishing. Most of these attempts are pathetic and are easily recognized, but that hasn't stopped prominent public figures from recently succumbing to this age-old scam.
    OS X viruses do not exist, but intentionally malicious or poorly written code, created by either nefarious or inept individuals, is nothing new.
    Never install something without first knowing what it is, what it does, how it works, and how to get rid of it when you don’t want it any more.
    If you elect to use "anti-virus" software, familiarize yourself with its limitations and potential to cause adverse effects, and apply the principle immediately preceding this one.
    Most such utilities will only slow down and destabilize your Mac while they look for viruses that do not exist, conveying no benefit whatsoever - other than to make you "feel good" about security, when you should actually be exercising sound judgment, derived from accurate knowledge, based on verifiable facts.
    Do install updates from Apple as they become available. No one knows more about Macs and how to protect them than the company that builds them.
    Summary: Use common sense and caution when you use your Mac, just like you would in any social context. There is no product, utility, or magic talisman that can protect you from all the evils of mankind.

  • Stupid Question but need help

    Hey Guys
    This is going to sound like a stupid question, but ive been wrecking my head now for about 2 hours on it, and cant find any help on the net.
    Im looking to create an image to add to a j2me application. And basically it cant find the image.
    The image is in my c:\images folder and its called pike.jpg, when i use the following the code it does not find the image
    image = Image.createImage("C:/images/pike.jpg");
    image = Image.createImage("C/images/pike.jpg");
    image = Image.createImage("C:/\images/pike.jpg");
    image = Image.createImage("C:\\images/pike.jpg");Yet when i place it in my working directory and use
    image = Image.createImage("/pike.jpg");It works fine, basically how do i point to the directory c:\images\pike.jpg in java
    Thanks

    Mr.E.H. wrote:
    The MIDP one.
    http://java.sun.com/javame/reference/apis/jsr118/
    Thanks. Now that is clarified, I can see from the documentation:
    The name parameter is a resource name as defined by Class.getResourceAsStream(name) . The rules for resolving resource names are defined in the Application Resource Files section of the java.lang package documentation.
    So it's not a file name. The string you pass must be findable via the classpath.
    So, if C:\images is included in your classpath (which you'll need to do for this example), then just use "/pike.jpg" and have that file live in the images directory only.

  • Just coming from Win and need Help with bootcamp/parallels+general osx stuf

    Well I absolutely love my Mac. I'm just having some problems affording it financially, but when I compare this new MacBook Pro to other like computers, there's a very very small difference in the hardware, and Im usually building laptops that are similiar to this for around 2k anyways. So I'm not 100% sure if I'll keep this or not, and maybe settle for cheaper PC that's under 1.5k (because Apple charges you a 10% open box fee) and buy a mac when I'm in a better position, or just keep this and see what I can do.
    But a few of the things that are making me miss a PC might push me toward a cheaper PC. And so maybe someone here can help me out before I make a decision.
    First off, is there anything that's the equivalent to a disk defragmentor for OSX?
    Second, is the graphics card really powerful in this Macbook 15 inch 2.4 ghz (the newest one)
    Im also having a problem with this keyboard and my favorite game. Basically I need to hold down certain keys (control, alt, shift and space) in order to use skills. But for some reason when I hold down any of these buttons, it only reads it once. So I have to push it every time I'd say, want to heal myself or hit a monster... and that might not seem like a lot but if you play a game for 1 hour + (I'd usually play around 4 hours) it's going to absolutely kill my fingers and make playing the game take a lot longer.
    Now I'm using parallels (the only way to play my game) and whenever I try to install a new KB, because I've found out that the way a KB is wired will determine whether or not you can spam a key or not (Like a cheap USB one wont work, but a more expensive logitech one allows you to) but it either
    1) Crashes Parallels and my Win VM
    or
    2) It sets up whatever kb I use to be used with Mac OSX's drivers which means no matter what the KB is, ctrl alt space and shift cant be spammed.
    I'm also unable to use FRAPS, a PC video capturing program used for games while running parallels. My FPS constantly dips to 0 which lags me in the game, and I can't find a good recording program thats OSX side and that works while Parallels is running (I emailed parallels about what vid they used in their demo but no response)
    Now if use bootcamp, will I have nothing to worry about? Will all of the hardware act like it should act natively on a PC? As in will my nVidia graphics card act like it normally would on a PC instead of it being some kind of virtualized hardware or something like on parallels?
    Thanks for the help guys... 2 weeks to decide on whether or not I keep th is laptop....
    Wii code: 2053-8430-7334-7335
    MGO Name: Crim, [BBB]Crim, Pacifist, Kaze, oSoiFong, A NOOB.

    The graphics card is a higher performance GPU than the X1600 in the previous MBP models. As for "really powerful" you don't provide any basis for comparison. Visit the ATI site to find out the specifications for the model.
    Well I understand that much. I just mean as far as a graphics card in general goes, is it strong enough to support a variety of games (both PC and Mac)? This is my first computer without a crappy intergrated graphics card which could barely handle games from the late 1990s.
    As for keyboard shortcuts I'm not sure if you're referring a Mac or a PC game. However, this reference may help. If the game is a Mac version you'll need to contact the game's developer about any problems with how to use the game on a Mac. If you read the Parallels documentation it will explain how to generate any special keyboard characters when in Windows.
    Umm it's not that. Like I first figured out this problem with all electronics in general when I was a kid playing with one of those press and speak books. What I found out was that, let's pretend there were 3 buttons. One was cow going moo, one was a cat meowing and one was a dog barking. If you held down the Cow button and pressed the Cat button, the cow would still Moo. If you held down the Cow and press the dog button, the cow would still moo. However if you pressed and held the cat button, then pressed the cow button the cat would stop meowing, and the moo would override it.
    That same principle applies to keyboards from what I've seen. I know there are some keyboards where I can use the control button and the alt button at the same time, and some keyboard I can't use. I can't blame the game, because there ARE keyboards that work the way I want it to. And I'm not talking about keyboard shortcuts. Pressing Control+Alt isn't a shortcut in a game, just two different commands. Like one is jump, one is attack. In the game you can Jump and Attack with some keyboards, some keyboards only let you jump or attack.
    Another example is if I put my jump key on the letter "a" and if I hold a, I jump over and over until I let go. but if I put jump to my space bar, I jump once then stop. For some reason it won't repeat keys while in a game. Same goes for other buttons, ctrl, shift, and alt.
    Does that make things a little more clear?
    but what I'm going to do is try my mac keyboard on a PC and see if it has the same limitations.
    If Parallels is crashing either you have a faulty installation, your OS X installation is corrupted, or you have not allocated sufficient RAM for the VM. You need at least 2 GBs of installed RAM to use virtualization software and should allocate at least 384 MBs or RAM to Windows XP and 512 MBs to Vista. If you have only 1 GB of RAM installed your system won't be very stable when you try to run Parallels with Windows on 384 or 512 MBs of RAM.
    I have the newest 15 inch which has gigs. And I've tried setting Parallels to both 1 and 512 (windows xp) and I worded the problem wrong. Parallels doesnt crash, parallels runs fine. What happens is Windows XP gets the blue screen of death whenever I try to install a usb device. Since I can't find a logitech keyboard that has drivers/software for a mac, I tried using a Windows one and tried installing it on my XP... and thats when I got the BSOD
    Parallels uses all the native Mac hardware via the virtualization software. No special Mac drivers are required nor special Windows drivers.
    If you cannot run a Windows program in Parallels it's not a problem with OS X. Complain to Parallels.
    It's not that a program isn't running. It's running fine, it's just my FPS gets really low. What I'm trying to figure out is if my graphics card isn't good enough in general, or if it's not good enough to handle parallels and osx and a game with a video capture all at once.
    Boot Camp runs Windows natively on the hardware just as if you were using any other dedicated Windows hardware. "Will I have nothing to worry about?" I don't know. Boot Camp provides the necessary Windows drivers for all currently produced Intel Macs. You can install Windows XP with Service Pak 2 or Vista. Read the Boot Camp documentation to find out more.
    Well I meant will I have nothing to worry about as in, will my graphics card be as effective on my bootcamped win XP as it would be if it was a native XP laptop, or will it be slightly less effective since it was based for a mac intel computer... does that make sense or do I need to reword it?

  • Need help with Bootcamp 1.2 and firmware on my MB

    Boot Camp Assistant 1.1 was working fine but I decided to update it with version 1.2 for the new drivers after it came out. I trashed the Boot Camp Assistant.app from the utilities folder and ran the 1.2 installer. The upgrade appeared to go fine but when I run Boot Camp Assistant.app I only get "Boot Camp Assistant cannot be used: You must update your computer's boot ROM firmware before using this setup assistant".
    When I check the FW on my MB I find that I have:
    Boot ROM Version: MB11.0061.B02
    SMC Version: 1.4f12
    When I look on Apple's support pages I find that the latest Boot ROM version for my machine is MB11.0061.B03. I guessed that this is why Boot Camp 1.2 was not working but didn't understand why I had not received any update message from the automatic update utility.
    I decided to manually update the firmware and downloaded the appropriate file from http://www.apple.com/support/downloads/macbookefifirmwareupdate10.html
    My surprise was big when I was going to run the update and I got "ALERT: This computer does not need this update".
    I don't know what to do now. I have tried to reinstall Boot Camp 1.2 without been able to run it. Why cannot I update to MB11.0061.B03?
    I appreciate your help. Thanks a lot.

    I have been trying to find the place where it says that the firmware update must be applied before bootcamp and I really don't find this info. Could you please point me to where you have read this information?
    To re-install OS-X is a painfull process for me because I don't have access to all the appz that I have installed from where I am at the momment, I would have to wait to come back to my work base and ask for the CDs again and this is not possible until maybe 4 months.
    I really think that re-partitioning and re-installing everything just for installing a firmware update is really extreme. I could delete the XP partition using Boot Camp assistant 1.1.2b after moving it from the trash (it still works) for putting my drive as it was before bootcamp and try the FW update then, but what confuses me is why am I getting a "Your computer does not need this update" message in stead of "There is a problem trying to install this update"?.
    Thank you very much.

  • Need Help With Bootcamp On Flash Drive!!!!!!!!!!!(^_^)

    Hello today users, I'm getting a MacBook Pro 15'' with Retina Display.But One thing that I have to downlode to play my few pc games such as batman and
    mmorg games not to many though.I think the 15'' will do jsut fine with her and plus had added clear display.The person's on the web says I need to downlode
    this software bootcamp for that,Now this is gonna be my first time switcing over to Mac os so I need some clear help about it.I wonder know can i like buy a
    flash drive and put bootcamp on it caused I dont not really want it on my computer i want just able to boot of the usb flash drive and when done take it out.I can't
    find any videos on youtube so does anyone knows how to do it or has a video will they like to show me please!!!! Thankyou.

    So now one saying yes and saying know ok break this down to me on said I cant not put windows bootcamp on flash drive and the othe rone saying yes you can but my deal is that the person who said I could that means I could put bootcamp on my flash drive for my Macbook Pro retina display so i jsut can hook it in and hook it back out with windows on it ok I dont not want windows to stay on my macbook pro retina display so i jsut put it on flash drive so when I want to playmy fansty game i could jsut hook it  up and when hock it out no windows on my mac thats how i wanted so i asking the person who said yes can i do that?

  • Two questions I need help with

    Hi all, I'm hoping someone out there may be able to help me with these questions I have.
    I'm currently working on an extension which will bring python code editing to Dreamweaver and what I need to know is this:
    1: How can I automatically format the users code as they type? For example, in Python if the indentation is wrong the script will not run, so every time the user enters ':' I need dreamweaver to automatically indent two spaces on the next line.
    2: Next i need to know how Dreamweaver looks into third party class files and retrieves the member and function names for codehints and code completion.
    I'm sorry if this is abit long winded but I have read through the api documentation and cant find anything that relates to my questions. If anyone can point me in the right direction I would be very greatful.

    A crditor can, and in many situations must, charge-off delinquent debt. It means that, at some point in time, they took the accounting measure of determining that the debt was not likely to be paid.That accounting measure does not relieve the consumer of a penny of the debt, and if the debt is subsequently paid, that does not negate the fact that they took that accounting measure.It is not disputable unless you have evidence that they did not, in fact, take that accounting measure.You can request the creditor to delete via their own good-will, but otherwise, it will remain until it has become excluded under the provisions of the FCRA.Charge-offs must be excluded from a consumer's credit report no later than 7 years plus 180 days from the date of your first delinquency (DOFD) on the debt. As for removal as an authorized user, that high % util is hurting much more than other scoring elements, such as age, may be helping.I would ditch it immediately.

  • Need help with " BOOTCAMP" after trying to install windows 7

    I have a problem. I was trying to install windows 7 on my MBP, i followed all of the instructions. When i was trying to install the cd it was asking me in what partition that i wanted to install the drivers Partition 0, 1, 2, 3 etc. I had to create a new one and it asked me and gave me and option that it will need to erase mac(journaled) and it gave me another option to create a new volumen, the one that i erased was mac(journaled) i don't know if i was supposed to or not. Now when i click the BOOTCAMP to start the windows set up this is the message that pops up " The startup disk must be formatted as a single Mac OS Extended (Journaled) volume or already partitioned by Boot Camp Assistant for installing Windows. "
    I tried everything and it is till doing the same thing i don't know what to do !! if somebody can help me i will very much appreciated.
    Another thing i did not mention. The message started showing up after i click the option erase and mac(journaled) and create a new one and after i installed mac os x 10.5.7 in the bootcamp partition.

    Used Boot Camp Assistant only, and not Disk Utility, to create one volume for Windows? you wouldn't want to erase and use mac extended journaled.
    At this point, you will need to initialize your drive and restore from TimeMachine as one HFS+ partition and redo with BCA.

  • Needing help with Bootcamp Drivers on my late 2009 27" iMac running windows 7 64-bit.

    Hey, installed Windows 7 on my late 2009 27" iMac (Have previously done so and worked flawlessly, magic mouse could scroll etc) but had to remove the partition as I required more of my hard drive than anticipated, so I removed the partition and went to install Windows, everything worked fine until I wanted to install the bootcamp drivers, to which it said that my Mac doesnt support 64-bit... which it does as I've been running it for months with no problems whatsoever. Would appreciate if someone could tell me which version of bootcamp would be best to install and how to do so if the procedure isn't that simple. Also I get no sound from the Windows partition, as I get a red light from the audio Jack, which is clearly from the lack of drivers as it works fine on the OS X partition.
    I have snow leopard install discs handy although the version of bootcamp on that differed from the one I had, which was much better.

    Did you download the correct drivers for your Mac? The Late 2009 iMac needs these drivers > http://support.apple.com/kb/DL1630

  • This is a dumb question but please help me anyway!

    I have been asked to take a class to learn to teach AP Computer Science. I was very excited to do this and was told that I didn't need prior programming knowledge to be successful. I got my first set of assignments and there are no instructions. There are just some simple programs for me to create. I went online and tried to do the best I could. I've got the first one working ok but the second one keeps giving me errors. I'm going to post what I've written below. If you have any help to offer me, please do! I am an absolute beginner so please be kind.
    * @(#)MyInitials.java
    * MyInitials application
    * @author
    * @version 1.00 2009/6/23
    public class PrintInitials {
    /* This program prints my initials.
    public static void main(String[] args) {
    System.out.println();
    System.out.println("BBBBB          H H          CCCCC");
    System.out.println("B B      H H          C");
    System.out.println("BBBBB          HHHHH          C");
    System.out.println("B B     H H          C");
    System.out.println("BBBBB          H H          CCCCC");
    System.out.println();
    }

    Here're are the error messages that came up:
    Configuration: DJE - JDK version 1.6.0_14 <Default> - <Default>--------------------
    java.lang.NoClassDefFoundError: PrintInitials
    Caused by: java.lang.ClassNotFoundException: PrintInitials
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: PrintInitials. Program will exit.
    Exception in thread "main"
    Process completed.
    Here's the code (with code tags...I think)
    /**=
    * @(#)MyInitials.java
    * MyInitials application
    * @author
    * @version 1.00 2009/6/23
    public class PrintInitials {
           public static void main(String[] args) {
              System.out.println();
              System.out.println("BBBBB     H   H     CCCCC");
              System.out.println("B    B    H   H     C");
              System.out.println("BBBBB       HHHHH     C");
              System.out.println("B    B    H   H     C");
              System.out.println("BBBBB       H   H     CCCCC");
              System.out.println();
    }

  • Need help with Bootcamp, Superduper and Winclone.... drivn me a little nutz

    Okay..
    I just got a 17" and I used Superdupe to clone my 15" and used Winclone to do the same for my windows partition.
    I bought a new 500 gig hard drive and formatted it. I formatted it to Mac OS Extended Journaled with just one partition.
    After cloning (2 hours or so..) - I restarted with the new hard drive in the new 17" and went to bootcamp and it says...
    "The startup disk cannot be partitioned or restored to a single partition. Restore your information to the disk and try using Boot Camp Assistant again."
    Ok - so I went back to disk utility and did it all over again - making sure there is just one partition... now after 2 hours and super duper working again.. I am getting the same message from Boot Camp..
    Any help!!! I just did this about a month ago and did not have this problem.. I think what I did last time was partition the drive in Mac and boot in windows and make the partition a windows format.. which I think worked.. but I cant remember..
    Its about to drive me nutz..
    thanks!
    Mark

    Okay..
    I just got a 17" and I used Superdupe to clone my 15" and used Winclone to do the same for my windows partition.
    I bought a new 500 gig hard drive and formatted it. I formatted it to Mac OS Extended Journaled with just one partition.
    After cloning (2 hours or so..) - I restarted with the new hard drive in the new 17" and went to bootcamp and it says...
    "The startup disk cannot be partitioned or restored to a single partition. Restore your information to the disk and try using Boot Camp Assistant again."
    Ok - so I went back to disk utility and did it all over again - making sure there is just one partition... now after 2 hours and super duper working again.. I am getting the same message from Boot Camp..
    Any help!!! I just did this about a month ago and did not have this problem.. I think what I did last time was partition the drive in Mac and boot in windows and make the partition a windows format.. which I think worked.. but I cant remember..
    Its about to drive me nutz..
    thanks!
    Mark

  • Fixing my friends ipod   but need help with  crashing freezing etc probs

    my friend as us to fix his ipod two weeks ago as it had a sad face and was making grinding noises.
    well we fix it but it is now very slow, and he says its freezing. this was after the fourth or fifth format restore as a normal itunes restore doesent work.
    so afteer formating it on abuntu cus we descovered 2 partitions
    it now works ... then we sync it with itunes 7.5 it crashed tried 8.0 it crashed even tried 9.25 and 10.1.
    it crashed and locked the computer.
    the drive is griding like mad , its slow and it wont always show up.
    we think it a classic 5 g , it has a 30 gig hard drive, (post s/n later as im writing this in bed)
    we got it up and running and then itunes 7.5 crashed. now it gone back to a small circle with a line which is black.
    it looks like the wrong firmware keeps booting as it is suposed to be a red circle with line which is twice the size.
    i know it had firmware 3.1 on it before and it eventually finds it. and works but
    can someone tell me
    1 where do i find the correct version of the firm ware as i think the current 1 is scrambled.
    as for the hard drive it is getting hot and griding do u think i need replace it.
    think s/n or model number is m????k something.
    were runing out of ideas
    can u help
    btw my first post.

    *Check your iPod with Diagnostics Mode*
    It's possible that the iPod's hard drive is failing. Take the iPod and place your right thumb on the centre SELECT button and your left on the top MENU button. Press down both thumbs for about 6 seconds until your iPod reboots. Immediately move your left thumb around to the rewind button |<< on the left and hold this down together with SELECT for a further 6 seconds. The iPod should now switch into Diagnostic Boot mode. Press MENU for *Manual Test*, then select *IO > HardDrive > HDSMARTData* to reveal your stats. For comparison here are mine for my 2 year old 6th Generation Classic:
    Retracts: 889
    Reallocs: 12
    Pending Sectors: 0
    PowerOn Hours: 2202
    Start/Stops: 894
    Temp: Current 24c
    Temp: Min 10c
    Temp: Max 50c
    Take a note of your results. When finished press *SELECT & MENU* for 6 seconds to reset the iPod again.
    With modern disc drives sectors are no longer marked bad by a disc scan, if the SMART firmware detects a sector it has trouble accessing it will attempt to invisibly reallocate it to a spare area of the disc.
    Note that I've only 12 remapped sectors and none pending. To help explain what the numbers mean here is an extract from the Wikipedia S.M.A.R.T. article:
    *Reallocated Sectors Count*
    Count of reallocated sectors. When the hard drive finds a read/write/verification error, it marks this sector as "reallocated" and transfers data to a special reserved area (spare area). This process is also known as remapping, and "reallocated" sectors are called remaps. This is why, on modern hard disks, "bad blocks" cannot be found while testing the surface – all bad blocks are hidden in reallocated sectors. However, as the number of reallocated sectors increases, the read/write speed tends to decrease. The raw value normally represents a count of the number of bad sectors that have been found and remapped. Thus, the higher the attribute value, the more sectors the drive has had to reallocate.
    *Pending sector count*
    Number of "unstable" sectors (waiting to be remapped, because of read errors). If an unstable sector is subsequently written or read successfully, this value is decreased and the sector is not remapped. Read errors on a sector will not remap the sector (since it might be readable later); instead, the drive firmware remembers that the sector needs to be remapped, and remaps it the next time it's written.
    Large numbers of Reallocs or Pending Sectors would suggest the drive is failing and that you may need to repair or replace the iPod. Check the stats after another attempt to update the iPod. If the numbers increase that again points to hard drive failure. While it won't be good news at least you'll know it isn't some random software problem and you can decide what to do next, e.g. replace the hard drive or the entire unit.
    tt2

Maybe you are looking for

  • How to create Interactive PDF with multiple .mp4 videos– without lagging on playback?

    I'm creating a long document with no real effects-- just a "fade" transition from page to page-- and multiple videos. These videos are all formatted as .mp4s, and I have had no issues with the actual process of getting them embedded and playing back

  • Tile image in table to bottom of window.

    Hey guys, I just need a simple fix here. I've looked all over with no luck. http://www.brainstormstudios.com/darkness/darkness_site.htm Here's the site..... Now, what I need is for that those drops on the left side to stretch all the way down the pag

  • Convert VARCHAR to date in OBIEE

    I have an column Period Name and data as DEC-04 DEC-05 DEC-07 I want to convert into date format ..so is there any way...i tried with cast but it through error. Thanks, S

  • Reg ABAP(ECC 5.0 versions) Certification

    Hi, I am planning to do my certification in ABAP ECC 5.0 versions Please provide me with the study materials, documents, exam pattern, & ways to prepare for exam. Thanks in advance Regards Suresh

  • Render & Export Glitching

    Here are my specs: Processor: 3.7 GHz Quad-Core Intel Xeon E5 Memory: 12 GB 1867 MHz DDR3 ECC Graphics: AMD FirePro D300 2048 MB Software: OS X 10.9.2 (13C64) Obviously not the best, but certainly not the worst. So it caught me by surprise when my re