PDA

View Full Version : initfs_flash : permission denied


ravenA79
09-01-2007, 09:42 AM
Hi, trying to flash my initfs so I can dual-boot and start the fun stuff...
I get :

/bin/sh: ./initfs_flash: Permission Denied

I'm running OS2006 .42 on a 770.
Already installed Becomeroot, running in root when I do this :confused:

fanoush
09-01-2007, 12:15 PM
do not run it from mmc card, extract it to internal flash

ravenA79
09-01-2007, 09:06 PM
Thanks...now to figure out what the path is to the Documents folder...:p

ravenA79
09-01-2007, 09:35 PM
Well, did the research, found /home/user/MyDocs/.documents ...
however I still get the same message

~/MyDocs/.documents/initfs_flasher $ ./initfs_flash
-sh: ./initfs_flash: Permission denied

should I have this in another directory? or is there a step I missed?

ravenA79
09-01-2007, 10:31 PM
ok, found out what the problem was, had to chmod and give myself execute permissions. I now get as far as trying to preparing the jffs2 image...I get these messages:

!!! unknown initfs version osso-n770.2006-48, cannot install bootmenu
Cannot find initfs.bootmenu.jffs2, something failed, nothing reflashed.

Am I supposed to do something with the files that come with the flasher if all I want is a simple dualboot?

fanoush
09-02-2007, 02:18 AM
I said 'extract it to internal flash', not 'copy broken copy from card' :-)

robmiller
09-02-2007, 05:45 AM
I said 'extract it to internal flash', not 'copy broken copy from card' :-)

by which he means (just more explicitly), e.g.


becomeroot
cd /root
tar xzf <whereiver>/initfs_flasher.tgz
cd initfs_flasher

[pwd should report /root/initfs_flasher]

./initfs_flash


rob.

ravenA79
09-03-2007, 12:49 PM
thanks, got it working...:D