2007年2月21日 星期三

在 VMware Player 中安裝 Arch Linux

以要安裝 Arch Linux 為例,它的 vmx 檔可以這樣寫:


#################################
# DON'T MODIFY!
#################################
config.version = "8"
virtualHW.version = "3"

#################################
# Installation Disk
#################################
ide0:0.present = "TRUE"
ide0:0.filename = "8g.vmdk"

#################################
# Memory
#################################
memsize = "64"
MemAllowAutoScaleDown = "FALSE"

################################################################################
# Linux distro image
################################################################################
ide1:0.startConnected = "TRUE"
ide1:0.present = "TRUE"
#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "cdrom-raw"
ide1:0.fileName = "D:\Linux_Distro_Images\current-0.8-beta1-20070122-i686.iso"
ide1:0.deviceType = "cdrom-image"
ide1:0.autodetect = "TRUE"

#################################
# Peripherals
#################################
ethernet0.present = "TRUE"
ethernet0.addressType = "generated"
ethernet0.connectionType = "nat"
ethernet0.generatedAddress = "00:0c:29:38:0c:5b"
ethernet0.generatedAddressOffset = "0"

floppy0.present = "FALSE"
usb.present = "FALSE"

sound.present = "FALSE"
sound.virtualDev = "es1371"

uuid.location = "56 4d 6d 88 f4 41 86 41-31 c0 fd e3 bb 38 0c 5b"
uuid.bios = "56 4d 6d 88 f4 41 86 41-31 c0 fd e3 bb 38 0c 5b"

#################################
# Window Label
#################################
displayName = "Arch Linux"

#################################
# DON'T MODIFY!
#################################
guestOS = "ubuntu"
nvram = "Ubuntu.nvram"
MemTrimRate = "-1"
tools.syncTime = "TRUE"
uuid.action = "create"
#################################
# END
#################################

1 則留言:

cyt 提到...

[環境]
- Windows XP SP2 with 1G RAM
- VMware Player 1.0.3 build-34682
- Arch Linux current-0.8-beta1-20070122-i686.iso from ftp://ftp.archlinux.org/other/0.8/

memsize 設成 64 的話,會在 "checking if image is initramfs" 的地方 hange 住,改設成 128 就解決了這個問題。