Switch Server Core to MinShell mode failed
swtich server core admin tools (minshell) mode failed if apply updates after clean install.
case of normally
1. clean install "windows server technical preview 2" option.
2. install-windowsfeature server-gui-mgmt-infra -source wim:d:\sources\install.wim:4
success
---------
true
case of problem
1. clean install "windows server technical preview 2" option.
2. windows update sconfig 6 option , reboot.
3. install-windowsfeature server-gui-mgmt-infra -source wim:d:\sources\install.wim:4
insstall-windowsfeature: request add or remove...the source files not found... error: 0x800f081f ....
success
---------
false
hi,
the installation changing , source must @ same patch level. there 2 ways can achieve this:
option 1
- clean install of server core
- install-windowsfeature
- windows update via sconfig option 6
option 2
- clean install of server core
- windows update via sconfig option 6
- use dism add-package add updates applied in step 2 to wim file
- install-windowsfeature
hope helps,
andrew
Windows Server > Windows Server Technical Preview
Comments
Post a Comment