I'm trying to dual-boot my KS 1.3 A2000 with 3.1 using mkick, and I have both OS's installed on different partitions. I want it to automatically detect which Kickstart is running and load the appropriate workbench (using movesys and vercheck). So I made the 1.3 partition bootable, and modified the startup sequence:Vercheck 34
If WARN
echo "Booting 3.1"
movesys cd WB1.3:
execute WB1.3:s/startup
EndCli
Else
echo "Booting 1.3"
movesys cd WB3.1:
execute WB3.1:s/startup-sequence
EndCli
where startup is workbench 1.3s original startup-sequence. It work's but when loading 3.1, with a 3.1 KS, it still *looks* like 1.3! Everything's blue orange, and yet root has changed, since sys: points to the 3.1 partition, so it does actually seem to be running 3.1 and not 1.3...