BSOD Stop 0000007B

Ask your support questions in here

Moderator: Moderator Team

Post Reply
xpotato
Posts: 3
Joined: Thu Sep 20, 2018 6:33 am

BSOD Stop 0000007B

Post by xpotato »

HP Elitebook 2760p
16Gb RAM
Processor: Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz, ~2.6GHz
(More System Stats at the bottom )
500GB Hard SATA (AHCI)
booting ReactOS 0.4.9 LIVECD, Rufus'ed to USB in ISO mode
using built in trackpad+keyboard, no external mouse. No connections to any USB other than the boot USB.


Tweaked most BIOS features, including AHCI to RAID and IDE, disabled features (Camera, SDCard reader, firewire and various other settings) disabled HT technology (hyperthread) disabled multi-core and virtualization, still crashed. Swapped the USB for a ReactOS SDCard still crashed BSOD

Fault/Hang at boot Logo screen at the time SWENUM.SYS appears (there is no BSOD on the debug screen, only a system hang. BSOD occurs on the logo screen)

(Screen)

Code: Select all

(../../drivers/usb/usbehci/hardware/cpp:684) Stopping Controller 200f
(../../drivers/usb/usbehci/hardware/cpp:714) Interrupt Mask 37
(../../drivers/usb/usbehci/hardware/cpp:813) UsbSts c000
(../../drivers/usb/usbehci/hardware/cpp:816) UsbCmd.PeriodicEnable 1
(../../drivers/usb/usbehci/hardware/cpp:817) UsbCmd.AsyncEnable 1
(../../drivers/usb/usbehci/hardware/cpp:818) UsbCmd.IntThreshold 8
(../../drivers/usb/usbehci/hardware/cpp:819) UsbCmd.Run 1
(../../drivers/usb/usbehci/hardware/cpp:820) UsbCmd.FrameListSize 0
(../../drivers/usb/usbehci/hardware/cpp:827) EHCI Started!
(../../drivers/usb/usbehci/hardware/cpp:1394) Device connected on port 0
(../../drivers/usb/usbehci/hardware/cpp:1104) Waiting 100 milliseconds for port to stabilize after connection
(../../drivers/usb/usbehci/hardware/cpp:919) Waiting 50 milliseconds for port reset
(../../sdk/lib/drivers/libusb/hub_controller.cpp:334) [USBEHCI] Change state on port 0
(../../drivers/usb/usbehci/hardware/cpp:1051) Waiting 50 seconds for port to recover after reset
(../../ntoskrnl/mm/ARM3/sysldr.c:3025) ZwOpenFile failed for '\SystemRoot\system32\drivers\vbemp.sys' with status 0xc000003a
{../../drivers/usb/usbehci/hardware/cpp:919) Waiting 50 miliseconds for port reset
*** Fatal System Error: 0x0000007b
(0xF77C2A1C,0xC0000034,0x00000000,0x00000000)
□[7h□
Entered debugger on embedded INT3 at 0x0008:0x8094d3f4.
BT:

Code: Select all

kdb:> bt
Eip:
<NTOSKRNL.EXE:14d3f5 (:0 (RtlpBreakWithStatusInstruction))>
Frames:
<NTOSKRNL.EXE:8918d (ntoskrnl/ke/bug.c:1100 (KeBugCheckWithTf))>
<NTOSKRNL.EXE:89764 (ntoskrnl/ke/bug.c:1456 (KeBugCheckEx))>
<NTOSKRNL.EXE:17e8aa (ntoskrnl/io/iomgr.c:432 (IopMarkBootPartition))>
<NTOSKRNL.EXE:17ed62 (ntoskrnl/io/iomgr.c:578 (IoInitSystem))>
<NTOSKRNL.EXE:179efa (ntoskrnl/ex/init.c:1801 (PhaseInitializationDiscard))>
<NTOSKRNL.EXE:3569a (ntoskrnl/ex/init.c:2015 (PhaseInitialization))>
<NTOSKRNL.EXE:116664 (ntoskrnl/ps/thread.c:156 (PspSystemThreadStartup))>
<NTOSKRNL.EXE:12d9a5 (ntoskrnl/ke/i386/thrdini.c:78 (KiThreadStartup))>
<NTOSKRNL.EXE:11662b (ntoskrnl/ps/state.565 (NtQueueApcThread))>
<5d8950ec>]
<00000000>
kdb:>

that took a while to write.



More System Stats if needed
USB Root Hub
Vendor/Product ID: 0x8086, 0x1C2D
| Matching Device ID: usb\root_hub20

Generic USB Hub
| | Vendor/Product ID: 0x8087, 0x0024

Generic USB Hub
| | | Vendor/Product ID: 0x0424, 0x2514

Video

Card name: Intel(R) HD Graphics 3000
Device Key: Enum\PCI\VEN_8086&DEV_0126&SUBSYS_162A103C&REV_09
Monitor Id: SEC5741
Device Identifier: {D7B78E66-4266-11CF-1F78-2036B7C2C435}
Vendor ID: 0x8086
Device ID: 0x0126
SubSys ID: 0x162A103C

Sound
Hardware ID: HDAUDIO\FUNC_01&VEN_111D&DEV_7605&SUBSYS_103C162A&REV_1001



***
update
***
I read the kmsg and it says my machine has a PCI-to-PCI or CardBus bridge, PCI devices may fail. It also says to turn off USB legacy mode in bios, I did but it still has the warning and many IRQ may fail warnings. Unfortunately it looks like I won't be able to run this. :?
User avatar
binarymaster
Posts: 481
Joined: Sun Nov 16, 2014 7:05 pm
Location: Russia, Moscow
Contact:

Re: BSOD Stop 0000007B

Post by binarymaster »

Official ReactOS 0.4.9 release does not support USB boot at all.

Try installing/booting from integrated CD drive (don't use USB CD), or if your device does not have one, try out network PXE boot: https://reactos.org/wiki/Building_PXE-ready_ReactOS
xpotato
Posts: 3
Joined: Thu Sep 20, 2018 6:33 am

Re: BSOD Stop 0000007B

Post by xpotato »

binarymaster wrote: Thu Sep 20, 2018 11:07 am Official ReactOS 0.4.9 release does not support USB boot at all.

Try installing/booting from integrated CD drive (don't use USB CD), or if your device does not have one, try out network PXE boot: https://reactos.org/wiki/Building_PXE-ready_ReactOS
Ahh ok. I just spent way too many hours trying to figure it out
I don't have any way to install it then, no other computer for PXE. :lol:

thanks for the heads up. I'm going to get some sleep/
xpotato
Posts: 3
Joined: Thu Sep 20, 2018 6:33 am

Re: BSOD Stop 0000007B

Post by xpotato »

If anyone has a clean install to a VHD I could use it to manually install. :D
or the BCD syntax to load into the windows boot loader from the hard disk
or the grub4dos syntax to use to load the kernel?

maybe I'll mess around with these
I'm thinking any of these would make a good work around.

* Tried setting my BCD to boot from the efi but it wouldn't boot. kept saying it was missing or corrupt :roll:
ah well. I give up. I gave it my all though! :lol:
Post Reply

Who is online

Users browsing this forum: Google [Bot], Trendiction [Bot] and 25 guests