Hi all,
I've rebuilt my xen server to Fedora 15 Beta which has Xen 4.1.0.
I've copied the config files from a working Fedora 14 & Xen 4.0.1 xen server, however it seems that the guests refuse to start.
My config file is as follows: memory = 512 name = "zeus.vm" vcpus = 2 disk = [ 'phy:/dev/RAID1/zeus.vm,xvda,w', 'phy:/dev/RAID5/fileshare,xvdb,w' ] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' vif = [ "mac=02:16:36:35:35:09,bridge=br203,script=vif-bridge" ] kernel="/usr/lib/xen/boot/pv-grub-x86_64.gz" extra="(hd0)/boot/grub/grub.conf"
The only real message I can find says something about the kernel not being a valid bzImage?
Is Fedora 15 + kernel-2.6.38-1.xendom0.fc15.x86_64.rpm a known working configuration? Has the config changed between 4.0.1 and 4.1.0?