1
1

More than 5 years have passed since last update.

Slackware で rEFInd を利用し複数の EFI ブートエントリを切り替える + Desktop 向け BSD ディストリ用おまけアイコン

Last updated at Posted at 2019-06-30

当方執筆の技術情報に関するライセンス、免責事項、禁止事項


Slackware で rEFInd を利用し複数の EFI ブートエントリを切り替える

screenshot_002.png

UEFI な実験環境にごちゃぁっと OS が入っている場合に重宝します。

※ rEFInd は Intel Mac 専用というわけではなく、UEFI マザーな PC/AT 互換機で問題なく使えます。

本稿執筆における参考文献

UEFI dual or more boot using rEFInd - SlackDocs
https://docs.slackware.com/howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware

The rEFInd Boot Manager
http://www.rodsbooks.com/refind/

安全のために

・大切なデータのバックアップをとっていること
・ブート用 USB メディア等、ローダー破損によるブート不能時の復旧手段を持っていること

手順

  1. UEFI マシンへの Slackware インストール時に LILO ではなく ELILO を選択。
  2. SlackBuilds.org から rEFInd を導入
  3. ルートで /usr/share/refind-0.11.4/refind-install を実行。

※ 上記手順 3. はインストール済みのrEFInd のバージョンが 0.11.4 の場合
※ SlackBuilds.org の使い方はこちら(日本語の説明記事を書いてみました)。

注意点

EFI システムパーティションの容量が小さい、もしくは容量を使い切っている場合、F10 キーによるスクリーンショットが撮影出来なくなる場合があります。

複数のドライブがブート可能かつ EFI システムパーティション(ESP1)を持っている場合、OS のインストーラーや ELILO 及び rEFInd が正しくインストール操作を行えない場合があります。

パッケージ付属 README


/usr/share/doc/refind-0.11.4/README.txt
Brief Installation Instructions (Binary Package)
================================================

This is rEFInd, an EFI boot manager. The binary package includes the
following files and subdirectories:

   File                             Description
   -----------------------------    -----------------------------
   refind/refind_ia32.efi           The main IA32 rEFInd binary
   refind/refind_x64.efi            The main x86-64 rEFInd binary
   refind/refind.conf-sample        A sample configuration file
   refind/icons/                    Subdirectory containing icons
   refind/drivers_ia32/             Subdirectory containing IA32 drivers
   refind/drivers_x64/              Subdirectory containing x86-64 drivers
   keys/                            Subdirectory containing MOKs
   refind-install                   Linux/MacOS installation script
   refind-mkdefault                 Script to make rEFInd the default
   mkrlconf                         A script to create refind_linux.conf
   mvrefind                         A script to move a rEFInd installation
   README.txt                       This file
   NEWS.txt                         A summary of program changes
   LICENSE.txt                      The original rEFIt license
   COPYING.txt                      The rEFInd license
   CREDITS.txt                      Acknowledgments of code sources
   docs/                            Documentation in HTML format

The easiest way of installing rEFInd is generally to use the refind-install
script; however, you must be running under Linux or OS X to do this. If
you're using either of those OSes, simply typing "./refind-install" will
generally install rEFInd. If you have problems with this method, though,
you'll have to do a manual installation. The refind-install script supports
a number of options that you might want to use; consult the
docs/refind/installing.html file for details.

To install the binary package manually, you must first access your EFI
System Partition (ESP). You can then place the files from the refind
subdirectory in a subdirectory of the ESP's EFI directory. You may omit the
.efi binary for the type of computer you're NOT using, and you may
optionally rename the .efi file for the binary you are using. If this is an
initial installation, you should rename refind.conf-sample to refind.conf;
but if you're replacing an existing installation, you should leave your
existing refind.conf intact. The end result might include the following
files on the ESP:

 EFI/refind/refind_x64.efi
 EFI/refind/refind.conf
 EFI/refind/icons/

Unfortunately, dropping the files in the ESP is not sufficient; as
described in the docs/refind/installing.html file, you must also tell your
EFI about rEFInd. Precisely how to do this varies with your OS or, if you
choose to do it through the EFI, your EFI implementation. In some cases you
may need to rename the EFI/refind directory as EFI/boot, and rename
refind_x86.efi to bootx64.efi (or refind_ia32.efi to bootia32.efi on 32-bit
systems). Consult the installing.html file for full details.

If you want to use any of the filesystem drivers, you must install them,
too. Creating a subdirectory of the rEFInd binary directory called
drivers_x64 (for x86-64 systems), drivers_ia32 (for x86 systems), or
drivers (for any architecture) and copying the drivers you want to this
location should do the trick. When you next launch it, rEFInd should load
the drivers, giving you access to the relevant filesystems.

Brief Installation Instructions (Source Package)
================================================

rEFInd source code can be obtained from
https://sourceforge.net/projects/refind/. Consult the BUILDING.txt file in
the source code package for build instructions. Once  you've built the
source code, you can use the refind-install script to install the binaries
you've built. Alternatively, you can duplicate the directory tree described
above by copying the individual files and the icons directory to the ESP.


折りたたみは便利ですね。


参考文献:折りたたみ

おまけ:Desktop 向け BSD ディストリ用アイコン

Desktop-oriented な BSD 向け。

rEFInd パッケージ内の os_○○○.png や各 OS のロゴから適当に作成。
著作権及び使用許諾は素材とした画像に準じます。

rEFInd のテーマに関しての詳細:
http://www.rodsbooks.com/refind/themes.html

おまけアイコンの使い方

ESP が /boot/efi にマウントされている場合、/boot/efi/EFI/ 以下のターゲット OS のフォルダ名と配置した /boot/efi/EFI/refind/icons/os_○○○.png の ○○○ を揃えることでカスタムロゴ画像を表示出来ました。

例:
/boot/efi/EFI/ghostbsd/

/boot/efi/EFI/refind/icons/os_ghostbsd.png

GhostBSD

os_ghostbsd.png
https://ghostbsd.org/

Project Trident

os_projecttident.png
https://project-trident.org/

NomadBSD

os_nomadbsd.png
http://nomadbsd.org/
https://github.com/nomadbsd/NomadBSD/tree/master/nomad/Wallpapers

MidnightBSD

os_midnightbsd.png
https://www.midnightbsd.org/
https://www.midnightbsd.org/art/

OS108

os_os108.png

https://os108.org/
https://github.com/OS108/OS108/tree/master/OS108_logo

OpenBSD

os_openbsd.png

https://www.openbsd.org/
https://www.openbsd.org/art4.html
https://commons.wikimedia.org/wiki/File:Poisson-lune.jpg

DragonFlyBSD

os_dragonflybsd.png

https://www.dragonflybsd.org/
https://www.dragonflybsd.org/images/
https://commons.wikimedia.org/wiki/File:Nannophya_pygmaea_male.JPG


  1. 超感覚的知覚……ではない。 

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1