I did an update of the latest tree, recompiled and
re-installed, and now:
# xm create -c Xen/config/CentOS-2.hvm
Using config file "./Xen/config/CentOS-2.hvm".
Error: (1, 'Internal error', 'Could not read guest firmware
image /usr/lib/xen/boot/hvmloader (2 = No such file or directory)')
This is the same config file I have been using for a while
now:
arch_libdir = 'lib'
kernel =
"/root/efi-vfirmware.hg/binaries/xenia64-gfw.bin"
builder='hvm'
memory = 32768
shadow_memory = 148
name = "CentOS"
vcpus = 20
vif = [ 'type=ioemu, mac=00:7f:8f:31:7d:11, bridge=xenbr0' ]
disk = [ 'phy:/dev/VolGroup00/CentOS46,hda,w',
'file:/root/Xen/isos/centos-4.6-ia64-dvd.iso,hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
sdl=0
vnc=1
vnclisten="0.0.0.0"
vncdisplay=89
vncpasswd=’XXX’
nographic=0
serial='pty'
monitor=1
It’s looking for “/usr/lib/xen/boot/hvmloader”
when the kernel is specified there as “root/efi-vfirmware.hg/binaries/xenia64-gfw.bin"
Did something change?
---Kayvan