EWF problem on 512MB SANDISK CF

R

robycort

I've a problem with RAM EWF on 512 MB sandisk CF.
When system reboot, EWF not work.
Here there is the fbalog.txt:

23:12:31 PM - [FBADoReboot] Exiting process...
23:13:19 PM - ConfigureEwf() Start.

23:13:19 PM - Getting EWF config parameters from registry.

23:13:19 PM - Non El Torito disk configuration.

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

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

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

23:13:20 PM - Enable= Disabled, Optimize= 0, LazyWrite= N.

23:13:21 PM - Found 1 Hard Disks.

23:13:21 PM - Disk #0 layout info:

23:13:21 PM - PRIMARY partition,start=0x0000000000007e00,
len=0x000000001a3ce200, type= 6

23:13:22 PM - PRIMARY partition,start=0x000000001a3d6000,
len=0x0000000003c0c000, type= 6

23:13:22 PM - FREE partition,start=0x000000001dfe2000,
len=0x00000000008dc000, type= 0

23:13:22 PM - Allocating EWF in PRIMARY partition,
start=0x000000001dfe2000, len=0x000000000000fc00.

23:13:23 PM - Created EWF partition on Disk = 0, partition = 3,size
= 0x000000000000fc00 .

23:13:23 PM - ewfOpen.

23:13:24 PM - ewfOpen returned invalid file handle.

23:13:24 PM - Deleting EWF Partition #3, disk#=0, type=69

23:13:25 PM - ConfigureEwf() End, status = 0x2.

23:13:25 PM - [CallEntryPointThread] C:\WINDOWS\system32\ewfdll.dll,
ConfigureEwf (Error: 0x2)
23:13:26 PM - [FBASetProgressText] Resetting Setup Flag...
23:13:38 PM - [FBADoReboot] Sleeping...
23:13:48 PM - [FBADoReboot] Rebooting system...

- I have three partitions ( 400MB(primary) - 60 MB(primary) - about 8
MB(free) )
- I've run the sandisk utility to set the flash as "Local disk".
- The CF is marked as SDCFB-512-101-80.

The problem is that THE SAME IMAGE, on a 384 MB sandisk CF, work
correctly, and ewf is OK!
( I've built the image on a 384MB CF marked as SDCFB-384-201-80, and
on a CF marked as SDCFB-384-101-80 , and both work correctly)


My question is: why EWF works correctly on the 384MB flash and not on
the 512MB?

Thank you very much.
roberto.
 
K

KM

roberto,

According to your log you are trying to protect only one partition using EWF
RAM overlay.
Then you can use Slobodan's component
http://www.xpefiles.com/a_file.cfm?custid=Components&fileid=ramewf.zip&groupName=Other
to eliminate the need for EWF configuration partition and thus avoid any
related errors.

In your particular case it might happen that an old EWF partition was there
on the 512 card. Have you used etprep before copying the image
to CF? Or just delete the partition (use diskpart, e.g.) manually.
Here you'll find more info on the problem:
http://groups.google.com/[email protected]#link22

KM
I've a problem with RAM EWF on 512 MB sandisk CF.
When system reboot, EWF not work.
Here there is the fbalog.txt:

23:12:31 PM - [FBADoReboot] Exiting process...
23:13:19 PM - ConfigureEwf() Start.

23:13:19 PM - Getting EWF config parameters from registry.

23:13:19 PM - Non El Torito disk configuration.

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

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

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

23:13:20 PM - Enable= Disabled, Optimize= 0, LazyWrite= N.

23:13:21 PM - Found 1 Hard Disks.

23:13:21 PM - Disk #0 layout info:

23:13:21 PM - PRIMARY partition,start=0x0000000000007e00,
len=0x000000001a3ce200, type= 6

23:13:22 PM - PRIMARY partition,start=0x000000001a3d6000,
len=0x0000000003c0c000, type= 6

23:13:22 PM - FREE partition,start=0x000000001dfe2000,
len=0x00000000008dc000, type= 0

23:13:22 PM - Allocating EWF in PRIMARY partition,
start=0x000000001dfe2000, len=0x000000000000fc00.

23:13:23 PM - Created EWF partition on Disk = 0, partition = 3,size
= 0x000000000000fc00 .

23:13:23 PM - ewfOpen.

23:13:24 PM - ewfOpen returned invalid file handle.

23:13:24 PM - Deleting EWF Partition #3, disk#=0, type=69

23:13:25 PM - ConfigureEwf() End, status = 0x2.

23:13:25 PM - [CallEntryPointThread] C:\WINDOWS\system32\ewfdll.dll,
ConfigureEwf (Error: 0x2)
23:13:26 PM - [FBASetProgressText] Resetting Setup Flag...
23:13:38 PM - [FBADoReboot] Sleeping...
23:13:48 PM - [FBADoReboot] Rebooting system...

