Re: [tboot-devel] [PATCH] 20_linux_tboot: efi logic was inverted

2022-06-11 Thread Tony Camuso
CORRECTION I'm using a RHEL-8.5 based on 5.14 kernel. CentOS 8.5 is the same thing. That's a 4.18 kernel, NOT a 5.14 kernel. ___ tboot-devel mailing list [email protected] https://lists.sourcefo

Re: [tboot-devel] [PATCH] 20_linux_tboot: efi logic was inverted

2022-06-11 Thread Tony Camuso
On 6/11/2022 1:41 PM, Timo Lindfors wrote: On Sat, 11 Jun 2022, Tony Camuso wrote: OK, so something is going wrong with the information that tboot is forwarding to the kernel launch. On the efi system, with "noefi" removed from the grub command line, the system boots. With "noefi" in the gr

Re: [tboot-devel] [PATCH] 20_linux_tboot: efi logic was inverted

2022-06-11 Thread Timo Lindfors
On Sat, 11 Jun 2022, Tony Camuso wrote: OK, so something is going wrong with the information that tboot is forwarding to the kernel launch. On the efi system, with "noefi" removed from the grub command line, the system boots. With "noefi" in the grub command line, Device Mapper cannot find the

Re: [tboot-devel] [PATCH] 20_linux_tboot: efi logic was inverted

2022-06-11 Thread Tony Camuso
On 6/11/2022 3:24 AM, Timo Lindfors wrote: On Fri, 10 Jun 2022, Tony Camuso wrote: If your system is booting in efi mode, then it needs efi. If it's booting in legacy bios mode, then it doesn't need efi Commit https://sourceforge.net/p/tboot/code/ci/aad782103a6e says that "Note that boot

Re: [tboot-devel] [PATCH] 20_linux_tboot: efi logic was inverted

2022-06-11 Thread Timo Lindfors
On Fri, 10 Jun 2022, Tony Camuso wrote: If your system is booting in efi mode, then it needs efi. If it's booting in legacy bios mode, then it doesn't need efi Commit https://sourceforge.net/p/tboot/code/ci/aad782103a6e says that "Note that booting *without* noefi is a security risk since t