zoukankan      html  css  js  c++  java
  • VMware:Configuration file was created by a VMware product with more features than this version

      Few days ago,I opened the Genesys demo VM by VMware Server 1.0.4 and got an error like this:

        "Configuration file was created by a VMware product with more features than this version" may be a correct statement, The VM image was created by a higher version VM product--VMware WorkStation6.5.

    Because of this, you can use a simple hack to make the new VMs work with older version of VMware Server: simply change the hardware version back.

    Here's how you do it:

    1) Fix the VM configuation file

    Go to the directory with all the files for your VM (V:indiana in my example), and edit the VM configuration file - the one with .vmx extension.

    Change this line (should be close to the top of the file):

    virtualHW.version = "6″

    to this

    virtualHW.version = "4″

    2) Fix the VM disk configuration file

    In exactly the same manner, fix the virtual machine disk file (.vmdk one:

    ddb.virtualHWVersion = "6″

    to look like this:

    ddb.virtualHWVersion = "4″

    That's all you need! After these two quick fixes your VM will be happily recognized by VMware Server 1.0.4. Enjoy!

  • 相关阅读:
    nyoj163 Phone List
    hdu1251统计难题
    hdu1754 I Hate It
    nyoj123 士兵杀敌(四)
    poj3468 A Simple Problem with Integers
    zoj1610 Count the Colors
    nyoj144 小珂的苦恼
    nyoj93 汉诺塔(三)
    poj2182 Lost Cows
    ASP.NET2.0中的Callback机制
  • 原文地址:https://www.cnblogs.com/duyy/p/3682185.html
Copyright © 2011-2022 走看看