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
translations translations
Search



Donate

Rockbox Technical Forums


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

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Rockbox Utility
| | |-+  Upgrading to latest fw on iPod 5.5 broke rockbox loading
« previous next »
  • Print
Pages: [1]

Author Topic: Upgrading to latest fw on iPod 5.5 broke rockbox loading  (Read 240 times)

Offline exitwounded

  • Member
  • *
  • Posts: 3
Upgrading to latest fw on iPod 5.5 broke rockbox loading
« on: April 23, 2025, 04:18:59 PM »
So for the past few hours I have been trying to figure out why, but after upgrading to 4.0, rockbox no longer loads with the error "Can't load rockbox.ipod" - but it does exist. I do not see a splash screen, it jumps straight to this error.

folder structure: https://i.imgur.com/YSJHE3q.png
root structure: https://i.imgur.com/ucPjpEM.png
ipod error: https://i.imgur.com/4OiSPKd.jpeg

And thankfully, I had taken a backup of the .rockbox folder beforehand, and rename my .old-rockbox to .rockbox it works fine.

folder structure of the old version that is working: https://i.imgur.com/gIXPj57.png

I'm really at a loss - I have no idea why it just doesn't work. I've removed and reinstalled the bootloader several times, cleaned up the .rockbox folder that doesn't work and even manually installed it and it's all the same.

Thanks in advance!
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 9373
Re: Upgrading to latest fw on iPod 5.5 broke rockbox loading
« Reply #1 on: April 23, 2025, 04:24:30 PM »
The number of sectors in the partition being a negative number sounds bad :)

Is there some older version that would talk to your flash adapter? 
Logged

Offline exitwounded

  • Member
  • *
  • Posts: 3
Re: Upgrading to latest fw on iPod 5.5 broke rockbox loading
« Reply #2 on: April 23, 2025, 04:43:22 PM »
Quote from: saratoga on April 23, 2025, 04:24:30 PM
The number of sectors in the partition being a negative number sounds bad :)

Is there some older version that would talk to your flash adapter?

Oh wow I didn't even notice the negative number lol

Yep - dev build b3e6b12266-240619 is what I am currently able to run, which was one of the dev builds from last year (judging by timestamp in the version June 19th last year) and it works perfectly.
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 666
Re: Upgrading to latest fw on iPod 5.5 broke rockbox loading
« Reply #3 on: April 24, 2025, 09:09:21 AM »
Quote from: exitwounded on April 23, 2025, 04:18:59 PM
ipod error: https://i.imgur.com/4OiSPKd.jpeg

Ignore the negative number, that's due to printing a large unsigned number as unsigned.

What I'd like to see is a partition table dump, ideally though use of fdisk.   As an alternative, grab the latest daily build and try again; it will show more information on the error screen.

(Modern rockbox is stricter in some ways, and laxer in other ways, in its ability to mount a filesystem.  It's really important to identify what is going wrong here)
Logged

Offline exitwounded

  • Member
  • *
  • Posts: 3
Re: Upgrading to latest fw on iPod 5.5 broke rockbox loading
« Reply #4 on: April 25, 2025, 02:46:59 PM »
Code: [Select]
tai•~» sudo fdisk -l /dev/sdd                                                                                                                                                                  [14:41:48]
Disk /dev/sdd: 1.87 TiB, 2050846883840 bytes, 1001390080 sectors
Disk model: iPod           
Units: sectors of 1 * 2048 = 2048 bytes
Sector size (logical/physical): 2048 bytes / 2048 bytes
I/O size (minimum/optimal): 2048 bytes / 2048 bytes
Disklabel type: dos
Disk identifier: 0x20202020

Device     Boot Start        End    Sectors  Size Id Type
/dev/sdd1          63      48194      48132   94M  0 Empty
/dev/sdd2       48195 1001390078 1001341884  1.9T  b W95 FAT32


I can reformat if needed - but I'd prefer not to obviously, just takes a long time to re-load and I use this daily. Also - I was going to give you a picture of the latest dev build (4/25 build) screen too, but it looked the same as the other screen.
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 666
Re: Upgrading to latest fw on iPod 5.5 broke rockbox loading
« Reply #5 on: April 25, 2025, 03:31:53 PM »
Quote from: exitwounded on April 25, 2025, 02:46:59 PM
Code: [Select]
Device     Boot Start        End    Sectors  Size Id Type
/dev/sdd1          63      48194      48132   94M  0 Empty
/dev/sdd2       48195 1001390078 1001341884  1.9T  b W95 FAT32

This should be type 'c' (ie FAT32 LBA).  type 'b' is supposed to only be used for (max 24-bit!) CHS-based addressing (which nonsensical for a ~2TB partition)

There's nothing in rockbox that specifically checks for type 'c', so I expect something is being set up differently in the filesystem itself.

I don't expect simply changing it to matter without reformatting afterwards (as rockbox tries to mount it regardless of the type) but you're welcome to try.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Rockbox Utility
| | |-+  Upgrading to latest fw on iPod 5.5 broke rockbox loading
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.068 seconds with 17 queries.