Tag Archives: failed

Windows 10: Windows Update search returns Error 0x8024500c or did not find any updates

Hi,

the Error 0x8024500c often occurs at Windows 10 in managed environments, which means the Windows Updates are delivered by WSUS or SCCM and no internet connection is available or it is not allowed to connect directly to Microsofts Windows Update.

In this case usually the policies (no internet connect and DualScan disabled)
Continue reading Windows 10: Windows Update search returns Error 0x8024500c or did not find any updates

Advertisment to support michlstechblog.info

Debian: git error gnutls_handshake() failed: Public key signature verification has failed.

Hi,

I’m on debian testing and cloning from a git repository fails with error: “gnutls_handshake() failed: Public key signature verification has failed” occured.
git is linked against the libcurl3-gnutls library. Newer versions have a bug when using git over a https proxy.
Continue reading Debian: git error gnutls_handshake() failed: Public key signature verification has failed.

Windows: Cumulative Update cannot be installed on Windows 10

Hi,

let us assume you have installed Windows 10 1607 and you want to install the cumulative Update KB3189866 and the update fails:


c:\Temp > wusa %TEMP%\AMD64-all-windows10.0-kb3189866-x64.msu /quiet /norestart

Eventlog: EventID 3,
Windows update could not be installed because of error 2149842967 (Command line: “C:\Windows\system32\wusa.exe” “C:\Temp\AMD64-all-windows10.0-kb3189866-x64.msu”)
Continue reading Windows: Cumulative Update cannot be installed on Windows 10

Windows: Windows did not start. Howto write a new MBR and recover Windows OS Bootsector

Hi,

if you migrate a Windows Installation to another Computer or virtual environment such as VMWare ESXi or VMWare Workstation it could happen that the system won’t start.

A typical error when the master boot record or the boot sector of the boot partition needs to be updated or must be rewritten is when

  • After Postscreen of the BIOS the console shows “Operating system not found” this means there is no boot code in MBR
  • or it shows only a blinking cursor in the upper left edge. 2 possible reasons are thinkable
  1. MBR boot code is loaded but could not load the operation system => The boot sector of the Windows Boot partition needs to be updated
  2. The boot(active) flag of Windows boot partition  is missing

For all cases you can use the command line program “testdisk” which is part of the most linux live CDs/DVDs to correct this.
Continue reading Windows: Windows did not start. Howto write a new MBR and recover Windows OS Bootsector