I'm away from my PCs at the moment, but if you already have a Linux distro installed then you should be able to edit grub.cfg, copy the existing entry for your distro, and punch in TCL's vmlinuz+initrd.
You mean the grub configuration file that shouldn't be edited?
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
It is a pet peeve of mine, but according to the good people that wrote GRUB2, grub.cfg is subject to auto-magic modifications when updating the (main) Linux install, so it shouldn't be edited manually but rather sort of scripted.
For a GRUB2 installed to harddisk, modifications should be written to
Right, that's totally what I meant; I totally don't just ignore that warning and reapply my patch if I ever accidentally run grub-mkconfig after initial install ;)