- I have three partitions ( 400MB(primary) - 60 MB(primary) - about 8
MB(free) )
- I've run the sandisk utility to set the flash as "Local disk".
- The CF is marked as SDCFB-512-101-80.

The problem is that THE SAME IMAGE, on a 384 MB sandisk CF, work
correctly, and ewf is OK!
( I've built the image on a 384MB CF marked as SDCFB-384-201-80, and
on a CF marked as SDCFB-384-101-80 , and both work correctly)


My question is: why EWF works correctly on the 384MB flash and not on
the 512MB?

Thank you very much.
roberto.
 
R

robycort

There isn't old EWF partition in my CF. I've created partitions with
Partition magic, and I've tried 10 times, and evry time i've deleted
all partitions on my CF.


KM said:
roberto,

According to your log you are trying to protect only one partition using EWF
RAM overlay.
Then you can use Slobodan's component
http://www.xpefiles.com/a_file.cfm?custid=Components&fileid=ramewf.zip&groupName=Other
to eliminate the need for EWF configuration partition and thus avoid any
related errors.

In your particular case it might happen that an old EWF partition was there
on the 512 card. Have you used etprep before copying the image
to CF? Or just delete the partition (use diskpart, e.g.) manually.
Here you'll find more info on the problem:
http://groups.google.com/[email protected]#link22

KM
I've a problem with RAM EWF on 512 MB sandisk CF.
When system reboot, EWF not work.
Here there is the fbalog.txt:

23:12:31 PM - [FBADoReboot] Exiting process...
23:13:19 PM - ConfigureEwf() Start.

23:13:19 PM - Getting EWF config parameters from registry.

23:13:19 PM - Non El Torito disk configuration.

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

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

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

23:13:20 PM - Enable= Disabled, Optimize= 0, LazyWrite= N.

23:13:21 PM - Found 1 Hard Disks.

23:13:21 PM - Disk #0 layout info:

23:13:21 PM - PRIMARY partition,start=0x0000000000007e00,
len=0x000000001a3ce200, type= 6

23:13:22 PM - PRIMARY partition,start=0x000000001a3d6000,
len=0x0000000003c0c000, type= 6

23:13:22 PM - FREE partition,start=0x000000001dfe2000,
len=0x00000000008dc000, type= 0

23:13:22 PM - Allocating EWF in PRIMARY partition,
start=0x000000001dfe2000, len=0x000000000000fc00.

23:13:23 PM - Created EWF partition on Disk = 0, partition = 3,size
= 0x000000000000fc00 .

23:13:23 PM - ewfOpen.

23:13:24 PM - ewfOpen returned invalid file handle.

23:13:24 PM - Deleting EWF Partition #3, disk#=0, type=69

23:13:25 PM - ConfigureEwf() End, status = 0x2.

23:13:25 PM - [CallEntryPointThread] C:\WINDOWS\system32\ewfdll.dll,
ConfigureEwf (Error: 0x2)
23:13:26 PM - [FBASetProgressText] Resetting Setup Flag...
23:13:38 PM - [FBADoReboot] Sleeping...
23:13:48 PM - [FBADoReboot] Rebooting system...

- I have three partitions ( 400MB(primary) - 60 MB(primary) - about 8
MB(free) )
- I've run the sandisk utility to set the flash as "Local disk".
- The CF is marked as SDCFB-512-101-80.

The problem is that THE SAME IMAGE, on a 384 MB sandisk CF, work
correctly, and ewf is OK!
( I've built the image on a 384MB CF marked as SDCFB-384-201-80, and
on a CF marked as SDCFB-384-101-80 , and both work correctly)


My question is: why EWF works correctly on the 384MB flash and not on
the 512MB?

Thank you very much.
roberto.
 
H

Heidi Linda eMVP

There isn't old EWF partition in my CF. I've created partitions with
Partition magic, and I've tried 10 times, and evry time i've deleted
all partitions on my CF.
It looks like it's trying to create the EWF partition in the second
primary partition, which is why it's failing. EWF seems to go for the
first partition or amount of free space after the partition you're
creating. Am I right in thinking you've got primary partition, primary
partition, free space on the drive?
Assuming it's the first primary partition you're protecting, what
happens if you leave the free space after that partition and before the
second partition - you might have to create a small partition and then
delete it to achieve this. Alternatively, would it be possible for you
to boot from the second partition and protect that (this is what I do)
rather than booting from the first one - you shouldn't have a problem
then and the EWF partition would be created in the free space after the
protected drive.
 

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