mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #481] Windows Guest #360
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aafanasyev on GitHub (Dec 16, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/481
Hi everyone
It is not an issue, but I am wondering how I can install a Windows guest in webvirtmgr?
When I try to do a general installation steps it looks like W8.1 does not see a virtual disk. Why? What I am missing?
Thank you.
@cosu commented on GitHub (Dec 16, 2014):
When you create the virtual machine uncheck VirtIO. To get VirtIO support in windows you need to install extra drivers.
Here you can find the source for the drivers and links to binary builds.
@aafanasyev commented on GitHub (Dec 16, 2014):
Thank you.
However, your answer leads me to other question. What are the advantages of the virtio drivers in the Windows guest perspective?
@cosu commented on GitHub (Dec 16, 2014):
from here
Details on what virtio does
After you've installed windows you can change the storage and network devices to use virtio. In the current version of webvirtmgr you can do that by editing the libvirt xml in "Instance->Settings->XML"
For linux guests, virtio should work out of the box if it's a modern distribution with a stock kernel.
@aafanasyev commented on GitHub (Dec 16, 2014):
Thank you for this source. I will investigate it.
@aafanasyev commented on GitHub (Dec 17, 2014):
Hi I just play a bit with virtio drives and windows. And I think I have some kind of request. According this topic:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/form-Virtualization_Host_Configuration_and_Guest_Installation_Guide-Para_virtualized_drivers-Installing_with_a_virtualized_floppy_disk.html
To install virtio drivers during windows installation I need to have a floppy disk or an extra CD-ROM.
Is it possible to add an extra CD-ROM in instance>Settings>Media>[Add extra CD-ROM]

Thank you.
@chamambom commented on GitHub (Dec 18, 2014):
what i did was i added a sec CDROM via virt-manager and it will appear in
webvirtmgr
On Wed, Dec 17, 2014 at 6:56 PM, TDron notifications@github.com wrote:
@aafanasyev commented on GitHub (Dec 18, 2014):
I know another way in XML find:
copy this to a new paragraph and change it like this:
It should work, but I didn't test it. In any way it is less user-friendly than just a button add new cd-rom or hdd.
@chamambom commented on GitHub (Dec 18, 2014):
You are right TDron an add new cd-rom button will be the best solution
....will probably ask @ retspen to add it as a new feature
On Thu, Dec 18, 2014 at 4:26 AM, TDron notifications@github.com wrote:
@aafanasyev commented on GitHub (Dec 23, 2014):
As far as I solved the problem with windows installation the topic is closed now.