OESF Portables Forum
General Forums => General Discussion => Topic started by: Anonymous on February 29, 2004, 05:10:30 pm
-
I\'ve been running OpenZaurus 3.5 for a couple weeks. I went to put my compact flash card in and it didn\'t see it (although it usually does) so I said hay...reboot. in the shutdown/reboot screen I hit reboot and it stuck there, so I flipped the Replace battery switch down to hard shut it off. (done it many times before in lock ups) and now it boots to a Login: prompt, where I can login and launch console tools.
a) how do I launch OPIE from here?
if I can just get my cf and sd card mounted I can reflash. I have the TK rom/kernel on the sd, which needs to be moved to the CF to reflash. I wan to try TK over OZ anyway.
thank you
-
Start Opie with:
# /etc/init.d/opie start
Greg
-
# /etc/init.d/opie start
Starting Opie-login....
#
it just exits without launching anything.
-
When you installed oz did you set a passcode?
If so, use that for login
Greg
-
To get debug output, start Opie with /opt/QtPalmtop/bin/qpe
-
I didn\'t set a passcode...but I did login as both root and user (only two users available) neither worked.
-
Use the command Mickey gave you and post output
Greg
-
I\'d do one of these:
Start syslogd - you\'ll have to look at the --help output to see how to start it with a circular memory buffer (as opposed to writing to /var/log/), then try \'/etc/init.d/opie start\', then see what happened by reading the syslog output with logread (or something like that).
or
Look in the /etc/init.d/opie script and try running each bit one by one and see which one is causing the problem.
Si
-
# /opt/QtPalmtop/bin/qpe
Could not open for writing `/root/Settings/locale.conf.new\'
Could not open for writing `/root/Settings/qpe.conf.new\'
Cannot create Qt/Embedded data directory: /tmp/qtembedded-root
# touch /root/Settings/testfile
touch: testfile: Read-only file system
Hmm...how\'d this happen...
-
Is there some way to alter the boot method (i.e mount as rw) or something?
Essentially...my zaurus is dead until I find out how...last resort is to buy a CF reader/writer and write a new rom to that...
-
What does \'mount\' show out of interest?
I would suggest that you do a mount -o rw,remount or similar but I don\'t think this will work with jffs2.
Si
-
# mount
warning: can\'t open/etc/mtab: No such file or directory
which is because it\'s a RO FS...
when I try to remount /dev/mtdblock4 (according to /etc/fstab the root partition) it says device or resource busy, but I can\'t unmount it (not mounted)
-
I don\'t know how to fix that, but try to...
# su
# cd /mnt/card
# ls
if you can see your files to flash with now, you can move them to cf card
Greg
-
nope, /mnt/card and cf don\'t work.
My wifi card doesn\'t either.
-
Work out what the mount point is for the flashROM and try running fsck on it?
Si