Hi, TommyBeep,
AFAIK, the Fluxbox edition of Salix 13.37 doesn't have a Live CD; it's only available as an Installation CD.
You're correct that bootloaders can be tricky -- especially in a multiboot scenario, and when one of them is rEFit (which I don't have experience with). I'm sorry I can't offer you a detailed how-to, but it sounds like rEFit has to sync your partition tables after you install a new OS. I found some possible help here:
http://lifehacker.com/5934942/how-to-du ... e-hardware
Henry, Alan. "
How to Dual Boot Linux on Your Mac and Take Back Your Powerhouse Apple Hardware." 15 Aug. 2012.
(Scroll down to the section "Let rEFIt Fix Your Partition Tables")
I should probably say also that although I multiboot several Linux distros, my MBR (Master Boot Record) is controlled/managed by GRUB Legacy, the older version of GRUB, rather than the newer GRUB2 bootloader. However, here's my educated guess as to how you might be able to successfully boot Salix ...
I would try installing Salix from scratch again.
First, you'll need to know or write down which partitions you'll install Salix on; there should ideally be a
root (/) partition, a /home partition and a Linux swap partition. It's especially important to know the designation of the
root partition, because you'll be choosing to install LILO there.
I think you ran into problems because you opted to not install LILO, and I believe that you can remedy the situation by installing LILO to the
root partition of your Salix installation. (Please note that you should
not choose to install LILO to your
MBR. Let the combination of rEFit and GRUB2 continue to do that).
When you reinstall from the Salix OS Installation Disc, one of the later steps in the installation routine involves LILO: "Install LILO". At this stage, the user is offered three choices:
simple -- "Try to install LILO automatically"
expert
skip
I recommend the "simple" option because I found the "expert" too complicated (I was totally confused by its configuration options). After selecting the "simple" option, you will be presented with a step called "Select LILO destination", which also has three choices:
root -- "Install to superblock (not for use with XFS)"
floppy
MBR
The "root" option will install LILO to your Salix root (/) partition, which allows GRUB on your MBR to continue controlling a multiboot setup. Do
not install LILO to your MBR.
When the installation finishes, you can reboot and either (a). let rEFit try to fix your partition tables, or (b). boot into Mint and auto-update GRUB2 from there (by running the
command from a Terminal. This will hopefully allow GRUB2 to pick up/recognize Salix).
If the rEFit update doesn't find or add Salix to your main menu, I'm guessing it may be possible for your to boot up Salix from Mint's GRUB2 menu ...
If the GRUB2 update fails to add Salix, you will have to manually add a new GRUB stanza for Salix. You can see a couple of examples (which you'll have to modify to match your specific setup) in the forum thread below:
http://www.salixos.org/forum/viewtopic.php?f=16&t=3283
"
Can't find kernel or initrd files." 12 Mar. 2012.
(Scroll down to post #4 in thread)
HTH and Good luck to you.