Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • does it work if you remove the hard drive from the external enclosure and put it into the computer?
    – Xantec
    Commented Nov 24, 2010 at 16:12
  • What do you mean? it's connected with an usb cable, can I remove it then?
    – dan
    Commented Nov 24, 2010 at 16:18
  • Just to clarify... You are installing XP on a USB drive and it fails to boot and gives this error or?
    – Dave M
    Commented Nov 24, 2010 at 16:47
  • 2
    @dan I thought that might be the case - WinXP does not support installing to a USB drive by default, and will crash if you do so (because it will, by default, disconnect and rediscover all USB as it boots - disconnecting the drive it's running from in the process and causing the STOP you are experiencing).
    – DMA57361
    Commented Nov 24, 2010 at 17:11
  • 2
    BSOD STOP code 0x000007B means INACCESSIBLE_BOOT_DEVICE, which is pretty self-explanatory. The bootloader loads the kernel (otherwise you wouldn't be able to get the BSOD) off USB using BIOS calls, but then the kernel has to switch to its own USB storage driver, which it doesn't have at that point, and crashes.
    – ephemient
    Commented Nov 24, 2010 at 17:42