Fedora 13 on Xen

Dom-UにFedora 13をインストールする手順。

基本的な方法は前回とほぼ同じ。


/home/hogeに移動。ここにisoを置く。
# cd ~/hoge/
インストールイメージのダウンロード
# wget http://ftp.riken.jp/Linux/fedora/releases/13/Fedora/i386/iso/Fedora-13-i386-DVD.iso
# ls
Fedora-13-i386-DVD.iso

インストール開始
#virt-install --nographics --prompt --paravirt
What is the name of your virtual machine? FedoraOS
How much RAM should be allocated (in megabytes)? 512
What would you like to use as the disk (path)? /hoge/foo/FedoraOS.img
How large would you like the disk (/hoge/foo/FedoraOS.img) to be (in gigabytes)? 20
What is the install location? /home/hoge/Fedora-13-i386-DVD.iso

インストーラーが立ち上がるので、言語の設定。
途中、Installation Methodとか言うのを問われるので、URLを選択し下記を入力。
http://ftp.riken.jp/Linux/fedora/releases/13/Fedora/i386/os

後はCentOSと違い、ストレージのフォーマットをしたりと実機へのインストールに近い印象。
「テキストモードのインストールだと限定的な内容しかインストールされないけど、どうするよ?」
みたいな事を問われるので、お好みで。(自分はテキストモードでそのままインストール)

これにて完成。