From: Casper H. <ch...@us...> - 2002-06-28 12:31:13
|
fre, 2002-06-28 kl. 08:35 skrev Robert Dickenson: > The function CmiVerifyHiveHeader(PHIVE_HEADER Header) in module > ntoskrnl/cm/regfile.c > is giving the following error on my current build updated with latest CVS. > This is after removing > the assert on each condition failure. ReactOS then boots ok. > > Loading > Ndis... > (ldr/loader.c:1431) DriverBase: > dca16000 > Running > autocheck... > Autochk > 0.0.1 > Checking drive > C: OK > - - - - > Unused3 is 00000003 (must be > 1) > Unused4 is 00000000 (must be > 3) > Unused5 is 00000001 (must be > 0) > Unused7 is 00000000 (must be > 1) > - - - - > repeated four times > - - - - > (ldr/loader.c:1431) DriverBase: > dca88000 > SMSS: Loaded win32k.sys (Status > 0) > > > Can anybody advise as to what has changed here. Looks like some index is > now off by one. > > Thanks and regards, Robert. Are your registry hives created by ReactOS or Windows NT? If they are created by Windows NT, there may be some incompatibility. Have you tried removing \reactos\system32\config\*.hiv (except the text file system.hiv) and any .alt files there may be and boot reactos again? Maybe run a scandisk first just to be sure they are not corrupted. Casper |