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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« previous next »
  • Print
Pages: 1 [2] 3

Author Topic: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]  (Read 49375 times)

Offline vladimir88x7

  • Member
  • *
  • Posts: 15
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #15 on: July 05, 2011, 11:09:38 PM »
all 3 files that are required for the manual install are in the same folder, I guess I have to try it on a different computer.  I just found it weird bootloader-clipplus.sansa was a worldpad/text file with bunch of symbols
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #16 on: July 05, 2011, 11:15:07 PM »
That's usually what happens when you try to open a binary file with a text editor.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline vladimir88x7

  • Member
  • *
  • Posts: 15
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #17 on: July 10, 2011, 01:15:52 AM »
I have tried an older version of the mkamsboot file and now I'm getting the error "cannot open clppa.bin for reading.

Post Merge: July 10, 2011, 01:24:12 AM
can you just link me the "patched.bin" file?
« Last Edit: July 10, 2011, 01:24:12 AM by vladimir88x7 »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #18 on: July 10, 2011, 07:53:49 AM »
Quote from: vladimir88x7 on July 10, 2011, 01:15:52 AM
can you just link me the "patched.bin" file?

I'm afraid not, legally we can't distribute it.  This is why we link you to the original version which you then patch yourself.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline metacircle

  • Member
  • *
  • Posts: 1
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #19 on: July 26, 2011, 03:54:46 AM »
I just got my new Clip+ today, got it because of Rockbox compatibility. I also had the error described on page 1. After short googling I found this topic, followed instructions, now I am a happy Clip+ Rockbox user. Thank you so very much!
Logged

Offline Sonic Atrocity

  • Member
  • *
  • Posts: 3
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #20 on: August 01, 2011, 03:17:19 AM »
Hey guys, I have followed the instructions so far but I am stuck at the part where I am to use the command prompt. I have created the "rbinstall" and downloaded the three necessary items to go into it (including the bootloader in this thread). After that I am a bit stuck. I am trying to learn some command prompt stuff online but am experiencing some trouble.

Would someone please provide me with some more detailed instructions on how to perform this procedure? It would be greatly appreciated. Thank you for your time.
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #21 on: August 01, 2011, 04:00:08 AM »
Where have you got stuck in the instructions?
Logged

Read The Manual Please

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #22 on: August 01, 2011, 04:45:58 AM »
Ok, starting from the beginning...

1 - Download the latest firmware for your device here

2 - Download the latest bootloader for your device here

3 - Download mkamsboot here

4 - Create a directory on your desktop, for the sake of keeping things in sync with the manual lets call it "rbinstall", though you can name it anything you like.

5 - Place the archive and the two files you have downloaded in this directory, you should now have: "clipplus01.02.15.zip"*, "bootloader-clipplus.sansa" and "mkamsboot.exe" in this directory.

6 - Open the directory "rbinstall" and extract the archive "clipplus01.02.15.zip" in place, the goal is to extract the contents of this archive inside the directory, not outside of it.

7 - After extracting the "clipplus01.02.15.zip" archive, verify that you now have a file named "clppa.bin" in the directory.

8 - Open the command prompt (WinKey+R, then type "cmd" without the quotation marks in the window that appears and press enter).

You should now see something that looks like:

Code: [Select]
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Your_User_Name>

9 - Now type "cd Desktop/rbinstall" without the quotation marks and press Enter.

10 - Now type, again without the quotation marks, "mkamsboot.exe clppa.bin bootloader-clipplus.sansa patched.bin" and press Enter.

11 - You should now have the file "patched.bin" inside the "rbinstall" directory, copy this to the root of your Clip+'s disk.

12 - Rename the file you just copied to your device "clppa.bin" so that the device knows this is a firmware file and performs the installation like we want it to.

13 - Safely Remove the device.

14 - Unplug USB and then wait for the installation to finish, it will start and end automatically after you unplug USB.

15 - Enjoy Rockbox. ;)

*Current firmware file as of this writing, subject to change in future.

[St.]
« Last Edit: August 01, 2011, 04:49:01 AM by [St.] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline Sonic Atrocity

  • Member
  • *
  • Posts: 3
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #23 on: August 01, 2011, 01:15:22 PM »
I most certainly appreciate your very detailed instructions. Although, I have made some errors and am running into some problems. When I used the three links you provided I still, in the end, received the "PANIC! disk init failed!". However, when I decided to load the alternative firmware (provided by Saratoga earlier in this thread) and also used the bootloader (also provided by Saratoga) everything went swell - with the exception of one detail.

