Very, very nice distro! Have it setup and running quite nicely on a hp laptop.
The installer works well except for no option to install grub to partition. For those who use a boot manager like myself (I use GAG) installing to root partition is a must. After installing Toorox I opened a terminal and issued the following commands if anyone is interested.
sudo grub
find /boot/grub/stage1
root (hd0,6)
setup (hd0,6)
quit
Of course, you would want to substitute your partition number in place of my "6". Remember grub numbers the first partition "0" so hd0,6 is sda7 or hda7. Hope this helps.