Hi There, please try the following,
- Clean the failed SQL Server installation: Uninstall all instances of SQL Server from your system1. You can do this by going to the Control Panel, selecting “Uninstall a program”, finding “Microsoft SQL Server (64 bit)”, selecting the “Remove” option, and following the prompts to uninstall the instance. Repeat this process until all instances are uninstalled1.
Change the Account Name of Database Engine Service: When you run the setup file as an administrator and reach the Server Configuration Screen, change the Account Name of the Database Engine Service to
NT AUTHORITY\NETWORK SERVICE
2. This should allow you to successfully install all components without any error2. Check the SQL Server error log: The error log might contain more details about what’s causing the issue2. You can find the SQL Server error log inC:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\LOG\ERRORLOG
, assuming a default installation2. Registry Editor: Navigate toComputer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device
. On the Edit menu, point to New, and then select Multi-String value. Name itForcedPhysicalSectorSizeInBytes
. Modify the new value, type in* 4095
. Click OK and close the Registry editor3.