VMmanager

Running VMmanager on Wine

Copyright (C) 2006 Walter Hermanns

 

VMmanager and Linux, VMmanager and Wine

The Easy Way

      vmmanager.exe
      vmmanager.ini
      vmx-params.txt
      vmmanager-lang-en.txt
      vmmanager-lang-fr.txt
      vmmanager-lang-it.txt
      vmmanager-lang-ger.txt
      vmm-wine.html
      GPL.txt
      tar xfvj vmmanager-linux.1.xxx.tar.bz2

Using VMmanager

      wine  vmmanager.exe

Know Issues

FAQ

  1. I cannot close the GUI by clicking on the 'X' at the right corner of the title bar.
    Perform an update of your Wine installation.

  2. Does VMmanager create valid sparse files when it is running on Wine?
    Yes, you can check it by yourself with the program compareSparse1.01.

  3. I've copied a virtual Linux machine. The network doesn't operate now.
    When you start a copied virtual Linux machine for the first time, VMware generates a new identifier and new mac addresses. Linux controls network adapters by its mac addresses. You should delete the previous nics. Run the hardware detection and configure the new adapters.

  4. I like to change the default settings.
    Check or edit the folling options of the file 'vmmanager.ini'. Linux default settings:
      WineRootDrive = auto   ; Possible values: auto and all Windows drive letters
      ; The option 'auto' should work with an up-to-date version of Wine.
      ; If not, check the fitting drive letter with 'winecfg' and set the drive letter manually:
      ; WineRootDrive = z:
      HostOS = auto          ; Detect the OS, possible values: Windows, Linux, auto
      ; Refer to the VMmanager info menue to check the result of the detection.
      ; Linux selected or detected: floppy and CD Linux devices can be used in addition.
      MinixFormat = 1        ; Enable the minix file system for generating floppy images.
      FontSize = -11         ; You may try other values.
      FontName = "Tahoma"    ; You may try other font names.
      GUIsizeable = 0        ; 1 : The user may change the size of the GUI.
      fullPathName = 1       ; Consider path informations
      logWindows = 0         ; Possible values: 0, 1, 2, 3
  1. How can I install presettings made by 'vmmanager.ini' for all users?
     mkdir /etc/vmmanager
     cp vmmanager.ini /etc/vmmanager
     cp vmmanager-lang-xxx.txt /etc/vmmanager/vmmanager-lang.txt
     # all users
     echo 'export VMMANAGER=/etc/vmmanager' >> /etc/profile.local
     # older linux versions:
     # echo 'export VMMANAGER=/etc/vmmanager' >> /etc/profile.dos
     #
     # single user:
     # echo 'export VMMANAGER=/etc/vmmanager' >> /home/vmm-user/.bashrc
     reboot
    
     echo $VMMANAGER
    

  2. How to enlarge a disk used by a virtual Linux machine?