Raif Atef
Raif Atef
@SeriousHoax try to erase the revocation key list in bios (forbidden keys)
Looks like they have 183 specific SHA256 hashes blacklisted. Probably the shim version used is one of them. My BIOS is the same also.
Another report here https://www.youtube.com/watch?v=w8r-U2C7UMs
I think that means the grub itself also is blacklisted by the BIOS, so it ignores mokmanager's enrollment. @SeriousHoax
@ValdikSS for some reason that file triggers ms defender, i wonder if it's intentional from ms
@SeriousHoax yes it's triggering on the zip file itself not the contents. it's very weird.
@ventoy The issue is due to Microsoft revocation of UEFI CA certificate by a windows update, and some motherboards are coming out of the box with this certificate already in...
Thanks so much for this simple tool that is very convenient to use in development!
I faced this as well, I ended up repackaging the command line bundler into a dotnet tool and just calling that using `` It's already a command line application.
Checkout this repo, then run this in a cmd in the repo: ``` dotnet pack src\BundlerMinifier.Core /p:PackAsTool=true /p:ToolCommandName=bundle /p:PackageId=BundlerMinifier.Core.Tool /p:Version=3.3 --output .publish -c Release /p:TargetFrameworks=netcoreapp3.1 ``` That will make a...