FBA errors

G

Guest

I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and I
get errors after reboot. I have changed all target device settings from D:
to C: There are many errors in my FBA Log but I do not know how to fix them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll (Error:
0x8000ffff)

Thanks,

Dan
 
S

Scott Figg

DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg
 
G

Guest

Scott,

Thanks for the quick response.

I built the image on my development machine and set the destination to a
network share. I then went to another machine where I copied the files from
the network share to a CD. On my target machine, I copied the files from the
CD to the C: drive using this command:

xcopy32 D:\*.* C:\ /s /e /h /v

I will check to make sure all the files got copied.

Dan

Scott Figg said:
DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg

DK said:
I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and I
get errors after reboot. I have changed all target device settings from D:
to C: There are many errors in my FBA Log but I do not know how to fix them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll (Error:
0x8000ffff)

Thanks,

Dan
 
K

KM

Dan,

What OS do you use on target to xcopy files from CD to local drive?
What tools you used to partition and format the drive there?
Do you deploy pre-FBA or post-FBA (after your test dev machine) image to the target?

Can you show us the entire FBALog.txt file?

Also read this tip to understand the drive letter assigments on XPe:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx

--
Regards,
KM

PS. Do you really build in TD to a network share??
Scott,

Thanks for the quick response.

I built the image on my development machine and set the destination to a
network share. I then went to another machine where I copied the files from
the network share to a CD. On my target machine, I copied the files from the
CD to the C: drive using this command:

xcopy32 D:\*.* C:\ /s /e /h /v

I will check to make sure all the files got copied.

Dan

Scott Figg said:
DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg

DK said:
I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and I
get errors after reboot. I have changed all target device settings from D:
to C: There are many errors in my FBA Log but I do not know how to fix them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll (Error:
0x8000ffff)

Thanks,

Dan
 
G

Guest

On the target I boot using winpe and then replace it with the CD that has my
image on it.
I used Partition Magic to format and partition the drive on the target.
Here are the steps I take:

Using Partition magic, I create a single 20Gb partition that is primary and
active. I format it as FAT32. I then run bootprep on it. I reboot into
winpe, replace the winpe CD with my image CD and xcopy the files.

I deploy pre-FBA. After I xcopy the files on the target, I reboot and FBA
runs.
Yes, I do build in TD to a network share. Since I do not have a CD writer
on my development machine, I need to use a third machine to write the image
to a CD. That is why I build to a network share. Is there a better way to
deploy?

I e-mailed you my full FBA log. Thanks so much for the help!!

KM said:
Dan,

What OS do you use on target to xcopy files from CD to local drive?
What tools you used to partition and format the drive there?
Do you deploy pre-FBA or post-FBA (after your test dev machine) image to the target?

Can you show us the entire FBALog.txt file?

Also read this tip to understand the drive letter assigments on XPe:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx

--
Regards,
KM

PS. Do you really build in TD to a network share??
Scott,

Thanks for the quick response.

I built the image on my development machine and set the destination to a
network share. I then went to another machine where I copied the files from
the network share to a CD. On my target machine, I copied the files from the
CD to the C: drive using this command:

xcopy32 D:\*.* C:\ /s /e /h /v

I will check to make sure all the files got copied.

Dan

Scott Figg said:
DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg

I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and
I
get errors after reboot. I have changed all target device settings from
D:
to C: There are many errors in my FBA Log but I do not know how to fix
them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll
(Error:
0x8000ffff)

Thanks,

Dan
 
K

KM

Dan,

Your process looks ok to me.

In your FBALog file I see too many unrelated errors. Which tells me you may not copy the image properly (integrity problem).

I'd recommend you to use another tool instead of xcopy. Robocopy or xxcopy will do that better. Also, you can have a verification
switch added for the copying with those tools.
(I am not positive that /V switch of xcopy does its job correctly)

Or, if possible, take out the hard driver from the target machine. Plug it in the dev machine and copy all the files there.
(but still, partitioning and formatting better be done on target with WinPE)

For the network share I was just wondering if you do the TD builds directly there - maybe just too slow. But never mind since it
works for you.

--
Regards,
KM

On the target I boot using winpe and then replace it with the CD that has my
image on it.
I used Partition Magic to format and partition the drive on the target.
Here are the steps I take:

Using Partition magic, I create a single 20Gb partition that is primary and
active. I format it as FAT32. I then run bootprep on it. I reboot into
winpe, replace the winpe CD with my image CD and xcopy the files.

