If validation has been disabled via MokSbState, secure boot on the
firmware is still enabled, and the kernel fails to boot.
This is a bit hacky, because shim_lock is not *fully* enabled, but
it triggers the right code paths.
Ultimately, all this will be resolved by shim gaining it's own image
loa
On Thu, Oct 14, 2021 at 03:58:07PM -0500, Glenn Washburn wrote:
> Many tests abort due to not being root or missing tools, for instance mkfs
> commands for file system tests. The tests are exited with code 77, which
> means they were skipped. A skipped test is a test that should not be run,
> eg. a
On Mon, Jul 10, 2023 at 06:35:50PM +0200, Daniel Kiper wrote:
> Hi all,
>
> The GRUB maintainers are proud to announce the GRUB 2.12~rc1 that has been
> just released.
>
> We would like to thank all the people who have contributed to the project.
>
> The tarball is available at
> https://alpha
On Wed, Jul 19, 2023 at 12:48:21AM +0200, MichaĆ Grzelak wrote:
> During configuration of SDL2, variable enable_grub_emu_sdl2 is checked
> whether to throw an error message. Howerever, error could not happen
> because two unequal strings were compared. Fix this by referencing
> value of enable_grub
On Wed, 19 Jul 2023 17:37:55 +0200
Julian Andres Klode wrote:
> On Thu, Oct 14, 2021 at 03:58:07PM -0500, Glenn Washburn wrote:
> > Many tests abort due to not being root or missing tools, for instance mkfs
> > commands for file system tests. The tests are exited with code 77, which
> > means the