Good day. I''m trying to set up centos installation, but I get nothing, but error message from bootloader. I set up debian, even wrote script with preseeding, but I failing to install centos in any way (network or cd). Can someone show me full list of operation to install centos? Thank you. -- wBR,George. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I''m trying to set up centos installation, but I get nothing, but error message from bootloader. I set up debian, even wrote script with preseeding, but I failing to install centos in any way (network or cd). Can someone show me full list of operation to install centos? ** George, I had this problem when trying to find the image for the XCP Dom0 to boot as the guest. When I tried it via network, I had to go thru several links to make it work, it didn''t use the usual links that have worked in the past. As for CD, I was able to get that to work in the setup. Are using command lines to create the guest or a tool like open xen center? Thanks. ...spector _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
For 0.1.1, make sure you''ve added the missing cpio file in accordance with this link: http://vburke.wordpress.com/2010/01/28/upgrading-xen-cloud-platform-bugs-and-fixes/ If you want a CLI step by step to create a CentOS guest, you could always download my Xen Cloud Control System (http://www.xencloudcontrol.com)and take a gander at the centos.cgi script. Vern Burke SwiftWater Telecom http://www.swiftwatertel.com Xen Cloud Control System http://www.xencloudcontrol.com On 6/2/2010 4:06 PM, Stephen Spector wrote:> > I''m trying to set up centos installation, but I get nothing, but error message from bootloader. I set up debian, even wrote script with preseeding, but I failing to install centos in any way (network or cd). > > Can someone show me full list of operation to install centos? > > ** George, I had this problem when trying to find the image for the XCP Dom0 to boot as the guest. When I tried it via network, I had to go thru several links to make it work, it didn''t use the usual links that have worked in the past. As for CD, I was able to get that to work in the setup. Are using command lines to create the guest or a tool like open xen center? > > Thanks. > > ...spector > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Good day. I''m using ''xe'' cli, ([open]xencenter does not allow to do many thigs...) Right now my network (non working) attempt looks like this: [root@host1 ~]# xe vm-install template=CentOS\ 5.0\ x64 new-name-label=cent 130c9fd1-06cf-6ac8-9bdb-6054544f36b5 [root@host1 ~]# xe network-list name-label=inet --minimal d7d66dfc-8792-054e-cc4a-9bcf2beb9414 ... this network was created manually and works fine for debian, on this network is avaible DHCP... [root@host1 ~]# xe vif-create vm-uuid=130c9fd1-06cf-6ac8-9bdb-6054544f36b5 network-uuid=d7d66dfc-8792-054e-cc4a-9bcf2beb9414 device=0 9f797819-8ace-fc75-fba0-3c4ad11f499a [root@host1 ~]# xe vm-param-set uuid=130c9fd1-06cf-6ac8-9bdb-6054544f36b5 other-config:install-repository=http://mirror.yandex.ru/centos [root@host1 ~]# xe vm-start vm=cent on=host1 The bootloader returned an error vm: 130c9fd1-06cf-6ac8-9bdb-6054544f36b5 (cent) msg: Error from bootloader: Failed to parse the output of bootloader: () Other attempt (using a CD): [root@host1 ~]# xe vm-install template=CentOS\ 5.2 new-name-label=centos2 212807c5-52dd-810a-c280-bfb3a3449296 [root@host1 ~]# xe vif-create network-uuid=d7d66dfc-8792-054e-cc4a-9bcf2beb9414 vm-uuid=212807c5-52dd-810a-c280-bfb3a3449296 device=0 dc2f4244-b55d-4380-5635-73b3256b4466 [root@host1 ~]# xe vm-cd-add vm=centos2 cd-name=CentOS-5.4-i386-bin-1of6.iso device=3 [root@host1 ~]# xe vbd-list vm-name-label=centos2 params=uuid,type,bootable uuid ( RO) : a9cb12d4-21d2-a836-0bb0-d2f5b52f4076 bootable ( RW): true type ( RW): Disk uuid ( RO) : ac5871aa-3831-f971-4772-f750d62793cc bootable ( RW): false type ( RW): CD [root@host1 ~]# xe vbd-param-set uuid=a9cb12d4-21d2-a836-0bb0-d2f5b52f4076 bootable=false [root@host1 ~]# xe vbd-param-set uuid=ac5871aa-3831-f971-4772-f750d62793cc bootable=true [root@host1 ~]# xe vm-start vm=centos2 on=host1 The bootloader returned an error vm: 212807c5-52dd-810a-c280-bfb3a3449296 (centos2) msg: Error from bootloader: Failed to parse the output of bootloader: () The single way i was able to set up centos was using windows template [HVM]. And I it was not like debian installer... 03.06.10, 00:06, "Stephen Spector" <stephen.spector@citrix.com>:> I''m trying to set up centos installation, but I get nothing, but error message from bootloader. I set up debian, even wrote script with preseeding, but I failing to install centos in any way (network or cd).Can someone show me full list of operation to install centos?** George, I had this problem when trying to find the image for the XCP Dom0 to boot as the guest. When I tried it via network, I had to go thru several links to make it work, it didn''t use the usual links that have worked in the past. As for CD, I was able to get that to work in the setup. Are using command lines to create the guest or a tool like open xen center?Thanks....spector-- wBR,George. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I''m finally done! cd /opt/xensource/packages/files/guest-installer wget http://www.xen.org/files/XenCloud/Software/latest/el5.4-initrd-additions.cpio xe network-list bridge=xenbr0 --minimal 6fc4f6b8-bf02-8581-6826-60686e824da1 xe vm-install template=CentOS\ 5.4 new-name-label=centos eecf0d6f-f6a7-9e15-c8b8-02c04b30cf1d xe vif-create vm-uuid= eecf0d6f-f6a7-9e15-c8b8-02c04b30cf1d network-uuid= 6fc4f6b8-bf02-8581-6826-60686e824da1 xe vm-param-set uuid= eecf0d6f-f6a7-9e15-c8b8-02c04b30cf1d other-config:install-repository=http://mirror.centos.org/centos/5.4/os/i386 xe vm-start vm=centos on=`hostname` Thanks everyone, who helps! -- wBR,George. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users