CookBook gentoo4ReelBox Setting up vmware

From ReelBox Maniacs

Jump to: navigation, search
previous Index next


[edit] Setting up vmware

[edit] vmware Workstation

To create a new virtual engine, following these steps / settings:

  • Typical
  • Linux
  • Other Linux 2.6.x kernel
  • Name (your choice)
  • Choose memory location as required
  • Set up network (NAT oder bridged, NAT maybe easier to handle)
  • Harddisk 8 GB (Splitting) (4 GB minimum)
  • RAM 256 MB
  • USB and Audio may be deselected
  • CD ROM -> Image -> install-x86-minimal-2006.0.iso

[edit] vmware Player

If no vmware workstation is available, the free vmware player may be used. You’ll need to download the vmware configuration additionally, which you find here. The archive contains an 8 GB splitted virtual disk and all configuration files needed.

FixMe someone should test/check this! Waiting for some feedback ...

This version was created on a Linux host, which should also work for Windows.

If the standard vmx file of the vmware player is used for the gentoo installation, the minimal CD can not be mounted as a file (ISO image) from the hard disk but must be burned as a CD before. vmware saves its configuration in a file named *.vmx. This is a text file which you may adapt to the needs of the installation of the gentoo Linux environment. This way a predefined CD-ROM drive can be replaced by an ISO CD image.

The following sample part of a vmx file shows the lines to be changed to be able to mount an ISO image instead of asking for a real CD:

File: vmware configuration file

config.version = "8"
virtualHW.version = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "256"
MemAllowAutoScaleDown = "FALSE"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Reel Image.vmdk"
scsi0:0.writeThrough = "TRUE"
ide1:0.present = "TRUE"
ide1:0.fileName = "E:"
ide1:0.deviceType = "cdrom-raw"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
displayName = "Reel Image"
guestOS = "other26xlinux"
nvram = "Reel Image.nvram"
scsi0:0.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d 6c 14 28 02 a9 14-e5 5d dd 81 c8 4b 2d cd"
uuid.bios = "56 4d 6c 14 28 02 a9 14-e5 5d dd 81 c8 4b 2d cd"
ethernet0.generatedAddress = "00:0c:29:4b:2d:cd"
ethernet0.generatedAddressOffset = "0"

Your configuration file will look a little different certainly. Anyway, the two lines for an ISO CD image to be adjusted are:

File: changes to vmware configration file

ide1:0.fileName = "C:\temp\boot.iso"
ide1:0.deviceType = "cdrom-image"

Have a look at theses pages to get a better understanding of the parameters and the possibility to edit or even create a vmx file:



previous Index next
Personal tools
In other languages