Re: Major Errors Need Help! Can't boot Windows XP.
How old is this computer and the hardware inside?
Your OS stop is explainable as your system has attempted to access pageable memory using a KP IRQL (Kernel Process Interupt Request Level) that is too high. The usual cause of this is a bad device driver which is using improper addresses. It can also be caused by faulty or mismatched RAM, or a damaged pagefile. Worst case scenario, your RAM is failing.
Try this:
- Rearrange your RAM placement
- Update your drivers
- Check the IRQ addresses in the Device Manager to make sure none are out of range or shared
As for your UNMOUNTABLE_BOOT_DRIVE error, this is an issue with either your boot.ini or master boot record. This is listed when the boot loader cannot find the start to the Windows system listed in the boot.ini or when the master boot record cannot access the boot loader. Another worst case scenario, the hard drive is failing.
Try this:
- 1.) Load the CD to reinstall Windows
- 2.) Press R to repair the OS from the recovery console
- 3.) Run fixboot
- 4.) Run fixmbr
- 5.) Check the boot.ini file to make sure the repaired HD is listed
If this doesn't work then I will need more detailed information on exactly what is happening. This would include pagefile dumps, error logs, screenshots, etc.