Hi Mark,
At bottom of screen I see message "HDD1 Error!!"
Not good!....
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
To troubleshoot it, I made a rescue [a href=\"http://morimasa.net/zaurus/binaries/updater.sh.rescue]updater.sh[/url].
Rename it updater.sh and put it on a CF or SD, then do the usual kernel update process.
You will see a pretty 'ash' command prompt.
/dev/mtdblock2 is root filesystem, and /dev/mtdblock3 is usually mounted on /home. To investigate the root fs, try
# mkdir /mnt/mtdblock2
# mount -o noatime,rw /dev/mtdblock2 /mnt/mtdblock2
and enter the filesystem.
Maybe /etc/mtab is broken. Mount /dev/mtdblock3 on /mnt/mtdblock3 and make a trial of
# ln -fs /proc/mounts /mnt/mtdblock3/etc/mtab
and reboot.
HTH,
--
m-morino