Skip to content

Instantly share code, notes, and snippets.

@VTacius
Created March 11, 2015 15:58
Show Gist options
  • Save VTacius/87cb0c8440d33f4cc2fd to your computer and use it in GitHub Desktop.
Save VTacius/87cb0c8440d33f4cc2fd to your computer and use it in GitHub Desktop.
Virtualizar Windows Server 2012 en KVM sobre un pool LVM definido

Me preocupaba un poco por los pequeños inconvenientes que se suscitaron en Xen, pero al final me sorprendió que el siguiente comando va de maravilla. Es decir, es tan maravilloso como puede ser instalar Windows Server

virt-install \
    --name=windacho \
    --os-type=windows \
    --network bridge=virbr0 \
    --disk cache=none,pool=virtual,size=30,io=threads \
    --cdrom=/home/usuario/Documentos/Repos/9200.16384.WIN8_RTM.120725-1247_X64FRE_SERVER_EVAL_ES-ES-HRM_SSS_X64FREE_ES-ES_DV5.ISO \
    --graphics spice --ram=2048

Si bien el Host es Fedora, tengo que agredecer el comando a la gente de Red Hat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment