Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Embedded

Notices

Reply

FBA Rebooting when trying to use EWF

 

LinkBack Thread Tools Display Modes
Old 12-20-2006, 02:00 PM   #1 (permalink)
Default FBA Rebooting when trying to use EWF

Here is what is going on. I am testing the capabilities of EWF/HORM
with a hard drive before I spend money on a CF card. I am using XPe SP2
with FP2007.

After getting the target information and importing it into Target
Designer, I added the bare minimum components to have a functional XPe
GUI Desktop.

Deploying the image is done using the Windows PE environment to mount a
network share and install the image using the command sdimgr
z:\blah.sdi /writedisk:0 /yes

Tested that, worked fine. No problems with FBA entering a reboot loop.

I add in the EWF components so that I can test EWF functionality. FBA
goes through its steps normally and reboots as it should. When the
system boots back up XP Splash Shows up, then the Reset Setup Flag
shows, then reboot. This continues indefinitely.

The only difference between my known good configuration and is the
change from NT Loader to the EWF NT Loader and the inclusion of the
other EWF Components.


boot.ini:

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP
Embedded" /fastdetect /noexecute=AlwaysOff

WERUNTIME.ini:

[RunTimeID]
RunTimeGUID={1D962156-8711-436D-B0A5-F55CAF002114}
RunTimePID=J9KHQ-38HJ3-9CKJG-GFRB6-XMXDY
RunTimeSKUCode=XPeCli
RunTimeOEMRev=
WEBuildDate=12/20/2006 1:21:51 PM
DeviceModel={00000000-0000-0000-0000-000000000000}
DeviceRole=0
DeviceSerial=
DeviceLicense=

mykeaster
Guest
 
Posts: n/a
Reply With Quote  
Old 12-20-2006, 02:44 PM   #2 (permalink)
Default Re: FBA Rebooting when trying to use EWF

Some more information:

EWF Volume Configuration:
Number of Protected Volumes 1
Maximum Number of Overlay Levels 1
EWF Partition Size in KBytes 0
Disable Background Disk Defragmentation checked
Enable Hibernate-Once-Resume-Many Mode (HORM) unchecked
Protected Volume # 1
Start EWF Enabled checked
Enable Lazy Write unchecked
Disk Number 0
Partition Number 1
Overlay Type RAM
Optimization Option = Optimal Performance

in C:\Windows\fba\fbalog.txt (I shutdown and installed the harddrive on
a different machine)
There were 3 errors:
(Paths are not exact quotes)

PNP Flag section of FBA
FBAApplySecurityStringToRegKet Regkeysecurity failed! error 0x6

Registering Components section of FBA
FBARegQueue: DllRegisterServer /path/to/activeds.dll error 0x80040154

Processing Runonce section of FBA
FBAApplySecurityStringToRegKet Regkeysecurity failed! error 0x6

mykeaster wrote:
Quote:
> Here is what is going on. I am testing the capabilities of EWF/HORM
> with a hard drive before I spend money on a CF card. I am using XPe SP2
> with FP2007.
>
> After getting the target information and importing it into Target
> Designer, I added the bare minimum components to have a functional XPe
> GUI Desktop.
>
> Deploying the image is done using the Windows PE environment to mount a
> network share and install the image using the command sdimgr
> z:\blah.sdi /writedisk:0 /yes
>
> Tested that, worked fine. No problems with FBA entering a reboot loop.
>
> I add in the EWF components so that I can test EWF functionality. FBA
> goes through its steps normally and reboots as it should. When the
> system boots back up XP Splash Shows up, then the Reset Setup Flag
> shows, then reboot. This continues indefinitely.
>
> The only difference between my known good configuration and is the
> change from NT Loader to the EWF NT Loader and the inclusion of the
> other EWF Components.
>
>
> boot.ini:
>
> [boot loader]
> timeout=0
> default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
> [operating systems]
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP
> Embedded" /fastdetect /noexecute=AlwaysOff
>
> WERUNTIME.ini:
>
> [RunTimeID]
> RunTimeGUID={1D962156-8711-436D-B0A5-F55CAF002114}
> RunTimePID=J9KHQ-38HJ3-9CKJG-GFRB6-XMXDY
> RunTimeSKUCode=XPeCli
> RunTimeOEMRev=
> WEBuildDate=12/20/2006 1:21:51 PM
> DeviceModel={00000000-0000-0000-0000-000000000000}
> DeviceRole=0
> DeviceSerial=
> DeviceLicense=
mykeaster
Guest
 
