「既存の Linux からインストール」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
21行目: 21行目:
 
* [[ディスクレスシステム|ディスクレスマシンの rootfs-over-NFS]]
 
* [[ディスクレスシステム|ディスクレスマシンの rootfs-over-NFS]]
   
ブートストラップの目的は {{Pkg|arch-install-scripts}} ({{ic|pacstrap}} や {{ic|arch-root}} など) が走る環境をセットアップすることです。
+
ブートストラップの目的は {{Pkg|arch-install-scripts}} のスクリプト ({{ic|pacstrap}} や {{ic|arch-chroot}} など) が走る環境をセットアップすることです。
ホストシステムにネイティブに {{Pkg|arch-install-scripts}} をインストールするか、Arch Linux ベースの chroot を設定することでこれを行います。
 
   
ホストシステムで Arch Linux を動かしている場合は、{{Pkg|arch-install-scripts}} をインストールするだけです。
+
ホストシステムで Arch Linux を動かしている場合は、{{Pkg|arch-install-scripts}} をインストールするだけです。ホスト環境で他の Linux ディストリビューションを使っている場合、まず Arch Linux ベースの chroot をセットアップする必要があります。
   
 
{{Note|このガイドでは新しいターゲット Arch Linux アーキテクチャのプログラムを実行することができる既存のホストシステムが必要です。ホストが x86_64 の場合、32ビット chroot 環境を作成するために i686-pacman を使うことができます。[[64ビット環境に32ビット環境をインストール]]を見て下さい。ただし、ホストが32ビットのプログラムしかサポートしていない場合、64ビット環境を作成するのは簡単ではありません。}}
 
{{Note|このガイドでは新しいターゲット Arch Linux アーキテクチャのプログラムを実行することができる既存のホストシステムが必要です。ホストが x86_64 の場合、32ビット chroot 環境を作成するために i686-pacman を使うことができます。[[64ビット環境に32ビット環境をインストール]]を見て下さい。ただし、ホストが32ビットのプログラムしかサポートしていない場合、64ビット環境を作成するのは簡単ではありません。}}
   
  +
{{Warning|コマンドを実行する前にコマンドの意味を考えてください。システムを破壊して重要なデータを喪失した場合、データ復旧会社に頼むと多額の請求費が届くでしょう。}}
==Arch Linux ベースの chroot==
 
ホストシステムの中で Arch システムを動かします。
 
実際のインストールは Arch システムから実行します。
 
chroot の中に入れ子になったシステムが含まれます。
 
設定して chroot に入る方法は以下の3つがあります。
 
   
  +
==バックアップと準備==
{{Note|ホストシステムは Linux 2.6.32 以降である必要があります。}}
 
  +
メールやウェブサーバーなど全てのデータをバックアップしてください。マシン設定の情報も控えておきましょう。サーバーの設定やホストネームなどです。
{{Note|以下の3つの方法からどれか一つを選んで、それから記事の残りを読んでインストールを完了してください。}}
 
   
  +
以下は必要なデータのリストです:
===方法 1: ブートストラップイメージを使う===
 
  +
* IP アドレス
  +
* ホストネーム (ノート: ルートサーバーも大抵の場合、プロバイダーのドメインに含まれます。{{ic|/etc/hosts}} を確認・バックアップしてください)
  +
* DNS サーバー ({{ic|/etc/resolv.conf}} を確認)
  +
* SSH 鍵 (サーバーを使っている人が他にいる場合、新しい鍵を認証する必要があります。Apache やメールサーバー、SSH サーバーなどの鍵が該当します)
  +
* ハードウェアの情報 (ネットワークカードなど。インストール済みの {{ic|/etc/modules.conf}} を参照してください)
  +
* GRUB 設定ファイル
   
  +
