USB boot with minlogon

D

Dietmar

Hi all,
I rebuild a minlogon (16MB) with components and registry from XPPro and it
boots fine from harddisk and from ram. And now this is my question: It is
still not possible to boot from USB. (BSOD 07B as known forever...grrr)
There has been a large discussion here about this behavior for XPE and
XPPro and the only solution I found was that with udoc.
There are no drivers for USB in the minlogon macrocomponet but this cant
be the real problem.
I think it is simply the fault of the first drivers at boottime which lose
contact to the USB medium. Has anybody overcome this and will help me?
Perhaps there is only need for a small correction at that driver, who is
the evel at boottime.

Thanks
Dietmar
 
D

Dietmar

Hi all,
I did an other try with a xpe image on a bootable buffalo USB stick. Here
is the result with windebug,is it possible that it crashes because the usb
stick is recogniced as a removable media? Please help


Microsoft (R) Windows Debugger Version 6.5.0003.7
Copyright (c) Microsoft Corporation. All rights reserved.

Opened \\.\com1
Waiting to reconnect...
Connected to Windows XP 2600 x86 compatible target, ptr64 FALSE
Kernel Debugger connection established.
Symbol search path is: C:\WINDOWS\Symbols
Executable search path is:
Windows XP Kernel Version 2600 UP Free x86 compatible
Built by: 2600.xpsp1.020828-1920
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8054ee30
System Uptime: not available

*** Fatal System Error: 0x0000007b
(0xF789E640,0xC0000034,0x00000000,0x00000000)

Break instruction exception - code 80000003 (first chance)

A fatal system error has occurred.
Debugger entered on first try; Bugcheck callbacks have not been invoked.

A fatal system error has occurred.

Connected to Windows XP 2600 x86 compatible target, ptr64 FALSE
Loading Kernel Symbols
..................................
Loading unloaded module list

Loading User Symbols
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 7B, {f789e640, c0000034, 0, 0}

Probably caused by : ntoskrnl.exe ( nt!IopMarkBootPartition+bd )

Followup: MachineOwner
---------

nt!RtlpBreakWithStatusInstruction:
805133fa cc int 3
kd> !analyze -v
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************

