Cannot install Ubuntu or other Linux flavours on Citrix Xen Server

Source: Internet
Author: User
Tags uuid

Citrix Xen sucks!

When U-try to install Linux stuff in its Xen servers, u'll get an error complaining errors like below:

... the bootloader for this VM returned a error-did the VM installation succeed? Invalid_source Unable to access a required file in the specified Repository:file:///tmp/cdrom-repo-glsdp2/install/vmlinu Z.

This is a bug of Xen and the real cause are the missing Boot order config for the new VM instance.

We can Fix it This (http://discussions.citrix.com/topic/237726-unable-to-install-linux-guest/):

[email protected] ~# XE vm-param-list uuid=92497771-078b-8977-4ec0-0243515d924d| grep hvm-boot
Hvm-boot-policy (RW):
Hvm-boot-params (MRW):

[email protected] ~# XE Vm-param-set uuid=92497771-078b-8977-4ec0-0243515d924d hvm-boot-policy=bios\ Order Hvm-boot-params:order= "DC"

[email protected] ~# XE vm-param-list uuid=92497771-078b-8977-4ec0-0243515d924d| grep hvm-boot
Hvm-boot-policy (RW): BIOS order
Hvm-boot-params (MRW): ORDER:DC

and bang! Problem solved

Cannot install Ubuntu or other Linux flavours on Citrix Xen Server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.