I have very problem with combination hive registry and network card driver
these are the combinations I tried and the following was the results
; @CESYSGEN IF FILESYS_FSREGHIVE
; HIVE BOOT SECTION
; Valid Bits for Flags registry value
; If no flags are set, the hive will be stored in the object store.
;
; 0x00000001 Start storage manager in boot phase 1 for hive-based
registry
; 0x00000002 Start device manager in boot phase 1 for hive-based registry
; 0x00000004 Start storage manager in boot phase 1 for registry in
; external ROM (such as BINFS)
; 0x00000008 Start device manager in boot phase 1 for registry in
; external ROM (such as BINFS)
[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="Documents and Settings\\system.hv"
"ProfileDir"="Documents and Settings"
"Flags"=dword:3
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn]
"Dll"="BusEnum.dll"
"BusName"="BuiltIn"
; "Flags"=dword:8
; "Flags"=dword:1008
"Flags"=dword:1000
"BusIoctl"=dword:2a0048
"InterfaceType"=dword:0
"IClass"=multi_sz:"{B3CC6EBA-5507-4196-8E41-2BF42E4A47C9}=%b","{6F40791D-300
E-44E4-BC38-E0E63CA8375C}=%b"
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF FILESYS_FSREGHIVE
I tried with different combination of flags these were the results
Busenum Flags init\BootVars Results
1000 3 Hive is
working but network card not get
loaded
8 0 Hive is working
but network card not get loaded
What is significance of these flags Could any one tell what is real problem
and I am
also getting connmc.exe performed illegal action.
Regards
Sunil Michael