On Wed, Oct 21, 2015 at 5:26 AM, Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx> wrote: > In the command invocation "initrd=\Kernels\..." should really read > "initrd=\Ramdisks\..." instead. > > Signed-off-by: Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html