[Решено] Проблемы с xen xl

Приветствую.

Обновился вчера до xen 4.1.1 r1 и xen-tools 4.1.1 r4 и столкнулся с проблемой запуска domU:

xenvm gular # xl create /etc/xen/auto/n1.vm.cyberbob.lan
Parsing config file /etc/xen/auto/n1.vm.cyberbob.lan
failed to run bootloader: -3

Вербоз ничего толкового не сказал:

xenvm gular # xl -vvv create /etc/xen/auto/n1.vm.cyberbob.lan
Parsing config file /etc/xen/auto/n1.vm.cyberbob.lan
libxl: debug: libxl.c:1088:libxl_device_disk_local_attach attaching PHY disk vg/n1.vm.cyberbob.lan to domain 0
failed to run bootloader: -3
xc: debug: hypercall buffer: total allocations:13 total releases:13
xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
xc: debug: hypercall buffer: cache current size:2
xc: debug: hypercall buffer: cache hits:10 misses:2 toobig:1

Непонятно, что не нравится в лоадере. При xm этот же конфиг работал.

name = "n1.vm.cyberbob.lan"
bootloader = "/usr/bin/pygrub"
memory = "512"
disk = [ 'phy:vg/n1.vm.cyberbob.lan,xvda,w', ]
vif = [ "mac=00:16:3E:E4:71:3E,bridge=eth0", ]
vcpus= 1
on_reboot = 'restart'
on_crash = 'destroy'

Это xl еще не доделан?

сделай полный путь до диска

сделай полный путь до диска phy:/dev/vg/n1.vm.cyberbob.lan,xvda,w

Спасибо, неподумал об этом,

Спасибо, неподумал об этом, помогло.

Та же проблема, только путь с

Та же проблема, только путь с диску указан полностью...

cat srv-asterisk

bootloader="/usr/bin/pygrub"
vcpus=2
memory = 2048
name = "srv-asterisk"
vif = [ 'type=virtio, bridge=br0' ]
disk = [
'phy:/dev/lv1/srv-asterisk,xvda,w' ,
'file:/root/ubuntu-11.10-server-amd64.iso,hdc:cdrom,r'
]
boot="d"
sdl=0
vnc=1
vncdisplay=5
vnclisten="0.0.0.0"
vncpasswd=''
stdvga=0

xl -vvv create srv-asterisk

Parsing config file srv-asterisk
libxl: debug: libxl.c:1088:libxl_device_disk_local_attach attaching PHY disk /dev/lv1/srv-asterisk to domain 0
failed to run bootloader: -3
xc: debug: hypercall buffer: total allocations:13 total releases:13
xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
xc: debug: hypercall buffer: cache current size:2
xc: debug: hypercall buffer: cache hits:10 misses:2 toobig:1

Подскажите в чем может быть ошибка?

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".