tech:notes_bios_uefi_efi_-_virtualisation_kvm
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:notes_bios_uefi_efi_-_virtualisation_kvm [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_bios_uefi_efi_-_virtualisation_kvm [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | |||
| + | # Notes bios uefi efi - Virtualisation KVM | ||
| + | |||
| + | http:// | ||
| + | |||
| + | OVMF is an [EDK II](http:// | ||
| + | |||
| + | |||
| + | `/ | ||
| + | |||
| + | ~~~bash | ||
| + | mkdir / | ||
| + | ~~~ | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | nvram = [ "/ | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | virsh -c qemu:/// | ||
| + | ~~~ | ||
| + | |||
| + | ~~~xml | ||
| + | <os> | ||
| + | <type arch=' | ||
| + | <loader readonly=' | ||
| + | </os> | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Debian / Ubuntu | ||
| + | |||
| + | Liens : | ||
| + | * http:// | ||
| + | * http:// | ||
| + | |||
| + | ~~~bash | ||
| + | sudo dpkg -i ovmf_0-20160408.ffea0a2c-2_all.deb | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## RedHat | ||
| + | |||
| + | ~~~bash | ||
| + | sudo dnf install dnf-plugins-core | ||
| + | sudo dnf config-manager --add-repo http:// | ||
| + | sudo dnf install edk2.git-ovmf-x64 | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Notes | ||
| + | |||
| + | Certaine VM créés avec une ROM nécessite une reconfig pour booter avec une autre ROM en fonction de comment son nommé les périphériques par la rom je suppose | ||
| + | |||
| + | Avec le shell efi // (un truc du genre) // : | ||
| + | ~~~winbatch | ||
| + | bcfg boot -opt 3 " | ||
| + | ~~~ | ||
| + | |||
