Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  2G iPod Installation - Matching partition table
« previous next »
  • Print
Pages: [1]

Author Topic: 2G iPod Installation - Matching partition table  (Read 4631 times)

Offline BdN3504

  • Artist
  • Member
  • *
  • Posts: 323
2G iPod Installation - Matching partition table
« on: June 30, 2008, 08:58:44 AM »
On this page, the partition table for the 2g ipod is not listed. Which one should I use, when i try to format a 2g ipod to fat32?
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: 2G iPod Installation - Matching partition table
« Reply #1 on: June 30, 2008, 07:21:48 PM »
Apparently, no one with one of those players has taken the time to submit that info to the wiki.  Hopefully, someone will happen by with that info.  Depending on how quickly someone can give you the necessary information it might be easier to try to find a friend with a PC.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: 2G iPod Installation - Matching partition table
« Reply #2 on: July 01, 2008, 07:32:21 AM »
This might help (I'll take a look at updating the wiki tonight):

Code: [Select]
ipodpatcher v2.0 with v2.0 bootloaders - (C) Dave Chapman 2006-2007
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[INFO] Scanning disk devices...
[INFO] Ipod found - 1st or 2nd Generation ("winpod") - disk device 1
[INFO] Reading partition table from \\.\PhysicalDrive1
[INFO] Sector size is 512 bytes
[INFO] Part    Start Sector    End Sector   Size (MB)   Type
[INFO]    0              63         80324        39.2   Empty (0x00)
[INFO]    1           80325      39054014     19030.1   W95 FAT32 (0x0b)
[INFO] Ipod model: 1st or 2nd Generation ("winpod")
Enter i to install the Rockbox bootloader, u to uninstall
 or c to cancel and do nothing (i/u/c) :

EDIT: Can someone give some guidance on how to 'dump' a partition table, preferably via Windows, or using Linux via a LiveCD?
« Last Edit: July 01, 2008, 09:35:05 PM by yapper »
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: 2G iPod Installation - Matching partition table
« Reply #3 on: July 02, 2008, 03:31:33 AM »
Quote from: yapper on July 01, 2008, 07:32:21 AM
EDIT: Can someone give some guidance on how to 'dump' a partition table, preferably via Windows, or using Linux via a LiveCD?

The preferred method to do it is using 'dd' which is a standard linux command, but I believe there's a version you can get for windows too. The difficulty then though would be that I don't recall the windows device naming convention. Amiconn might be able to help there - he's used it before.

For the linux command line though you'd do :

Code: [Select]
dd if=/dev/sdb of=ipod_2nd_gen_mbr.bin count=1 bs=512

Where "/dev/sdb" is the device name of your ipod when it's plugged in to your PC.
Logged

Read The Manual Please

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: 2G iPod Installation - Matching partition table
« Reply #4 on: July 02, 2008, 07:33:06 AM »
Thanks for the pointers.

I've found a 'dd for windows' here http://www.chrysocome.net/dd but still need the naming convention.

I could use the Linux dd but I would need to point the output file at the iPod as I'd be running Linux from a LiveCD.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: 2G iPod Installation - Matching partition table
« Reply #5 on: July 02, 2008, 08:02:22 AM »
Quote from: yapper on July 02, 2008, 07:33:06 AM
I could use the Linux dd but I would need to point the output file at the iPod as I'd be running Linux from a LiveCD.

Why not output it to a thumb drive? Simply navigate to your thumb drive via the command line (for example, "cd /media/<disk name here>" if you're using Ubuntu), then run the dd command from there. Then you can upload it to the wiki afterwards.
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: 2G iPod Installation - Matching partition table
« Reply #6 on: July 02, 2008, 08:25:50 AM »
Quote from: LambdaCalculus379 on July 02, 2008, 08:02:22 AM
Why not output it to a thumb drive? Simply navigate to your thumb drive via the command line (for example, "cd /media/<disk name here>" if you're using Ubuntu), then run the dd command from there. Then you can upload it to the wiki afterwards.

Won't his iPod effectively *be* a thumb drive at that point ?
Logged

Read The Manual Please

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: 2G iPod Installation - Matching partition table
« Reply #7 on: July 02, 2008, 08:31:27 AM »
That's true. Just a friendly suggestion. ;)
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline amiconn

  • Developer
  • Member
  • *
  • Posts: 176
Re: 2G iPod Installation - Matching partition table
« Reply #8 on: July 02, 2008, 01:49:35 PM »
I've attached the MBR files for 10GB and 20GB 2nd Gen to the wiki page. Maybe it's a good idea to move them to download.rockbox.org like the others.
Logged
Jens

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: 2G iPod Installation - Matching partition table
« Reply #9 on: July 03, 2008, 11:14:20 PM »
@Jens:

Do you happen to know the naming convention used with the windows variant of dd?

I tried
Code: [Select]
dd if=\\.\k: of=ipod_mbr.bin count=1 bs=512

where K: is the ipod (2nd Gen 20G), but the output file does not match the file you posted on the wiki.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  2G iPod Installation - Matching partition table
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.104 seconds with 15 queries.