Help - Search - Members - Calendar
Full Version: How to create a file system plugin
The CD Forum > Bart's PE Builder > Plugins
jkrim
Hello,

I am trying to add a plugin for a file system, but when I boot my BartPE CD, I get a BSOD (CONFIG_INITIALIZATION_FAILED).

Here is the .inf:
CODE
; PE Builder v3 plug-in INF file
; [url="http://www.nu2.nu/pebuilder/"]http://www.nu2.nu/pebuilder/[/url]
;
; hpfsw2k.inf
; for HPFS file system on Windows 2000/XP

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="HPFS for Win 2K/XP"
Enable=1

[SourceDisksFiles]
pinball.sys=4,,2
rs.dll=4,,2

[SetupReg.AddReg]
0x0, "CurrentControlSet\Services\Pinball"
0x4, "CurrentControlSet\Services\Pinball","Type",0x2
0x4, "CurrentControlSet\Services\Pinball","Start",0x1
0x1, "CurrentControlSet\Services\Pinball","Group","FileSystem"

The registry entries must go under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Pinball", so I don't know if I'm doing it correctly.
Any ideas what I'm doing wrong?

Jordan Krim
cdob
QUOTE (jkrim @ Mar 23 2011, 06:21 PM) *
The registry entries must go under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet

There dosn't exit a real CurrentControlSet.
At boot ControlSetNNN is mapped to CurrentControlSet.
If you set a CurrentControlSet already, then config can't be iniialized: CONFIG_INITIALIZATION_FAILED

Use ControlSet001.
jkrim
QUOTE (cdob @ Mar 23 2011, 01:51 PM) *
There dosn't exit a real CurrentControlSet.
At boot ControlSetNNN is mapped to CurrentControlSet.
If you set a CurrentControlSet already, then config can't be iniialized: CONFIG_INITIALIZATION_FAILED

Use ControlSet001.


Thank you. That worked.
Jordan
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.