]> code.delx.au - refind/blobdiff - docs/refind/getting.html
Version supports Secure Boot/MOK verification of binaries.
[refind] / docs / refind / getting.html
index af4a5afc4d7d3ab570912e04d525964d2340e31a..811ebf5b11230ce9ee77551a2c4ee440d7627ac1 100644 (file)
@@ -131,6 +131,8 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</a></p>
     either build.)</li>
 -->
 
+<p class="sidebar"><b>Tip:</b> If you want a bootable USB flash drive, download the binary zip file or CD-R image file, prepare a USB flash drive with a FAT32 ESP, and then use the <tt>install.sh</tt> program's <tt>--usedefault</tt> option, as in <tt class="userinput">bash install.sh --usedefault /dev/sdd1</tt> to install to the first partition on <tt>/dev/sdd</tt>. This procedure should work even on a BIOS-booted computer.</p>
+
 <li><b><a
     href="http://sourceforge.net/projects/refind/files/0.4.7/refind-cd-0.4.7.zip/download">A
     CD-R image file</a></b>&mdash;This download contains the same files as
@@ -164,9 +166,39 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</a></p>
 
 <h2>Getting rEFInd from Your OS's Repositories</h2>
 
-<p>If you use Arch Linux, you can obtain rEFInd from its repositories, in both <a href="https://www.archlinux.org/packages/extra/any/refind-efi/">stable</a> and <a href="https://aur.archlinux.org/packages/refind-efi-tianocore-git/">git (experimental)</a> releases. The git release is likely to include pre-release bug fixes and new features, but those features may be poorly tested or undocumented.</p>
+<p>I know of a small number of pre-packaged versions of rEFInd, either in official OS repositories or in ancillary repositories:</p>
+
+<ul>
+
+<li><b>Arch Linux</b>&mdash;You can obtain rEFInd from the Arch
+    repositories, in both <a
+    href="https://www.archlinux.org/packages/extra/any/refind-efi/">stable</a>
+    and <a
+    href="https://aur.archlinux.org/packages/refind-efi-tianocore-git/">git
+    (experimental)</a> releases. The git release is likely to include
+    pre-release bug fixes and new features, but those features may be
+    poorly tested or undocumented. The last I checked, both builds used the
+    Tianocore toolkit, and so support booting BIOS/legacy boot loaders on
+    UEFI-based PCs.</li>
+
+<li><b>The <a href="http://nixos.org/nixpkgs/">Nix Packages
+    collection</a></b>&mdash;This site creates packages for a number of
+    OSes using its own packaging system.</li>
 
-<p>You can also obtain rEFInd from the <a href="http://nixos.org/nixpkgs/">Nix Packages collection,</a> which creates packages for a number of OSes using its own packaging system.</p>
+<li><b><a
+    href="https://build.opensuse.org/package/show?package=refind&project=home%3Amichael-chang%3AUEFI">OpenSUSE
+    Build Service (OBS)</a></b>&mdash;This site holds a binary x86-64 build
+    of rEFInd that should install on any RPM-based distribution. It doesn't
+    completely set up rEFInd, though; it just places the rEFInd files in
+    the <tt>/usr/share/refind</tt> directory, and a copy of
+    <tt>install.sh</tt> as <tt>/usr/sbin/refind_install</tt>.
+    Unfortunately, the script makes assumptions about the locations of
+    files and so is useless when files are moved around in this way. Thus,
+    you'll need to install manually after installing this RPM, so you might
+    as well download the rEFInd binary <tt>.zip</tt> file from Sourceforge
+    instead.</li>
+
+</ul>
 
 <p>To the best of my knowledge, no other Linux distribution yet includes rEFInd in its repositories. That's likely to change in time. If you hear of rEFInd being included in an OS's official package set, feel free to <a href="mailto:rodsmith@rodsbooks.com">drop me a line.</a></p>