Posts: n/a
Reply With Quote  
Old 12-29-2006, 12:50 AM   #3 (permalink)
Default Re: FBA Rebooting when trying to use EWF

mykeaster,

Somehow EWF gets installed, configured and enabled before FBA is finished on your device.
I'd start EWF disabled and then manually enable it at run time to see if that is the cause of the problem.

Other FBA errors you mentioned don't seem to be relevant to the issue.

--
=========
Regards,
KM
Quote:
> Some more information:
>
> EWF Volume Configuration:
> Number of Protected Volumes 1
> Maximum Number of Overlay Levels 1
> EWF Partition Size in KBytes 0
> Disable Background Disk Defragmentation checked
> Enable Hibernate-Once-Resume-Many Mode (HORM) unchecked
> Protected Volume # 1
> Start EWF Enabled checked
> Enable Lazy Write unchecked
> Disk Number 0
> Partition Number 1
> Overlay Type RAM
> Optimization Option = Optimal Performance
>
> in C:\Windows\fba\fbalog.txt (I shutdown and installed the harddrive on
> a different machine)
> There were 3 errors:
> (Paths are not exact quotes)
>
> PNP Flag section of FBA
> FBAApplySecurityStringToRegKet Regkeysecurity failed! error 0x6
>
> Registering Components section of FBA
> FBARegQueue: DllRegisterServer /path/to/activeds.dll error 0x80040154
>
> Processing Runonce section of FBA
> FBAApplySecurityStringToRegKet Regkeysecurity failed! error 0x6
>
> mykeaster wrote:
Quote:
>> Here is what is going on. I am testing the capabilities of EWF/HORM
>> with a hard drive before I spend money on a CF card. I am using XPe SP2
>> with FP2007.
>>
>> After getting the target information and importing it into Target
>> Designer, I added the bare minimum components to have a functional XPe
>> GUI Desktop.
>>
>> Deploying the image is done using the Windows PE environment to mount a
>> network share and install the image using the command sdimgr
>> z:\blah.sdi /writedisk:0 /yes
>>
>> Tested that, worked fine. No problems with FBA entering a reboot loop.
>>
>> I add in the EWF components so that I can test EWF functionality. FBA
>> goes through its steps normally and reboots as it should. When the
>> system boots back up XP Splash Shows up, then the Reset Setup Flag
>> shows, then reboot. This continues indefinitely.
>>
>> The only difference between my known good configuration and is the
>> change from NT Loader to the EWF NT Loader and the inclusion of the
>> other EWF Components.
>>
>>
>> boot.ini:
>>
>> [boot loader]
>> timeout=0
>> default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
>> [operating systems]
>> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP
>> Embedded" /fastdetect /noexecute=AlwaysOff
>>
>> WERUNTIME.ini:
>>
>> [RunTimeID]
>> RunTimeGUID={1D962156-8711-436D-B0A5-F55CAF002114}
>> RunTimePID=J9KHQ-38HJ3-9CKJG-GFRB6-XMXDY
>> RunTimeSKUCode=XPeCli
>> RunTimeOEMRev=
>> WEBuildDate=12/20/2006 1:21:51 PM
>> DeviceModel={00000000-0000-0000-0000-000000000000}
>> DeviceRole=0
>> DeviceSerial=
>> DeviceLicense=
>

KM
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
only rebooting Dee Windows XP Accessibility 0 05-15-2004 10:55 PM
XP keeps rebooting DLC Windows XP Basics 8 11-19-2003 05:11 PM
XP Rebooting PC Kev Windows XP Setup 0 11-03-2003 12:02 PM
Rebooting itself Ivan Windows XP Embedded 1 10-21-2003 10:38 PM
Rebooting again... Alejandro Windows XP Hardware 0 09-29-2003 07:02 PM


All times are GMT. The time now is 06:43 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90