Share via

I am facing issue while installing Sql Server 2025 Express to my laptop Asus TUF Gaming laptop

sanjay MN 0 Reputation points
2026-03-15T14:24:39.82+00:00

To:Microsoft SQL Server Support

Dear Microsoft SQL Server Support Team, I am experiencing installation issues with SQL Server 2025 Express Edition on my ASUS TUF Gaming A15 laptop running Windows 10 Home Single Language. During setup, the installation fails with the error: "Wait on the Database Engine recovery handle failed." Prior to this, I also encountered misaligned log I/O errors when SQL Server attempted to start the master database. Steps I have taken: - Created a new D: partition for SQL Server data files. - Moved master.mdf and mastlog.ldf to the new partition. - Updated startup parameters in SQL Server Configuration Manager. - Granted full control permissions to NT Service\MSSQL$SQLEXPRESS01 on the new folder. Despite these steps, the SQL Server service still fails to start with the recovery handle error. Attached are the ERRORLOG and setup logs for your review. Could you please assist me in resolving this installation issue? Thank you for your support.

Best regards,

Sanjay

SQL Server Database Engine

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 133.7K Reputation points MVP Volunteer Moderator
    2026-03-15T15:33:08.4233333+00:00

    As you might have understood, the message Wait on the Database Engine recovery handle failed is a generic error that means that SQL Server did not start when Setup wanted to run configuration steps.

    The message about 256 misaligned reads, reflects a known issue where Windows 11 for some disk drives reports a sector size that SQL Server does not cope with. This is a little puzzling, since you say you are on Windows 10. I will have to assume that you are mistaken which operating system you have.

    Microsoft has published an article with workarounds for the problem. I would suggest that you study this article and apply the suggested registry changes.

    You say

    Attached are the ERRORLOG and setup logs for your review.

    Unfortunately, it seems that you forgot to attach the files.


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.