David Howells <dhowe...@redhat.com> wrote: > index d85b9625e836..c418ccc8c98e 100644 > --- a/arch/x86/boot/compressed/head_32.S > +++ b/arch/x86/boot/compressed/head_32.S > @@ -61,6 +61,7 @@ > > __HEAD > ENTRY(startup_32) > + movb $0, BP_secure_boot(%rsi) > #ifdef CONFIG_EFI_STUB > jmp preferred_addr >
Bah. Forgot to compile for i386. Will repost. David