Displaying 2 results from an estimated 2 matches for "volg0".
Did you mean:
vol0
2008 Dec 20
1
pygrub and xm-debian.cfg, other notes on lenny test
...-3.2-1/bin/pygrub"
else:
import os.path
print "Install Mirror: %s" % xm_vars.env['install-mirror']
Apart from this one issue, the process went smoothly.
The only other thing I chose to change was the disk configuration, I
just did:
# lvcreate -L 4G -n domU_root volg0
and then I used this disk config line in xm-debian.cfg:
disk = ['phy:volg0/domU_root,xvda,w']
One other issue I see, the kernel package is not cleanly installed,
although this hasn't stopped me using it:
# apt-get -f install
Reading package lists... Done
Building dependency tree...
2007 Jul 13
0
access to virt. WinXP over rdesktop fails
...memory = ''1024''
device_model = ''/usr/lib/xen-ioemu-3.1/bin/qemu-dm''
#
# Disk device(s).
#
# disk =
[ ''file:/srv/xen/domains/xp/xp.img,ioemu:hda,w'', ''file:/opt/winxp.iso,ioemu:hdc:cdrom,r'' ]
disk =
[ ''phy:/dev/volg0/lvol6,ioemu:hda,w'', ''file:/opt/winxp.iso,ioemu:hdc:cdrom,r'' ]
#
# Hostname
#
name = ''winxp''
#
# Networking
#
vif = [ ''type=ioemu, bridge=xenbr2'' ]
#
# Behaviour
#
audio=1
soundhw=''es1370''
boot=''acd&...