X-Git-Url: https://code.delx.au/refind/blobdiff_plain/0e0eab46ae75565917f99a93f28589a351c000b7..7d3dcb8b4f3e617d60b753757e97f16325b77f4b:/docs/refind/linux.html diff --git a/docs/refind/linux.html b/docs/refind/linux.html index e6dbcbf..011611a 100644 --- a/docs/refind/linux.html +++ b/docs/refind/linux.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/19/2012; last Web page update: -5/6/2012, referencing rEFInd 0.3.3

+12/5/2012, referencing rEFInd 0.5.0

I'm a technical writer and consultant specializing in Linux technologies. This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -133,7 +133,7 @@ another possibility.

will also scan for kernels without a .efi filename extension. This option is not the default, though, because it can pick up old kernels that lack EFI stub loader support and even non-kernel - files, such as icon files named to give a kernel a unique icon. + files. @@ -150,7 +150,7 @@ another possibility.

initial RAM disk is identified, rEFInd passes a suitable initrd= option to the kernel when it boots. - +
  • rEFInd looks for a file called refind_linux.conf in the same directory as the kernel file. This file is a practical requirement for @@ -186,7 +186,7 @@ total 17943 # "Boot alternate install" "root=/dev/sdb9 ro quiet splash vt.handoff=7" -

    Ordinarily, both fields in this file must be enclosed in quotes. You can include as much white space as you like between options. You can also place comments in the file, or remove an option by commenting it out with a leading hash mark (#), as in the fourth line in this example.

    +

    Ordinarily, both fields in this file must be enclosed in quotes. If you have to pass an option that includes quotes, you can do so by doubling up on them, as in "root=/dev/sdb9 my_opt=""this is it""", which passes root=/dev/sdb9 my_opt="this is it" to the shell. You can include as much white space as you like between options. You can also place comments in the file, or remove an option by commenting it out with a leading hash mark (#), as in the fourth line in this example.

    In the preceding example, the first line sets the options that rEFInd passes to the kernel by default (along with the name of the initrd.img-3.3.0 file, since its version string matches that of the kernel). The next two lines set options that you can obtain by pressing Insert, F2, or + on the main menu, as shown here:

    @@ -246,7 +246,7 @@ total 17943

    Go to the main rEFInd page

    -

    Learn about rEFInd's history

    +

    Learn how to manage Secure Boot

    Return to my main Web page.