1.Windows Display Troubleshooting slider down a notch
2.forcing down to a single CPU or turning Hyperthreading OFF
3.using the /ONECPU option on the boot.
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional" /fastdetect
If you add the single cpu switch it would look like this:
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional" /fastdetect /onecpu
If you wanted to make a dual boot selection option it would look like this:
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional - Dual CPU" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional - Single CPU" /fastdetect /onecpu
You will then get the choice when you boot the machine.