Table of Contents

Fixing mismatched RUNNIX/AstLinux versions

Before you start, look here for RUNNIX reference.

Remember AstLinux 0.7.x requires RUNNIX 0.3 and AstLinux 1.0.x requires RUNNIX 0.4.

Determine RUNNIX and AstLinux versions

Reboot and at the 'boot' prompt type “shell”. Then at the 'runnix#' prompt…

Display the RUNNIX Version

runnix# cat /mnt/base/ver

Display the AstLinux Version

runnix# cat /mnt/base/os/ver

Exit and reboot to a new 'boot' prompt.

runnix# exit

RUNNIX at 0.4 but AstLinux at 0.7.x

Reboot and at the 'boot' prompt type “xrunnix”.

The box should boot into 0.7.x and you should be able to access it to upgrade to AstLinux 1.0.x. After the upgrade, reboot and you should be good.

RUNNIX at 0.3 but AstLinux at 1.0.x

Reboot and at the 'boot' prompt type “shell”.

runnix# cd /mnt/base/os
runnix# ls *ver

You should see 'Xver' and 'ver'. “cat Xver” should be astlinux-0.7.x

You want to exchange these two files, so *exactly* type

runnix# mv ver Tver
runnix# mv Xver ver
runnix# mv Tver Xver
runnix# sync
runnix# exit

It should now boot into 0.7.x, after which you can upgrade both AstLinux and RUNNIX.