| > If you have errors in a config file, the guest won't start. 
> What's that for an device, "hfd":
> disk        = [ 'phy:hfd/dev-disk,sda1,w', 'phy:hfd/dev-swap,sda2,w' ]
> 
> Something debian specific? I don't know debian....
> 
>  
> 
> Also write the mac= only once.
> 
> br
> 
> Walter
New config file and I get the same error messages. The disks are LVM
volumes.
kernel      = '/boot/vmlinuz-2.6.18-xen'
ramdisk     = '/boot/initrd.img-2.6.18-xen'
memory      = '256'
#
#  Disk device(s).
#
root        = '/dev/sda1 ro'
disk        = [ 'phy:/dev/mapper/hfd-dev--disk,sda1,w',
'phy:/dev/mapper/hfd-dev--swap,sda2,w' ]
#
#  Hostname
#
name        = 'dev'
#
#  Networking
#
dhcp        = 'dhcp'
vif         = [ 'mac=00:16:3e:00:00:12' ]
#
#  Behaviour
#
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
 |