A Guide to Nuking your iPod Firmware
14
Mar0
Mar0
At times, the iPod Updater software alone isn’t enough to get your iPod back up to a running state. This simple guide will walk you through the process of nuking your iPod firmware using Linux and restoring it under Windows.
WARNING: I will not be held responsible for anything bad that may happen to you, your iPod, or your computer.
Let’s go!
- Start up into your favorite flavor of Linux/Unix
- Connect your ipod
- Open a terminal session
- Run `qtparted` to determine which device node your ipod resides on. (This is usually something like /dev/sda or similar).
Note: this should NOT read hda for your iPod, as those are hard drives.
- Start up fdisk using the device node that you found in the previous step with the -l option. For example:
fdisk -l /dev/sda
- Press ‘p‘ to print the partition table of the iPod. It should list sda1, sda2, or similar.
- Press ‘d‘ to delete a partition. You will be prompted with which partition number to delete. Repeat this for all partitions shown from ‘p’.
- Press ‘p‘ to view all partition tables again. This should now show nothing for a partition list.
- Press ‘w‘ to write out the new partition table information to the iPod.
- Press ‘q‘ to exit from qtparted
- Disconnect your ipod after qtparted has exited
- Go back to Windows
- Bring up the Task Manager and kill any iTunes services and iPod services under the process list (e.g. iPodService.exe, iTunes.exe, iTunesHelper.exe)
- Plug in your iPod
- Start up the iPod Updater software
- Press the Restore button, and confirm the restore process when prompted. Wait for process to complete.
- Reboot your Windows computer
- iTunes should recognize the iPod again. You will have to go through the initial setup steps as presented on the screen
- Restore your music collection and go wild
I hope this helps.
No Comments
No comments yet.