2010年9月23日木曜日

Installing Vyatta Core 6.1 to disk

Vyatta Virtualization ISO から、ディスクにインストールしてみます。

Download Open Source Vyatta Core Releases

から、一番下のVC6.1 - Virtualization isoをダウンロードしておきます。
仮想マシンの設定とかは省きますが、ダウンロードした ISO イメージからブートするようにしておきます。

ISO イメージからブート後、install-system コマンドを実行するとインストールが開始されます。
ちなみに、ログインユーザは vyatta, 初期パスワードは vyatta です。

vyatta@vyatta:~$ install-system 
Welcome to the Vyatta install program.  This script
will walk you through the process of installing the
Vyatta image to a local hard drive.

Would you like to continue? (Yes/No) [Yes]: 
インストールを続行しますか?ってことなのでそのまま Enter

Probing drives: OK
Looking for pre-existing RAID groups...none found.
The Vyatta image will require a minimum 1000MB root.
Would you like me to try to partition a drive automatically
or would you rather partition it manually with parted?  If
you have already setup your partitions, you may skip this step.

Partition (Auto/Union/Parted/Skip) [Auto]: 

Vyattaをインストールするのには最低1GBあればいいらしい。
パーティションを自分で構成する場合は parted とかを入力すればいいのかな。
今回は仮想マシン上に作ってるので気にせず Auto のまま Enter.

I found the following drives on your system:
 vda    1074MB


Install the image on? [vda]:

システムに存在しているドライブを自動検出してくれます。
インストール先は vda で問題ないのでそのまま Enter.

This will destroy all data on /dev/vda.
Continue? (Yes/No) [No]: Yes

/dev/vda のデータが消去されますよー?ということだが、問題ないので Yes と入力し Enter.

How big of a root partition should I create? (1000MB - 1074MB) [1074]MB: 

Creating filesystem on /dev/vda1: OK
Mounting /dev/vda1 
Copying system files to /dev/vda1: 
 97% [=================================================> ]
OK
I found the following configuration files
/opt/vyatta/etc/config/config.boot
Which one should I copy to vda? [/opt/vyatta/etc/config/config.boot]: 

ISOイメージからブートしてたときに、何か vyatta の設定を行っていて save していた場合は
このメッセージが出るのかな。
その設定を引き継ぎたい場合は、そのまま Enter を押せばよい。

Enter password for administrator account
Enter vyatta password:
Retype vyatta password:

管理者アカウント(vyatta) のパスワードを入力

I need to install the GRUB boot loader.
I found the following drives on your system:
 vda    1074MB


Which drive should GRUB modify the boot partition on? [vda]:

GRUB のインストール先を入力。今回はそのまま Enter。

Setting up grub: OK
Done!
vyatta@vyatta:~$ shutdown
Proceed with shutdown? [confirm]
vyatta@vyatta:~$ 

再起動後、HDDからブートすればインストール完了です。

0 件のコメント:

コメントを投稿