Welcome, Guest. Please login or register.

Author Topic: Dual Booting 1.3 and 3.1  (Read 1324 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DiskChrisTopic starter

  • Full Member
  • ***
  • Join Date: Jul 2012
  • Posts: 109
    • Show all replies
Dual Booting 1.3 and 3.1
« on: August 24, 2014, 09:00:11 PM »
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:
Code: [Select]
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...