Surface Pro 4 Image Capture
-
@Psycholiquid My hope is that it will be unneeded in the future, though I don’t know when that will be.
The reason I’m not making it a checkbox is because it’s essentially going to be deprecated the moment 1.3.0 releases. Adding it is not difficult or out of scope but for the few cases where has_usb_nic is actually required I don’t think warrants such a large scale change. Especially considering that not ALL USB PXE Nic’s require the has_usb_nic setting.
-
@Tom-Elliott Understood.
When I am uploading no matter how I do it, the image is coming back as uncleanly mounted.
I tried with and without sysrepping it. I did run Disk Scan before on both runs tand rebooted twice before trying to upload the image. Wondering if the partitioning auto fix is causing the issue:
-
Trying a few different options such as single disk not re-sizable to see if that makes a difference
-
-
@Tom-Elliott I did not, I’ll give that a try
-
@Tom-Elliott Nope no dice.
-
Gonna try turning off quickboot options. I am reading that can cause this issue.
-
@Psycholiquid what target OS? If you use the shutdown switch when sysprep it should cleanly close the disk. The other fix would be to sysprep then reboot into a pxe boot. On win10 shutdown is more like enhanced sleep than a power off
-
ok tried teh powercfg -f off and turning off the quick boot options. Made sure the hibernation file was gone also. No dice, gonna try and upload it before hitting OOBE and see what happens.
-
@Psycholiquid Upload before hitting OOBE?
-
@Tom-Elliott yeah I am wondering if it has something to do with audit mode. I have seen it do this before. Not completely sure why.
-
@Psycholiquid I don’t know what you mean by “upload before hitting OOBE?”
You’re sysprepping the system, letting it boot a little bit first, THEN uploading the image?
-
@Tom-Elliott Nope, I have it in audit mode, then I run my script (Unattend.xml) and once it goes down and comes back to the “BIOS” I push it into network boot to capture the image
This way when a computer comes up form being imaged it thinks it is the first time it boot. Like all the major OEMs do it
-
@Psycholiquid That’s where I was lost. That’s how you’re supposed to do it.
-
Yeah, but for some reason it is making the partition dirty, cant figure out why though. It did this to me before and I was finally able to get past it after a few reboots and disk checks, but this time it isnt working. Gonna work at it some and report back
-
@Psycholiquid as far as this thread is concerned, is the issue of not able to capture the image solved? I know what you are capturing is not working but at this time you can capture.
-
@george1421 Yeah I would say it is technically working, the issue I am having with with the PC not the capture process.
-
@Tom-Elliott said in Surface Pro 4 Image Capture:
@Psycholiquid Did you disable hibernate in the image?
Open CMD:
Run:
powercfg -h off
The command should be run in an elevated command prompt, and is
powercfg.exe /H off
so please try that, reboot twice, and then try to upload. -
@Wayne-Workman Yeah I always run CMD as elevated. It didnt help. It is the EFI boot partition that is giving the error. I am trying a clean install this morning without sysprep to see if it will upload. Then I will work up from there to see where the disconnect is happening. This is kinda weird on partclone’s part. I can see why they check but like George said in another post there should be a way to ignore it since windows 10 will have this alot.
-
Just an update, reinstalled fresh copy of Windows 10 for Surface and it uploads jsut fine it has something to do with the audit mode, as soon as I put it in audit mode it marks that partition as dirty. As to why I am not sure but that is what is happening.