Ok, so my goal is to set up a simple boot partition (call it P0) that simply loads other OS's. So basically it would just contain a folder /boot/extlinux with ldlinux.sys and extlinux.conf and could be like 5 MB in size. I would like to have 3 different TCL initrd's on another partition (P1) and have extlinux be able to boot these through the boot menu (the layout on the partition could possibly look like this: /1 /2 /3 with /tce folders inside each of them). Is this possible at all? Every example I have seen places extlinux on the same partition as the kernel / initrd. Is this a limitation of syslinux and something GRUB could handle instead? I also have a Windows partition (P2) but that is easy enough to load by chain loading it with chain.c32. Thanks.