|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Sample Config File?
It seems that I'm almost there. My VM fails to boot from CD. My disk options are
disk = [ 'phy:/dev/Xen/WinXP,ioemu:hda,w', 'file:/xens/test/winxp.iso,ioemu:hdc:cdrom,r' ]
and my boot options are:
boot="d"
Any thoughts?
On 10/26/07, Stephan Seitz <s.seitz@xxxxxxxxxxxx> wrote:
John Morris schrieb: > Thanks, Amos. Do you happen to know how I might alter this to work with
> LVM? I have a PV of 500GB, with a VG called Xen. I have a 40GB Logical > Volume set up for my windows virtual machine.
Hi,
first create the lv.
# lvcreate -L <image size>G -n <image name> <vg name>
e.g. # lvcreate -L 80G -n mywindows-disk Xen
using this scheme, the disk entry in your hvm config file would read something like:
disk = [ 'phy:/dev/Xen/mywindows-disk,ioemu:hda,w' ]
btw. i would always add a mac address to the vif line. there's no assigned 'free' address space to use, just use one which isn't already in use at your network segment. e.g. :
vif = [ 'type=ioemu,mac=02:16:3e:48:04:38,bridge=xenbr0' ]
greetings
Stephan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|