Tôi đã dành nhiều giờ cho việc này và do số lượng lớn các liên kết đến Windows 7,8,10 và các phiên bản máy chủ cũ hơn về cơ bản làm quá tải các kết quả tìm kiếm nên tôi không thể tìm ra cách tiếp tục về vấn đề này.
Tóm tắt sự cố:
Đã cài đặt máy chủ WDS.
Máy khách (đang khởi động ở Chế độ UEFI) chọn hợp đồng thuê từ dhcp, kéo các tệp giai đoạn khởi động ban đầu và quá trình cài đặt Máy chủ 2019 bắt đầu, khi bắt đầu, ý tôi là nó yêu cầu tôi chọn ngôn ngữ và phương thức nhập bàn phím mặc dù đã liên kết autounattend .xml vào ảnh cài đặt trong WDS cũng như trong kiến trúc bên trong WDS (máy chủ, thuộc tính, máy khách).
Đây là XML: https://pastebin.com/eg7yF1Qf (không thể đăng ở đây vì nó trông giống như thư rác)
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<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">
<UserData>
<ProductKey>
<Key>REMOVED FOR POST</Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Value>Windows Server 2019 SERVERDATACENTER</Value>
<Key>/IMAGE/NAME</Key>
</MetaData>
</InstallFrom>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>3</PartitionID>
</InstallTo>
</OSImage>
</ImageInstall>
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>260</Size>
<Type>EFI</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Size>16</Size>
<Type>MSR</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>3</Order>
<Size>20000</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Format>FAT32</Format>
<Label>System</Label>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Extend>true</Extend>
<Format>NTFS</Format>
<Label>OS</Label>
<Letter>C</Letter>
<Order>2</Order>
<PartitionID>3</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
</component>
<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>
<WillShowUI>OnError</WillShowUI>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-GB</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-GB</UserLocale>
</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">
<UserAccounts>
<AdministratorPassword>
<Value>REMOVED FOR POST</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
</UserAccounts>
</component>
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>en-GB</InputLocale>
<UILanguage>en-GB</UILanguage>
<UserLocale>en-GB</UserLocale>
<SystemLocale>en-GB</SystemLocale>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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">
<fDenyTSConnections>false</fDenyTSConnections>
</component>
<component name="Networking-MPSSVC-Svc" 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">
<FirewallGroups>
<FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
<Active>true</Active>
<Group>Remote Desktop</Group>
<Profile>all</Profile>
</FirewallGroup>
</FirewallGroups>
</component>
<component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" 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">
<SecurityLayer>1</SecurityLayer>
<UserAuthentication>0</UserAuthentication>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:e:/install.wim#Windows Server 2019 SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Mỗi lần nó chạy, tôi phải chọn ngôn ngữ nhập ngôn ngữ và bàn phím như autounattend.xml đang bị bỏ qua hoàn toàn.
Tôi đã tạo một phân vùng riêng cho hình ảnh và tệp autounattend.xml nằm trong E:\RemoteInstall\WdsClientUnattend\autounattend.xml
Tôi đã thử sử dụng ISO và hình ảnh đĩa mềm để kiểm tra xml và tôi thấy rằng tôi không gặp lỗi nào trừ khi tôi sử dụng tên autounattend.xml, trong trường hợp đó, nó tạo ra mã lỗi vi phạm quyền truy cập 0x000005 mà không có thông tin nào có thể sử dụng được.
Về cơ bản, máy chủ không ghi nhật ký gì về quá trình cài đặt nên việc khắc phục sự cố là vô ích.
Tôi không thể không cảm thấy nó có thể là một cái gì đó đơn giản, tôi đã làm theo một số hướng dẫn để đến thời điểm này mà không sử dụng triển khai mạng cho windows kể từ XP + WIS.
XML đã được tạo trong WSIM và không hiển thị vấn đề xác thực nào.
Ngoài ra, khi tôi chọn thủ công đầu vào bàn phím và ngôn ngữ hệ thống, sau đó tôi được yêu cầu đăng nhập vào máy chủ WDS, sau đó không thành công.
Tôi đã đặt nó để cho phép tất cả những gì đã biết và chưa biết và WDS ở chế độ độc lập trên cùng một mạng vật lý.
Thông tin khác: Khóa được sử dụng là khóa thực, ISO được sử dụng để tạo hình ảnh cài đặt là: SW_DVD9_Win_Server_STD_CORE_2019_1809.5_64Bit_English_DC_STD_MLF_X22-34333.ISO, chỉ có hình ảnh cài đặt Tiêu chuẩn trên WDS (không phải DC hoặc lõi)
Bất kỳ trợ giúp nào cũng sẽ được đánh giá cao hoặc thậm chí là các phương pháp thay thế để nhận được nhiều đầu ra dài dòng hơn từ trình cài đặt, vì vậy ít nhất tôi biết phải tìm ở đâu.