Unable to install Windows Features


hello,

on server (hardawre, not virtual), windows 2012 server core installed.

i tried add features gui, without success:

how try did it:

1/ ws2012r2 standard installation, selecting core, dvd. no domain, simpliest way...

2/ using sconfig, entering lan parameters (ip, dns), ping www.google.fr got answer

3/ install-windowsfeature server-gui-mgmt-infra,server-gui-shell

=> i've got "indicator" starting 0 , stopping @ 24%

and error: "category info :operationtimeout" / "fullyqualifiederrorid: getalterationstate_callcycletimeout..."

using google, tried following commands:

1/

dism /get-wiminfo /wimfile:e:sources\install.wim (get index 2 non-core installation files)

dism /mount-wim /wimfile:e:\sources\install.wim /index:2 /mountdir:c:\mountdir /readonly

install-windowsfeature server-gui-mgmt-infra,server-gui-shell –restart –source  c:\mountdir\windows\winsxs

2/

install-windowsfeature server-gui-mgmt-infra,server-gui-shell –source wim:<drive>:\sources\install.wim:2

3/

dism /online /cleanup-image /restorehealth
install-windowsfeature server-gui-mgmt-infra,server-gui-shell -source:wim:d:\sources\install.wim:2

for each of tests, same error.

where did mistake ?

many thx's

lilian.


try 1 of these variations.

dism /online /enable-feature /featurename:servercore-fullserver /featurename:server-gui-shell /featurename:server-gui-mgmt

or

import-module dism       
enable-windowsoptionalfeature –online -featurename servercore-fullserver,server-gui-shell,server-gui-mgmt


. : | : . : | : . tim



Windows Server  >  Windows Server 2012 General



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file