What is the complete error message on the Blue Screen?
Just the info in the Technical Information section, in particular the driver file name if it's mentioned.
If you can boot to Safe Mode, something that loads in Normal Mode is causing the problem. That could be due to a corrupt file caused by a problem on the disk. If the corrupt file gets cloned to the new drive it will have the same problem.
The
Network and Dial-up Connections window will eventually open in Safe Mode but will be blank. You need to use
Safe Mode with Networking to have network access; unless it's one of the networking components causing the problem.
Have you run
chkdsk /R on the drive to check for bad sectors?
To Run Chkdsk:
Click
Start | Run, type
cmd, press
Enter
Type
chkdsk /R C: and press
Enter. (Note the spaces between the colored parts).
You'll likely see this:
The type of the file system is NTFS.
Cannot lock current drive.
Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)
Hit
Y and
Enter, then reboot. This could take a long time depending on size of drive and how many errors it finds.
Chkdsk will create a log in the
Event Viewer in the
Application log (
Start |
Run, type
eventvwr.msc, press
Enter) with a source of
WinLogon (
Wininit Vista/Win 7) that will show a summary of the results.
You can click the
Source column header to sort by
Source, or Filter the view
- Win2K/XP:
Click View | Filter... and select WinLogon[/B] as the Event Source.
Click View | All Records to remove the filter - Vista/Win 7:
Click Action | Filter Current log... and check Wininit in the Event Sources: drop down.
Click Action | Clear Filter to remove the filter