Upgrading iPod 80GB (5.5 Generation) Harddrive to MK2431GAH (240GB)

From Joe's Boredom
Revision as of 17:59, 6 December 2020 by Joe (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Running RockBox bios & software


Links and resources used:

Partitioning

1) Started iPod in 'Disk Mode' (holding the Select and Play buttons (while disconnected from computer))
2) Pluged iPod into computer
3) Made sure the the iPod was not mounted, this is important.
4) Find the iPods disk path (my path was /dev/sdf so that is what i will use for the rest of this article):

Terminal
name@machine:/$ sudo fdisk -l


5) I made sure that there was no partitions on the iPod (if so i deleted them, then ran partprobe to re-read partition table):

Terminal
name@machine:/$ sudo fdisk /dev/sdf
name@machine:/$ sudo partprobe /dev/sdf


6) In terminal, change to the dir which holds the mbr-xxxx.bin file then "extract" to iPod with the following:

Terminal
name@machine:/$ dd if=mbr-*.bin of=/dev/sdf


7)Re-read iPods MBR

Terminal
name@machine:/$ sudo hdparm -z /dev/sdf


8)Install the Firmware.xxx.ipsw file to iPod.

Terminal
name@machine:/$ sudo hdparm -z /dev/sdf