2 votes

WIM2VHD échoue avec "Cannot derive Volume GUID from mount point".

J'essaie d'utiliser WIM2VHD selon les instructions de Scott Hanselman. article de blog pour créer une image VHD Sysprepped pour démarrer. J'ai installé le WAIK, et j'ai mes sources Windows 7 montées comme un lecteur virtuel.

Quand j'essaie d'exécuter WIM2VHD comme ceci :

cscript WIM2VHD.wsf /wim:F:\sources\install.wim /sku:Ultimate /vhd:E:\WindowsSeven.vhd /size:30721

J'obtiens le journal suivant :

Log for WIM2VHD 6.1.7600.0 on 11/2/2009 at 10:51:18.16
Copyright (C) Microsoft Corporation. All rights reserved.

MACHINE INFO:
    Build=7600
    Platform=x86fre
    OS=Windows 7 Ultimate
    ServicePack=
    Version=6.1
    BuildLab=win7_rtm
    BuildDate=090713-1255
    Language=en-ZA

INFO: Looking for IMAGEX.EXE...
INFO: Looking for BCDBOOT.EXE...
INFO: Looking for BCDEDIT.EXE...
INFO: Looking for REG.EXE...
INFO: Looking for DISKPART.EXE...
INFO: Session key is E01E1ED7-C197-4814-BDE4-43B73E14FCC4
INFO: Inspecting the WIM...
INFO: Configuring and formatting the VHD...
*******************************************************************************
Error: 0: Cannot derive Volume GUID from mount point.
*******************************************************************************
INFO: Unmounting the VHD due to error...
WARNING: In order to help resolve the issue, temporary files have
not been deleted.  They are in:
C:\Users\Jacob\AppData\Local\Temp\WIM2VHD.WSF\E01E1ED7-C197-4814-BDE4-43B73E14FCC4
*emphasized text*Summary:  Errors: 1, Warnings: 1, Successes: 0
INFO: Done.

Des idées ?

0voto

drizzt Points 129

Veuillez modifier votre ligne de commande comme suit :

cscript WIM2VHD.wsf /wim : F:\sources\install.wim /sku:Ultimate /vhd : E:\WindowsSeven.vhd /taille:30721 /trace:true

et afficher le contenu du fichier journal. J'espère que cela m'aidera à comprendre ce qui se passe.

0voto

scott-pascoe Points 221

Vous pouvez résoudre le problème en ajoutant /classicmount:true à votre ligne de commande.

cscript WIM2VHD.wsf /classicmount:true /wim:F:\sources\install.wim /sku:Ultimate /vhd:E:\WindowsSeven.vhd /size:30721

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X