I screwed my iPod 1G, and I’m hoping someone can give me a hand.
What happened?
I wanted to install Rockbox on my iPod 1G, but I made the mistake of formatting it like a regular hard drive using the Disks utility in Linux. Now, the iPod isn’t working as it should, and I’m a bit stuck.
When it’s disconnected, it does nothing (blank screen).
When I connect it to the charger, it shows a folder with an exclamation mark and then shuts down.
If I reset it while it’s connected, it briefly shows the Apple logo, then the folder icon, and finally shuts down.
Also, when I try to use Rockbox, it gives me an error: "Error reading partition table".
This iswhat Itried:
Wrote the MBR:
I downloaded the correct MBR for the iPod 1G and wrote it to the device using:
sudo dd if=mbr-1g-5gb.bin of=/dev/sdd
Created partitions:
I used gdisk to create two partitions:
Partition 1: 32 MB for the firmware (type EF00).
Partition 2: The rest of the space for data (type 0700).
Wrote the firmware:
I downloaded the firmware for the iPod 1G (version 1.1.5) and extracted the Firmware-1.1.5 file.
I wrote it to the first partition with:
sudo dd if='/home/noto/iPod/iPod_1.1.5_FILES/Firmware-1.1.5' of=/dev/sdd1 bs=1M
The output was:
4+1 records in
4+1 records out
5068800 bytes (5.1 MB, 4.8 MiB) copied, 0.511166 s, 9.9 MB/s
However, I think the firmware file might be incomplete or incorrect because it’s only 5.1 MB, and the firmware for the iPod 1G is usually larger (20-50 MB).
Formatted the second partition:
I formatted the second partition as FAT32:
sudo mkfs.vfat -F 32 /dev/sdd2
Tried to restart the iPod:
After all this, I disconnected the iPod and tried to restart it.
But it only shows a blank screen or the folder icon with the exclamation mark and then shuts down.
Tried Rockbox:
I attempted to install Rockbox, but it gave me an error: "Error reading partition table".
Any advice would be gratly apreciated
PS: I used DeepSeek to help me try the restoration and then I asked it a resume to post.😘