On Tue, 2011-02-15 at 06:12 -0700, Chris Kottaridis wrote: > I have VMWorkstation 7.1.3 installed on my Windows 7 box and a Fedora > Core 14 box. When I try to create a VM machine and install Fedora 14 > X86_64 I get the following error: > > >The following problem occurred on line 65 of kickstart file: > > > >Section does not end with %%end This error is coming from the kickstart parser. Your kickstart configuration script contains syntax that is not valid in Fedora 14. Perhaps your other F14 installs were not kickstart installs? At any rate, your kickstart needs a little update. Edit your kickstart script with a text editor and put a %end at the end of your %packages section and also at the end of any %pre or %post scripts. Then it'll run without the above error. David > > I have used this DVD to install Fedora 14 X86_64 on a real host with no > problem. I am pretty sure this was the DVD I used to install Fedora 14 > x86_64 on the host I am sending this email from and trying to install a > Fedora Guest OS on since it's the only Fedora 14 X86_64 DVD I have > around and I am definitely running Fedora 14 x86_64 on this host. > > $ cat /etc/redhat-release > Fedora release 14 (Laughlin) > > I have this same problem whether my host is a Fedora 14 or Windows 7. > > Has anyone run into this before ? > > Any pointers or suggestions appreciated. > > By the way I can install Fedora 13 x86_64 DVD just fine. > > Thanks > Chris Kottaridis -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines