Windows server 2019 - role and feature problem

satan

Member
Joined
Oct 12, 2024
Posts
22
hey
am running Windows server 2019 with Desktop UI on a VM Runned from Truenas Software.
where i have assigned for the VM:
2 VCpu
1 thread
8 GiB Ram

and i did all the installlation and driveres.

when i try to download a role (Remote Access) with (Routing and Direct Access -VPN) Features
the installlation fail and it says server requiest a restart.

i tried from powershell i succeed to download the Rollle Remote Access only but the Feature always giving me error the feature not found .
i tried all the possible to solve the issue but not working:

powershell commands:

Install-WindowsFeature -Name RemoteAccess,Routing -IncludeManagementTools (Failed)

i tried to fix the corropted files in the CMD:
sfc /scan now
DISM /Online /Cleanup-Image /RestoreHealth

after i fixed all files i tried to reinstall the features and faild

i tried to install the features by CMD:
DISM /Online /Enable-Feature /FeatureName:RemoteAccess /All
DISM /Online /Enable-Feature /FeatureName:Routing /All

and failed
 
Last edited:
Hi and welcome to Sysnative,

Upload a copy of the CBS folder
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
653a64385d891-618e949e09fef-CBS-Folder.png

  • Attach the file CBS.zip to your next reply. If the file is too large to attach, upload the CBS.zip file to www.wetransfer.com and post the link in your next reply.
 
ok klet me try it because i did too many installation i dont want to buy the lisence if i cant solve the problem
 
i got same problem failed in installation
i havee uploaded the CBS logs and the success of extending the server
 

Attachments

Rich (BB code):
2024-10-13 19:21:45, Error                 CSI    0000143c (F) Installer: Service    Binary Name: wcp.dll    ErrorCode: 8007042b    Phase: 31    Mode: Delta    Component: NONE[gle=0x80004005]

Open an elevated command prompt, run the following command and attach Services.txt.
Code:
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"
 
Please run the following commands in an elevated prompt and copy paste the result:
Code:
sc start msiserver
sc start trustedinstaller
.. wait a few seconds and run the following commands:
Code:
sc query msiserver
sc qc msiserver
sc query trustedinstaller
sc qc trustedinstaller
 
Please try to install the role / features again and post the result. If it fails shutdown this server en start it again for another attempt to install the role / features.
 
and the windows Modular installer and get stopped but turned on again
 

Attachments

  • Screenshot 2024-10-13 204925.png
    Screenshot 2024-10-13 204925.png
    230.7 KB · Views: 2
Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 
Hi,

Open an elevated PowerShell window and instal the following:
Code:
Install-Module PendingReboot
When installed run the following command and attach Pending.txt to your next post.
Code:
Test-PendingReboot -Detailed | Out-File -FilePath $env:USERPROFILE\Desktop\Pending.txt
 
In addition to the instructions above, do also the the following.

Provide the following file if exists:
Code:
%WINDIR%\WinSxS\pending.xml

Export CBS (Component Based Servicing) hive
  • Click on the Start button and type regedit
  • When you see regedit on the list, right-click on it and select Run as administrator.
  • When regedit opens, using the left pane, navigate to the following registry key and select it by clicking on it once.
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing
  • Once selected, click File > Export....
  • Change the Save as type: to Registry Hive Files (*.*).

    622dbef75cd3a-Export-CBS-hive.png

  • Name this file ComponentBasedServicing (with no file extension) and save it to your Desktop.
  • Right-click on the saved file and choose Send > Compressed (zipped) Folder.
  • Attach the .ZIP file to your next post.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 
Download the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool and save it to your Desktop:

Download the 64 bit version: - Farbar Recovery Scan Tool Link

Warning: This script was written specifically for this system. Do not run this script on another system.

  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.txt as attachment in your next reply.
 

Attachments

Back
Top