J'ai Win 7 Professional 32 bit SP 1 and I received a notification about the disponible important sécurité mise à jour [KB3185330](https://support.microsoft.com/en-us/kb/3185330) today, but it fails to installer.
J'ai essayé de installer it through the Windows Updater, it téléchargé it, initialized the installation and requested a redémarrer, which I did. During shutdown, it starts preparing the mise à jour and during the next boot, it continues until around 80-100%. Ensuite it fails, rolls back the upgrade and reboots again. Après that, the mise à jour is encore listed for installation and shows as échoué attempt dans le mise à jour log avec erreur code 80004005.
Downloading the mise à jour manuellement depuis le link above and executing it leads vers le same result.
As it a été mentioned a few times, Je suis dual-booting avec Ubuntu 16.04, using GRUB boot manager.
I déjà tried downloading and running this [Windows Update Diagnostics file](http://download.microsoft.com/download/F/2/2/F22D5FDB-59CD-4275-8C95-1BE17BF70B21/WindowsUpdateDiagnostic.diagcab), it said to have found some problèmes and corrigé them, but rebooting and reattempting the mise à jour leads vers le same result.
Qu'est-ce que wrong avec my système? Comment puis-je installer this sécurité mise à jour?
What erreur logs do vous devez troubleshoot the problème and where puis-je find them?
Win 7 fails to installer sécurité mise à jour KB3185330 (erreur code 80004005)
Re: Win 7 fails to installer sécurité mise à jour KB3185330 (erreur code 80004005)
In the CBS logs of *@PeterdeRivaz* the command
```
"C:\Windows\bfsvc.exe" C:\Windows\boot /nofonts"
```
fails avec `0x0000007b (ERROR_INVALID_NAME - The filename, directory name, or volume label syntax is incorrect)` when updating the Bootloader (`Microsoft-Windows-BootEnvironment`).
This pourrait être caused by an installé GRUB bootloader. Therefore supprimer GRUB, so that you seulement use the Windows bootloader, installez le mise à jour kb3185330 and ensuite reinstall GRUB to be able to boot your Linux systems again.
C'est un known problème for years, parce que Microsoft jamais cares and tests their mises à jour avec installé GRUB bootloader, they think everyone is seulement using Windows and rien else.
As reported dans le comments, this solution a fonctionné for *@ByteCommander* également.
```
"C:\Windows\bfsvc.exe" C:\Windows\boot /nofonts"
```
fails avec `0x0000007b (ERROR_INVALID_NAME - The filename, directory name, or volume label syntax is incorrect)` when updating the Bootloader (`Microsoft-Windows-BootEnvironment`).
This pourrait être caused by an installé GRUB bootloader. Therefore supprimer GRUB, so that you seulement use the Windows bootloader, installez le mise à jour kb3185330 and ensuite reinstall GRUB to be able to boot your Linux systems again.
C'est un known problème for years, parce que Microsoft jamais cares and tests their mises à jour avec installé GRUB bootloader, they think everyone is seulement using Windows and rien else.
As reported dans le comments, this solution a fonctionné for *@ByteCommander* également.