I RESOLVED AND SOLUTION HERE
1.Go to C:\Windows\Logs
- Rename the CBS file to CBS_OLD (if it cannot be renamed, restart your PC and then rename it)
- Enter the CBS folder and locate the errors: "Failed to pin deployment while resolving Update: Package_....KB***" and "Failed to bulk stage deployment manifest and pin deployment for package: Package_"
- Search for the package at https://www.catalog.update.microsoft.com/Home.aspx as Windows 2019 and download it
- Create a folder named C:\kb
- Inside the kb folder, create as many subfolders as the number of packages you downloaded, for example, if two packages then create kb1 and kb2
- Open the command prompt as admin and type the directory and package name here, then install with: expand -f:* c:\kb\windows10.0-PACKAGE NAME-x64_9739e9efd8aafacbd921e14ba1c701da2012464a.msu c:\kb\kb1
- If there are more, do the same for those
- Install the packages using: dism /online /add-package /packagepath:c:\kb\kb1\Windows10.0-PACKAGENAME-x64.cab and similarly for others if any
- Restart your PC
- Complete the installation