From: Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
To: Calvin Walton <calvin.walton-08yNtVAFnCuw5LPnMra/2Q@public.gmane.org>
Cc: Yinghai Lu <yinghai-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Matt Fleming
<matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
"H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
Ingo Molnar <mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [bisected, regression] 3.17-rc2 kernel doesn't load initramfs with EFI stub boot
Date: Mon, 1 Sep 2014 19:42:08 +0100 [thread overview]
Message-ID: <20140901184208.GA3001@console-pimps.org> (raw)
In-Reply-To: <1409155357.1084.1.camel-08yNtVAFnCuw5LPnMra/2Q@public.gmane.org>
On Wed, 27 Aug, at 12:02:37PM, Calvin Walton wrote:
> Hi all,
>
> When I tried booting the 3.17-rc2 kernel on my Lenovo ThinkPad T440p
> (16gb ram) via Gummiboot/EFI stub, it failed with an error saying that
> it could not mount root. A little investigation revealed that the
> initramfs did not load, so mounting by filesystem UUID failed.
>
> A video of the failed boot is available here, if you're curious:
> https://www.youtube.com/watch?v=wOHTvg8Tico
>
> I've bisected the change, and it has led me to:
>
> 4bf7111f50167133a71c23530ca852a41355e739 is the first bad commit
> commit 4bf7111f50167133a71c23530ca852a41355e739
> Author: Yinghai Lu <yinghai-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> Date: Sat Jun 14 12:23:41 2014 -0700
>
> x86/efi: Support initrd loaded above 4G
>
> For boot efi kernel directly without bootloader.
> If the kernel support XLF_CAN_BE_LOADED_ABOVE_4G, we should
> not limit initrd under hdr->initrd_add_max.
>
> Signed-off-by: Yinghai Lu <yinghai-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> Signed-off-by: Matt Fleming <matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>
> This commit reverts cleanly on top of 3.17-rc2, and the resulting
> kernel boots correctly.
Thanks for reporting this. Could you try the below commit and see
whether it fixes things for you?
http://article.gmane.org/gmane.linux.kernel.efi/4524
--
Matt Fleming, Intel Open Source Technology Center
WARNING: multiple messages have this Message-ID (diff)
From: Matt Fleming <matt@console-pimps.org>
To: Calvin Walton <calvin.walton@kepstin.ca>
Cc: Yinghai Lu <yinghai@kernel.org>,
Matt Fleming <matt.fleming@intel.com>,
"H. Peter Anvin" <hpa@zytor.com>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>,
x86@kernel.org, linux-efi@vger.kernel.org,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [bisected, regression] 3.17-rc2 kernel doesn't load initramfs with EFI stub boot
Date: Mon, 1 Sep 2014 19:42:08 +0100 [thread overview]
Message-ID: <20140901184208.GA3001@console-pimps.org> (raw)
In-Reply-To: <1409155357.1084.1.camel@kepstin.ca>
On Wed, 27 Aug, at 12:02:37PM, Calvin Walton wrote:
> Hi all,
>
> When I tried booting the 3.17-rc2 kernel on my Lenovo ThinkPad T440p
> (16gb ram) via Gummiboot/EFI stub, it failed with an error saying that
> it could not mount root. A little investigation revealed that the
> initramfs did not load, so mounting by filesystem UUID failed.
>
> A video of the failed boot is available here, if you're curious:
> https://www.youtube.com/watch?v=wOHTvg8Tico
>
> I've bisected the change, and it has led me to:
>
> 4bf7111f50167133a71c23530ca852a41355e739 is the first bad commit
> commit 4bf7111f50167133a71c23530ca852a41355e739
> Author: Yinghai Lu <yinghai@kernel.org>
> Date: Sat Jun 14 12:23:41 2014 -0700
>
> x86/efi: Support initrd loaded above 4G
>
> For boot efi kernel directly without bootloader.
> If the kernel support XLF_CAN_BE_LOADED_ABOVE_4G, we should
> not limit initrd under hdr->initrd_add_max.
>
> Signed-off-by: Yinghai Lu <yinghai@kernel.org>
> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
>
> This commit reverts cleanly on top of 3.17-rc2, and the resulting
> kernel boots correctly.
Thanks for reporting this. Could you try the below commit and see
whether it fixes things for you?
http://article.gmane.org/gmane.linux.kernel.efi/4524
--
Matt Fleming, Intel Open Source Technology Center
next prev parent reply other threads:[~2014-09-01 18:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-27 16:02 [bisected, regression] 3.17-rc2 kernel doesn't load initramfs with EFI stub boot Calvin Walton
2014-08-27 16:02 ` Calvin Walton
[not found] ` <1409155357.1084.1.camel-08yNtVAFnCuw5LPnMra/2Q@public.gmane.org>
2014-09-01 18:42 ` Matt Fleming [this message]
2014-09-01 18:42 ` Matt Fleming
[not found] ` <20140901184208.GA3001-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-09-01 18:59 ` Calvin Walton
2014-09-01 18:59 ` Calvin Walton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140901184208.GA3001@console-pimps.org \
--to=matt-hnk1s37rvnbexh+ff434mdi2o/jbrioy@public.gmane.org \
--cc=calvin.walton-08yNtVAFnCuw5LPnMra/2Q@public.gmane.org \
--cc=hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org \
--cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
--cc=x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=yinghai-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.