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

    Issues with XCP-ng Windows PV Tools 9.0.9000.0 Testsign Pre-release

    Scheduled Pinned Locked Moved XCP-ng
    6 Posts 2 Posters 254 Views 2 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.
    • W Offline
      WayneSherman
      last edited by

      @dinhngtu

      Testing on a newly installed and updated Windows 7 Pro 24H2

      Issue #1: attempting to install the certificate gives an error

      1. open a command prompt as administrator
      2. cd to the testsign directory
      3. run this command:
        powershell -ExecutionPolicy Bypass .\install.ps1
      4. After hitting enter for confirmation, I get these messages

      ac18b652-7403-4f5b-954e-3ab19043cd5a-image.png

      Line 21 fails with Unauthorized Access Exception:

      Import-Certificate -FilePath $PSScriptRoot\XCP-ng_Test_Signer.crt -CertStoreLocation Cert:\LocalMachine\TrustedPublisher
      
      W 1 Reply Last reply Reply Quote 1
      • D Offline
        dinhngtu Vates 🪐 XCP-ng Team
        last edited by

        Hi, this is a known issue with the testsign enable script. It only affects silent installation (e.g. by using msiexec /quiet); normal driver installation (by double-clicking the MSI file) will run normally. I'll fix this in the next release. In the meantime, you could use the following command to install the certificate manually:

        certutil -addstore -f TrustedPublisher XCP-ng_Test_Signer.crt
        
        W 1 Reply Last reply Reply Quote 0
        • W Offline
          WayneSherman @WayneSherman
          last edited by WayneSherman

          @dinhngtu

          Issue #2
          I cannot replicate. Yesterday after installing the drivers and rebooting, Windows never finished booting up. It just gave me the spinning icon.. Today after installing the PV drivers it is booting up correctly.

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

            With 9.0.9000.0, you could sometimes run into this issue if you reboot too early after installing. This will also be fixed in the next release.

            W 1 Reply Last reply Reply Quote 0
            • W Offline
              WayneSherman @dinhngtu
              last edited by WayneSherman

              @dinhngtu said:

              you could use the following command to install the certificate manually:

              certutil -addstore -f TrustedPublisher XCP-ng_Test_Signer.crt
              

              Yes that command works without any errors

              1 Reply Last reply Reply Quote 0
              • W Offline
                WayneSherman @dinhngtu
                last edited by WayneSherman

                @dinhngtu said in Issues with XCP-ng Windows PV Tools 9.0.9000.0 Testsign Pre-release:

                With 9.0.9000.0, you could sometimes run into this issue if you reboot too early after installing. This will also be fixed in the next release.

                I just did two more tests and the boot-up failure happened both times. On the last test I waited some time (like 30 to 60 sec) after the driver installation before rebooting (using Windows restart from the start menu). Even though I waited before rebooting I still encountered the boot-up problem:

                Windows is spinning on this screen and doesn't finish booting:
                ef30a370-5897-41e6-a0f1-41fa3720dacb-image.png

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post