无忧启动论坛
标题:
Win8.1无法通过VHD安装
[打印本页]
作者:
lantsing
时间:
2014-3-26 21:52
提示:
作者被禁止或删除 内容自动屏蔽
作者:
2012liub
时间:
2014-3-26 23:05
上一次用vhd装win8.1应该是去年的事情了吧,我记得也出现了什么显示无法安装。后来好像是直接硬盘安装,然后移到vhd解决了
作者:
2012GDFSHE
时间:
2014-3-27 15:21
你按以下网址教的试下,我也是用这方法做成功的
http://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1205898
作者:
lantsing
时间:
2014-3-27 17:55
提示:
作者被禁止或删除 内容自动屏蔽
作者:
xiuyueyuan2013
时间:
2014-3-27 21:22
直接把ISO镜像解压到硬盘,引导解压出来的bootmgr来安装试试看
作者:
lantsing
时间:
2014-3-27 22:42
提示:
作者被禁止或删除 内容自动屏蔽
作者:
yiwuyun
时间:
2014-3-28 18:22
试试下面的。
用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 "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%WINDIR%\Setup\Scripts\FirstLogon.cmd" /t REG_SZ /d "RUNASADMIN" /f</Path>
<Order>3</Order>
</RunAsynchronousCommand>
<RunAsynchronousCommand wcm:action="add">
<Order>4</Order>
<Path>reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%WINDIR%\Setup\Scripts\setupcomplete.cmd" /t REG_SZ /d "RUNASADMIN" /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
Bootice+Win$man 搞定
欢迎光临 无忧启动论坛 (http://bbs.wuyou.net./)
Powered by Discuz! X3.3