我试图在Dell CS24-TY 1U服务器上安装Windows 2012 Essentials,两个磁盘Raid1。
注意:对于一个小公司,完全干净的安装,没有现有的域控制器,根本没有其他服务器,原始安装媒体,可能不是一个更简单的设置。
我无法安装Windows 2012服务器,如果允许它在安装时尝试更新,它只会在“更新和准备服务器”时挂起0%。 我曾尝试通过Dell Drac远程安装的介质,本地USB密钥和本地USB驱动器进行安装。
如果我设置服务器安装而不处理更新,它将安装,但如果我然后尝试运行Windows更新它只是再次挂起。 我试图停止wuauserv服务,并删除软件Distrubtion文件夹等,似乎没有任何工作。
我也尝试删除RAID并安装到一个单一的磁盘:相同的结果。
几乎所有我发现“Windows Update无法正常工作”的参考文献都是build立在已经损坏的机器上的 – 而不是一个全新的Windows Server版本。
有没有人有一些指针我怎么能解决这个问题?
注意:这是一个100%清洁和简单的基本设置 – 零configuration或angular色或服务等。除安装过程中所需要的操作外,还没有对操作系统进行任何操作:设置服务器名称和密码等。
谢谢。
下面是WindowsUpdate.log中的最后一个条目,当它挂起时。 鉴于可以在此确切的硬件上安装此确切的操作系统媒体,是否有可能是微软最近发布了打破Windows更新的更新? 是否有可能将更新Guid转换为KB数字?
2017-01-18 15:11:14:840 412 1424 Agent WARNING: Failed to evaluate Installable rule, updateId = {E66A6795-3E20-43ED-9C66-FE134EEEECBC}.200, hr = 80070057 2017-01-18 15:11:19:324 412 1424 Agent Bundled update {FBEC0F80-9F87-4B42-BA14-2BBE7148322A}.203 is missing extended metadata 2017-01-18 15:11:19:324 412 1424 Agent Bundle contains children which has no localextended metadata and thus is invalid. 2017-01-18 15:11:19:324 412 1424 Agent Update {B27CF4B3-0B7D-475D-9129-883E6DED6182}.203 is not a valid bundle. Not returning it.
ipconfig / all
Windows IP Configuration Host Name . . . . . . . . . . . . : server1 Primary Dns Suffix . . . . . . . : FABLAB.local Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : FABLAB.local Ethernet adapter Ethernet 2: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) 82576 Gigabit Dual Port Network Connection #2 Physical Address. . . . . . . . . : C8-0A-A9-C8-3B-8A DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes IPv4 Address. . . . . . . . . . . : 192.168.1.4(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.1.1 DNS Servers . . . . . . . . . . . : 127.0.0.1 NetBIOS over Tcpip. . . . . . . . : Enabled Ethernet adapter Ethernet: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) 82576 Gigabit Dual Port Network Connection Physical Address. . . . . . . . . : C8-0A-A9-C8-3B-8B DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Tunnel adapter isatap.{468CFBC4-85E3-4EDA-96BC-6A3E4B842EA3}: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2 Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Tunnel adapter isatap.{48398617-4417-4945-8A81-DE0F3BCC7D2B}: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3 Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes
nslookup google.com
Server: localhost Address: 127.0.0.1 Non-authoritative answer: Name: google.com Addresses: 2607:f8b0:4006:80e::200e 184.150.153.177 184.150.153.158 184.150.153.187 184.150.153.183 184.150.153.148 184.150.153.153 184.150.153.182 184.150.153.163 184.150.153.157 184.150.153.167 184.150.153.172 184.150.153.152 184.150.153.173 184.150.153.178 184.150.153.162 184.150.153.168
我有同样的问题: – 我试图在安装过程中更新和挂在0%。
– 我安装了没有更新,并进入桌面后,试图运行更新,无限期search更新(18+小时)。 – 我没有更新安装,并尝试使用WSUS脱机更新进行更新,该更新挂在“缺less更新的列表ID”(13+小时以上)上。 – 我试图用计算机安装在一个完全不同的networking/ ISP上,试图排除DHCP / DNS服务器问题,而不会改变行为。
我设法使用以下方法安装Server 2012 Essentials并保持最新状态:
*我提到了我工作的操作系统,因为Mtl Dev分享了他在第7步在Windows 7机器上链接的指南后不成功。
(部分功劳归功于Mtl Dev,指导我使用WSUS Offline Update / NTLite解决scheme在安装操作系统之前更新安装介质。)