Error after sysprep
-
Hi.
I’m preparing an image (w7). I follow this tuto: [url]http://www.fogproject.org/wiki/index.php/What_do_I_have_to_do_to_an_image_before_uploading%3F[/url]
[SIZE=4][B] [/B][/SIZE]
[QUOTE]
[SIZE=4][B]Windows Vista and Windows 7[/B][/SIZE]Right before uploading the image the MountedDevices registry key must be cleared. If it is not, the master image and subsequent deploys will result in this problem: [URL=‘http://www.fogproject.org/wiki/index.php/Vista_Image_says_0xc000000e_\windows\system32\winload.exe_can_not_be_loaded’]Vista Image says 0xc000000e \windows\system32\winload.exe can not be loaded[/URL]
This can be accomplished by [I]any [U]one[/U][/I] of the following methods:
[LIST=1]
[]use Sysprep with the /generalize switch
[]run [URL=‘http://www.fogproject.org/wiki/index.php?title=FOGprep&action=edit&redlink=1’]FOGprep[/URL].exe
[]manually delete the ??\volume{…} keys in the registry under “HKLM\SYSTEM\MountedDevices”
[]run the following from an administrator’s console:
[/LIST]
bcdedit /set {bootmgr} device boot
bcdedit /set {default} device boot
bcdedit /set {default} osdevice boot
[/QUOTE]I use fog 1.1.2 so i don’t use 2 and 3.
1.I use sysprep with option (oobe, generalize and quit). All it’s ok.
2.I want to use cmd admin for bcdedit (Just a question, can we explain the role of the three orders?).
[U]In admin[/U]:
[IMG]http://image.noelshack.com/fichiers/2015/15/1428398729-cmd-erreur.png[/IMG]
Error.[U]Without admin[/U]:
[IMG]http://image.noelshack.com/fichiers/2015/15/1428398720-cmd-sans-admin.png[/IMG]Ok but i need admin for bcdedit, so don’t run.
What is my problem ?
Use bcdedit, and after use sysprep ?
-
You shouldn’t need to bcdedit because that’s what Sysprep+Generalize does.
-
Ok cool, thank