I deploy pre-FBA. After I xcopy the files on the target, I reboot and FBA
runs.
Yes, I do build in TD to a network share. Since I do not have a CD writer
on my development machine, I need to use a third machine to write the image
to a CD. That is why I build to a network share. Is there a better way to
deploy?

I e-mailed you my full FBA log. Thanks so much for the help!!

KM said:
Dan,

What OS do you use on target to xcopy files from CD to local drive?
What tools you used to partition and format the drive there?
Do you deploy pre-FBA or post-FBA (after your test dev machine) image to the target?

Can you show us the entire FBALog.txt file?

Also read this tip to understand the drive letter assigments on XPe:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx

--
Regards,
KM

PS. Do you really build in TD to a network share??
Scott,

Thanks for the quick response.

I built the image on my development machine and set the destination to a
network share. I then went to another machine where I copied the files from
the network share to a CD. On my target machine, I copied the files from the
CD to the C: drive using this command:

xcopy32 D:\*.* C:\ /s /e /h /v

I will check to make sure all the files got copied.

Dan

:

DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg

I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and
I
get errors after reboot. I have changed all target device settings from
D:
to C: There are many errors in my FBA Log but I do not know how to fix
them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll
(Error:
0x8000ffff)

Thanks,

Dan
 
G

Guest

I downloaded xxcopy and put it on my CD. When I boot into winpe, it hangs
when I run xxcopy. I had this same problem with xcopy and had to use
xcopy32. Am I doing something wrong?

KM said:
Dan,

Your process looks ok to me.

In your FBALog file I see too many unrelated errors. Which tells me you may not copy the image properly (integrity problem).

I'd recommend you to use another tool instead of xcopy. Robocopy or xxcopy will do that better. Also, you can have a verification
switch added for the copying with those tools.
(I am not positive that /V switch of xcopy does its job correctly)

Or, if possible, take out the hard driver from the target machine. Plug it in the dev machine and copy all the files there.
(but still, partitioning and formatting better be done on target with WinPE)

For the network share I was just wondering if you do the TD builds directly there - maybe just too slow. But never mind since it
works for you.

--
Regards,
KM

On the target I boot using winpe and then replace it with the CD that has my
image on it.
I used Partition Magic to format and partition the drive on the target.
Here are the steps I take:

Using Partition magic, I create a single 20Gb partition that is primary and
active. I format it as FAT32. I then run bootprep on it. I reboot into
winpe, replace the winpe CD with my image CD and xcopy the files.

I deploy pre-FBA. After I xcopy the files on the target, I reboot and FBA
runs.
Yes, I do build in TD to a network share. Since I do not have a CD writer
on my development machine, I need to use a third machine to write the image
to a CD. That is why I build to a network share. Is there a better way to
deploy?

I e-mailed you my full FBA log. Thanks so much for the help!!

KM said:
Dan,

What OS do you use on target to xcopy files from CD to local drive?
What tools you used to partition and format the drive there?
Do you deploy pre-FBA or post-FBA (after your test dev machine) image to the target?

Can you show us the entire FBALog.txt file?

Also read this tip to understand the drive letter assigments on XPe:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx

--
Regards,
KM

PS. Do you really build in TD to a network share??

Scott,

Thanks for the quick response.

I built the image on my development machine and set the destination to a
network share. I then went to another machine where I copied the files from
the network share to a CD. On my target machine, I copied the files from the
CD to the C: drive using this command:

xcopy32 D:\*.* C:\ /s /e /h /v

I will check to make sure all the files got copied.

Dan

:

DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg

I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and
I
get errors after reboot. I have changed all target device settings from
D:
to C: There are many errors in my FBA Log but I do not know how to fix
them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll
(Error:
0x8000ffff)

Thanks,

Dan
 
K

KM

DK,

This may happen because you are swapping CDs (WinPE and your own data CD) while running the tools.

Any chance for you to map a network share while running under WinPE? Then you can download everything over network and you don't
have to touch the system running CD (WinPE).

--
Regards,
KM

I downloaded xxcopy and put it on my CD. When I boot into winpe, it hangs
when I run xxcopy. I had this same problem with xcopy and had to use
xcopy32. Am I doing something wrong?

KM said:
Dan,

Your process looks ok to me.

In your FBALog file I see too many unrelated errors. Which tells me you may not copy the image properly (integrity problem).

I'd recommend you to use another tool instead of xcopy. Robocopy or xxcopy will do that better. Also, you can have a verification
switch added for the copying with those tools.
(I am not positive that /V switch of xcopy does its job correctly)

Or, if possible, take out the hard driver from the target machine. Plug it in the dev machine and copy all the files there.
(but still, partitioning and formatting better be done on target with WinPE)

