The english instructions I found on the web for c860 mentioned pressing db prior to start up as a way to get a login prompt. Doesn't work even though I pulled out the battery overnight. I remember finding some trick to doing this on 5600 but now i have an 860.
One of the things I like about slackware is that the default in a non GUI login and you have to type startx for the gui. That way when the gui gets fried you can still maneuver. Even a non-linux type like me gets to learn a bit about command line. How do i escape qtopia on 860 startup.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=63933\"][{POST_SNAPBACK}][/a][/div]
The D+B boot mode is most probably not what you want.
D+B gets you into Single User Mode (ala init 1) here are the instructions I posted around march last year.
The hard part is booting into single user mode. Remove battery and ac adapter, wait about a minute, replace battery and while holding down D and B keys switch the battery lock to locked position. If the zaurus doesn't boot to console mode after about 15 secs try hitting the power button while keeping the D and B keys depressed. If it boots normally - repeat above procedure till lyou get console mode. This generally takes me 3 or 4 tries till I get single user mode. You then have to mount the /dev/mtdblock1 or /dev/mtdblock2 devices (mount -t jffs2 /dev/mtdblock1 /mnt/tmp). From memory /dev/mtdblock1 is the / filesytem while /dev/mtdblock2 is the /home filesystem, you probably want the /dev/mtdblock2 system.
What you want to do is to get console mode. If you look at /root/etc/rc.d/rc.rofilesystem there is a line that reads
echo $LAUNCH > /home/sharp/etc/launch.default
This creates /home/sharp/etc/launch.default (it contains "q" by default). This files is used by /sbin/launch and /home/sharp/etc/launch.conf to decide what to launch at boot time.
If you remove /home/sharp/etc/launch.default and then remove the line mentioned above you will get a 5 second countdown where you can hit / to go to a prompt that allows you to choose what to launch.
If you don't want to edit rc.rofilesystem then you can create a file on the read-only flash rom (you will need to remount / as rw to do this) and have that file contain "a" (without quotes) then symlink that to /home/sharp/etc/launch.default then the Z will boot to console everytime. (if you leave the above file empty then you will always get the option to choose)
hope this makes sense (it being written soley from memory)
If you have any questions let me know
Stu