EWFMGR C: ERROR!!!

  • Thread starter Thread starter zwh
  • Start date Start date
Z

zwh

I have been working through the instructions in "Windows XP Embedded
Step by
Step" to make a bootable CD. After FBA completes on my build it asks
me to
run "ewfmgr c:" to see if Enhanced Write Filter was configured
properly.
When I do this I get the following response: "Failed getting protected
volume configuration with error 1."
the overlay type is RAM
I have know idea what error 1 is or where to go from here. Any ideas?
 
20:27:13 PM - ConfigureEwf() Start.

20:27:13 PM - Getting EWF config parameters from registry.

20:27:13 PM - Non El Torito disk configuration.

20:27:13 PM - EWF Partition Size = 0 (KBytes), Levels = 1, Volumes =
1.

20:27:13 PM - Protected Volume Config #0 :

20:27:13 PM - Disk= 0,Part= 1,DiskType= IDE,Type= RAM.

20:27:13 PM - Enable= Enabled, Optimize= 0, LazyWrite= N.

20:27:14 PM - Found 2 Hard Disks.

20:27:14 PM - Disk #0 layout info:

20:27:14 PM - PRIMARY partition,start=0x0000000000007e00,
len=0x000000002ba1b400, type= 7

20:27:14 PM - PRIMARY partition,start=0x000000002ba23200,
len=0x000000010d27ca00, type= 11

My FBALOG.TXT:

20:27:14 PM - EXTENDED partition,start=0x0000000138c9fc00,
len=0x0000000d17f0ea00, type= 15

20:27:14 PM - LOGICAL partition,start=0x0000000138c9fc00,
len=0x00000003a9e07200, type= 11

20:27:14 PM - LOGICAL partition,start=0x00000004e2aa6e00,
len=0x00000003a9e07200, type= 11

20:27:14 PM - LOGICAL partition,start=0x000000088c8ae000,
len=0x00000005c4300600, type= 11

20:27:14 PM - FREE partition,start=0x0000000e50bae600,
len=0x00000000007d8200, type= 0

20:27:14 PM - Can't create EWF partition size = 0x000000000000fc00 on
disk# 0.

20:27:14 PM - Disk #1 layout info:

20:27:14 PM - PRIMARY partition,start=0x0000000000007e00,
len=0x000000007d040000, type= 7

20:27:14 PM - EXTENDED partition,start=0x000000007d047e00,
len=0x0000001b756b0400, type= 15

20:27:14 PM - LOGICAL partition,start=0x000000007d047e00,
len=0x0000000dbab58200, type= 11

20:27:14 PM - LOGICAL partition,start=0x0000000e37ba0000,
len=0x0000000dbab58200, type= 11

20:27:14 PM - Can't create EWF partition size = 0x000000000000fc00 on
disk# 1.

20:27:14 PM - Failed to create EWF partition.

20:27:14 PM - ConfigureEwf() End, status = 0x80070057.
 
ewfmgr is failing because EWF could not be configured during FBA.

Verify that the disks have no more than three partitions. Because EWF
creates a temporary partition during FBA, there must be 1) Enough space on
the disk, and 2) no more than three partitions on the disk.

If you've run through FBA before and did not delete the EWF configuration
paritition, you must delete the EWF configuration partition. This can
sometimes prevent you from re-enabling EWF when running FBA again. This
will show up in the FBA log as "EWF returned an invalid file handle."

Taking a look at your FBA log, there are several problems. First one (if
you are creating a bootable CD) is the Non-El Torito Disk Configuration.
make sure you insert your PRE-FBA run-time image CD-ROM in the CD-ROM drive
when you run FBA. FBA will search for the eltorito.sys driver on the CD-ROM
drive and use that drive identification during FBA.

Also, EWF looks like it is starting enabled. FBA requires that EWF starts
DISABLED. Clear the "Start Enabled" check box in the Enhanced Write Filter
Component setting in Target Designer..

Hope this helps clear things up.

Dan



This posting is provided "AS IS" with no warranties, and confers no rights.
 
Thanks Dan simpson !


ewfmgr is failing because EWF could not be configured during FBA.

Verify that the disks have no more than three partitions. Because EWF
creates a temporary partition during FBA, there must be 1) Enough space on
the disk, and 2) no more than three partitions on the disk.

If you've run through FBA before and did not delete the EWF configuration
paritition, you must delete the EWF configuration partition. This can
sometimes prevent you from re-enabling EWF when running FBA again. This
will show up in the FBA log as "EWF returned an invalid file handle."

Taking a look at your FBA log, there are several problems. First one (if
you are creating a bootable CD) is the Non-El Torito Disk Configuration.
make sure you insert your PRE-FBA run-time image CD-ROM in the CD-ROM drive
when you run FBA. FBA will search for the eltorito.sys driver on the CD-ROM
drive and use that drive identification during FBA.

Also, EWF looks like it is starting enabled. FBA requires that EWF starts
DISABLED. Clear the "Start Enabled" check box in the Enhanced Write Filter
Component setting in Target Designer..

Hope this helps clear things up.

Dan



This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top