====== Fixing mismatched RUNNIX/AstLinux versions ====== * To fix mismatched RUNNIX/AstLinux you need either serial or video console access * serial access with a crossover cable, baudrate 19200 8N1 or 38400 for Alix 2 boards. * video console will probably have US [[userdoc:tt_runnix#tips|keyboard layout]] * The other way is to get out the CF from the box, put it in CF card reader and make the changes on another computer as you would do with a flash drive. Before you start, look [[userdoc:tt_runnix|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.