WindowsGuestDrivers/viostor/installation

From KVM
Revision as of 10:33, 4 August 2009 by Yan (talk | contribs)

How to setup Windows guest VirtIO block driver on Windows Server 2003

Introduction

VirtIO block driver can be used either as a system (boot) or non-system disk. However, the installation procedure for these two different scenarios is slightly different.

System disk installation procedure

QEMU command line options

First of all, a VM needs to be started with the VirtIO block device and boot options enabled:

-drive file=/image_path/image_name,if=virtio,boot=on

In addition, a virtual floppy disk with correct Windows drivers must be specified:

-fda /floppy_image_path/floppy_image_name

Boot from the CD and press "F6" to install a third party driver

Snapshot10.png

Press "S" to specify additional device

Snapshot11.png

Select correct architecture and press "ENTER"

Snapshot12.png

Press "Enter" to continue

Snapshot13.png

All set. Press "Enter" and continue with the normal installation procedure

Snapshot14.png


Non-System disk installation procedure

QEMU command line options

Run VM with the new VirtIO block device by adding the following options:

-drive file=/image_path/image_name,if=virtio,boot=off and -fda /floppy_image_path/floppy_image_name


File:Snapshot15.png

Snapshot21.png

Snapshot22.png