• Start sql server in minimal configuration and check paths using this script:

    SELECT name, physical_name AS CurrentLocation, state_desc

    FROM sys.master_files

    WHERE database_id = DB_ID(N'model');