All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug 1900233 - Grub fails to boot with tpm.c errors
@ 2021-07-21 11:53 Bruno Parisi
  2021-07-21 15:05 ` Daniel Kiper
  0 siblings, 1 reply; 4+ messages in thread
From: Bruno Parisi @ 2021-07-21 11:53 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 986 bytes --]

Hi all,

Apologies if I'm doing this wrong but I've never had to contact you before.
There is a bug that was logged on RedHat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1900233

Which a user and myself both have the same issue. I'm running a Lenovo C940
and if I recall he has a C740.
The poster thepiguy did a fair bit of back and forth with the Fedora team
to identify where and how this was happening but deemed it not a Fedora
specific issue as with the right conditions the same issue was present in
Arch.

I wanted to bring this to your attention as I'd like to help solve this
issue if possible as it's a very annoying issue and I don't want to disable
my TPM to work around it (As some have suggested on another post in the
Fedora forum)
https://ask.fedoraproject.org/t/grub-core-error-you-need-to-load-the-kernel-first/14405

Again apologies if I've raised this with you incorrectly and please let me
know if there's anything I can do to assist.

Kind regards,
Bruno

[-- Attachment #2: Type: text/html, Size: 1373 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug 1900233 - Grub fails to boot with tpm.c errors
  2021-07-21 11:53 Bug 1900233 - Grub fails to boot with tpm.c errors Bruno Parisi
@ 2021-07-21 15:05 ` Daniel Kiper
  2021-07-21 20:33   ` Bruno Parisi
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Kiper @ 2021-07-21 15:05 UTC (permalink / raw)
  To: Bruno Parisi; +Cc: grub-devel, james.bottomley, javierm

CC-ing James and Javier...

On Wed, Jul 21, 2021 at 09:53:48PM +1000, Bruno Parisi wrote:
> Hi all,
>
> Apologies if I'm doing this wrong but I've never had to contact you before.
> There is a bug that was logged on RedHat Bugzilla https://bugzilla.redhat.com/
> show_bug.cgi?id=1900233
>
> Which a user and myself both have the same issue. I'm running a Lenovo C940 and
> if I recall he has a C740.
> The poster thepiguy did a fair bit of back and forth with the Fedora team to
> identify where and how this was happening but deemed it not a Fedora specific
> issue as with the right conditions the same issue was present in Arch.
>
> I wanted to bring this to your attention as I'd like to help solve this issue
> if possible as it's a very annoying issue and I don't want to disable my TPM to
> work around it (As some have suggested on another post in the Fedora forum)
> https://ask.fedoraproject.org/t/grub-core-error-you-need-to-load-the-kernel-
> first/14405

May I ask you to try this patch [1] out.

Daniel

[1] https://lists.gnu.org/archive/html/grub-devel/2021-02/msg00107.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug 1900233 - Grub fails to boot with tpm.c errors
  2021-07-21 15:05 ` Daniel Kiper
@ 2021-07-21 20:33   ` Bruno Parisi
  2021-07-27 12:32     ` Daniel Kiper
  0 siblings, 1 reply; 4+ messages in thread
From: Bruno Parisi @ 2021-07-21 20:33 UTC (permalink / raw)
  To: Daniel Kiper; +Cc: grub-devel, james.bottomley, javierm

[-- Attachment #1: Type: text/plain, Size: 1989 bytes --]

Hi! Thank you so much for getting back to me so quickly. I'd be more than
happy to try the patch out, unfortunately I'm not familiar with how to
apply it. Would you have instruction for me to follow?

I see + & - element so I'm guessing I'm to remove/replace these lines in a
file but I see Git commands so am I supposed to download a Git repo and
modify the files and then compile?

I'm a long time Linux user but only recently started to learn about Git and
manual installs. I'm happy to learn and be more helpful in the community
but if you could point me in the right direction to understand the how to
do this I'd appreciate it 😅😄.

Apologies for my lack of knowledge.

Kind regards,
Bruno

On Thu, 22 Jul 2021, 1:05 am Daniel Kiper, <dkiper@net-space.pl> wrote:

> CC-ing James and Javier...
>
> On Wed, Jul 21, 2021 at 09:53:48PM +1000, Bruno Parisi wrote:
> > Hi all,
> >
> > Apologies if I'm doing this wrong but I've never had to contact you
> before.
> > There is a bug that was logged on RedHat Bugzilla
> https://bugzilla.redhat.com/
> > show_bug.cgi?id=1900233
> >
> > Which a user and myself both have the same issue. I'm running a Lenovo
> C940 and
> > if I recall he has a C740.
> > The poster thepiguy did a fair bit of back and forth with the Fedora
> team to
> > identify where and how this was happening but deemed it not a Fedora
> specific
> > issue as with the right conditions the same issue was present in Arch.
> >
> > I wanted to bring this to your attention as I'd like to help solve this
> issue
> > if possible as it's a very annoying issue and I don't want to disable my
> TPM to
> > work around it (As some have suggested on another post in the Fedora
> forum)
> >
> https://ask.fedoraproject.org/t/grub-core-error-you-need-to-load-the-kernel-
> > first/14405
>
> May I ask you to try this patch [1] out.
>
> Daniel
>
> [1] https://lists.gnu.org/archive/html/grub-devel/2021-02/msg00107.html
>

[-- Attachment #2: Type: text/html, Size: 2916 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug 1900233 - Grub fails to boot with tpm.c errors
  2021-07-21 20:33   ` Bruno Parisi
@ 2021-07-27 12:32     ` Daniel Kiper
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Kiper @ 2021-07-27 12:32 UTC (permalink / raw)
  To: Bruno Parisi; +Cc: grub-devel, james.bottomley, javierm

On Thu, Jul 22, 2021 at 06:33:16AM +1000, Bruno Parisi wrote:
> Hi! Thank you so much for getting back to me so quickly. I'd be more than happy
> to try the patch out, unfortunately I'm not familiar with how to apply it.
> Would you have instruction for me to follow?
>
> I see + & - element so I'm guessing I'm to remove/replace these lines in a file
> but I see Git commands so am I supposed to download a Git repo and modify the
> files and then compile?

Yep, git is your friend. The most important commands for you are "git clone"
and "git am". When you have updated GRUB source please take a look at INSTALL
file. It contains instructions how to build and install the GRUB from source.

Daniel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-27 12:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 11:53 Bug 1900233 - Grub fails to boot with tpm.c errors Bruno Parisi
2021-07-21 15:05 ` Daniel Kiper
2021-07-21 20:33   ` Bruno Parisi
2021-07-27 12:32     ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.