- VMXファイルの詳細:
VMX-file parameters - ツールでのセット
- 単一の実行ファイルVMX Builder
- ウェブサイトEasyVMX!: Virtual Machine Creator
- ディスクイメージの作成
VMware Playerのイメージをqemuで作成- イメージファイルの作成
qemu-img create -f vmdk image.vmdk 10G
- configファイル作成
config.version = "8"
memsize = "256"
ide0:0.present = "true"
ide0:0.fileName = "image.vmdk"
ide1:0.present = "true"
# CD-ROMを利用
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "atapi-cdrom"
# ISOイメージを利用する場合はこちらのコメントを外す
# ide1:0.fileName = "/path/to/foo.iso"
# ide1:0.deviceType = "cdrom-image"
ethernet0.present = "true"
ethernet0.connectionType = "nat"
guestOS = "otherlinux" - guestOSに指定する値について
Guest OS の種類 vmx の guestOS Windows 3.1 win31 Windows 95 win95 Windows 98 win98 Windows Me winme Windows NT winnt Windows 2000 Professional win2000pro Windows 2000 Server win2000serv Windows 2000 Advanced Server win2000advserv Windows XP Home Edition winxphome Windows XP Professional winxppro Windows XP Professional x64 Edition winxppro-64 Windows Server 2003 Web Edition winnetweb Windows Server 2003 Standard Edition winnetstandard Windows Server 2003 Enterprise Edition winnetenterprise Windows Server 2003 Small Business winnetbusiness Windows Server 2003 Standard x64 Edition winnetstandard-64 Windows Server 2003 Enterprise x64 Edition winnetenterprise-64 Windows Vista winvista Windows Vista x64 Edition winvista-64 Red Hat Linux redhat Red Hat Enterprise Linux 2 rhel2 Red Hat Enterprise Linux 3 rhel3 Red Hat Enterprise Linux 3 64-bit rhel3-64 Red Hat Enterprise Linux 4 rhel4 Red Hat Enterprise Linux 4 64-bit rhel4-64 SUSE Linux suse SUSE Linux 64-bit suse-64 SUSE Linux Enterprise Server sles SUSE Linux Enterprise Server 64-bit sles-64 Novell Linux Desktop 9 nld9 Sun Java Desktop System sjds Mandrake Linux mandrake Turbolinux turbolinux Ubuntu ubuntu Ubuntu 64-bit ubuntu-64 Other Linux 2.4.x kernel other24xlinux Other Linux 2.4.x kernel 64-bit other24xlinux-64 Other Linux 2.6.x kernel other26xlinux Other Linux 2.6.x kernel 64-bit other26xlinux-64 Other Linux otherlinux Other Linux 64-bit otherlinux-64 Solaris 9 solaris9 Solaris 10 solaris10 Solaris 10 64-bit solaris10-64 MS-DOS dos FreeBSD freebsd FreeBSD 64-bit freebsd-64 Other other Other 64-bit other-64
- イメージファイルの作成
土曜日, 2月 14, 2009
vmxファイルの作成
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