Installation of 18.04 Bionic fails on XenServer7

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I tried to install Bionic server as a guest on XenServer 7.0. After booting the iso I get a black terminal saying:



vbd vbd-5696: 19 xenbus_dev_probe on device/vbd/5696


And that's it. Did anyone have more success or can point me to a way to resolve this?







share|improve this question




















  • There seems to be no internet-available information on Ubuntu 18.04 and Xenserver, probably because it is not a supported guest OS.
    – G Koe
    May 30 at 22:50















up vote
0
down vote

favorite












I tried to install Bionic server as a guest on XenServer 7.0. After booting the iso I get a black terminal saying:



vbd vbd-5696: 19 xenbus_dev_probe on device/vbd/5696


And that's it. Did anyone have more success or can point me to a way to resolve this?







share|improve this question




















  • There seems to be no internet-available information on Ubuntu 18.04 and Xenserver, probably because it is not a supported guest OS.
    – G Koe
    May 30 at 22:50













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I tried to install Bionic server as a guest on XenServer 7.0. After booting the iso I get a black terminal saying:



vbd vbd-5696: 19 xenbus_dev_probe on device/vbd/5696


And that's it. Did anyone have more success or can point me to a way to resolve this?







share|improve this question












I tried to install Bionic server as a guest on XenServer 7.0. After booting the iso I get a black terminal saying:



vbd vbd-5696: 19 xenbus_dev_probe on device/vbd/5696


And that's it. Did anyone have more success or can point me to a way to resolve this?









share|improve this question











share|improve this question




share|improve this question










asked Apr 30 at 7:11









Hinz

314315




314315











  • There seems to be no internet-available information on Ubuntu 18.04 and Xenserver, probably because it is not a supported guest OS.
    – G Koe
    May 30 at 22:50

















  • There seems to be no internet-available information on Ubuntu 18.04 and Xenserver, probably because it is not a supported guest OS.
    – G Koe
    May 30 at 22:50
















There seems to be no internet-available information on Ubuntu 18.04 and Xenserver, probably because it is not a supported guest OS.
– G Koe
May 30 at 22:50





There seems to be no internet-available information on Ubuntu 18.04 and Xenserver, probably because it is not a supported guest OS.
– G Koe
May 30 at 22:50











1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










Ubuntu 18.04 is not a supported guest on Citrix Xenserver 7.0, and it isn't even a supported guest on Xenserver 7.5CR as of May 2018. So, Your Mileage May Vary.



You can get it to boot in Xenserver by choosing EDD=on and nolapic from the installer boot parameters by pressing F6 at the first boot screen.
What do these options do? There's a great explanation here.



Reference:



If you edit the installer boot entry and remove quiet splash --- you will likely see a kernel boot messages like:




BIOS EDD facility v0.16 2004-June25, 0 devices found



EDD information not available.




....just before the booting stops.

Please note that the VM doesn't hang or crash, it just waits forever.



I found that the ubiquity installer hangs at the start of "Copying Files" and does not continue.



Attempts to install Ubuntu server 18.04 also required EDD=on and nolapic, and although the install was successful, the first boot required adding EDD=on and nolapic to the kernel parameters, and once booted network adapter was unable to communicate.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029986%2finstallation-of-18-04-bionic-fails-on-xenserver7%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    Ubuntu 18.04 is not a supported guest on Citrix Xenserver 7.0, and it isn't even a supported guest on Xenserver 7.5CR as of May 2018. So, Your Mileage May Vary.



    You can get it to boot in Xenserver by choosing EDD=on and nolapic from the installer boot parameters by pressing F6 at the first boot screen.
    What do these options do? There's a great explanation here.



    Reference:



    If you edit the installer boot entry and remove quiet splash --- you will likely see a kernel boot messages like:




    BIOS EDD facility v0.16 2004-June25, 0 devices found



    EDD information not available.




    ....just before the booting stops.

    Please note that the VM doesn't hang or crash, it just waits forever.



    I found that the ubiquity installer hangs at the start of "Copying Files" and does not continue.



    Attempts to install Ubuntu server 18.04 also required EDD=on and nolapic, and although the install was successful, the first boot required adding EDD=on and nolapic to the kernel parameters, and once booted network adapter was unable to communicate.






    share|improve this answer
























      up vote
      2
      down vote



      accepted










      Ubuntu 18.04 is not a supported guest on Citrix Xenserver 7.0, and it isn't even a supported guest on Xenserver 7.5CR as of May 2018. So, Your Mileage May Vary.



      You can get it to boot in Xenserver by choosing EDD=on and nolapic from the installer boot parameters by pressing F6 at the first boot screen.
      What do these options do? There's a great explanation here.



      Reference:



      If you edit the installer boot entry and remove quiet splash --- you will likely see a kernel boot messages like:




      BIOS EDD facility v0.16 2004-June25, 0 devices found



      EDD information not available.




      ....just before the booting stops.

      Please note that the VM doesn't hang or crash, it just waits forever.



      I found that the ubiquity installer hangs at the start of "Copying Files" and does not continue.



      Attempts to install Ubuntu server 18.04 also required EDD=on and nolapic, and although the install was successful, the first boot required adding EDD=on and nolapic to the kernel parameters, and once booted network adapter was unable to communicate.






      share|improve this answer






















        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        Ubuntu 18.04 is not a supported guest on Citrix Xenserver 7.0, and it isn't even a supported guest on Xenserver 7.5CR as of May 2018. So, Your Mileage May Vary.



        You can get it to boot in Xenserver by choosing EDD=on and nolapic from the installer boot parameters by pressing F6 at the first boot screen.
        What do these options do? There's a great explanation here.



        Reference:



        If you edit the installer boot entry and remove quiet splash --- you will likely see a kernel boot messages like:




        BIOS EDD facility v0.16 2004-June25, 0 devices found



        EDD information not available.




        ....just before the booting stops.

        Please note that the VM doesn't hang or crash, it just waits forever.



        I found that the ubiquity installer hangs at the start of "Copying Files" and does not continue.



        Attempts to install Ubuntu server 18.04 also required EDD=on and nolapic, and although the install was successful, the first boot required adding EDD=on and nolapic to the kernel parameters, and once booted network adapter was unable to communicate.






        share|improve this answer












        Ubuntu 18.04 is not a supported guest on Citrix Xenserver 7.0, and it isn't even a supported guest on Xenserver 7.5CR as of May 2018. So, Your Mileage May Vary.



        You can get it to boot in Xenserver by choosing EDD=on and nolapic from the installer boot parameters by pressing F6 at the first boot screen.
        What do these options do? There's a great explanation here.



        Reference:



        If you edit the installer boot entry and remove quiet splash --- you will likely see a kernel boot messages like:




        BIOS EDD facility v0.16 2004-June25, 0 devices found



        EDD information not available.




        ....just before the booting stops.

        Please note that the VM doesn't hang or crash, it just waits forever.



        I found that the ubiquity installer hangs at the start of "Copying Files" and does not continue.



        Attempts to install Ubuntu server 18.04 also required EDD=on and nolapic, and although the install was successful, the first boot required adding EDD=on and nolapic to the kernel parameters, and once booted network adapter was unable to communicate.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 30 at 22:49









        G Koe

        1765




        1765



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029986%2finstallation-of-18-04-bionic-fails-on-xenserver7%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Unable to upgrade pip

            Cutting all the characters after the last /