linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/efi-stub.txt: Fix a typo
@ 2015-10-21 12:26 Joonas Lahtinen
       [not found] ` <1445430404-1908-1-git-send-email-joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Joonas Lahtinen @ 2015-10-21 12:26 UTC (permalink / raw)
  To: Linux EFI (Extensible Firmware Interface) development; +Cc: Matt Fleming

In the command invocation "initrd=\Kernels\..." should really read
"initrd=\Ramdisks\..." instead.

Signed-off-by: Joonas Lahtinen <joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
---
 Documentation/efi-stub.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/efi-stub.txt b/Documentation/efi-stub.txt
index 7747024..e1ee764 100644
--- a/Documentation/efi-stub.txt
+++ b/Documentation/efi-stub.txt
@@ -68,7 +68,7 @@ fs0:>
 to boot with the initrd-large.img file if the current working
 directory is fs0:\Kernels, the following command must be used,
 
-	fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
+	fs0:\Kernels> bzImage.efi initrd=\Ramdisks\initrd-large.img
 
 Notice how bzImage.efi can be specified with a relative path. That's
 because the image we're executing is interpreted by the EFI shell,
-- 
2.4.3

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

* Re: [PATCH] Documentation/efi-stub.txt: Fix a typo
       [not found] ` <1445430404-1908-1-git-send-email-joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
@ 2015-10-22 22:58   ` Roy Franz
       [not found]     ` <CAFECyb__gq0mYpTGH8sapQxLr89hKFTL8zvrixdfaYjGshVAVw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Roy Franz @ 2015-10-22 22:58 UTC (permalink / raw)
  To: Joonas Lahtinen
  Cc: Linux EFI (Extensible Firmware Interface) development,
	Matt Fleming

On Wed, Oct 21, 2015 at 5:26 AM, Joonas Lahtinen
<joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:
> In the command invocation "initrd=\Kernels\..." should really read
> "initrd=\Ramdisks\..." instead.
>
> Signed-off-by: Joonas Lahtinen <joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
> ---
>  Documentation/efi-stub.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/efi-stub.txt b/Documentation/efi-stub.txt
> index 7747024..e1ee764 100644
> --- a/Documentation/efi-stub.txt
> +++ b/Documentation/efi-stub.txt
> @@ -68,7 +68,7 @@ fs0:>
>  to boot with the initrd-large.img file if the current working
>  directory is fs0:\Kernels, the following command must be used,
>
> -       fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
> +       fs0:\Kernels> bzImage.efi initrd=\Ramdisks\initrd-large.img
>

I don't think this change is correct.  From just above in efi-stub.txt:

 For example, given the following directory layout,

fs0:>
        Kernels\
                        bzImage.efi
                        initrd-large.img

        Ramdisks\
                        initrd-small.img
                        initrd-medium.img


The file initrd-large.img is in the Kernels directory, and the point
of this section
is to highlight that the path given to "initrd=" must be absolute.

Roy



>  Notice how bzImage.efi can be specified with a relative path. That's
>  because the image we're executing is interpreted by the EFI shell,
> --
> 2.4.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-efi" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] Documentation/efi-stub.txt: Fix a typo
       [not found]     ` <CAFECyb__gq0mYpTGH8sapQxLr89hKFTL8zvrixdfaYjGshVAVw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-10-23  6:08       ` Joonas Lahtinen
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Lahtinen @ 2015-10-23  6:08 UTC (permalink / raw)
  To: Roy Franz
  Cc: Linux EFI (Extensible Firmware Interface) development,
	Matt Fleming

On to, 2015-10-22 at 15:58 -0700, Roy Franz wrote:
> On Wed, Oct 21, 2015 at 5:26 AM, Joonas Lahtinen
> <joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:
> > In the command invocation "initrd=\Kernels\..." should really read
> > "initrd=\Ramdisks\..." instead.
> > 
> > Signed-off-by: Joonas Lahtinen <joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
> > ---
> >  Documentation/efi-stub.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/efi-stub.txt b/Documentation/efi
> > -stub.txt
> > index 7747024..e1ee764 100644
> > --- a/Documentation/efi-stub.txt
> > +++ b/Documentation/efi-stub.txt
> > @@ -68,7 +68,7 @@ fs0:>
> >  to boot with the initrd-large.img file if the current working
> >  directory is fs0:\Kernels, the following command must be used,
> > 
> > -       fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
> > +       fs0:\Kernels> bzImage.efi initrd=\Ramdisks\initrd-large.img
> > 
> 
> I don't think this change is correct.  From just above in efi
> -stub.txt:
> 
>  For example, given the following directory layout,
> 
> fs0:>
>         Kernels\
>                         bzImage.efi
>                         initrd-large.img
> 
>         Ramdisks\
>                         initrd-small.img
>                         initrd-medium.img
> 
> 
> The file initrd-large.img is in the Kernels directory, and the point
> of this section
> is to highlight that the path given to "initrd=" must be absolute.
> 

True so, I was skip reading it seems. Based on that, I'd consider the
example somewhat misleading (Ramdisks directory only add some
confusion).

Regards, Joonas

> Roy
> 
> 
> 
> >  Notice how bzImage.efi can be specified with a relative path.
> > That's
> >  because the image we're executing is interpreted by the EFI shell,
> > --
> > 2.4.3
> > 
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux
> > -efi" in
> > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation

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

end of thread, other threads:[~2015-10-23  6:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 12:26 [PATCH] Documentation/efi-stub.txt: Fix a typo Joonas Lahtinen
     [not found] ` <1445430404-1908-1-git-send-email-joonas.lahtinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-10-22 22:58   ` Roy Franz
     [not found]     ` <CAFECyb__gq0mYpTGH8sapQxLr89hKFTL8zvrixdfaYjGshVAVw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-23  6:08       ` Joonas Lahtinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).