Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Create zfs dataset for disk:
zfs create -V 10G rpool/xen/dilosHVM

INFO:

For installation we need 2GB RAM. After installation we can use less if needed.

Installation iso could be fetched from http://ftp.nluug.nl/pub/os/illumos/dilos/isos/dilos-1.3.7/dilos-1.3.7.132-amd64.iso

Installation command:
virt-install -v --name=dilosHVM --ram=2048 --network bridge \
 --disk path=/dev/zvol/dsk/rpool/xen/dilosHVM,driver=phy --vcpu=2 \
 --cdrom /xen/isos/dilos-1.3.7.132-amd64.iso --vnc
  • No labels