First, you had added five tags for your query. Of these only one were relevant. I have removed the other four. Be more considerate in the future.
The error about the database startup handle is a generic message which means that SQL Server did not start when Setup wanted to run install scripts. To understand whjy look at te SQL Server errorlog which you find in C:\program files\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\LOG\ERRORLOG.
If you see a message about 256 misaligned reads, you running into a known issue where Windows 11 for some disk drives report a disk-sector size that SQL Server is not able to deal with. Microsoft has published an article with workarounds for this issue.