Skip to content

bake virtio 0.1.185 for windows server 2012#1425

Merged
meghansh-pf9 merged 22 commits intomainfrom
private/main/omkard/bake-virtio-0.1.189
Feb 25, 2026
Merged

bake virtio 0.1.185 for windows server 2012#1425
meghansh-pf9 merged 22 commits intomainfrom
private/main/omkard/bake-virtio-0.1.189

Conversation

@OmkarDeshpande7
Copy link
Copy Markdown
Collaborator

@OmkarDeshpande7 OmkarDeshpande7 commented Jan 29, 2026

What this PR does / why we need it

This PR pre-bakes specific virtio version (0.1.189) to VJB VM. Now during migration v2v-helper determines the OS release and version and switches to this virtio-win version in case of windows server 2012. Added the installation script to the scheduler.

Which issue(s) this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged)

fixes #1409

Testing done

image

Copy link
Copy Markdown
Contributor

@windsurf-bot windsurf-bot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 To request another review, post a new comment with "/windsurf-review".

Comment thread v2v-helper/migrate/migrate.go
Comment thread v2v-helper/virtv2v/virtv2vops.go
Copy link
Copy Markdown
Collaborator

@spai-p9 spai-p9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@OmkarDeshpande7 OmkarDeshpande7 force-pushed the private/main/omkard/bake-virtio-0.1.189 branch 2 times, most recently from 6f537b3 to 82466ac Compare February 2, 2026 10:19
@OmkarDeshpande7 OmkarDeshpande7 force-pushed the private/main/omkard/bake-virtio-0.1.189 branch 2 times, most recently from 4d7f0f0 to 62b71b0 Compare February 10, 2026 07:57
@OmkarDeshpande7 OmkarDeshpande7 changed the title bake virtio 0.1.189 for windows server 2012 bake virtio 0.1.185 for windows server 2012 Feb 10, 2026
@meghansh-pf9 meghansh-pf9 force-pushed the private/main/omkard/bake-virtio-0.1.189 branch 3 times, most recently from 5d64a21 to c967619 Compare February 18, 2026 11:18
@meghansh-pf9 meghansh-pf9 force-pushed the private/main/omkard/bake-virtio-0.1.189 branch from fb70354 to 30c8f8d Compare February 18, 2026 13:29
@meghansh-pf9 meghansh-pf9 force-pushed the private/main/omkard/bake-virtio-0.1.189 branch from df466c3 to 15bbcf0 Compare February 24, 2026 08:28
@meghansh-pf9 meghansh-pf9 force-pushed the private/main/omkard/bake-virtio-0.1.189 branch from 15bbcf0 to 6d79041 Compare February 24, 2026 09:34
@meghansh-pf9 meghansh-pf9 requested a review from spai-p9 February 24, 2026 11:35
Copy link
Copy Markdown
Collaborator

@spai-p9 spai-p9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check this, rest looks good


// Use Windows Server 2012-specific ISO if detected
if strings.Contains(strings.ToLower(osRelease), "server 2012") || strings.Contains(strings.ToLower(osRelease), "server2012") {
filePath = "/home/fedora/virtio-win/virtio-win-server12.iso"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this should be enough right? do we again need to run the fireboat install script install-virtio-win12.ps1 script? won't virtv2v do this automatically?

@meghansh-pf9 meghansh-pf9 enabled auto-merge (squash) February 25, 2026 05:24
@meghansh-pf9 meghansh-pf9 merged commit f50d418 into main Feb 25, 2026
12 checks passed
@meghansh-pf9 meghansh-pf9 deleted the private/main/omkard/bake-virtio-0.1.189 branch February 25, 2026 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Network adapter and IP address are not present in the machine configuration after migrating Windows Server 2012

3 participants