I start up my player and I get that awesome looking "Rockbox" logo but written above it is "Loading Firmware file not found".

I have no idea what I have done wrong. I don't mean to be a nuisance or seem incompetent. I am doing my best to figure it out and I am trying to become more computer savy. I most certainly appreciate your help. I am frustrated a bit but am learning - that's for sure! :)
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #24 on: August 01, 2011, 01:51:57 PM »
Quote from: Sonic Atrocity on August 01, 2011, 01:15:22 PM
I start up my player and I get that awesome looking "Rockbox" logo but written above it is "Loading Firmware file not found".

Usually this means that you either didn't extract a rockbox build to your player, or that the file system is so corrupted it can't be loaded.  Did you download a build of rockbox and put it in the root of your player?
Logged

Offline Sonic Atrocity

  • Member
  • *
  • Posts: 3
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #25 on: August 01, 2011, 04:18:50 PM »
Hmm, let me fool around a bit and get back to you. Sorry to be a bother. I am working very hard at improving my computer skills.

Post Merge: August 01, 2011, 05:42:52 PM
You were right, Saratoga! Sorry for any of the problems! Instead of using St.'s bootloader and OF I used the ones that Saratoga provided. Is that okay? I still got Rockbox on my player and I am assuming that is all that matters.

Would that be a correct assumption?


Thanks for everyone's help! Especially St.! Thanks buddy! :)

Post Merge: August 01, 2011, 11:06:29 PM
Oh and, please don't kill me :P, and I have done some reading on ABI (saw some of Saratoga's posts) but would you guys say the Release version of Rockbox fixes the playback issue? I mean, I know it reduces it but can any person hear that difference??? If someone can possibly hear that I will buy a different player.
« Last Edit: August 01, 2011, 11:28:03 PM by Sonic Atrocity »
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #26 on: August 02, 2011, 05:50:26 PM »
Quote from: Sonic Atrocity on August 01, 2011, 04:18:50 PM
and I have done some reading on ABI (saw some of Saratoga's posts) but would you guys say the Release version of Rockbox fixes the playback issue? I mean, I know it reduces it but can any person hear that difference??? If someone can possibly hear that I will buy a different player.

What?
Logged

Offline kritip

  • Member
  • *
  • Posts: 2
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #27 on: August 02, 2011, 09:07:10 PM »
Just to add, a few days ago I installed RB on a 4gb Clip+ with no issues (a friends)

I had an 8gb arrive today with ...15 firmware on it.

I have tried , on both an XP and 64bit windows 7 system:

standard install.

reformat

patched firmware using the linked .exe

I have done this using both the latest ....15 firmware and also the .09 fimware.

I have tried the latest stable and development builds, but am still getting the panic error.

Any ideas or tips?

Loved RB on the other clip , and also on the old nano 1st Gen I had.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #28 on: August 02, 2011, 09:23:02 PM »
Quote from: kritip on August 02, 2011, 09:07:10 PM
Just to add, a few days ago I installed RB on a 4gb Clip+ with no issues (a friends)

I had an 8gb arrive today with ...15 firmware on it.


If its got the older firmware already installed on it, then its probably not the new hardware revision.  No idea why disk init would fail otherwise. 
Logged

Offline kritip

  • Member
  • *
  • Posts: 2
Re: Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
« Reply #29 on: August 05, 2011, 11:20:35 AM »
hmm, I shall try it again then. Is there a way to find the hardware version as I really want to use rockbox.

The serial or model is BI1106CCKK-8GB if that's of any use identifying the hardware version

Post Merge: August 05, 2011, 11:50:12 AM
Now I feel rediculous.  :o

I followed the guidelines from [St.] in the post he made with the full list of directions. INCLUDING the link he posted to the modified bootloader.

I just tried with Saratoga's modified bootloader http://duke.edu/~mgg6/rockbox/bootloader-clipplus.sansa and it went flawlessly.

I now have rockbox up and running.

Maybe [St.]'s post should be amended.

Apologies for making an issue out of nothing :)
« Last Edit: August 05, 2011, 11:50:12 AM by kritip »
Logged

  • Print
Pages: 1 [2] 3
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Rockbox on Clip+ "*PANIC* disk_init failed!" [Solved]
 

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

Page created in 0.126 seconds with 15 queries.