View Single Post
  #3  
Old January 9th 18, 01:46 AM posted to alt.comp.hardware.pc-homebuilt
Paul[_28_]
external usenet poster
 
Posts: 1,467
Default "Warning: Microsoft's Meltdown and Spectre patch is brickingsome AMD PCs"

VanguardLH wrote:
Lynn McGuire wrote:

"Warning: Microsoft's Meltdown and Spectre patch is bricking some AMD PCs"

https://betanews.com/2018/01/08/micr...ricks-amd-pcs/

Jumping out of the frying pan into the fire ? Or is this the ultimate
air gap ?


"error 0x800f0845 -- means that it is not possible to perform a
rollback"

Many users are too lazy to schedule regular image backups of their OS
partition (and that includes the MBR/UEFI sector) and also to create a
system backup right before committing digital surgery on their OS.
After they phuck up their system, mention backups and they look like
deer caught in headlights.

Typical users do not qualify as sysadmins, not even as newbie sysadmins.
They don't plan. They deliberately choose to remain ignorant. No, you
don't need to be a master mechanic to drive a car but you should be one
to replace the intake manifold gasket. For an OS, you have lots of
drivers that think they are mechanics.

If you don't do backups then you consider your system and data as
unimportant, disposable, or reproducible. Most users are like children
with loaded handguns: let's see what happens AFTER pulling the trigger.


The tools that Cameo used to fix this we

"I was able to use the original Win7 install DVD in Repair Mode that
gave my DOS command window where I entered:

DISM /image:c:\ /cleanup-image /revertpendingactions

Because the corrupt package was not installed com completely
I was able to use this shorter DISM command instead of the longer

DISM /image:c:\ /remove-package /packagename: etc. command.

After the restart my Win7 booted up normally and the update history
shows that KB4056894 installation failed:
"

So that's the usage of DISM in offline mode. The /image parameter
indicates which OS you want to apply the operation to.

Doing it offline, is what you do when the OS itself won't
boot any more.

Paul