LMDE x64 and VMware 7?

Archived topics about LMDE 1 and LMDE 2
Locked
mgutz

LMDE x64 and VMware 7?

Post by mgutz »

I tried LMDE in VMware and loving it. I want to take the plunge and install LMDE 64-bit on my workstation. Before I do that, is anybody successfully running VMware 7 workstation on LMDE? I have too many VMware images for software development and testing, so VirtualBox is not an option.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dr.house

Re: LMDE x64 and VMware 7?

Post by dr.house »

Isn't VMware Workstation 7 meant to be installed on M$ Windows 7 ...?

Be that as it may, the following commands issued to a super-user terminal forced my copy of WS 6.5.5 into cooperation with LMDE x64:

Code: Select all

# get the latest kernel and/or sources
apt-get update && apt-get dist-upgrade
# patch the code published by VMware
tar xvf /usr/lib/vmware/modules/source/vmnet.tar -C /tmp
tar xvf /usr/lib/vmware/modules/source/vmci.tar -C /tmp
cd /tmp
perl -pi -e 's,("vnetInt.h"),\1\n#include "compat_sched.h",' vmnet-only/vnetUserListener.c
perl -pi -e 's,("compat_page.h"),\1\n#include "compat_sched.h",' vmci-only/include/pgtbl.h
tar cvf /usr/lib/vmware/modules/source/vmnet.tar vmnet-only
tar cvf /usr/lib/vmware/modules/source/vmci.tar vmci-only
Reference: http://communities.vmware.com/thread/294019
User avatar
Roken
Level 5
Level 5
Posts: 737
Joined: Fri Nov 19, 2010 4:55 pm
Location: Newport, S Wales

Re: LMDE x64 and VMware 7?

Post by Roken »

You can import vmware images into virtualbox quite easily.

http://ubuntu-tutorials.com/2009/03/22/ ... image-vdi/
Kernel Linux Tex 5.12.14-zen1-1-zen, XFCE
Arch
Dual GTX1070 8Gb
AMD Ryzen 1800X
32Gb RAM
deleted

Re: LMDE x64 and VMware 7?

Post by deleted »

I use XP, Win7, Ubuntu, Mint (and other Linux distros) everyday in VMPlayer.
-Hinto
ccroom

Re: LMDE x64 and VMware 7?

Post by ccroom »

I am using VMWare Workstation 7 on LMDE with absolutely no problems whatsoever. Go for it. I have a Windows VM to use Quicken and it is nice to experiment with other OS as well.
Locked

Return to “LMDE Archive”