顯示具有 Arch Linux 標籤的文章。 顯示所有文章
顯示具有 Arch Linux 標籤的文章。 顯示所有文章

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
#################################