|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XCP - Failed to parse the output of bootloader
Do you read manual?
You must prepare VM for installation.
1) Create vif to avaible network (xe vif-create)
2) Set other-config (xe vm-param-set uuid=...
other-config:install-repository=http://mirror.to.distro/)
Those messages just say you 'there is nothing in MBR of virtual machine
hard drive'.
Please note, that other-config must be configured before any attempt to
run VM (If you got this message - destory VM (xe vm-uninstall) and try
again from scratches).
В Срд, 28/07/2010 в 11:38 +0530, Prateek Sachan пишет:
> How do I resolve this issue? Please help me.
>
>
> ################################################
>
> [root@xenhost2 ~]# xe vm-list
> uuid=0a0efde9-a92f-3619-478c-64edd8b0adf8
> uuid ( RO) : 0a0efde9-a92f-3619-478c-64edd8b0adf8
> name-label ( RW): rhel52
> power-state ( RO): halted
>
> ################################################
>
> [root@xenhost2 ~]# xe vm-start
> uuid=0a0efde9-a92f-3619-478c-64edd8b0adf8
> The bootloader returned an error
> vm: 0a0efde9-a92f-3619-478c-64edd8b0adf8 (rhel52)
> msg: Error from bootloader: Failed to parse the output of bootloader:
> ()
>
> ################################################
>
> [root@xenhost2 ~]# xe-edit-bootloader -u
> 0a0efde9-a92f-3619-478c-64edd8b0adf8
> Creating dom0 VBD: 40df9e77-c889-2b02-bffb-5211e8cb4efb
> Plugging VBD:
> Waiting for /dev/xvda: . done
> Mounting filesystem: failed
> Partitions in the VDI are:
>
> brw-r----- 1 root disk 202, 0 Jul 28 11:29 /dev/xvda
>
> You can use the -p option to specify a partition number to mount.
> Unplugging VBD: . done
>
> ################################################
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|