How to install virtio-win drivers for Windows install on KVM
Clash Royale CLAN TAG#URR8PPP
The problem:
I am trying to install Windows Server 2016 on KVM but I can't install it as it needs drivers.
I Heard there are virtio-win drivers but I do not what to do with the driver and How I should install it
kvm
add a comment |
The problem:
I am trying to install Windows Server 2016 on KVM but I can't install it as it needs drivers.
I Heard there are virtio-win drivers but I do not what to do with the driver and How I should install it
kvm
Look here: fedoraproject.org/wiki/Windows_Virtio_Drivers
– ridgy
Feb 19 '17 at 12:03
I look at that and when I go to install windows I get no resigned drivers thing
– Ajaydev Singh
Feb 19 '17 at 19:46
add a comment |
The problem:
I am trying to install Windows Server 2016 on KVM but I can't install it as it needs drivers.
I Heard there are virtio-win drivers but I do not what to do with the driver and How I should install it
kvm
The problem:
I am trying to install Windows Server 2016 on KVM but I can't install it as it needs drivers.
I Heard there are virtio-win drivers but I do not what to do with the driver and How I should install it
kvm
kvm
asked Feb 19 '17 at 4:00
Ajaydev SinghAjaydev Singh
70110
70110
Look here: fedoraproject.org/wiki/Windows_Virtio_Drivers
– ridgy
Feb 19 '17 at 12:03
I look at that and when I go to install windows I get no resigned drivers thing
– Ajaydev Singh
Feb 19 '17 at 19:46
add a comment |
Look here: fedoraproject.org/wiki/Windows_Virtio_Drivers
– ridgy
Feb 19 '17 at 12:03
I look at that and when I go to install windows I get no resigned drivers thing
– Ajaydev Singh
Feb 19 '17 at 19:46
Look here: fedoraproject.org/wiki/Windows_Virtio_Drivers
– ridgy
Feb 19 '17 at 12:03
Look here: fedoraproject.org/wiki/Windows_Virtio_Drivers
– ridgy
Feb 19 '17 at 12:03
I look at that and when I go to install windows I get no resigned drivers thing
– Ajaydev Singh
Feb 19 '17 at 19:46
I look at that and when I go to install windows I get no resigned drivers thing
– Ajaydev Singh
Feb 19 '17 at 19:46
add a comment |
1 Answer
1
active
oldest
votes
This answer assumes you're using virt-manager.
I also assume that this has to do with virtio-HDD drivers, as all the other ones (network, graphics) can be installed afterwards, when Windows is up an running.
So, first of all, you should download the latest VirtIO drivers. I found them here. I'm using the amd64 floppy drivers.
When you create your VM, make sure that you keep on configuring it before you start the installation.
You will now need to attach the VirtIO drivers as a floppy disk device. To do so,
click on Add Hardware. Under Storage, mark Select or create custom storage. Click Manage, and choose the VirtIO floppy image file. Under Device type make sure to choose Floppy device. Click Finish.
Go to your hard drive, and make sure your hard-rive is using virtio as a Disk bus.
Start the Windows installation. When you reach this screen (hard drive selection), make sure to click on Load driver. That's about it!
Sources:
- https://access.redhat.com/articles/2470791#installing-drivers-during-the-windows-installation-7
- https://forums.tomshardware.com/threads/how-do-you-install-drivers-during-windows-10-clean-installation.3324605/
PS. Yes the it's totally worth it! The HDD performance is about 4 times as fast on smaller operations. So it is worth the effort!
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f346053%2fhow-to-install-virtio-win-drivers-for-windows-install-on-kvm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This answer assumes you're using virt-manager.
I also assume that this has to do with virtio-HDD drivers, as all the other ones (network, graphics) can be installed afterwards, when Windows is up an running.
So, first of all, you should download the latest VirtIO drivers. I found them here. I'm using the amd64 floppy drivers.
When you create your VM, make sure that you keep on configuring it before you start the installation.
You will now need to attach the VirtIO drivers as a floppy disk device. To do so,
click on Add Hardware. Under Storage, mark Select or create custom storage. Click Manage, and choose the VirtIO floppy image file. Under Device type make sure to choose Floppy device. Click Finish.
Go to your hard drive, and make sure your hard-rive is using virtio as a Disk bus.
Start the Windows installation. When you reach this screen (hard drive selection), make sure to click on Load driver. That's about it!
Sources:
- https://access.redhat.com/articles/2470791#installing-drivers-during-the-windows-installation-7
- https://forums.tomshardware.com/threads/how-do-you-install-drivers-during-windows-10-clean-installation.3324605/
PS. Yes the it's totally worth it! The HDD performance is about 4 times as fast on smaller operations. So it is worth the effort!
add a comment |
This answer assumes you're using virt-manager.
I also assume that this has to do with virtio-HDD drivers, as all the other ones (network, graphics) can be installed afterwards, when Windows is up an running.
So, first of all, you should download the latest VirtIO drivers. I found them here. I'm using the amd64 floppy drivers.
When you create your VM, make sure that you keep on configuring it before you start the installation.
You will now need to attach the VirtIO drivers as a floppy disk device. To do so,
click on Add Hardware. Under Storage, mark Select or create custom storage. Click Manage, and choose the VirtIO floppy image file. Under Device type make sure to choose Floppy device. Click Finish.
Go to your hard drive, and make sure your hard-rive is using virtio as a Disk bus.
Start the Windows installation. When you reach this screen (hard drive selection), make sure to click on Load driver. That's about it!
Sources:
- https://access.redhat.com/articles/2470791#installing-drivers-during-the-windows-installation-7
- https://forums.tomshardware.com/threads/how-do-you-install-drivers-during-windows-10-clean-installation.3324605/
PS. Yes the it's totally worth it! The HDD performance is about 4 times as fast on smaller operations. So it is worth the effort!
add a comment |
This answer assumes you're using virt-manager.
I also assume that this has to do with virtio-HDD drivers, as all the other ones (network, graphics) can be installed afterwards, when Windows is up an running.
So, first of all, you should download the latest VirtIO drivers. I found them here. I'm using the amd64 floppy drivers.
When you create your VM, make sure that you keep on configuring it before you start the installation.
You will now need to attach the VirtIO drivers as a floppy disk device. To do so,
click on Add Hardware. Under Storage, mark Select or create custom storage. Click Manage, and choose the VirtIO floppy image file. Under Device type make sure to choose Floppy device. Click Finish.
Go to your hard drive, and make sure your hard-rive is using virtio as a Disk bus.
Start the Windows installation. When you reach this screen (hard drive selection), make sure to click on Load driver. That's about it!
Sources:
- https://access.redhat.com/articles/2470791#installing-drivers-during-the-windows-installation-7
- https://forums.tomshardware.com/threads/how-do-you-install-drivers-during-windows-10-clean-installation.3324605/
PS. Yes the it's totally worth it! The HDD performance is about 4 times as fast on smaller operations. So it is worth the effort!
This answer assumes you're using virt-manager.
I also assume that this has to do with virtio-HDD drivers, as all the other ones (network, graphics) can be installed afterwards, when Windows is up an running.
So, first of all, you should download the latest VirtIO drivers. I found them here. I'm using the amd64 floppy drivers.
When you create your VM, make sure that you keep on configuring it before you start the installation.
You will now need to attach the VirtIO drivers as a floppy disk device. To do so,
click on Add Hardware. Under Storage, mark Select or create custom storage. Click Manage, and choose the VirtIO floppy image file. Under Device type make sure to choose Floppy device. Click Finish.
Go to your hard drive, and make sure your hard-rive is using virtio as a Disk bus.
Start the Windows installation. When you reach this screen (hard drive selection), make sure to click on Load driver. That's about it!
Sources:
- https://access.redhat.com/articles/2470791#installing-drivers-during-the-windows-installation-7
- https://forums.tomshardware.com/threads/how-do-you-install-drivers-during-windows-10-clean-installation.3324605/
PS. Yes the it's totally worth it! The HDD performance is about 4 times as fast on smaller operations. So it is worth the effort!
answered Feb 15 at 14:27
OlegOleg
112
112
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f346053%2fhow-to-install-virtio-win-drivers-for-windows-install-on-kvm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Look here: fedoraproject.org/wiki/Windows_Virtio_Drivers
– ridgy
Feb 19 '17 at 12:03
I look at that and when I go to install windows I get no resigned drivers thing
– Ajaydev Singh
Feb 19 '17 at 19:46