Difference between revisions of "Vnx-rootfswin2008"
Line 16: | Line 16: | ||
/usr/share/vnx/bin/vnx_update_aced <vm_number> /usr/share/vnx/aced/vnx-aced-win-0.1b.exe | /usr/share/vnx/bin/vnx_update_aced <vm_number> /usr/share/vnx/aced/vnx-aced-win-0.1b.exe | ||
<li>Access virtual machine console and start a windows file explorer, go to new disk content (d: normally) and double clicking on ''vnx-aced-win-0.1b.exe'' file. After that click on "Install" button.</li> | <li>Access virtual machine console and start a windows file explorer, go to new disk content (d: normally) and double clicking on ''vnx-aced-win-0.1b.exe'' file. After that click on "Install" button.</li> | ||
+ | </ul> | ||
<li>Shutdown the virtual machine and your rootfs is ready for use with VNX.</li> | <li>Shutdown the virtual machine and your rootfs is ready for use with VNX.</li> | ||
− |
Revision as of 00:58, 12 April 2015
How to create a KVM Windows 2008 root filesystem for VNX
Basic installation
Follow this procedure to create a KVM Windows 2008 based root filesystem for VNX.- Create the filesystem disk image:
qemu-img create -f qcow2 vnx_rootfs_kvm_win2008.qcow2 20G
vnx --create-rootfs vnx_rootfs_kvm_win2008.qcow2 --install-media /almacen/iso/Windows-server-2008.iso --mem 2G --arch x86_64
- Find out the virtual machine name or number using:
virsh list | grep win2008 | awk print $1}'
/usr/share/vnx/bin/vnx_update_aced <vm_number> /usr/share/vnx/aced/vnx-aced-win-0.1b.exe