I just moved my master db to the new D drive following this technote. http://msdn.microsoft.com/en-us/library/ms345408(v=sql.105).aspx
When I try to start the SQL Server it fails and I receive the following message in the Event Viewer.
"initerrlog: Could not open error log file ''. Operating system error = 3(The system cannot find the path specified.)."
I am unsure as to why this cannot find the new location.
-dD:\SQLData\master.mdf;-lD:\SQLData\mastlog.ldf
Any help would be appreciated.