[fedora-virt] f20 guest on centos5 xen host

Bruno Postle bruno at postle.net
Tue Jan 21 21:57:20 UTC 2014


On Tue 21-Jan-2014 at 19:59 +0000, Bruno Postle wrote:

>    File "/usr/lib64/python2.4/site-packages/grub/GrubConf.py", line 233, in _set_default
>      self._default = int(val)
>  ValueError: invalid literal for int(): ${next_entry}
>
>It looks like the centos5 version of pygrub doesn't like this sort of 
>syntax in the f20 grub.cfg file:
>
>  set default="${next_entry}"

This is it, I changed the 'int(val)' to '0' in
/usr/lib64/python2.4/site-packages/grub/GrubConf.py and the f20
guest came up after installation.

Though it now fails to come back up after yum update and reboot:

   [2014-01-21 21:42:50 xend.XendDomainInfo 3625] WARNING (XendDomainInfo:1262) Domain has crashed: name=honk id=28.
   [2014-01-21 21:42:50 xend.XendDomainInfo 3625] ERROR (XendDomainInfo:2864) VM honk restarting too fast (Elapsed time: 1.151586 seconds). Refusing to restart to avoid loops.

-- 
Bruno


More information about the virt mailing list