K2000 Apply UEFI Partitions fails with Return Code 1
Hi
We have K2000 v3.6 and a Win 7 x64 .WIM image. The image was taken off a computer with UEFI bios.
The System Image deployment has been set with the followings:
Run Preinstallation Tasks:
- Create UEFI Partitions
Run Mid-Level Tasks:
- Apply UEFI Partitions
When we get to run the System Image deployment, the process bombs out at Apply UEFI Partitions with the following error:
Task ID: 10
Task Name: Apply UEFI Partitions
Return Code: 1
Error Description: Unknown error.
I have been trying to find out where I can find the error log with more informative message, the System Maintenance log files from K2000 doesn't seem to contain anything related to this error.
Where should I look for the debug error file? or does soomeone know how to decrypt this not so useful error message?
Thank you
Answers (2)
1. Can you include a screen shot of the drives you captured, either the image file browser if its a k-image or a screenshot of the \\ikbox\peinst\wim\id#\ share, if it was a wim ?
2. It sounds like it failed to edit the bcd file, which may simply be due to the fact that, it doesn't exist, i.e. if -- S: wasn't captured as part of the deployment, then it wasn't restored and \bcd doesnt exist to be edited.
3. you could try:
bcdboot c:\windows /s s: /f UEFI
assuming c: is windows partition
and make sure you run that bcdboot cmd from a winpe 5 based KBE or it will fail.
then run:
bcdedit /store S:\efi\microsoft\boot\bcd /set {bootmgr} device partition=s:bcdedit /store S:\efi\microsoft\boot\bcd /set {memdiag} device partition=s:bcdedit /store S:\efi\microsoft\boot\bcd /set {default} device partition=c:bcdedit /store S:\efi\microsoft\boot\bcd /set {default} osdevice partition=c:Bcdedit /store S:\efi\microsoft\boot\bcd /set {FWbootmgr} displayorder {Bootmgr} /addfirst
I have uploaded screenshots below:
http://imgur.com/wFbo6AX
http://imgur.com/KK5zXqc
http://imgur.com/wVM6Wcd
I'm still researching about the error above.
thanks! - cpurn 10 years ago
I created a USB boot environment from the image because this is a UEFI image and boot off the USB to apply the image. The USB was formatted with fat32.
is this an issue related to the usb flashdrive? - cpurn 10 years ago
I will try this and provide feedback here, we have a public holiday on Monday so I will post by Tuesday (AEST). thanks again - cpurn 10 years ago
--
assuming c: is windows partition
and make sure you run that bcdboot cmd from a winpe 5 based KBE or it will fail.
---
winpe5 based KBE - I read this as not to use the current usb flash for UEFI? if I only have Win7 which I understand is NOT winpe5 environment? - cpurn 10 years ago
I am still very new to how the whole image process works so it be very helpful if you can provide me step by step what to look for. Log files explaining what the program is?
Thanks. - kkullot 6 years ago
Step 2A at the bottom doesn't have a file at the end of document to download that I can see. Any other ideas? - kkullot 6 years ago