XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    XCP-ng Windows PV tools announcements

    Scheduled Pinned Locked Moved News
    86 Posts 17 Posters 16.3k Views 20 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      manilx @dinhngtu
      last edited by

      @dinhngtu Noting there:
      ScreenShot 2026-03-18 at 14.21.25.png

      D 1 Reply Last reply Reply Quote 0
      • D Offline
        dinhngtu Vates 🪐 XCP-ng Team @manilx
        last edited by dinhngtu

        @manilx What do you see when you run this command from PowerShell?

        schtasks /query /tn Copy-XenVifSettings /hresult ; echo $LASTEXITCODE
        
        M 1 Reply Last reply Reply Quote 0
        • M Offline
          manilx @dinhngtu
          last edited by

          @dinhngtu ScreenShot 2026-03-18 at 14.27.55.png

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            dinhngtu Vates 🪐 XCP-ng Team @manilx
            last edited by

            @manilx Interesting... It's checking for "ERROR: The system cannot find the file specified. -2147024894", which is why it's failing. What if you specified the command this way, with a backslash?

            schtasks /query /tn \Copy-XenVifSettings /hresult ; echo $LASTEXITCODE
            
            M 1 Reply Last reply Reply Quote 0
            • M Offline
              manilx @dinhngtu
              last edited by

              @dinhngtu ScreenShot 2026-03-18 at 14.34.18.png

              1 Reply Last reply Reply Quote 0
              • C Offline
                conitrade-as @manilx
                last edited by

                @manilx Try installing the .msi from an elevated powershell prompt. That worked for one of our Windows 11 VMs.

                M 1 Reply Last reply Reply Quote 2
                • M Offline
                  manilx @conitrade-as
                  last edited by

                  @conitrade-as Yes, fixed. Thx!

                  The issue on this VM was we were installing as non-admin. All others were admin by default.

                  Good catch

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    dinhngtu Vates 🪐 XCP-ng Team
                    last edited by

                    Recent Windows patches also changed the exit code of schtasks.

                    A new package will be released to address this.

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      dinhngtu Vates 🪐 XCP-ng Team
                      last edited by dinhngtu

                      Hello all,

                      Version 9.1.146 Release of the Windows PV tools has been released.

                      Download the latest release here: https://github.com/xcp-ng/win-pv-drivers/releases

                      It will be integrated into the XCP-ng built-in tools ISO after a test period of 2 weeks.

                      This is a small revision to fix issues when installing on certain Windows installations. Only the installer and XenClean were changed; the binaries inside stay the same.

                      If you're already on 9.1.145, upgrading is optional.

                      Changes since 9.1.145

                      • Fixed: Fix issues when installing on certain Windows installations.
                      P 1 Reply Last reply Reply Quote 0
                      • P Online
                        probain @dinhngtu
                        last edited by

                        @dinhngtu

                        Seems that the 9.1.146 version still reports 9.1.145-77 to XO. It is listed as the correct version in "Installed programs" within the guest (Windows server 2025).

                        D 1 Reply Last reply Reply Quote 0
                        • D Offline
                          dinhngtu Vates 🪐 XCP-ng Team @probain
                          last edited by dinhngtu

                          @probain Yes, that's expected as there were only changes in the installer and XenClean/XenBootFix, the drivers and guest agent binaries included in 9.1.145 and 9.1.146 are the exact same. As a result, the version information in the guest agent (which does the reporting) was not updated.

                          1 Reply Last reply Reply Quote 0
                          • A Offline
                            archw
                            last edited by archw

                            Just wanted to clarify something.

                            Prior to installing xcpng-winpv-9.1.100.0-Release-x64.zip, I ran Invoke-XenClean.ps1 that came with the package.

                            Is is still true that, in order to install (upgrade to) xcpng-winpv-9.1.145.0-Release-x64, I have to run XenClean.exe again and then run the new installer?

                            Its just a lot of reboots, resetting static ip addresses etc.

                            D 1 Reply Last reply Reply Quote 0
                            • D Offline
                              dinhngtu Vates 🪐 XCP-ng Team @archw
                              last edited by

                              @archw XenClean is not needed when upgrading; it's only needed when switching tools vendor, or when switching from the old XCP-ng 8.2 tools.

                              The XCP-ng 9.1 tools installer will block installation and indicate an error whenever XenClean is needed.

                              A 1 Reply Last reply Reply Quote 0
                              • A Offline
                                archw @dinhngtu
                                last edited by

                                @dinhngtu
                                You rock - thank you!

                                1 Reply Last reply Reply Quote 0
                                • D Offline
                                  dinhngtu Vates 🪐 XCP-ng Team
                                  last edited by

                                  Hello all,

                                  XenClean 9.1.148 Prerelease is now available with a fix for error 1605 during execution.

                                  This is a XenClean-only prerelease.

                                  https://github.com/xcp-ng/win-pv-drivers/releases/tag/v9.1.148

                                  1 Reply Last reply Reply Quote 2
                                  • D Offline
                                    dinhngtu Vates 🪐 XCP-ng Team
                                    last edited by

                                    Hello all,

                                    XenClean/XenBootFix 9.1.152 have been released.

                                    This release fixes VSA-2026-012 (DLL sideloading vulnerability in XenClean and XenBootFix).

                                    If your VM is running 9.1.146, you don't need to update. You just need to replace any XenClean and XenBootFix files you downloaded.

                                    The package\XenClean and package\XenBootFix directories contain fixed versions of the aforementioned tools.

                                    package\XenTools-x64.msi has not changed from version 9.1.146, and is only provided as a convenience. The installation MSI does not include the fixed XenBootFix.

                                    You must use the one from package\XenBootFix or download the tool directly from GitHub!

                                    The next release of the XCP-ng Windows Guest Tools will contain a fixed version of XenBootFix.

                                    Get it here: https://github.com/xcp-ng/win-pv-drivers/releases

                                    1 Reply Last reply Reply Quote 1
                                    • D Offline
                                      dinhngtu Vates 🪐 XCP-ng Team
                                      last edited by

                                      Hello all,

                                      Version 9.1.200 Release of the Windows PV tools has been released.

                                      Download the latest release here: https://github.com/xcp-ng/win-pv-drivers/releases

                                      It will be integrated into the XCP-ng built-in tools ISO after a test period of 2 weeks.

                                      This release brings bug fixes and improvements to the PV drivers.

                                      Changes since 9.1.146/9.1.152

                                      • Improved: Update XSTDVGA to v0.1.124.1151; add extra resolutions
                                      • Fixed: Better compatibility with Xen block backends with large sector sizes
                                      • Fixed: Fix more network unplug issues
                                      • Improved: Driver optimizations
                                      1 Reply Last reply Reply Quote 2

                                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                      With your input, this post could be even better 💗

                                      Register Login
                                      • First post
                                        Last post