Windows 7 64bit client Sysvol backup 0 size

So, (finally) fixed the restore issue with the new restore CD (1.0). I hope it does boot. Next up, fixing the system-reserved partition selection.

Excellent, I will try it right away and tell you if it works for me. Thank you sir.

So close… I get to the blue screen that warns about having the drive you want to restore to in the system and it has an OK button. I hit enter and nothing. I can see a blinking cursor at the bottom left but if I keep hitting enter it is just advancing the screen up a line. Maybe I didn’t wait long enough as I would think it would be looking for the server at that point, idk.

Thanks for the info! Had the same problem on my laptop due to missing firmware for the broadcom wireless chip. Somehow all network access kernel methods hang if this firmware is missing.

I’ve updated (firmware included) the ISO-image in place.

If you still have problems could you switch to another virtual console (CTRL+ALT+F2) and enter “dmesg”? That’s where I saw it was missing firmware files.

I’ve improved the code to find system reserved volumes. If you want to help, can you run https://dl.dropboxusercontent.com/u/47056810/sysvol_test.exe and look if it selects the correct volume?

This is it’s report. Looks to have found the right sysvol however, I still have my partitions setup to be like an install from a Microsoft Win7 disk and not how it came from Dell. I will have to run it on a system that I haven’t already altered.

C:\Temp>sysvol_test
DEBUG: Filesystem. Vol="\?\Volume{7b88274e-c257-11e2-bb8d-806e6f6e6963}" Name=
“system reserved” Type=“ntfs” VPaths=0 Size=131567616
DEBUG: Bootable flag set for volume
DEBUG: Found potential candidate: \?\Volume{7b88274e-c257-11e2-bb8d-806e6f6e696
3}\ Score: 105
DEBUG: Filesystem. Vol="\?\Volume{2d27584b-c258-11e2-9a0e-806e6f6e6963}" Name=
“os” Type=“ntfs” VPaths=1 Size=127899521024
DEBUG: Filesystem is System partition. Skipping…
DEBUG: Filesystem. Vol="\?\Volume{da830951-eb2a-11e1-9843-806e6f6e6963}" Name=
“” Type="" VPaths=1 Size=-1
DEBUG: Bootable flag not set for volume
DEBUG: Selected volume \?\Volume{7b88274e-c257-11e2-bb8d-806e6f6e6963}
Found sysvol “\?\Volume{7b88274e-c257-11e2-bb8d-806e6f6e6963}” Path: “”
Trying to open SYSVOL(\?\Volume{7b88274e-c257-11e2-bb8d-806e6f6e6963})…
Successfully opened SYSVOL.

The restore from the new CD image worked. It did have a little issue at the end of the restore where it said there was an error reading and that it was retrying but laptop booted off the new drive without issue. Good work!

This is a sysvol_test from a machine that I have not altered the partitions on, using the new sysvol_test you had me download.

C:\Program Files\UrBackup>sysvol_test
DEBUG: Filesystem. Vol="\?\Volume{a235bc44-1d61-11e2-9f34-806e6f6e6963}" Name=
“recovery” Type=“ntfs” VPaths=0 Size=788525056
DEBUG: Bootable flag set for volume
DEBUG: Found potential candidate: \?\Volume{a235bc44-1d61-11e2-9f34-806e6f6e696
3}\ Score: 3
DEBUG: Filesystem. Vol="\?\Volume{a235bc45-1d61-11e2-9f34-806e6f6e6963}" Name=
“os” Type=“ntfs” VPaths=1 Size=249225539584
DEBUG: Filesystem is System partition. Skipping…
DEBUG: Filesystem. Vol="\?\Volume{a235bc48-1d61-11e2-9f34-806e6f6e6963}" Name=
“” Type="" VPaths=1 Size=-1
DEBUG: Bootable flag not set for volume
DEBUG: Selected volume \?\Volume{a235bc44-1d61-11e2-9f34-806e6f6e6963}
Found sysvol “\?\Volume{a235bc44-1d61-11e2-9f34-806e6f6e6963}” Path: “”
Trying to open SYSVOL(\?\Volume{a235bc44-1d61-11e2-9f34-806e6f6e6963})…
Successfully opened SYSVOL.

Thanks!

I’ve included the code in http://sourceforge.net/projects/urbackup/files/WorkInProgress/UrBackup%20Client%201.3-1.exe/download now.

Excellent, I’ll be trying it right away.

It’s working great with the new client version. Thank you Sir!