ローカルのハードドライブに {{ic|/etc}} ディレクトリのコピーを作成すると良いでしょう。
[https://www.archlinux.org/download ミラー]からブートストラップイメージをダウンロードしてください:
 
  +
$ curl -O https://mirrors.kernel.org/archlinux/iso/2015.06.01/archlinux-bootstrap-2015.06.01-x86_64.tar.gz
 
  +
== Arch Linux が動作しているホストからインストール ==
tarball を展開してください:
 
  +
  +
{{Pkg|arch-install-scripts}} パッケージをインストールしてください。
  +
  +
[[インストールガイド#パーティションのマウント]]に従ってください。{{ic|/mnt}} ディレクトリを別の用途に使っている場合、{{ic|/mnt/install}} などのように他のディレクトリを作成してください。
  +
  +
その後[[インストールガイド#インストール]]に従ってください。ホストにミラーリストが存在するため、[[インストールガイド#ミラーの選択]]は省略できます。
  +
  +
{{Tip|全てのパッケージをもう一度ダウンロードするかわりに、[[Pacman ヒント#pacman のキャッシュをネットワークで共有する|pacman のキャッシュをネットワークで共有する]]か ''pacstrap'' の {{ic|-c}} オプションを使う方法もあります。}}
  +
  +
{{Note|既存の Arch 環境の複製を作成したい場合、新しいパーティションにファイルシステムをコピーするだけで作成できます。その場合、以下の設定が必要です:
  +
  +
* [[インストールガイド#Fstab|{{ic|/etc/fstab}}]] を作成して {{ic|/etc/hostname}} を編集
  +
* {{ic|/etc/machine-id}} を削除。起動時に新しいファイルが作成されます。
  +
* その他インストールメディアに適宜変更を加える
  +
* ブートローダーのインストール
  +
  +
ルートファイルシステムをコピーするときは、{{ic|cp -ax}} あるいは {{ic|rsync -axX}} コマンドを使います。マウントポイントの中身はコピーされず ({{ic|-x}})、システムバイナリの[[ケイパビリティ]]属性は維持されます ({{ic|rsync -X}})。}}
  +
  +
== 他の Linux ディストリビューションが動作しているホストからインストール ==
  +
  +
以下のサブセクションに書かれている手順を自動化するツールが複数存在します。詳しくはそれぞれのホームページを見てください。
  +
  +
* [https://github.com/tokland/arch-bootstrap arch-bootstrap] (Bash)
  +
* [https://github.com/hartwork/image-bootstrap image-bootstrap] (Python)
  +
* [https://github.com/drizzt/vps2arch vps2arch] (Bash)
  +
* [https://github.com/m4rienf/ArchCX archcx] (Bash, Hetzner CX Rescue System 由来)
  +
  +
以下では手動でインストールする方法を記述しています。ホスト環境の中で Arch を動作させ、ネストされた環境は chroot の中に格納します。
  +
  +
=== chroot の作成 ===
  +
  +
chroot をセットアップする方法は2つ存在します。簡単な方法と複雑な方法の2つです。どちらか片方を選択してください。その後、[[#chroot 環境を使う]]に進んでください。
  +
  +
==== 方法 A: ブートストラップイメージを使う (推奨) ====
  +
  +
[https://www.archlinuxjp.org/download/ ミラー] からブートストラップイメージをダウンロード:
 
# cd /tmp
 
# cd /tmp
# tar xzf <path-to-bootstrap-image>/archlinux-bootstrap-2015.06.01-x86_64.tar.gz
+
# curl -O https://mirrors.kernel.org/archlinux/iso/2016.09.03/archlinux-bootstrap-2016.09.03-x86_64.tar.gz
リポジトリサーバーを選択してください:
 
# nano /tmp/root.x86_64/etc/pacman.d/mirrorlist
 
   
  +
署名をダウンロードして (URL に {{ic|.sig}} が付きます)、[[GnuPG#署名の検証|GnuPG で検証]]することもできます。
{{Note|x86_64 のホストシステムから i686 イメージをブートストラップする場合は、pacman が正しい i686 パッケージをインストールするように {{Ic|/tmp/root.i686/etc/pacman.conf}} を編集して {{Ic|1=Architecture = i686}} を明示的に定義する必要があります。}}
 
   
  +
tarball を解凍:
chroot に入って下さい
 
  +
# tar xzf <path-to-bootstrap-image>/archlinux-bootstrap-2016.09.03-x86_64.tar.gz
* bash 4 以降がインストールされている場合は:
 
# /tmp/root.x86_64/bin/arch-chroot /tmp/root.x86_64/
 
* インストールされていない場合は以下のコマンドを実行してください:
 
# cp /etc/resolv.conf /tmp/root.x86_64/etc
 
# mount --rbind /proc /tmp/root.x86_64/proc
 
# mount --rbind /sys /tmp/root.x86_64/sys
 
# mount --rbind /dev /tmp/root.x86_64/dev
 
# mount --rbind /run /tmp/root.x86_64/run
 
(assuming /run exists on your system)
 
# chroot /tmp/root.x86_64/
 
   
  +
{{ic|/tmp/root.x86_64/etc/pacman.d/mirrorlist}} を編集してリポジトリサーバーを選択してください。
===方法 2: LiveCD イメージを使う===
 
   
  +
{{Note|x86_64 のホスト環境から i686 イメージをブートストラップした場合、i686 のパッケージが pacman によって取得されるように {{Ic|/tmp/root.i686/etc/pacman.conf}} を編集して {{Ic|1=Architecture = i686}} と記述してください。}}
最新の Arch Linux インストールメディアの root イメージをマウントして chroot することが可能です。この方法は指定のパッケージをインストールする必要なくホストシステムの中で Arch Linux をインストールできるという利点があります。
 
   
  +
chroot 環境に入ってください:
{{Note|先に進む前に、ホストシステムに [http://squashfs.sourceforge.net/ squashfs] の最新バージョンをインストールしてください。インストールしていないと次のエラーが表示されます: {{ic|FATAL ERROR aborting: uncompress_inode_table: failed to read block}}。}}
 
   
  +
* bash 4 以上がインストールされていて、unshare が --fork と --pid オプションに対応している場合:
* root イメージは[https://www.archlinux.org/download ミラー]の一つから取得することができます。squashfs フォーマットは編集ができないので root イメージを unsquash してマウントします。
 
  +
# /tmp/root.x86_64/bin/arch-chroot /tmp/root.x86_64/
  +
* bash 4 未満の場合、以下のコマンドを実行:
  +
# mount --bind /tmp/root.x86_64 /tmp/root.x86_64
  +
# cd /tmp/root.x86_64
  +
# cp /etc/resolv.conf etc
  +
# mount -t proc /proc proc
  +
# mount --rbind /sys sys
  +
# mount --rbind /dev dev
  +
# mount --rbind /run run # (assuming /run exists on the system)
  +
# chroot /tmp/root.x86_64 /bin/bash
   
  +
==== 方法 B: LiveCD イメージを使う ====
*root イメージを unsquash するには、次を実行してください:
 
{{bc|# unsquashfs -d /squashfs-root root-image.fs.sfs}}
 
   
  +
It is possible to mount the root image of the latest Arch Linux installation media and then chroot into it. This method has the advantage of providing a working Arch Linux installation right within the host system without the need to prepare it by installing specific packages.
* これで root イメージをループマウントすることができます:
 
  +
  +
{{Note|Before proceeding, make sure the latest version of [http://squashfs.sourceforge.net/ squashfs] is installed on the host system. Otherwise, errors like the following are to be expected: {{ic|FATAL ERROR aborting: uncompress_inode_table: failed to read block}}.}}
  +
  +
* The root image can be found on one of the [https://www.archlinux.org/download mirrors] under either arch/x86_64/ or arch/i686/, depending on the desired architecture. The squashfs format is not editable, so we unsquash the root image and mount it.
  +
  +
*To unsquash the root image, run
  +
{{bc|# unsquashfs airootfs.sfs}}
  +
  +
* Before [[Change root|chrooting]] to it, we need to set up some mount points and copy the resolv.conf for networking.
 
{{bc|
 
{{bc|
  +
# mount --bind squashfs-root squashfs-root
# mkdir /arch
 
# mount -o loop /squashfs-root/root-image.fs /arch
+
# mount -t proc none squashfs-root/proc
  +
# mount -t sysfs none squashfs-root/sys
  +
# mount -o bind /dev squashfs-root/dev
  +
# mount -o bind /dev/pts squashfs-root/dev/pts ## important for pacman (for signature check)
  +
# cp -L /etc/resolv.conf squashfs-root/etc ## this is needed to use networking within the chroot
 
}}
 
}}
   
  +
* Now, everything is prepared to chroot into the newly installed Arch environment
* [[Change Root|chroot]] する前に、マウントポイントを設定してネットワークのために resolv.conf をコピーする必要があります。
 
  +
{{bc|# chroot squashfs-root bash}}
  +
  +
=== Using the chroot environment ===
  +
  +
The bootstrap environment is really barebones (no {{ic|nano}}, no {{ic|ping}}, no {{ic|cryptsetup}}, no {{ic|lvm}}). Therefore, we need to set up [[pacman]] in order to download the rest of the {{ic|base}} and, if needed, {{ic|base-devel}}.
  +
  +
==== Initializing pacman keyring ====
  +
  +
Before starting the installation, pacman keys need to be setup. Before running the following two commands, read [[pacman-key#Initializing the keyring]] to understand the entropy requirements:
 
{{bc|
 
{{bc|
  +
# pacman-key --init
# mount -t proc none /arch/proc
 
  +
# pacman-key --populate archlinux
# mount -t sysfs none /arch/sys
 
# mount -o bind /dev /arch/dev
 
# mount -o bind /dev/pts /arch/dev/pts # important for pacman (for signature check)
 
# cp -L /etc/resolv.conf /arch/etc #this is needed to use networking within the chroot
 
 
}}
 
}}
   
  +
{{Tip|Installing and running {{Pkg|haveged}} must be done on the host system, since it is not possible to install packages before initializing pacman keyring and because ''systemd'' will detect it is running in a chroot and [https://superuser.com/questions/688733/start-a-systemd-service-inside-chroot ignore activation request].
* 新しくインストールする Arch 環境に chroot する準備がすべて整いました:
 
{{bc|# chroot /arch bash}}
 
   
  +
If you go with doing {{ic|ls -Ra /}} in another console (TTY, terminal, SSH session...), do not be afraid of running it in a loop a few times: five or six runs from the host proved sufficient to generate enough entropy on a remote headless server.}}
===方法 3: (スクリプトを使って) 手動で chroot を組み立てる===
 
   
  +
==== Selecting a mirror and downloading basic tools ====
このスクリプトは {{ic|archinstall-pkg}} という名前のディレクトリを作成し、必要なパッケージをそこにダウンロードします。それからパッケージを {{ic|archinstall-chroot}} ディレクトリに展開します。最後に、マウントポイントを準備して、pacman を設定し chroot に入ります。
 
   
  +
After [[Mirrors#Enabling_a_specific_mirror|selecting a mirror]], [[Mirrors#Force_pacman_to_refresh_the_package_lists|refresh the package lists]] and [[install]] what you need: {{Grp|base}}, {{Grp|base-devel}}, {{Pkg|parted}} etc.
{{hc|archinstall-bootstrap.sh|<nowiki>
 
#!/bin/bash
 
# last edited 02. March 2014
 
# This script is inspired on the archbootstrap script.
 
   
  +
=== Installation tips ===
FIRST_PACKAGE=(filesystem)
 
BASH_PACKAGES=(glibc ncurses readline bash)
 
PACMAN_PACKAGES=(acl archlinux-keyring attr bzip2 coreutils curl e2fsprogs expat gnupg gpgme keyutils krb5 libarchive libassuan libgpg-error libgcrypt libssh2 lzo2 openssl pacman xz zlib)
 
# EXTRA_PACKAGES=(pacman-mirrorlist tar libcap arch-install-scripts util-linux systemd)
 
PACKAGES=(${FIRST_PACKAGE[*]} ${BASH_PACKAGES[*]} ${PACMAN_PACKAGES[*]})
 
   
  +
You can now proceed to [[Installation_guide#Partition_the_disks]] and follow the rest of the [[Installation guide]].
# Change to the mirror which best fits for you
 
# USA
 
MIRROR='http://mirrors.kernel.org/archlinux'
 
# Germany
 
# MIRROR='http://archlinux.limun.org'
 
   
  +
Some host systems or configurations may require certain extra steps. See the sections below for tips.
# You can set the ARCH variable to i686 or x86_64
 
ARCH=`uname -m`
 
LIST=`mktemp`
 
CHROOT_DIR=archinstall-chroot
 
DIR=archinstall-pkg
 
mkdir -p "$DIR"
 
mkdir -p "$CHROOT_DIR"
 
# Create a list of filenames for the arch packages
 
wget -q -O- "$MIRROR/core/os/$ARCH/" | sed -n "s|.*href=\"\\([^\"]*xz\\)\".*|\\1|p" >> $LIST
 
# Download and extract each package.
 
for PACKAGE in ${PACKAGES[*]}; do
 
FILE=`grep "$PACKAGE-[0-9]" $LIST|head -n1`
 
wget "$MIRROR/core/os/$ARCH/$FILE" -c -O "$DIR/$FILE"
 
xz -dc "$DIR/$FILE" | tar x -k -C "$CHROOT_DIR"
 
rm -f "$CHROOT_DIR/.PKGINFO" "$CHROOT_DIR/.MTREE" "$CHROOT_DIR/.INSTALL"
 
done
 
# Create mount points
 
mount -t proc proc "$CHROOT_DIR/proc/"
 
mount -t sysfs sys "$CHROOT_DIR/sys/"
 
mount -o bind /dev "$CHROOT_DIR/dev/"
 
mkdir -p "$CHROOT_DIR/dev/pts"
 
mount -t devpts pts "$CHROOT_DIR/dev/pts/"
 
   
  +
==== Debian ベースのホスト ====
# Hash for empty password Created by doing: openssl passwd -1 -salt ihlrowCo and entering an empty password (just press enter)
 
# echo 'root:$1$ihlrowCo$sF0HjA9E8up9DYs258uDQ0:10063:0:99999:7:::' > "$CHROOT_DIR/etc/shadow"
 
# echo "myhost" > "$CHROOT_DIR/etc/hostname"
 
[ -f "/etc/resolv.conf" ] && cp "/etc/resolv.conf" "$CHROOT_DIR/etc/"
 
   
  +
===== /dev/shm =====
mkdir -p "$CHROOT_DIR/etc/pacman.d/"
 
   
  +
On some Debian-based host systems, {{ic|pacstrap}} may produce the following error:
echo "Server = $MIRROR/\$repo/os/$ARCH" >> "$CHROOT_DIR/etc/pacman.d/mirrorlist"
 
   
  +
{{hc|# pacstrap /mnt base|
chroot $CHROOT_DIR pacman-key --init
 
  +
==> Creating install root at /mnt
chroot $CHROOT_DIR pacman-key --populate archlinux
 
  +
mount: mount point /mnt/dev/shm is a symbolic link to nowhere
chroot $CHROOT_DIR pacman -Syu pacman --force
 
  +
==> ERROR: failed to setup API filesystems in new root
[ -f "/etc/resolv.conf" ] && cp "/etc/resolv.conf" "$CHROOT_DIR/etc/"
 
  +
}}
echo "Server = $MIRROR/\$repo/os/$ARCH" >> "$CHROOT_DIR/etc/pacman.d/mirrorlist"
 
chroot $CHROOT_DIR
 
</nowiki>}}
 
   
  +
This is because in some versions of Debian, {{ic|/dev/shm}} points to {{ic|/run/shm}} while in the Arch-based chroot, {{ic|/run/shm}} does not exist and the link is broken. To correct this error, create a directory {{ic|/run/shm}}:
===chroot 環境を使う===
 
  +
# mkdir /run/shm
   
====pacman キーリングの初期化====
+
===== /dev/pts =====
  +
インストールを始める前に、pacman のキーを設定する必要があります。[[pacman-key#キーリングの初期化]] を読んでエントロピーの必要性について理解してから以下の2つのコマンドを実行してください:
 
  +
While installing {{ic|archlinux-2015.07.01-x86_64}} from a Debian 7 host, the following error prevented both [https://projects.archlinux.org/arch-install-scripts.git/tree/pacstrap.in pacstrap] and [[Change_root#Using_arch-chroot|arch-chroot]] from working:
{{bc|
 
  +
# pacman-key --init
 
  +
{{hc|# pacstrap -i /mnt|
# pacman-key --populate archlinux
 
  +
mount: mount point /mnt/dev/pts does not exist
  +
==> ERROR: failed to setup chroot /mnt
 
}}
 
}}
   
  +
Apparently, this is because these two scripts use a common function. {{ic|chroot_setup()}}[https://projects.archlinux.org/arch-install-scripts.git/tree/common#n76] relies on newer features of {{Pkg|util-linux}}, which are incompatible with Debian 7 userland (see {{Bug|45737}}).
====インストール====
 
[[インストールガイド]]の[[インストールガイド#パーティションのマウント|パーティションのマウント]]と[[インストールガイド#ベースシステムのインストール|ベースシステムのインストール]]のセクションに従って下さい。
 
   
  +
The solution for ''pacstrap'' is to manually execute its [https://projects.archlinux.org/arch-install-scripts.git/tree/pacstrap.in#n77 various tasks], but use the [[Change_root#Using_chroot|regular procedure]] to mount the kernel filesystems on the target directory ({{ic|"$newroot"}}):
=====Debian ベースのホスト=====
 
Debian ベースのホストシステムでは、{{ic|pacstrap}} は以下のエラーを吐き出します:
 
# pacstrap /mnt base
 
# ==> Creating install root at /mnt
 
# mount: mount point /mnt/dev/shm is a symbolic link to nowhere
 
# ==> ERROR: failed to setup API filesystems in new root
 
   
  +
{{bc|1=
Debian では、/dev/shm は /run/shm になっています。しかしながら Arch ベースの chroot では、/run/shm は存在せずリンクが壊れています。このエラーを修正するには、/run/shm ディレクトリを作成してください:
 
  +
# newroot=/mnt
# mkdir /run/shm
 
  +
# mkdir -m 0755 -p "$newroot"/var/{cache/pacman/pkg,lib/pacman,log} "$newroot"/{dev,run,etc}
  +
# mkdir -m 1777 -p "$newroot"/tmp
  +
# mkdir -m 0555 -p "$newroot"/{sys,proc}
  +
# mount --bind "$newroot" "$newroot"
  +
# mount -t proc /proc "$newroot/proc"
  +
# mount --rbind /sys "$newroot/sys"
  +
# mount --rbind /run "$newroot/run"
  +
# mount --rbind /dev "$newroot/dev"
  +
# pacman -r "$newroot" --cachedir="$newroot/var/cache/pacman/pkg" -Sy base base-devel ... ## add the packages you want
  +
# cp -a /etc/pacman.d/gnupg "$newroot/etc/pacman.d/" ## copy keyring
  +
# cp -a /etc/pacman.d/mirrorlist "$newroot/etc/pacman.d/" ## copy mirrorlist
  +
}}
  +
  +
Instead of using {{ic|arch-chroot}} for [[Installation guide#Chroot]], simply use {{ic|chroot "$newroot"}}.
  +
  +
===== lvmetad =====
  +
  +
Trying to create [[LVM]] [[LVM#Logical_volumes|logical volumes]] from an {{ic|archlinux-bootstrap-2015.07.01-x86_64}} environment on a Debian 7 host resulted in the following error:
  +
  +
{{hc|# lvcreate -L 20G lvm -n root|
  +
/run/lvm/lvmetad.socket: connect failed: No such file or directory
  +
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  +
/dev/lvm/root: not found: device not cleared
  +
Aborting. Failed to wipe start of new LV.}}
  +
  +
(Physical volume and volume group creation worked despite {{ic|/run/lvm/lvmetad.socket: connect failed: No such file or directory}} being displayed.)
  +
  +
This could be easily worked around by creating the logical volumes outside the chroot (from the Debian host). They are then available once chrooted again.
  +
  +
Also, if the system you are using has lvm, you might have the following output:
  +
  +
{{hc|1=# grub-install --target=i386-pc --recheck /dev/mapper/main-archroot|2=
  +
Installing for i386-pc platform.
  +
/run/lvm/lvmetad.socket: connect failed: No such file or directory
  +
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  +
/run/lvm/lvmetad.socket: connect failed: No such file or directory
  +
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  +
/run/lvm/lvmetad.socket: connect failed: No such file or directory
  +
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  +
/run/lvm/lvmetad.socket: connect failed: No such file or directory
  +
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  +
/run/lvm/lvmetad.socket: connect failed: No such file or directory
  +
WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  +
}}
  +
  +
This is because debian does not use lvmetad by default. You need to edit {{ic|/etc/lvm/lvm.conf}} and set {{ic|use_lvmetad}} to {{ic|0}}:
  +
  +
use_lvmetad = 0
  +
  +
This will trigger later an error on boot in the initrd stage. Therefore, you have to change it back after the grub generation. In a software RAID + LVM, steps would be the following:
  +
  +
* After installing all the system, when you have to do all the initramfs (mkinitcpio) and grub thing.
  +
* Change /etc/mdadm.conf to reflect your RAID config (if any)
  +
* Change HOOKS and MODULES according to lvm and raid requirements: {{ic|1=MODULES="dm_mod" HOOKS="base udev '''mdadm_udev''' ... block '''lvm2''' filesystems ..."}}
  +
* Generate initrd images with mkinitcpio
  +
* Change /etc/lvm/lvm.conf to put use_lvmetad = 0
  +
* Generate grub config (grub-mkconfig)
  +
* Change /etc/lvm/lvm.conf to put use_lvmetad = 1
  +
  +
==== Fedora ベースのホスト ====
  +
  +
On Fedora based hosts and live USBs you may encounter problems when using {{ic|genfstab}} to generate your [[fstab]]. Remove duplicate entries and the "seclabel" option where it appears, as this is Fedora-specific and will keep your system from booting normally.
  +
  +
== Things to check before you reboot==
  +
  +
Before rebooting, chroot into the newly-installed system.
  +
  +
Set a root password so that you can log in with ssh later:
  +
# passwd
  +
  +
Install [[ssh]] and [[enable]] it to start automatically at boot.
  +
  +
Configure the [[network]] connection to start automatically at boot.
  +
  +
Set up a [[boot loader]] and configure it to use the swap partition you appropriated earlier as the root partition. You might want to configure your bootloader to be able to boot into your old system; it is helpful to re-use the server's existing /boot partition in the new system for this purpose.
  +
  +
== LiveCD を使わずに既存の環境を置き換える ==
  +
  +
Find ~700MB of free space somewhere on the disk, e.g. by partitioning a swap partition. You can disable the swap partition and set up your system there.
  +
  +
=== 昔のスワップパーティションを新しいルートパーティションに設定 ===
  +
  +
Check {{ic|cfdisk}}, {{ic|/proc/swaps}} or {{ic|/etc/fstab}} to find your swap partition. Assuming your hard drive is located on sdaX (X will be a number).
  +
  +
Do the following:
  +
  +
Disable the swap space:
  +
# swapoff /dev/sdaX
  +
  +
Create a filesystem on it
  +
# fdisk /dev/sda
  +
(set /dev/sdaX ID field to "Linux" - Hex 83)
  +
# mke2fs -j /dev/sdaX
  +
  +
Create a directory to mount it in
  +
# mkdir /mnt/newsys
   
  +
Finally, mount the new directory for installing the intermediate system.
====システムの設定====
 
  +
# mount -t ext4 /dev/sdaX /mnt/newsys
   
  +
=== インストール ===
ここからは、[[インストールガイド]]の[[インストールガイド#パーティションのマウント|パーティションのマウント]]セクションに従って下さい。
 
  +
If less than 700MB are available, examine the packages in the group base, and select only those required to get a system with internet connection up and running in the temporary partition. This will mean explicitly specifying individual packages to pacstrap, as well as passing it the -c option, to get packages downloaded to the host system to avoid filling up valuable space.
   
  +
新しい Arch Linux システムをインストールして、新しく作成したシステムで再起動し、プライマリパーティションに[[Rsync によるフルシステムバックアップ|システム全体を rsync]] してください。再起動する前にブートローダーの設定を修正してください。
==LiveCD を使わずに既存のシステムを置き換える==
 
swap パーティションをパーティション分けするなどしてディスクのどこかに ~500MB の空き容量を作って下さい。
 
そこに新しい Arch Linux システムをインストールして、新しく作成したシステムで再起動し、プライマリパーティションに[[Rsync によるフルシステムバックアップ|システム全体を rsync]] してください。
 
再起動する前にブートローダーの設定を修正してください。
 

2016年9月5日 (月) 22:11時点における版

関連記事

この文章では Linux ホストシステムから Arch Linux をインストールするのに必要なブートストラッププロセスを説明しています。ブートストラップした後は、インストールガイドの記述に従ってインストールを行なって下さい。

既存の Linux から Arch Linux をインストールすることが考えられるのは以下の場合になります:

ブートストラップの目的は arch-install-scripts のスクリプト (pacstraparch-chroot など) が走る環境をセットアップすることです。

ホストシステムで Arch Linux を動かしている場合は、arch-install-scripts をインストールするだけです。ホスト環境で他の Linux ディストリビューションを使っている場合、まず Arch Linux ベースの chroot をセットアップする必要があります。

ノート: このガイドでは新しいターゲット Arch Linux アーキテクチャのプログラムを実行することができる既存のホストシステムが必要です。ホストが x86_64 の場合、32ビット chroot 環境を作成するために i686-pacman を使うことができます。64ビット環境に32ビット環境をインストールを見て下さい。ただし、ホストが32ビットのプログラムしかサポートしていない場合、64ビット環境を作成するのは簡単ではありません。
警告: コマンドを実行する前にコマンドの意味を考えてください。システムを破壊して重要なデータを喪失した場合、データ復旧会社に頼むと多額の請求費が届くでしょう。

バックアップと準備

メールやウェブサーバーなど全てのデータをバックアップしてください。マシン設定の情報も控えておきましょう。サーバーの設定やホストネームなどです。

以下は必要なデータのリストです:

  • IP アドレス
  • ホストネーム (ノート: ルートサーバーも大抵の場合、プロバイダーのドメインに含まれます。/etc/hosts を確認・バックアップしてください)
  • DNS サーバー (/etc/resolv.conf を確認)
  • SSH 鍵 (サーバーを使っている人が他にいる場合、新しい鍵を認証する必要があります。Apache やメールサーバー、SSH サーバーなどの鍵が該当します)
  • ハードウェアの情報 (ネットワークカードなど。インストール済みの /etc/modules.conf を参照してください)
  • GRUB 設定ファイル

ローカルのハードドライブに /etc ディレクトリのコピーを作成すると良いでしょう。

Arch Linux が動作しているホストからインストール

arch-install-scripts パッケージをインストールしてください。

インストールガイド#パーティションのマウントに従ってください。/mnt ディレクトリを別の用途に使っている場合、/mnt/install などのように他のディレクトリを作成してください。

その後インストールガイド#インストールに従ってください。ホストにミラーリストが存在するため、インストールガイド#ミラーの選択は省略できます。

ヒント: 全てのパッケージをもう一度ダウンロードするかわりに、pacman のキャッシュをネットワークで共有するpacstrap-c オプションを使う方法もあります。
ノート: 既存の Arch 環境の複製を作成したい場合、新しいパーティションにファイルシステムをコピーするだけで作成できます。その場合、以下の設定が必要です:
  • /etc/fstab を作成して /etc/hostname を編集
  • /etc/machine-id を削除。起動時に新しいファイルが作成されます。
  • その他インストールメディアに適宜変更を加える
  • ブートローダーのインストール
ルートファイルシステムをコピーするときは、cp -ax あるいは rsync -axX コマンドを使います。マウントポイントの中身はコピーされず (-x)、システムバイナリのケイパビリティ属性は維持されます (rsync -X)。

他の Linux ディストリビューションが動作しているホストからインストール

以下のサブセクションに書かれている手順を自動化するツールが複数存在します。詳しくはそれぞれのホームページを見てください。

以下では手動でインストールする方法を記述しています。ホスト環境の中で Arch を動作させ、ネストされた環境は chroot の中に格納します。

chroot の作成

chroot をセットアップする方法は2つ存在します。簡単な方法と複雑な方法の2つです。どちらか片方を選択してください。その後、#chroot 環境を使うに進んでください。

方法 A: ブートストラップイメージを使う (推奨)

ミラー からブートストラップイメージをダウンロード:

# cd /tmp
# curl -O https://mirrors.kernel.org/archlinux/iso/2016.09.03/archlinux-bootstrap-2016.09.03-x86_64.tar.gz

署名をダウンロードして (URL に .sig が付きます)、GnuPG で検証することもできます。

tarball を解凍:

# tar xzf <path-to-bootstrap-image>/archlinux-bootstrap-2016.09.03-x86_64.tar.gz

/tmp/root.x86_64/etc/pacman.d/mirrorlist を編集してリポジトリサーバーを選択してください。

ノート: x86_64 のホスト環境から i686 イメージをブートストラップした場合、i686 のパッケージが pacman によって取得されるように /tmp/root.i686/etc/pacman.conf を編集して Architecture = i686 と記述してください。

chroot 環境に入ってください:

  • bash 4 以上がインストールされていて、unshare が --fork と --pid オプションに対応している場合:
# /tmp/root.x86_64/bin/arch-chroot /tmp/root.x86_64/
  • bash 4 未満の場合、以下のコマンドを実行:
# mount --bind /tmp/root.x86_64 /tmp/root.x86_64
# cd /tmp/root.x86_64
# cp /etc/resolv.conf etc
# mount -t proc /proc proc
# mount --rbind /sys sys
# mount --rbind /dev dev
# mount --rbind /run run    # (assuming /run exists on the system)
# chroot /tmp/root.x86_64 /bin/bash

方法 B: LiveCD イメージを使う

It is possible to mount the root image of the latest Arch Linux installation media and then chroot into it. This method has the advantage of providing a working Arch Linux installation right within the host system without the need to prepare it by installing specific packages.

ノート: Before proceeding, make sure the latest version of squashfs is installed on the host system. Otherwise, errors like the following are to be expected: FATAL ERROR aborting: uncompress_inode_table: failed to read block.
  • The root image can be found on one of the mirrors under either arch/x86_64/ or arch/i686/, depending on the desired architecture. The squashfs format is not editable, so we unsquash the root image and mount it.
  • To unsquash the root image, run
# unsquashfs airootfs.sfs
  • Before chrooting to it, we need to set up some mount points and copy the resolv.conf for networking.
# mount --bind squashfs-root squashfs-root
# mount -t proc none squashfs-root/proc
# mount -t sysfs none squashfs-root/sys
# mount -o bind /dev squashfs-root/dev
# mount -o bind /dev/pts squashfs-root/dev/pts  ## important for pacman (for signature check)
# cp -L /etc/resolv.conf squashfs-root/etc  ## this is needed to use networking within the chroot
  • Now, everything is prepared to chroot into the newly installed Arch environment
# chroot squashfs-root bash

Using the chroot environment

The bootstrap environment is really barebones (no nano, no ping, no cryptsetup, no lvm). Therefore, we need to set up pacman in order to download the rest of the base and, if needed, base-devel.

Initializing pacman keyring

Before starting the installation, pacman keys need to be setup. Before running the following two commands, read pacman-key#Initializing the keyring to understand the entropy requirements:

# pacman-key --init
# pacman-key --populate archlinux
ヒント: Installing and running haveged must be done on the host system, since it is not possible to install packages before initializing pacman keyring and because systemd will detect it is running in a chroot and ignore activation request. If you go with doing ls -Ra / in another console (TTY, terminal, SSH session...), do not be afraid of running it in a loop a few times: five or six runs from the host proved sufficient to generate enough entropy on a remote headless server.

Selecting a mirror and downloading basic tools

After selecting a mirror, refresh the package lists and install what you need: base, base-devel, parted etc.

Installation tips

You can now proceed to Installation_guide#Partition_the_disks and follow the rest of the Installation guide.

Some host systems or configurations may require certain extra steps. See the sections below for tips.

Debian ベースのホスト

/dev/shm

On some Debian-based host systems, pacstrap may produce the following error:

# pacstrap /mnt base
==> Creating install root at /mnt
mount: mount point /mnt/dev/shm is a symbolic link to nowhere
==> ERROR: failed to setup API filesystems in new root

This is because in some versions of Debian, /dev/shm points to /run/shm while in the Arch-based chroot, /run/shm does not exist and the link is broken. To correct this error, create a directory /run/shm:

# mkdir /run/shm
/dev/pts

While installing archlinux-2015.07.01-x86_64 from a Debian 7 host, the following error prevented both pacstrap and arch-chroot from working:

# pacstrap -i /mnt
mount: mount point /mnt/dev/pts does not exist
==> ERROR: failed to setup chroot /mnt

Apparently, this is because these two scripts use a common function. chroot_setup()[1] relies on newer features of util-linux, which are incompatible with Debian 7 userland (see FS#45737).

The solution for pacstrap is to manually execute its various tasks, but use the regular procedure to mount the kernel filesystems on the target directory ("$newroot"):

# newroot=/mnt
# mkdir -m 0755 -p "$newroot"/var/{cache/pacman/pkg,lib/pacman,log} "$newroot"/{dev,run,etc}
# mkdir -m 1777 -p "$newroot"/tmp
# mkdir -m 0555 -p "$newroot"/{sys,proc}
# mount --bind "$newroot" "$newroot"
# mount -t proc /proc "$newroot/proc"
# mount --rbind /sys "$newroot/sys"
# mount --rbind /run "$newroot/run"
# mount --rbind /dev "$newroot/dev"
# pacman -r "$newroot" --cachedir="$newroot/var/cache/pacman/pkg" -Sy base base-devel ... ## add the packages you want
# cp -a /etc/pacman.d/gnupg "$newroot/etc/pacman.d/"       ## copy keyring
# cp -a /etc/pacman.d/mirrorlist "$newroot/etc/pacman.d/"  ## copy mirrorlist

Instead of using arch-chroot for Installation guide#Chroot, simply use chroot "$newroot".

lvmetad

Trying to create LVM logical volumes from an archlinux-bootstrap-2015.07.01-x86_64 environment on a Debian 7 host resulted in the following error:

# lvcreate -L 20G lvm -n root
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /dev/lvm/root: not found: device not cleared
  Aborting. Failed to wipe start of new LV.

(Physical volume and volume group creation worked despite /run/lvm/lvmetad.socket: connect failed: No such file or directory being displayed.)

This could be easily worked around by creating the logical volumes outside the chroot (from the Debian host). They are then available once chrooted again.

Also, if the system you are using has lvm, you might have the following output:

# grub-install --target=i386-pc --recheck /dev/mapper/main-archroot
Installing for i386-pc platform.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.

This is because debian does not use lvmetad by default. You need to edit /etc/lvm/lvm.conf and set use_lvmetad to 0:

use_lvmetad = 0

This will trigger later an error on boot in the initrd stage. Therefore, you have to change it back after the grub generation. In a software RAID + LVM, steps would be the following:

  • After installing all the system, when you have to do all the initramfs (mkinitcpio) and grub thing.
  • Change /etc/mdadm.conf to reflect your RAID config (if any)
  • Change HOOKS and MODULES according to lvm and raid requirements: MODULES="dm_mod" HOOKS="base udev mdadm_udev ... block lvm2 filesystems ..."
  • Generate initrd images with mkinitcpio
  • Change /etc/lvm/lvm.conf to put use_lvmetad = 0
  • Generate grub config (grub-mkconfig)
  • Change /etc/lvm/lvm.conf to put use_lvmetad = 1

Fedora ベースのホスト

On Fedora based hosts and live USBs you may encounter problems when using genfstab to generate your fstab. Remove duplicate entries and the "seclabel" option where it appears, as this is Fedora-specific and will keep your system from booting normally.

Things to check before you reboot

Before rebooting, chroot into the newly-installed system.

Set a root password so that you can log in with ssh later:

# passwd

Install ssh and enable it to start automatically at boot.

Configure the network connection to start automatically at boot.

Set up a boot loader and configure it to use the swap partition you appropriated earlier as the root partition. You might want to configure your bootloader to be able to boot into your old system; it is helpful to re-use the server's existing /boot partition in the new system for this purpose.

LiveCD を使わずに既存の環境を置き換える

Find ~700MB of free space somewhere on the disk, e.g. by partitioning a swap partition. You can disable the swap partition and set up your system there.

昔のスワップパーティションを新しいルートパーティションに設定

Check cfdisk, /proc/swaps or /etc/fstab to find your swap partition. Assuming your hard drive is located on sdaX (X will be a number).

Do the following:

Disable the swap space:

# swapoff /dev/sdaX

Create a filesystem on it

# fdisk /dev/sda
(set /dev/sdaX ID field to "Linux" - Hex 83)
# mke2fs -j /dev/sdaX

Create a directory to mount it in

# mkdir /mnt/newsys

Finally, mount the new directory for installing the intermediate system.

# mount -t ext4 /dev/sdaX /mnt/newsys

インストール

If less than 700MB are available, examine the packages in the group base, and select only those required to get a system with internet connection up and running in the temporary partition. This will mean explicitly specifying individual packages to pacstrap, as well as passing it the -c option, to get packages downloaded to the host system to avoid filling up valuable space.

新しい Arch Linux システムをインストールして、新しく作成したシステムで再起動し、プライマリパーティションにシステム全体を rsync してください。再起動する前にブートローダーの設定を修正してください。