For the network share I was just wondering if you do the TD builds directly there - maybe just too slow. But never mind since it
works for you.

--
Regards,
KM

On the target I boot using winpe and then replace it with the CD that has my
image on it.
I used Partition Magic to format and partition the drive on the target.
Here are the steps I take:

Using Partition magic, I create a single 20Gb partition that is primary and
active. I format it as FAT32. I then run bootprep on it. I reboot into
winpe, replace the winpe CD with my image CD and xcopy the files.

I deploy pre-FBA. After I xcopy the files on the target, I reboot and FBA
runs.
Yes, I do build in TD to a network share. Since I do not have a CD writer
on my development machine, I need to use a third machine to write the image
to a CD. That is why I build to a network share. Is there a better way to
deploy?

I e-mailed you my full FBA log. Thanks so much for the help!!

:

Dan,

What OS do you use on target to xcopy files from CD to local drive?
What tools you used to partition and format the drive there?
Do you deploy pre-FBA or post-FBA (after your test dev machine) image to the target?

Can you show us the entire FBALog.txt file?

Also read this tip to understand the drive letter assigments on XPe:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx

--
Regards,
KM

PS. Do you really build in TD to a network share??

Scott,

Thanks for the quick response.

I built the image on my development machine and set the destination to a
network share. I then went to another machine where I copied the files from
the network share to a CD. On my target machine, I copied the files from the
CD to the C: drive using this command:

xcopy32 D:\*.* C:\ /s /e /h /v

I will check to make sure all the files got copied.

Dan

:

DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg

I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and
I
get errors after reboot. I have changed all target device settings from
D:
to C: There are many errors in my FBA Log but I do not know how to fix
them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll
(Error:
0x8000ffff)

Thanks,

Dan
 
G

Guest

KM,

I am not able to map a network share. I was able to get the files copied by
installing the hard drive in my development machine. The image boots up
without errors!! Thank you so much for your help.

Dan

KM said:
DK,

This may happen because you are swapping CDs (WinPE and your own data CD) while running the tools.

Any chance for you to map a network share while running under WinPE? Then you can download everything over network and you don't
have to touch the system running CD (WinPE).

--
Regards,
KM

I downloaded xxcopy and put it on my CD. When I boot into winpe, it hangs
when I run xxcopy. I had this same problem with xcopy and had to use
xcopy32. Am I doing something wrong?

KM said:
Dan,

Your process looks ok to me.

In your FBALog file I see too many unrelated errors. Which tells me you may not copy the image properly (integrity problem).

I'd recommend you to use another tool instead of xcopy. Robocopy or xxcopy will do that better. Also, you can have a verification
switch added for the copying with those tools.
(I am not positive that /V switch of xcopy does its job correctly)

Or, if possible, take out the hard driver from the target machine. Plug it in the dev machine and copy all the files there.
(but still, partitioning and formatting better be done on target with WinPE)

For the network share I was just wondering if you do the TD builds directly there - maybe just too slow. But never mind since it
works for you.

--
Regards,
KM


On the target I boot using winpe and then replace it with the CD that has my
image on it.
I used Partition Magic to format and partition the drive on the target.
Here are the steps I take:

Using Partition magic, I create a single 20Gb partition that is primary and
active. I format it as FAT32. I then run bootprep on it. I reboot into
winpe, replace the winpe CD with my image CD and xcopy the files.

I deploy pre-FBA. After I xcopy the files on the target, I reboot and FBA
runs.
Yes, I do build in TD to a network share. Since I do not have a CD writer
on my development machine, I need to use a third machine to write the image
to a CD. That is why I build to a network share. Is there a better way to
deploy?

I e-mailed you my full FBA log. Thanks so much for the help!!

:

Dan,

What OS do you use on target to xcopy files from CD to local drive?
What tools you used to partition and format the drive there?
Do you deploy pre-FBA or post-FBA (after your test dev machine) image to the target?

Can you show us the entire FBALog.txt file?

Also read this tip to understand the drive letter assigments on XPe:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx

--
Regards,
KM

PS. Do you really build in TD to a network share??

Scott,

Thanks for the quick response.

I built the image on my development machine and set the destination to a
network share. I then went to another machine where I copied the files from
the network share to a CD. On my target machine, I copied the files from the
CD to the C: drive using this command:

xcopy32 D:\*.* C:\ /s /e /h /v

I will check to make sure all the files got copied.

Dan

:

DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg

