カイゾーのブログ - Kaizo's Blog

くだものナイフを片手に一人悪の組織と戦いつづける少年の日記(嘘)

VMwarePlayerにVineLinuxをインストール

2008-04-29 20:04:20 | 数学、物理学、TeX
VMwarePlayerをダウンロード
http://www.vmware.com/download/player/

VineLinuxのCDイメージをダウンロード
http://vinelinux.org/

qemuをダウンロード
http://www.h7.dion.ne.jp/~qemu-win/index-ja.html

qemuのフォルダ内で下記コマンド実行
qemu-img create -f vmdk VineLinux.vmdk 20G

VMwarePlayerをインストール

VineLinux.vmxファイルを下記のように作成
------------------------------------------------------------
config.version = "8"
virtualHW.version = "3"
memsize = "512"
ide0:0.present = "TRUE"
ide0:0.fileName = "VineLinux.vmdk"

ide1:0.present = "TRUE"
#ide1:0.fileName = "auto detect"
ide1:0.fileName = "Vine42-i386.iso"
#ide1:0.deviceType = "cdrom-raw"
ide1:0.deviceType = "cdrom-image"
floppy0.fileName = "A:"
floppy0.present = "FALSE"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
usb.present = "TRUE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
displayName = "Vine Linux 4.2"
guestOS = "other24xlinux"
nvram = "Vine.nvram"
scsi0:0.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d 74 3f 8d 10 a7 af-27 f0 ee 59 d9 0b f7 28"
uuid.bios = "56 4d 74 3f 8d 10 a7 af-27 f0 ee 59 d9 0b f7 28"
ide1:0.autodetect = "TRUE"
ethernet0.generatedAddress = "00:0c:29:0b:f7:28"
ethernet0.generatedAddressOffset = "0"
checkpoint.vmState = ""
tools.remindInstall = "TRUE"
ide0:0.redo = ""

extendedConfigFile = "VineLinux.vmxf"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"
------------------------------------------------------------





最新の画像もっと見る