Provided that you have just installed the virtualization packages, make sure that the libvirt daemon is running and
issue the following command:
virt-install --promptThis should prompt you for every detail needed to create a new virtual machine.
Alternatively, you could provide the details required, like this command:
virt-install -n test -r 1024 --vcpu=1 -l nfs:10.168.20.227:/distro --os-type='linux' --os-variant='rhel6' --network network:default --file=/var/lib/libvirt/images/test.img --file-size=6 -x console=ttyS0This will allow you to install Red Hat with a terminal user interface and will allow you to access the console of this machine from a terminal as discussed on here.
Until it finishes. To exit this console, just press CTRL + ]
No comments:
Post a Comment