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"
; [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