INACCESSIBLE_BOOT_DEVICE (7b)
During the initialization of the I/O system, it is possible that the
driver
for the boot device failed to initialize the device that the system is
attempting to boot from, or it is possible for the file system that is
supposed to read that device to either fail its initialization or to
simply
not recognize the data on the boot device as a file system structure that
it recognizes. In the former case, the argument (#1) is the address of a
Unicode string data structure that is the ARC name of the device from
which
the boot was being attempted. In the latter case, the argument (#1) is
the
address of the device object that could not be mounted.
If this is the initial setup of the system, then this error can occur if
the system was installed on an unsupported disk or SCSI controller. Note
that some controllers are supported only by drivers which are in the
Windows
Driver Library (WDL) which requires the user to do a custom install. See
the Windows Driver Library for more information.
This error can also be caused by the installation of a new SCSI adapter
or
disk controller or repartitioning the disk with the system partition. If
this is the case, on x86 systems the boot.ini file must be edited or on
ARC
systems setup must be run. See the "Advanced Server System
Administrator's
User Guide" for information on changing boot.ini.
If the argument is a pointer to an ARC name string, then the format of
the
first two (and in this case only) longwords will be:
USHORT Length;
USHORT MaximumLength;
PWSTR Buffer;
That is, the first longword will contain something like 00800020 where 20
is the actual length of the Unicode string, and the next longword will
contain the address of buffer. This address will be in system space, so
the high order bit will be set.
If the argument is a pointer to a device object, then the format of the
first
word will be:
USHORT Type;
That is, the first word will contain a 0003, where the Type code will
ALWAYS
be 0003.
Note that this makes it immediately obvious whether the argument is a
pointer
to an ARC name string or a device object, since a Unicode string can
never
have an odd number of bytes, and a device object will always have a Type
code of 3.
Arguments:
Arg1: f789e640, Pointer to the device object or Unicode string of ARC
name
Arg2: c0000034
Arg3: 00000000
Arg4: 00000000

Debugging Details:
------------------


DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x7B

LAST_CONTROL_TRANSFER: from 805288ca to 805133fa

STACK_TEXT:
f789e0bc 805288ca 00000003 f789e3ec f789e640
nt!RtlpBreakWithStatusInstruction
f789e108 80529160 00000003 80087000 e100eff8 nt!KiBugCheckDebugBreak+0x19
f789e4d4 805296db 0000007b f789e640 c0000034 nt!KeBugCheck2+0x46d
f789e4f4 80695788 0000007b f789e640 c0000034 nt!KeBugCheckEx+0x19
f789e654 80681d3b 80087000 80087000 00000000 nt!IopMarkBootPartition+0xbd
f789e6a4 8068d5a5 80087000 f789e7ec 00034000
nt!IopInitializeBootDrivers+0x49d
f789e844 8068e3a1 80087000 00000000 8a50d3f0 nt!IoInitSystem+0x60a
f789edac 8057f73a 80087000 00000000 00000000
nt!Phase1Initialization+0x83b
f789eddc 805154c1 8068dd55 80087000 00000000
nt!PspSystemThreadStartup+0x34
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


FOLLOWUP_IP:
nt!IopMarkBootPartition+bd
80695788 cc int 3

SYMBOL_STACK_INDEX: 4

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: nt!IopMarkBootPartition+bd

MODULE_NAME: nt

IMAGE_NAME: ntoskrnl.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 3d6de35c

STACK_COMMAND: kb

FAILURE_BUCKET_ID: 0x7B_nt!IopMarkBootPartition+bd

BUCKET_ID: 0x7B_nt!IopMarkBootPartition+bd

Followup: MachineOwner
---------

kd> !devnode 0 1
Dumping IopRootDeviceNode (= 0x8a4f8008)
DevNode 0x8a4f8008 for PDO 0x8a530200
InstancePath is "HTREE\ROOT\0"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f8b68 for PDO 0x8a4f8cb0
InstancePath is "Root\*TUNMP\0000"
ServiceName is "tunmp"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f87b8 for PDO 0x8a4f8900
InstancePath is "Root\ACPI_HAL\0000"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f1ce0 for PDO 0x8a4f4f00
InstancePath is "ACPI_HAL\PNP0C08\0"
ServiceName is "ACPI"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f1ee8 for PDO 0x8a5182e0
InstancePath is "ACPI\GenuineIntel_-_x86_Family_15_Model_2\_0"
ServiceName is "intelppm"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52a210 for PDO 0x8a4b0e88
InstancePath is "ACPI\PNP0A03\0"
ServiceName is "pci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4b04f0 for PDO 0x8a4f3250
InstancePath is
"PCI\VEN_8086&DEV_2578&SUBSYS_00000000&REV_02\3&267a616a&0&00"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4b03d0 for PDO 0x8a52bbc0
InstancePath is
"PCI\VEN_8086&DEV_2579&SUBSYS_00000000&REV_02\3&267a616a&0&08"
ServiceName is "pci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a5262e0 for PDO 0x8a5266d0
InstancePath is
"PCI\VEN_10DE&DEV_0041&SUBSYS_310F1458&REV_A1\4&1a99067f&0&0008"
ServiceName is "nv"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4b02b0 for PDO 0x8a52b9e0
InstancePath is
"PCI\VEN_8086&DEV_257B&SUBSYS_00000000&REV_02\3&267a616a&0&18"
ServiceName is "pci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a517dd0 for PDO 0x8a517030
InstancePath is
"PCI\VEN_8086&DEV_1019&SUBSYS_80F71043&REV_00\4&3b3cb9b1&0&0818"
ServiceName is "E1000"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4b0190 for PDO 0x8a52b800
InstancePath is
"PCI\VEN_8086&DEV_24D2&SUBSYS_80A61043&REV_02\3&267a616a&0&E8"
ServiceName is "usbuhci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a50ec78 for PDO 0x8a4b1030
InstancePath is "USB\ROOT_HUB\4&cb41d3b&0"
ServiceName is "usbhub"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f2008 for PDO 0x8a52b4c8
InstancePath is
"PCI\VEN_8086&DEV_24D4&SUBSYS_80A61043&REV_02\3&267a616a&0&E9"
ServiceName is "usbuhci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a50e8e0 for PDO 0x8a45a030
InstancePath is "USB\ROOT_HUB\4&1c4b7d9b&0"
ServiceName is "usbhub"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f2ee8 for PDO 0x8a4f3cf8
InstancePath is
"PCI\VEN_8086&DEV_24D7&SUBSYS_80A61043&REV_02\3&267a616a&0&EA"
ServiceName is "usbuhci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4b1c78 for PDO 0x8a450030
InstancePath is "USB\ROOT_HUB\4&1fcb28c&0"
ServiceName is "usbhub"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f2dc8 for PDO 0x8a4f39c0
InstancePath is
"PCI\VEN_8086&DEV_24DE&SUBSYS_80A61043&REV_02\3&267a616a&0&EB"
ServiceName is "usbuhci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4b1b58 for PDO 0x8a445030
InstancePath is "USB\ROOT_HUB\4&24d2be59&0"
ServiceName is "usbhub"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f2ca8 for PDO 0x8a4f3688
InstancePath is
"PCI\VEN_8086&DEV_24DD&SUBSYS_80A61043&REV_02\3&267a616a&0&EF"
ServiceName is "usbehci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4cbee8 for PDO 0x8a4cb030
InstancePath is "USB\ROOT_HUB20\4&f180e13&0"
ServiceName is "usbhub"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a435c68 for PDO 0x8a453030
InstancePath is "USB\Vid_0411&Pid_008a\C0152000000035E6"
ServiceName is "USBSTOR"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a435678 for PDO 0x8a3f9a78
InstancePath is
"USBSTOR\Disk&Ven_BUFFALO&Prod_USB_Flash_Disk&Rev_2.00\C0152000000035E6&0"
ServiceName is "disk"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a40eee8 for PDO 0x8a43d030
InstancePath is
"STORAGE\RemovableMedia\7&17e8ff6a&0&RM"
ServiceName is "VolSnap"
TargetDeviceNotify List - f 0xe13e3d18 b 0xe13e3d18
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f2b88 for PDO 0x8a530e50
InstancePath is
"PCI\VEN_8086&DEV_244E&SUBSYS_00000000&REV_C2\3&267a616a&0&F0"
ServiceName is "pci"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a527208 for PDO 0x8a527e50
InstancePath is
"PCI\VEN_1106&DEV_3044&SUBSYS_808A1043&REV_80\4&2e98101c&0&18F0"
ServiceName is "ohci1394"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4b2360 for PDO 0x8a4b24a8
InstancePath is "V1394\NIC1394\2fd9b9e01800"
ServiceName is "NIC1394"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a526008 for PDO 0x8a527b18
InstancePath is
"PCI\VEN_1102&DEV_0007&SUBSYS_10021102&REV_00\4&2e98101c&0&60F0"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
Problem = CM_PROB_FAILED_INSTALL
DevNode 0x8a526ee8 for PDO 0x8a5277e0
InstancePath is
"PCI\VEN_1102&DEV_7005&SUBSYS_10021102&REV_00\4&2e98101c&0&61F0"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
Problem = CM_PROB_FAILED_INSTALL
DevNode 0x8a526dc8 for PDO 0x8a5274a8
InstancePath is
"PCI\VEN_105A&DEV_4D68&SUBSYS_4D68105A&REV_02\4&2e98101c&0&68F0"
ServiceName is "ultra"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a530580 for PDO 0x8a45b030
InstancePath is
"SCSI\CdRom&Ven_HL-DT-ST&Prod_DVDRAM_GSA-4040B&Rev_A302\5&2f311e2b&0&000"
ServiceName is "cdrom"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f2a68 for PDO 0x8a52ae50
InstancePath is
"PCI\VEN_8086&DEV_24D0&SUBSYS_00000000&REV_02\3&267a616a&0&F8"
ServiceName is "isapnp"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4afa88 for PDO 0x8a517b88
InstancePath is "ISAPNP\ReadDataPort\0"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4af968 for PDO 0x8a517a70
InstancePath is "ACPI\PNP0000\4&35f762c4&0"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4af848 for PDO 0x8a517958
InstancePath is "ACPI\PNP0200\4&35f762c4&0"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4af728 for PDO 0x8a517840
InstancePath is "ACPI\PNP0100\4&35f762c4&0"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4af608 for PDO 0x8a517728
InstancePath is "ACPI\PNP0B00\4&35f762c4&0"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4af4e8 for PDO 0x8a517610
InstancePath is "ACPI\PNP0303\4&35f762c4&0"
ServiceName is "i8042prt"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4af3c8 for PDO 0x8a5174f8
InstancePath is "ACPI\PNP0F03\4&35f762c4&0"
ServiceName is "i8042prt"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4af2a8 for PDO 0x8a5173e0
InstancePath is "ACPI\PNP0800\4&35f762c4&0"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4af188 for PDO 0x8a5172c8
InstancePath is "ACPI\PNP0C04\4&35f762c4&0"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4be008 for PDO 0x8a4af030
InstancePath is "ACPI\PNP0501\2"
ServiceName is "Serial"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4beee8 for PDO 0x8a4aff18
InstancePath is "ACPI\PNP0700\4&35f762c4&0"
ServiceName is "fdc"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4bedc8 for PDO 0x8a4afe00
InstancePath is "ACPI\PNP0C02\2e"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4beca8 for PDO 0x8a4afce8
InstancePath is "ACPI\PNP0C02\10"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4beb88 for PDO 0x8a4afbd0
InstancePath is "ACPI\PNP0C02\0"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f2948 for PDO 0x8a52ac70
InstancePath is
"PCI\VEN_8086&DEV_24DB&SUBSYS_80A61043&REV_02\3&267a616a&0&F9"
ServiceName is "intelide"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a44fdd0 for PDO 0x8a4c1b60
InstancePath is "PCIIDE\IDEChannel\4&2c5d1230&0&0"
ServiceName is "atapi"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a43c9b8 for PDO 0x8a453a00
InstancePath is
"IDE\CdRomTOSHIBA_DVD-ROM_SD-M1612________________1004____\5&13a60baf&0&0.0.0"
ServiceName is "cdrom"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a43b9b8 for PDO 0x8a43bd98
InstancePath is
"IDE\CdRomPLEXTOR_CD-R___PX-W4012A________________1.05____\5&13a60baf&0&0.1.0"
ServiceName is "cdrom"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a44fcb0 for PDO 0x8a526c20
InstancePath is "PCIIDE\IDEChannel\4&2c5d1230&0&1"
ServiceName is "atapi"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52bee8 for PDO 0x8a446030
InstancePath is
"IDE\DiskWDC_WD2500JB-00GVA0_____________________08.02D08\4457572d4143374c313132313136_036_0_0_0_0"
ServiceName is "disk"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a51a898 for PDO 0x8a4487b8
InstancePath is
"IDE\DiskST3200822A______________________________3.01____\5&265fbc54&0&0.1.0"
ServiceName is "disk"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f2828 for PDO 0x8a52a938
InstancePath is
"PCI\VEN_8086&DEV_24D3&SUBSYS_80A61043&REV_02\3&267a616a&0&FB"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52a0f0 for PDO 0x8a4f4270
InstancePath is "ACPI\PNP0C01\1"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f4918 for PDO 0x8a4df1f8
InstancePath is "ACPI\PNP0C0C\aa"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f47f8 for PDO 0x8a518c50
InstancePath is "ACPI\FixedButton\2&daba3ff&0"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f8578 for PDO 0x8a4f86c0
InstancePath is "Root\dmio\0000"
ServiceName is "dmio"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f8338 for PDO 0x8a4f8480
InstancePath is "Root\Ftdisk\0000"
ServiceName is "ftdisk"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a439b80 for PDO 0x8a406e30
InstancePath is
"STORAGE\Volume\1&30a96598&0&Signature40009953Offset7E00Length2FFF81D000"
ServiceName is "VolSnap"
TargetDeviceNotify List - f 0xe13e3c70 b 0xe13e3c70
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a448448 for PDO 0x8a408590
InstancePath is
"STORAGE\Volume\1&30a96598&0&Signature40009953Offset2FFF824E00Length327F4E00"
ServiceName is "VolSnap"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a448328 for PDO 0x8a403c08
InstancePath is
"STORAGE\Volume\1&30a96598&0&Signature40009953Offset315A9DD600Length3FBC0400"
ServiceName is "VolSnap"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a3fb008 for PDO 0x8a405368
InstancePath is
"STORAGE\Volume\1&30a96598&0&Signature40009953Offset3058BCBA00Length101E11C00"
ServiceName is "VolSnap"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a3fb4d8 for PDO 0x8a3fb620
InstancePath is
"STORAGE\Volume\1&30a96598&0&Signature2E6EBOffset7E00Length3CCA7A00"
ServiceName is "VolSnap"
TargetDeviceNotify List - f 0xe13e3f10 b 0xe13e3f10
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a3fb3b8 for PDO 0x8a3f9c08
InstancePath is
"STORAGE\Volume\1&30a96598&0&Signature2E6EBOffset3CCAF800Length1901638200"
ServiceName is "VolSnap"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a3fb298 for PDO 0x8a3fc368
InstancePath is
"STORAGE\Volume\1&30a96598&0&Signature2E6EBOffset193E2E7A00Length7D820000"
ServiceName is "VolSnap"
TargetDeviceNotify List - f 0xe1457548 b 0xe1457548
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52f008 for PDO 0x8a4f8208
InstancePath is "Root\LEGACY_AFD\0000"
ServiceName is "AFD"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52fdc8 for PDO 0x8a52ff10
InstancePath is "Root\LEGACY_ARP1394\0000"
ServiceName is "Arp1394"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52fb88 for PDO 0x8a52fcd0
InstancePath is "Root\LEGACY_DMBOOT\0000"
ServiceName is "dmboot"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52f948 for PDO 0x8a52fa90
InstancePath is "Root\LEGACY_DMLOAD\0000"
ServiceName is "dmload"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52f708 for PDO 0x8a52f850
InstancePath is "Root\LEGACY_FIPS\0000"
ServiceName is "Fips"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52f4c8 for PDO 0x8a52f610
InstancePath is "Root\LEGACY_GPC\0000"
ServiceName is "Gpc"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52f288 for PDO 0x8a52f3d0
InstancePath is "Root\LEGACY_IPNAT\0000"
ServiceName is "IpNat"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f7008 for PDO 0x8a52f190
InstancePath is "Root\LEGACY_IPSEC\0000"
ServiceName is "IPSec"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f7dc8 for PDO 0x8a4f7f10
InstancePath is "Root\LEGACY_KSECDD\0000"
ServiceName is "KSecDD"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f7b38 for PDO 0x8a4f7c80
InstancePath is "Root\LEGACY_MNMDD\0000"
ServiceName is "mnmdd"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f78f8 for PDO 0x8a4f7a40
InstancePath is "Root\LEGACY_MOUNTMGR\0000"
ServiceName is "MountMgr"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f76b8 for PDO 0x8a4f7800
InstancePath is "Root\LEGACY_MQAC\0000"
ServiceName is "MQAC"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f7478 for PDO 0x8a4f75c0
InstancePath is "Root\LEGACY_NDIS\0000"
ServiceName is "NDIS"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f7238 for PDO 0x8a4f7380
InstancePath is "Root\LEGACY_NDISTAPI\0000"
ServiceName is "NdisTapi"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52eee8 for PDO 0x8a52e030
InstancePath is "Root\LEGACY_NDISUIO\0000"
ServiceName is "Ndisuio"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52eca8 for PDO 0x8a52edf0
InstancePath is "Root\LEGACY_NDPROXY\0000"
ServiceName is "NDProxy"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52ea68 for PDO 0x8a52ebb0
InstancePath is "Root\LEGACY_NETBT\0000"
ServiceName is "NetBT"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52e828 for PDO 0x8a52e970
InstancePath is "Root\LEGACY_PARTMGR\0000"
ServiceName is "PartMgr"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52e5e8 for PDO 0x8a52e730
InstancePath is "Root\LEGACY_RASACD\0000"
ServiceName is "RasAcd"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52e3a8 for PDO 0x8a52e4f0
InstancePath is "Root\LEGACY_RDPCDD\0000"
ServiceName is "RDPCDD"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52e168 for PDO 0x8a52e2b0
InstancePath is "Root\LEGACY_RDPWD\0000"
ServiceName is "RDPWD"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f6ee8 for PDO 0x8a4f6030
InstancePath is "Root\LEGACY_RMCAST\0000"
ServiceName is "RMCAST"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f6ca8 for PDO 0x8a4f6df0
InstancePath is "Root\LEGACY_TCPIP\0000"
ServiceName is "Tcpip"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f6a68 for PDO 0x8a4f6bb0
InstancePath is "Root\LEGACY_TCPIP6\0000"
ServiceName is "Tcpip6"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f6828 for PDO 0x8a4f6970
InstancePath is "Root\LEGACY_TDPIPE\0000"
ServiceName is "TDPIPE"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f65e8 for PDO 0x8a4f6730
InstancePath is "Root\LEGACY_TDTCP\0000"
ServiceName is "TDTCP"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f63a8 for PDO 0x8a4f64f0
InstancePath is "Root\LEGACY_VGASAVE\0000"
ServiceName is "VgaSave"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a4f6168 for PDO 0x8a4f62b0
InstancePath is "Root\LEGACY_VOLSNAP\0000"
ServiceName is "volsnap"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52dee8 for PDO 0x8a52d030
InstancePath is "Root\LEGACY_WANARP\0000"
ServiceName is "Wanarp"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52dca8 for PDO 0x8a52ddf0
InstancePath is "Root\MEDIA\MS_MMACM"
ServiceName is "audstub"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52da68 for PDO 0x8a52dbb0
InstancePath is "Root\MEDIA\MS_MMDRV"
ServiceName is "audstub"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52d828 for PDO 0x8a52d970
InstancePath is "Root\MEDIA\MS_MMMCI"
ServiceName is "audstub"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52d5e8 for PDO 0x8a52d730
InstancePath is "Root\MEDIA\MS_MMVCD"
ServiceName is "audstub"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52d3a8 for PDO 0x8a52d4f0
InstancePath is "Root\MEDIA\MS_MMVID"
ServiceName is "audstub"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52d168 for PDO 0x8a52d2b0
InstancePath is "Root\MS_L2TPMINIPORT\0000"
ServiceName is "Rasl2tp"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f5ee8 for PDO 0x8a4f5030
InstancePath is "Root\MS_NDISWANIP\0000"
ServiceName is "NdisWan"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f5ca8 for PDO 0x8a4f5df0
InstancePath is "Root\MS_PPPOEMINIPORT\0000"
ServiceName is "RasPppoe"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f5a68 for PDO 0x8a4f5bb0
InstancePath is "Root\MS_PPTPMINIPORT\0000"
ServiceName is "PptpMiniport"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f5828 for PDO 0x8a4f5970
InstancePath is "Root\MS_PSCHEDMP\0000"
ServiceName is "PSched"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f55e8 for PDO 0x8a4f5730
InstancePath is "Root\MS_PSCHEDMP\0001"
ServiceName is "PSched"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f53a8 for PDO 0x8a4f54f0
InstancePath is "Root\MS_PTIMINIPORT\0000"
ServiceName is "Raspti"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a4f5168 for PDO 0x8a4f52b0
InstancePath is "Root\RAMDISK\0000"
ServiceName is "Ramdisk"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
DevNode 0x8a52cee8 for PDO 0x8a52c030
InstancePath is "Root\RDPDR\0000"
ServiceName is "rdpdr"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52cca8 for PDO 0x8a52cdf0
InstancePath is "Root\RDP_KBD\0000"
ServiceName is "TermDD"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52ca68 for PDO 0x8a52cbb0
InstancePath is "Root\RDP_MOU\0000"
ServiceName is "TermDD"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52c828 for PDO 0x8a52c970
InstancePath is "Root\SYSTEM\0000"
ServiceName is "swenum"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52c5e8 for PDO 0x8a52c730
InstancePath is "Root\SYSTEM\0001"
ServiceName is "update"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)
DevNode 0x8a52c3a8 for PDO 0x8a52c4f0
InstancePath is "Root\SYSTEM\0002"
ServiceName is "mssmbios"
State = DeviceNodeInitialized (0x302)
Previous State = DeviceNodeUninitialized (0x301)


Dietmar

PS: I set start value to zero in registry services for

usbehci
usbhub
usbstor
usbuhci

and also set group value to all those 4 entries to Boot Bus Extender. I
wonder why I got BSOD 07B, because all the USB drivers have started?!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top