Windows7Install: Difference between revisions

From KVM
No edit summary
(Update URL to official Windows VirtIO drivers page)
(One intermediate revision by one other user not shown)
Line 7: Line 7:


Signed guest drivers are available here:
Signed guest drivers are available here:
* http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/
* https://fedoraproject.org/wiki/Windows_Virtio_Drivers


= Installation steps =
= Installation steps =
Line 23: Line 23:


== Cannot boot - broken MBR ==
== Cannot boot - broken MBR ==
At the final reboot, I get a screen telling
Upon reboot, the screen displays:
<div style="border:1px solid gray; background:black;color:white;padding: 10px;width:500px;">
<div style="border:1px solid gray; background:black;color:white;padding: 10px;width:500px;">
<pre>
<pre>

Revision as of 15:31, 24 August 2015

Introduction

Some facts:

  • Installing Windows 7 with IDE drivers require about 12 hours (qemu-kvm 0.12.5)
  • Windows 7 can be installed with virtio disk (requires guest drivers during installation)
  • Windows 7 64-bit requires signed drivers (available from August 2010 - thanks to RedHat)
  • Installation with virtio drivers works well, but Windows might not reboot at the end (see troubleshooting)

Signed guest drivers are available here:

Installation steps

  • Download the guest drivers
  • Configure the virtual disk as virtio
  • Start the installation
    • When the installer asks you to select a drive, load the virtio driver (viostor)
    • The installation should take 45 to 60 minutes

If you don't want to swap the CD, configure 2 CD-ROMs. Use the guest drivers as first CD-ROM, and Windows installation disk as second, else it won't boot.

Once installed, if you did choose virtio for the network card, you will also need to update the driver.

Troubleshooting

Cannot boot - broken MBR

Upon reboot, the screen displays:

Starting SeaBIOS (version 0.5.1-20100825_131917-polaris)

Booting from Hard Disk...


The libvirt log shows

kvm: unhandled exit 80000021
kvm_run returned -22

The solution is to reinstall the MBR. Here is a very good tutorial for doing this: http://www.sevenforums.com/tutorials/20864-mbr-restore-windows-7-master-boot-record.html