Share via

Installing SQL Server 2017, on a Windows Server 2019 standard, inside a Hyper V Windows VM.

Gordon Aleksin 0 Reputation points
2025-09-23T12:57:02.1666667+00:00

Screenshot 2025-09-22 073856

It only happens on a Hyper V VM. I have installed SQL on hundreds of servers, with no issues.

Also tried Windows Server 2016 / 2022 and SQL Server 2019 / 2022. And I have full rights to the server.

SQL Server Database Engine
0 comments No comments

Answer recommended by moderator

Gordon Aleksin 0 Reputation points
2025-09-24T12:16:06.22+00:00

Screenshot 2025-09-24 073457

I found a thread online that it was the 3 accounts(see attached), that I needed to change them to a windows account and it worked.

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2025-09-23T20:39:51.3466667+00:00

    The error message about not finding the startup handle means that SQL Server did not start when Setup wanted to run a configuration step. The SQL Server errorlog can give a clue of why it did not start. Assuming a default installation, you find the errorlog in C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\LOG\ERRORLOG, but depending on the options you selected when you ran Setup, the log file may be elsewhere.

    Feel free to attach it here. You will need to rename it to ERRORLOG.txt for the forum software to accept it.

    Was this answer helpful?


  2. AI answer

    2025-09-23T12:57:02.52+00:00

    It sounds like you are experiencing issues with installing SQL Server 2017 on a Windows Server 2019 Standard VM within Hyper-V. Since you mentioned that this problem only occurs in a Hyper-V environment and you have already tried different versions of SQL Server and Windows Server, it might be useful to ensure that your Hyper-V settings are correctly configured.

    Microsoft supports deploying SQL Server on virtualization technologies, including Hyper-V. Make sure that your Hyper-V setup meets the necessary requirements for SQL Server installations. Additionally, check if there are any specific configurations or updates needed for the Windows Server 2019 environment that could affect the SQL Server installation.

    If the issue persists, consider checking the SQL Server installation logs for any specific error messages that could provide more insight into the problem.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.