Displaying 1 result from an estimated 1 matches for "guest64bit".
2012 Feb 19
1
Creating a Guest from an ISO
...mirror parameter could be
used to specify the ISO filename, but I haven''t been able to get this
to work. Is that possible?
So far, to create two guests, one 64-bit and one 32-bit, each with
100Gb storage, 1Gb swap, and 2Gb memory, and a static IP, I have:
sudo xen-create-image --hostname=guest64bit --ip=192.168.1.20
--netmask=255.255.255.0 --gateway=192.168.1.1 --dir=/data/vm/images
--arch=amd64 --passwd --size=160Gb --swap=1Gb --memory=2048Mb --boot
--mirror=file:/data/iso/ubuntu-11.10-desktop-amd64.iso
sudo xen-create-image --hostname=guest32bit --ip=192.168.1.21
--netmask=255.255.255.0 --...