Core component of SQL Server for storing, processing, and securing data
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Core component of SQL Server for storing, processing, and securing data
Answer recommended by moderator
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.
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.
AI answer
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: