kvmでqemuパラメータ
差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
kvmでqemuパラメータ [2014/02/26 23:38] – 作成 nabezo | kvmでqemuパラメータ [2019/06/30 12:22] (現在) – 外部編集 127.0.0.1 | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== リンク ====== | ||
+ | |||
http:// | http:// | ||
+ | http:// | ||
- | | + | ====== 内容 ====== |
- | KVM Host | + | ===== Environment ===== |
- | | + | |
+ | *KVM Host | ||
+ | *Windows 7 Virtual Machine | ||
- | Solution | + | ===== Solution |
+ | |||
* First, check out the SLIC patch for the Seabios: | * First, check out the SLIC patch for the Seabios: | ||
Code: | Code: | ||
- | |||
# cd /usr/src | # cd /usr/src | ||
# git clone git:// | # git clone git:// | ||
- | Now, download, unpack and put in the right place seaBIOS 0.6.1: | + | Now, download, unpack and put in the right place seaBIOS 0.6.1: |
Code: | Code: | ||
+ | # wget -O seabios.zip code.coreboot.org/ | ||
+ | # unzip seabios.zip | ||
+ | # rmdir seaslic/ | ||
+ | # mv seabios-0.6.1-stable seaslic/ | ||
- | # wget -O seabios.zip code.coreboot.org/ | + | Now, we will import your activation table and build an SeaBIOS containing this table. |
- | # unzip seabios.zip | + | |
- | # rmdir seaslic/ | + | |
- | # mv seabios-0.6.1-stable seaslic/ | + | |
- | Now, we will import your activation table and build an SeaBIOS containing this table. | + | NOTICE: If your host system don't have an COA (Certificate of Authenticity) and, thus, an eligible license for your target Windows 7 install, you can download an SLIC blob (pick the correct one from the post " |
- | + | ||
- | NOTICE: If your host system don't have an COA (Certificate of Authenticity) and, thus, an eligible license for your target Windows 7 install, you can download an SLIC blob (pick the correct one from the post " | + | |
Code: | Code: | ||
+ | # cd seaslic | ||
+ | # ./patch.sh | ||
- | # cd seaslic | ||
- | # ./patch.sh | ||
- | Your patched BIOS is now located at / | + | Your patched BIOS is now located at / |
- | Now, it's time to make libvirt boot your VM using your new BIOS: | + | Now, it's time to make libvirt boot your VM using your new BIOS: |
Code: | Code: | ||
+ | # virsh edit <VM Name> | ||
- | # virsh edit <VM Name> | + | In the first line, where reads: |
- | + | ||
- | In the first line, where reads: | + | |
Code: | Code: | ||
- | |||
< | < | ||
- | Change it to: | + | Change it to: |
Code: | Code: | ||
+ | < | ||
- | < | + | NOTICE. There's missing the " |
- | | + | Go to the bottom of your file. Right after the </ |
- | + | ||
- | Go to the bottom of your file. Right after the </ | + | |
Code: | Code: | ||
- | |||
< | < | ||
< | < | ||
行 61: | 行 61: | ||
</ | </ | ||
- | Save and close your XML file. | + | Save and close your XML file. |
- | Run your VM. | + | Run your VM. |
- | When your Install reach the part where ask for your product key, please pick a key that matches your system' | + | When your Install reach the part where ask for your product key, please pick a key that matches your system' |
- | | + | Finish your Windows Install. |
- | After Windows is installed, download an certificate collection from "The Official Windows 7 Repository", | + | After Windows is installed, download an certificate collection from "The Official Windows 7 Repository", |
- | | + | Unzip it and extract to your Desktop the Certificate that matches your hardware OEM. |
- | | + | Now we will install your certifcate. Open cmd and import your certificate. For example, for an Dell system: |
Code: | Code: | ||
+ | | ||
+ | | ||
- | C: | + | Restart your system and that's all! Now you have an active system. |
- | + | Last edited by Katia Mercaro; 01 May 2012 at 06:14. Reason: adding the slic binary source | |
- | | + | |
- | + | ||
- | Restart your system and that's all! Now you have an active system. | + | |
- | + | ||
- | Last edited by Katia Mercaro; 01 May 2012 at 06:14. Reason: adding the slic binary source | + |
kvmでqemuパラメータ.1393425507.txt.gz · 最終更新: 2019/06/30 12:22 (外部編集)