Try
CODE
title Fedora Live
find --set--root /vmlinuz0
kernel /vmlinuz0 root=UUID=8003-FDB2 rootfstype=vfat ro quiet liveimg rhgb
initrd /initrd0.img
vfat=FAT32, if you are using FAT16, change the value to fat or msdos.
You should be able to add syslinux to boot.ini, you need a syslinux bootsector, let's say syslin.dat, the add a line to boot.ini:
C:\syslin.dat="Start Syslinux"
Haven't tested it though.
edit: try to make fedora live on the virtual drive, look if root=UUID=
8003-FDB2 changes. If it does, then we need to think about a workaround. Or just ask the guys in fedora forum what should you use when using GRUB instead of syslinux.
Look here what the parameter root=UUID=XXXXXX.... is:
http://www.linuxquestions.org/questions/ub...in-grub-642692/On a second reading it seems to be a unique identifier for the partition, and you'll have to change it both in /etc/fstab and root=UUID= with the one you have.
You may look here how to get your UUID from linux:
http://ubuntuforums.org/archive/index.php/t-416393.htmlIn windows I guess DIR will give you the ID.
edit2: About syslinux from boot.ini- have a look at \help_info\Guide_MultiBoot.txt, search for syslinux.
Wimb has put a lot of usable info.