Fedora 14

Discussion in 'Linux Virtual Machine' started by pastorblue, Nov 3, 2010.

  1. pastorblue

    pastorblue Bit poster

    Messages:
    1
    I am trying to install fedora 14 from a DVD ISO. The setup is starting and detects the network and hardware but then anaconda shuts down with the following message:

    The following error was found while parsing the kickstart configuration file:

    The following problem occurred on line 55 of the kickstart file:

    Section does not end with %%end.

    Install exited abnormally.

    Any suggestions gratefully received!

    Graham
     
  2. edsyl

    edsyl Bit poster

    Messages:
    3
    same issue here.....
     
  3. dlhennis

    dlhennis Bit poster

    Messages:
    1
    Not sure if this helps, but I have installed the DVD on physical hardware without issues. RH kickstart syntax dictates that a sub-section ends with a single percentage sign (%end). Did you run the verify on the image during the pre-installation steps?
     
  4. DeanA

    DeanA Bit poster

    Messages:
    2
    Same results for two Fedora 14 .iso files

    "... line 55 of the kickstart file:

    Section does not end with %%end."

    Fedora 14 32-bit and 64-bit yield the same message and abend. The 32-bit file was used to generate a bootable DVD from which an install succeeded on a Dell desktop PC.

    I updated the Parallels code today to Version 6.0.11828.615184, and got the same results.

    Mac OS X 10.6.4
     
  5. Joe P.

    Joe P. Bit poster

    Messages:
    6
    I got the same error when I tried to install and figured out that it was due to the script that parallels created for the quick install. If you do the installation without the 'help' of Parallels (e.g. preset username etc) it will install without any issues.
     
  6. DeanA

    DeanA Bit poster

    Messages:
    2
    Thanks for that!

    I'm not exactly sure what that means, but I just attempted the install without accepting the defaults presented, and it ran successfully.
     
  7. sbraab

    sbraab Bit poster

    Messages:
    1
    Workaround

    Here's a quick hack on how I got it to install.

    After you get the error message press Ctrl-Alt-F2 to switch to the installer terminal

    then "vi /tmp/ks.cfg"
    use the arrow keys to scroll to the bottom
    with the cursor on the line that says "EOF" type "dd" then type "a" press return and then type "%%end"

    Press enter, the type ESC and the type "wq" then press enter

    then type "/usr/bin/anaconda"
     
  8. Joe P.

    Joe P. Bit poster

    Messages:
    6
    The installation failed with 'Express installation' checked, but was successful without it checked.
     
  9. EK4

    EK4 Bit poster

    Messages:
    3
    Fedora 14 Installation Error

    Has anyone found away around this error?

    make[2]: Entering directory `/usr/src/kernels/2.6.35.6-48.fc14.x86_64'
    CC [M] /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api/Linux/hyp_a$
    In file included from /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api$
    from /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api$
    from /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api$
    /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api/Linux/../../Interface$
    /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api/Linux/hyp_api.c: In f$
    /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api/Linux/hyp_api.c:112:2$
    /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api/Linux/hyp_api.c:112:1$
    /tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api/Linux/hyp_api.c:139:3$
    make[3]: *** [/tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api/Linux/h$
    make[2]: *** [_module_/tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervisor-api$
    make[2]: Leaving directory `/usr/src/kernels/2.6.35.6-48.fc14.x86_64'
    make[1]: *** [prl_hypervisor_api] Error 2
    make[1]: Leaving directory `/tmp/.yDX8Jf5Fy/parallels-kernel-modules/src/hypervis$
    make: *** [all] Error 2
    make: Leaving directory `/tmp/.yDX8Jf5Fy/parallels-kernel-modules'
    2010-11-17T00:03:03-0500: exec_with_progress: ./installer-cli --logfile=/var/log/$
    2010-11-17T00:03:03-0500: Error: Error during configuration Parallels Desktop. Lo$
     
  10. MikeA75238

    MikeA75238 Bit poster

    Messages:
    1
    Once the virtual machine is created but before you start the install look at the VM definition. I had two CD/DVD drives and the install.iso was assigned to the second one. I assigned it to the first drive and deleted the second, unneeded drive and it worked. Hope this helps.
     
  11. wannabes

    wannabes Bit poster

    Messages:
    1
    it's work for me thanks any way :D
     

Share This Page