lantsing 发表于 2014-3-26 21:52:30

2012liub 发表于 2014-3-26 23:05:12

上一次用vhd装win8.1应该是去年的事情了吧,我记得也出现了什么显示无法安装。后来好像是直接硬盘安装,然后移到vhd解决了

2012GDFSHE 发表于 2014-3-27 15:21:24

你按以下网址教的试下,我也是用这方法做成功的
http://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1205898

lantsing 发表于 2014-3-27 17:55:42

xiuyueyuan2013 发表于 2014-3-27 21:22:12

直接把ISO镜像解压到硬盘,引导解压出来的bootmgr来安装试试看

lantsing 发表于 2014-3-27 22:42:19

yiwuyun 发表于 2014-3-28 18:22:12

试试下面的。
用dism解压install.wim到VHD中
如果VHD中没有\Windows\Panther目录,就建个这个目录,把下面的应答文件复制到\Windows\Panther目录下。

应答文件名为:unattend.xml

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="generalize">
      <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
      </component>
      <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <SkipRearm>1</SkipRearm>
      </component>
    </settings>
    <settings pass="specialize">
      <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ComputerName>*</ComputerName>
            <CopyProfile>true</CopyProfile>
            <RegisteredOrganization>SYZX</RegisteredOrganization>
            <RegisteredOwner>WUYUN</RegisteredOwner>
      </component>
      <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <RunAsynchronous>
                <RunAsynchronousCommand wcm:action="add">
                  <Description>Enable FirstLogon As Admin</Description>
                  <Path>reg add &quot;HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers&quot; /v &quot;%WINDIR%\Setup\Scripts\FirstLogon.cmd&quot; /t REG_SZ /d &quot;RUNASADMIN&quot; /f</Path>
                  <Order>3</Order>
                </RunAsynchronousCommand>
                <RunAsynchronousCommand wcm:action="add">
                  <Order>4</Order>
                  <Path>reg add &quot;HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers&quot; /v &quot;%WINDIR%\Setup\Scripts\setupcomplete.cmd&quot; /t REG_SZ /d &quot;RUNASADMIN&quot; /f</Path>
                  <Description>Comp Flags for setupcomplete.cmd</Description>
                </RunAsynchronousCommand>
            </RunAsynchronous>
      </component>
    </settings>
    <settings pass="oobeSystem">
      <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <AutoLogon>
                <Enabled>true</Enabled>
                <LogonCount>9999</LogonCount>
                <Username>Admin</Username>
            </AutoLogon>
            <OOBE>
                <SkipUserOOBE>true</SkipUserOOBE>
                <SkipMachineOOBE>true</SkipMachineOOBE>
                <ProtectYourPC>1</ProtectYourPC>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Home</NetworkLocation>
            </OOBE>
            <UserAccounts>
                <LocalAccounts>
                  <LocalAccount wcm:action="add">
                        <Group>Administrators</Group>
                        <Name>Admin</Name>
                        <Description>Admin</Description>
                        <DisplayName>Admin</DisplayName>
                  </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
      </component>
    </settings>
    <settings pass="auditSystem">
      <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <Reseal>
                <Mode>Audit</Mode>
            </Reseal>
      </component>
    </settings>
    <settings pass="auditUser">
      <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <RunAsynchronous>
                <RunAsynchronousCommand wcm:action="add">
                  <Description>Show Desktop</Description>
                  <Order>1</Order>
                  <Path>cmd.exe /c %WINDIR%\System32\oobe\AuditShD.exe</Path>
                </RunAsynchronousCommand>
                <RunAsynchronousCommand wcm:action="add">
                  <Description>Enable Admin Account</Description>
                  <Order>2</Order>
                  <Path>net user administrator /active:yes</Path>
                </RunAsynchronousCommand>
            </RunAsynchronous>
      </component>
    </settings>
    <cpi:offlineImage cpi:source="catalog:f:/win8.1/install_windows 8.1 pro.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

2010ihotte 发表于 2014-4-15 13:51:37

Bootice+Win$man 搞定
页: [1]
查看完整版本: Win8.1无法通过VHD安装