Rafal Kupiec wrote:
Blue screen INACCESSIBLE_BOOT_DEVICE :)
Nice work.
Svn up and make, No overwritten hives,
First Error,
(ntoskrnl/ldr/loader.c:369) Could not process module (ntoskrnl/io/driver.c:632) RegistryKey: \Registry\Machine\System\CurrentControlS et\Services\Msfs (ntoskrnl/io/driver.c:633) Calling driver entrypoint at 9d71dbc0 (ntoskrnl/io/driver.c:632) RegistryKey: \Registry\Machine\System\CurrentControlS et\Services\Npfs (ntoskrnl/io/driver.c:633) Calling driver entrypoint at 9d736170 (subsys/csrss/init.c:567) CSR: CsrServerInitialization: failed to initialize vid eo (Status=c0000001
Make Clean && make && make install
(ntoskrnl/ke/main.c:284) ------------------------------------------------------- -------- (ntoskrnl/ke/main.c:285) ReactOS 0.3-SVN (Build 20050706-r16475) Used memory 1015744Kb (ntoskrnl/mm/mminit.c:375) Kernel Stack Limits. InitTop = 0x800f3000, Init = 0x8 00f0000 (ntoskrnl/mm/mm.c:327) No current process (ntoskrnl/io/driver.c:632) RegistryKey: <NULL> (ntoskrnl/io/driver.c:633) Calling driver entrypoint at 8004861e (ntoskrnl/io/pnpmgr.c:1781) Initialization of service Pci failed (Status c000000 1) (ntoskrnl/ldr/loader.c:315) Could not open module file: \SystemRoot\system32\dri vers\ne2000.sys (ntoskrnl/io/pnpmgr.c:1781) Initialization of service Ne2000 failed (Status c000 0001) (ntoskrnl/io/driver.c:1240) Driver load failed, status (c0000001) (ntoskrnl/io/driver.c:632) RegistryKey: \Registry\Machine\System\CurrentControlS et\Services\scsiport (ntoskrnl/io/driver.c:633) Calling driver entrypoint at 9d4ce000 (ntoskrnl/io/driver.c:1240) Driver load failed, status (c0000001) (ntoskrnl/io/driver.c:1240) Driver load failed, status (c0000001) (ntoskrnl/io/driver.c:1240) Driver load failed, status (c0000001) (ntoskrnl/io/driver.c:1240) Driver load failed, status (c0000001) (ntoskrnl/io/driver.c:1240) Driver load failed, status (c0000001) (ntoskrnl/io/driver.c:632) RegistryKey: \Registry\Machine\System\CurrentControlS et\Services\ndis (ntoskrnl/io/driver.c:633) Calling driver entrypoint at 9d5332eb (ntoskrnl/io/arcname.c:419) ZwOpenSymbolicLinkObject() '\ArcName\multi(0)disk(0) rdisk(0)partition(1)' failed (Status c0000034) (ntoskrnl/io/iomgr.c:406) IoCreateSystemRootLink FAILED: (0xc0000034) - KeBugChe ck at ntoskrnl/io/iomgr.c:407 A problem has been detected and ReactOS has been shut down to prevent damage to your computer.
Technical information:
*** STOP: 0x0000007B (0x00000000,0x00000000,0x00000000,0x00000000)
Frames: <ntoskrnl.exe:23cc (ntoskrnl/ke/bug.c:498 (KeBugCheckEx))> <ntoskrnl.exe:2404 (ntoskrnl/ke/bug.c:519 (KeBugCheck))> <800B5B98> <800B342C> <ntoskrnl.exe:61f6 (ntoskrnl/ke/main.c:95 (KiSystemStartup))> <800B184E> <0>
8^) James
From: James Tabor
KeBugCheck at ntoskrnl/io/iomgr.c:407 A problem has been detected and ReactOS has been shut down to prevent damage to your computer.
The problem seems to be in r16449. If you rollback this change by using "svn merge -r16449:16448" it works fine again.
Ge van Geldorp.