Code: Select all
mkdir /hd
mount /dev/sda1 /hd
Code: Select all
mkdir /usb
mount /dev/sdb1 /usb
then install/upgrade all packages using the --root option
Code: Select all
spkg --root /hd /usb/salix/*/*.t[xg]z
Code: Select all
chroot /hd
lilo -v
Code: Select all
slapt-get --upgrade
Still might be easier to just go with a new installation.