Solving BSOD Issues During Windows XP InstallationBlue Screen of Death (BSOD) which sometimes occurs during Windows installation or just after Windows installation can be particularly annoying, especially when you don't understand its cause or what to do about it. This article explains in detail why does Blue Screen of Death occur during Windows XP installation and how to solve Stop 0x0000007B (Stop 7B, INACCESSIBLE_BOOT_DEVICE) error.
1. Why BSODs occur during Windows XP InstallationBSOD (Blue Screen of Death) means that Windows Kernel has encountered an error it could not handle. For example: Usual reasons for BSOD during Windows XP installation: lack of proper storage drivers, faulty hardware or the minimum system requirements for Windows XP are not met. 2. Decoding BSODsBSODs usually contain the name of failed driver or Windows component (SPCMDCON.SYS in this example), error description (PAGE_FAULT_IN_NONPAGED_AREA), stop code afer "*** STOP: " (0x00000050 in this example) and other information. The most important things to note are error description and corresponding stop code. 3. Stop 0x0000007B (INACCESSIBLE_BOOT_DEVICE): What does it meanWhen Windows starts, it must load its Kernel into the memory. To do this, Windows must read the Kernel from the disk. In order to read the disk, Windows must load disk driver first. But disk driver can't be loaded before Kernel is already in the memory. It's a kind of chicken-and-egg problem. To solve it, Windows temporarily (only during boot time) is using different way to access the boot disk — not via usual driver, but via BIOS interface (Interrupt 13h). BIOS Interrupt 13h is slow, and incompatible with multitasking, so it is used only to read portion of the operating system from boot disk. Other disks are never read this way. During the boot process, in order to remount boot filesystem in read/write mode, to reopen the registry in read/write mode, to load the rest of drivers, and to perform other necessary boot tasks, Windows switches from old BIOS interface for accessing the disk to native (driver) interface for accessing the disk. This switching allows disk access to be faster and more reliable, thus new way to access the disk is used until complete shutdown of the OS. If this switching is impossible for some reason, then Windows Kernel fires error 0x0000007B (INACCESSIBLE_BOOT_DEVICE). Usual reason why this switching might be impossible is a lack of driver: disk controller driver, or maybe bus (miniport) driver. There are also situations when the driver is present but contains bugs and needs to be upgraded in order to work. The most probable reason why you are getting error 0x0000007B (INACCESSIBLE_BOOT_DEVICE) is SATA disk controller configured in AHCI mode, which is supported by BIOS interrupt 13h, but requires special driver from motherboard vendor in order to work in Windows. Detailed discussion of this topic can be found in this article. There's also official Microsoft documentation of this error. 4. Other stop codes
5. Professional kernel dump analysisIf BSOD occurs after Windows installation, it usually creates dump file in C:\Windows\MiniDump (except the case when BSOD is caused by system disk failure). These dumps can be later copied, archived, sent by email and analyzed by trained professional using Microsoft tools. Here's official documentation on this topic: Analyzing a Kernel-Mode Dump File. |
|||||||||||
|