Navigation : Top/VMware/CentOS

  • 追加された行はこの色です。
  • 削除された行はこの色です。
CentOSをVMwareで使用する.

* Install [#o8fa3f19]
** Install前のセットアップ [#s38e905f]

** VMware前のセットアップ [#s38e905f]
+ [[VMware:http://www.vmware.com/jp/]]をインストール
+ [[CentOS:http://www.centos.org/]] ISOイメージをダウンロード
-- [[http://ftp.riken.jp/Linux/centos/5/isos/i386/]]
-- CentOS-5.2-i386-bin-1of6.iso 〜 CentOS-5.2-i386-bin-6of6.iso
+ [[Virtual machines for VMware Player:http://www.easyvmx.com/]]でvmxファイルを作成し,ダウンロード(CentOS-5.2.zip)
-- Super Simpleを選択
-- Virtual Machine Name: CentOS-5.2
-- Virtual Machine Operating System: Redhat Enterprise Linux 4
-- Virtual Machine Memory Size: 768MB(任意)大きすぎるとスワップが発生
-- Virtual Machine Disk Size: 16GB(任意)
+ ダウンロードしたCentOS-5.2.zipを解凍し,C:\Virtual Machines\CentOS-5.2に置く.
+ C:\Virtual Machines\CentOS-5.2CentOS-5.2.vmxを編集
-- ide1:0.deviceType = "cdrom-image"
-- #ide1:0.fileName = "auto detect"
-- ide1:0.fileName = "C:\Users\mori\Desktop\CentOS-5.2-i386-bin-1of6.iso"
+ C:\Virtual Machines\CentOS-5.2CentOS-5.2.vmxを編集(元に戻す)
 # Settings for physical CDROM drive
 ide1:0.present = "TRUE"
 #ide1:0.deviceType = "cdrom-raw"
 ide1:0.deviceType = "cdrom-image"
 ide1:0.startConnected = "TRUE"
 #ide1:0.fileName = "auto detect"
 ide1:0.fileName = "C:\Users\mori\Desktop\CentOS-5.2-i386-bin-1of6.iso"
 ide1:0.autodetect = "TRUE"
** CentOSのインストール [#yfcb88db]
+ CentOS-5.2.vmxをクリックしてVMwareを起動
+ インストーラーに従って進める
+ CDの交換は,VMware右下のディスクの交換をクリック,もしくは「VM」→「設定」→「CD/DVD」を選択し,isoイメージを選択.「起動中」のラジオボタンがオンになっているかどうかを確認.

** VMtoolsのインストール [#f1040440]
+ C:\Virtual Machines\CentOS-5.2CentOS-5.2.vmxを再編集
-- ide1:0.deviceType = "cdrom-raw"
-- #ide1:0.deviceType = "cdrom-image"
-- ide1:0.fileName = "auto detect"
-- ide1:0.fileName = "C:\Users\mori\Desktop\CentOS-5.2-i386-bin-1of6.iso"
 ide1:0.deviceType = "cdrom-raw"
 #ide1:0.deviceType = "cdrom-image"
 ide1:0.startConnected = "TRUE"
 ide1:0.fileName = "auto detect"
 #ide1:0.fileName = "C:\Users\mori\Desktop\CentOS-5.2-i386-bin-1of6.iso"
 ide1:0.autodetect = "TRUE"
+ xtermでrootになる.
+ cd /media
+ rpm -ivh VMwareTools-6.0.5-109488.i386.rpm 
+ vmware-config-tools.plを実行
+ 適切な解像度を選択


* Link [#ebed02a9]
- [[VMware:http://www.vmware.com/jp/]]
- [[CentOS:http://www.centos.org/]]

- http://d.hatena.ne.jp/takihiro/20081020/1224494067