50 lines
1.1 KiB
ReStructuredText
50 lines
1.1 KiB
ReStructuredText
UEFI
|
|
====
|
|
|
|
.. |distribution| replace:: alpine
|
|
|
|
.. contents:: Contents
|
|
:depth: 2
|
|
:local:
|
|
:backlinks: none
|
|
|
|
This guide can be used to install Alpine onto a single disk with with or without ZFS encryption.
|
|
|
|
It assumes the following:
|
|
|
|
* Your system uses UEFI to boot
|
|
* Your system is x86_64
|
|
* You're mildly comfortable with ZFS, EFI and discovering system facts on your own (``lsblk``, ``dmesg``, ``gdisk``,
|
|
...)
|
|
|
|
Download the latest `Alpine Extended ISO <https://www.alpinelinux.org/downloads/>`_, write it to USB drive and boot your
|
|
system in EFI mode.
|
|
|
|
.. include:: ../_include/efi-boot-check.rst
|
|
|
|
.. include:: _include/live-environment.rst
|
|
|
|
.. include:: ../_include/define-env.rst
|
|
|
|
.. include:: ../_include/disk-preparation.rst
|
|
|
|
.. include:: _include/device-rescan.rst
|
|
|
|
.. include:: ../_include/pool-creation.rst
|
|
|
|
.. include:: ../_include/create-filesystems.rst
|
|
|
|
.. include:: _include/distro-install.rst
|
|
|
|
.. include:: _include/zfs-config.rst
|
|
|
|
.. include:: ../_include/zbm-setup.rst
|
|
|
|
.. include:: _include/setup-esp.rst
|
|
|
|
.. include:: _include/zbm-install.rst
|
|
|
|
.. include:: _include/efi-boot-method.rst
|
|
|
|
.. include:: _include/cleanup.rst
|