I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and
I
get errors after reboot. I have changed all target device settings from
D:
to C: There are many errors in my FBA Log but I do not know how to fix
them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll
(Error:
0x8000ffff)

Thanks,

Dan
 
K

KM

Dan,

I am glad that worked for you.

Sometimes deployments with XPe is a hassle.
Please feel free to send your comments to Product Team http://msdn.microsoft.com/embedded/community/community/feedback/feedxp.

--
Regards,
KM

KM,

I am not able to map a network share. I was able to get the files copied by
installing the hard drive in my development machine. The image boots up
without errors!! Thank you so much for your help.

Dan

KM said:
DK,

This may happen because you are swapping CDs (WinPE and your own data CD) while running the tools.

Any chance for you to map a network share while running under WinPE? Then you can download everything over network and you don't
have to touch the system running CD (WinPE).

--
Regards,
KM

I downloaded xxcopy and put it on my CD. When I boot into winpe, it hangs
when I run xxcopy. I had this same problem with xcopy and had to use
xcopy32. Am I doing something wrong?

:

Dan,

Your process looks ok to me.

In your FBALog file I see too many unrelated errors. Which tells me you may not copy the image properly (integrity problem).

I'd recommend you to use another tool instead of xcopy. Robocopy or xxcopy will do that better. Also, you can have a
verification
switch added for the copying with those tools.
(I am not positive that /V switch of xcopy does its job correctly)

Or, if possible, take out the hard driver from the target machine. Plug it in the dev machine and copy all the files there.
(but still, partitioning and formatting better be done on target with WinPE)

For the network share I was just wondering if you do the TD builds directly there - maybe just too slow. But never mind since
it
works for you.

--
Regards,
KM


On the target I boot using winpe and then replace it with the CD that has my
image on it.
I used Partition Magic to format and partition the drive on the target.
Here are the steps I take:

Using Partition magic, I create a single 20Gb partition that is primary and
active. I format it as FAT32. I then run bootprep on it. I reboot into
winpe, replace the winpe CD with my image CD and xcopy the files.

I deploy pre-FBA. After I xcopy the files on the target, I reboot and FBA
runs.
Yes, I do build in TD to a network share. Since I do not have a CD writer
on my development machine, I need to use a third machine to write the image
to a CD. That is why I build to a network share. Is there a better way to
deploy?

I e-mailed you my full FBA log. Thanks so much for the help!!

:

Dan,

What OS do you use on target to xcopy files from CD to local drive?
What tools you used to partition and format the drive there?
Do you deploy pre-FBA or post-FBA (after your test dev machine) image to the target?

Can you show us the entire FBALog.txt file?

Also read this tip to understand the drive letter assigments on XPe:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx

--
Regards,
KM

PS. Do you really build in TD to a network share??

Scott,

Thanks for the quick response.

I built the image on my development machine and set the destination to a
network share. I then went to another machine where I copied the files from
the network share to a CD. On my target machine, I copied the files from the
CD to the C: drive using this command:

xcopy32 D:\*.* C:\ /s /e /h /v

I will check to make sure all the files got copied.

Dan

:

DK,

I had a similar problem once when I copied the files from my development
system to my target. How did you copy/move your built image (files) from
your development system to the target? Could your method not copied all of
the files??

Scott Figg

I am having trouble deploying my image. The image works fine on my
development machine which has 2 partitions, one for XPE tools and one to
deploy and test the XPE image. When I deploy my image to another machine
with a single C: partition I run into many problems, no apps will run and
I
get errors after reboot. I have changed all target device settings from
D:
to C: There are many errors in my FBA Log but I do not know how to fix
them.
Here are some of the errors from the log:

4:42:47 - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6

4:43:11 - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(CreateProcess Error: 0x36b1)

4:44:11 - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217, Device: SIIG CyberPro 2S PCI board

4:44:20 - [InstallEnumeratedDevices] SetupDiCallClassInstaller Error:
0xe000020d

4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [DVD/CD-ROM drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Disk drives]
4:44:37 - [LegacyInstallThread] SetupDiCallClassInstaller Error:
0xe000020d, Class: [Ports (COM & LPT)]

4:45:25 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\gptext.dll)
(Error: 0x36b1)
4:45:26 - [FBACallEntryPoint] LoadLibrary(C:\WINDOWS\system32\els.dll)
(Error: 0x36b1)

4:45:37 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\fontext.dll)
(Error: 0x45a)

4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\eventcls.dll
(Error: 0x8000ffff)
4:45:40 - [FBARegQueue: DllInstall] C:\WINDOWS\system32\swprv.dll
(Error:
0x8000ffff)

Thanks,

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top