Displaying 1 result from an estimated 1 matches for "guest32bit".
2012 Feb 19
1
Creating a Guest from an ISO
...P, 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 --gateway=192.168.1.1 --dir=/data/vm/images
--arch=i386 --passwd --size=160Gb --swap=1Gb --memory=2048Mb
--mirror=file:/data/iso/ubuntu-11.10-desktop-i386.iso
Obviously, these commands don''t work. Running the first gives me the output:
<bash&g...