Skip to main content
Home Forums 68kMLA Dual-Boot Software — #2
Post #2 by tecneeq
Source Forum68kMLA
CategorySoftware
Post DateWed, 13 Mar 2013 - 00:21
Original URLhttps://68kmla.org/bb/threads/dual-boot-software.27588/
Post
You could always just use two different images and two different emulator configurations. Do you use basilisk? On Linux? Then copy the file ~/.basilisk_ii_prefs to ~/.basilisk_ii_prefs2. Open the file and change the "disk" option to the right image.

Then boot like that:

Code:
BasiliskII --config ~/.basilisk_ii_prefs
Or, for thew other configuration:

Code:
BasiliskII --config ~/.basilisk_ii_prefs2
Or just give the disk option directly:

Code:
BasiliskII --disk /home/karsten/68k/mac_os8.1de.img
or

Code:
BasiliskII --disk /home/karsten/68k/mac_os7.5de.img
I don't know any software that could do it like grub or so.

mp.ls