Site Tools


chuleta_kvm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
chuleta_kvm [2022/01/14 09:17] victorchuleta_kvm [2023/03/17 17:00] (current) – [Modos de red] etfiat
Line 55: Line 55:
 ==== Ubuntu + KVM + VNC ==== ==== Ubuntu + KVM + VNC ====
   * El arranque correcto con vnc requiere quitar de la linea boot la opción "splash"   * El arranque correcto con vnc requiere quitar de la linea boot la opción "splash"
 +
 +==== KVM con BIOS uefi ====
 +
 +<code>
 +kvm -bios /usr/share/ovmf/OVMF.fd -m 2G cosa.img
 +</code>
 +
 +==== KVM con BIOS uefi nueva sintaxis ====
 +
 +<code>
 +cp /usr/share/OVMF/OVMF_VARS.fd .
 +kvm  -drive if=pflash,format=raw,readonly=on,file=/usr/share/ovmf/OVMF.fd \
 +     -drive if=pflash,format=raw,file=OVMF_VARS.fd  # requiere copia editable de OVFM_VARS.fd
 +</code>
 ==== Modos de red ==== ==== Modos de red ====
   * + info http://www.linux-kvm.org/page/Networking   * + info http://www.linux-kvm.org/page/Networking
  
 === User Networking === === User Networking ===
 +
 +== Redirección de puertos ==
 +<code>
 +qemu-system-x86_64  -net nic,model=rtl8139 -net user,hostfwd=tcp::3389-:3389,hostfwd=tcp::1992-:1992
 +</code>
  
 **Cuando usar:**     **Cuando usar:**    
chuleta_kvm.1642151848.txt.gz · Last modified: by victor