윈 도 우 윈11설치 할때요
2024.02.12 12:43
윈도우10 설치할땐 괜찮은데 윈도우11 설치할때
계속 에러뜨네여
무인설치할때 에러 뜨는데 무인설치 파일을 사용 안하면
괜찮아요 원인을 머르겠어요
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>ko-KR</UILanguage>
</SetupUILanguage>
<UILanguage>ko-KR</UILanguage>
<LayeredDriver>5</LayeredDriver>
<UILanguageFallback>en-US</UILanguageFallback>
<InputLocale>ko-KR</InputLocale>
<SystemLocale>ko-KR</SystemLocale>
</component>
<component name="Microsoft-Windows-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">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>100</Size>
<Type>EFI</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Extend>true</Extend>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Order>1</Order>
<PartitionID>1</PartitionID>
<Label>System</Label>
<Format>FAT32</Format>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Order>2</Order>
<PartitionID>2</PartitionID>
<Letter>C</Letter>
<Label>Windows</Label>
<Format>NTFS</Format>
</ModifyPartition>
</ModifyPartitions>
<WillWipeDisk>true</WillWipeDisk>
<DiskID>0</DiskID>
</Disk>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>2</Value>
</MetaData>
</InstallFrom>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>
<WillShowUI>OnError</WillShowUI>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<Key />
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<ComplianceCheck>
<DisplayReport>OnError</DisplayReport>
</ComplianceCheck>
</component>
</settings>
<settings pass="specialize">
<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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<!-- x64 WanDrv7 ?곗쿂 -->
<Path>%Windir%\Setup\Scripts\EDLauncher.bat</Path>
<Description>Auto Driver Launcher</Description>
</RunSynchronousCommand>
</RunSynchronous>
</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>1</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<FirstLogonCommands>
<!-- ?ъ슜??怨꾩젙 而⑦듃濡??ㅼ젙 蹂寃?OFF -->
<SynchronousCommand wcm:action="add">
<RequiresUserInput>false</RequiresUserInput>
<Order>1</Order>
<Description>UACOff</Description>
<CommandLine>%windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f</CommandLine>
</SynchronousCommand>
<!-- ⑤뱺 怨꾩젙 ?뷀샇 뚮즺湲곌컙 ?쒗븳 ?놁쓬 -->
<SynchronousCommand wcm:action="add">
<RequiresUserInput>false</RequiresUserInput>
<Order>2</Order>
<Description>UserAccount</Description>
<CommandLine>cmd /c wmic UserAccount set PasswordExpires=False</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
<Display>
<!-- ?댁긽???ㅼ젙 -->
<HorizontalResolution>1024</HorizontalResolution>
<VerticalResolution>768</VerticalResolution>
<ColorDepth>32</ColorDepth>
</Display>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
</OOBE>
</component>
</settings>
<cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
댓글 [3]
-
빈자리 2024.02.12 14:55
-
와로 2024.02.12 18:20
"specialize" 구성 패스에 보면
x64 WanDrv7 어쩌구 주석아래 <Path>부분에 EDLauncher.bat이 있던가요?
install,boot.wim을 반디집등으로 열어 C:\Windows Setup폴더 해당 위치에서 확인할수 있습니다.
아마 사전에 자동으로 드라이버 잡아주는 서비스 명령일겁니다
스크립트에 실행 경로가 나올텐데 iso나 wim에 EasyDrv7파일이 장착 되어 있어야 합니다.
-
무월 2024.02.12 19:26
install.wim 파일은 제 것이 아닌 것 같은데 응답파일(unattend.xml)은 제가 만든 거네요.
와로님이 언급한 것처럼 %Windir%\Setup\Scripts\EDLauncher.bat 해당 경로의 파일이 누락되어 발생하는 오류입니다.
별도로 무인응답파일을 넎지마세요 무인응답파일이 들어가있습니다