Not that difficult, IF you know how...I had a bit of trouble getting CentOS 5.5 working with XenServer Tools. Here's what helped:
Source: http://forums.citrix.com/thread.jspa?messageID=1462667 However, after installing CentOS from the "Other Install Media" template, this short walk-through did not quite do the trick. Also, I should mention that I tried to install XenServer Tools in the not yet fully para-virtualised VM, before I found the aforementioned list. So I also had to do this: xe-edit-bootloader -u <vm_uuid> -p 1 That will open up nano with the VM's /boot/grub/menu.lst, where we have to do some minor changes.
!!! default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-128.1.10.el5.xs5.5.0.51xen)
root (hd0,0)
!!! kernel /vmlinuz-2.6.18-128.1.10.el5.xs5.5.0.51xen ro root=/dev/VolGroup00/LogVol00
!!! initrd /initrd-2.6.18-128.1.10.el5.xs5.5.0.51xen.img
title CentOS (2.6.18-194.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-194.el5 ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.18-194.el5.img
The lines marked with !!! have been modified (sorry, can't use formatting in this wiki without breaking the formatting in this snippet). In my particular case, I had two kernel lines in the first section, and a module line. That of course can't work. |
Shortcuts |