Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sw][virtual machine] vmware install on windows #106

Open
konosubakonoakua opened this issue Oct 1, 2024 · 8 comments
Open

[sw][virtual machine] vmware install on windows #106

konosubakonoakua opened this issue Oct 1, 2024 · 8 comments

Comments

@konosubakonoakua
Copy link
Owner

konosubakonoakua commented Oct 1, 2024

download link (need broadcom account)

another download link (without vm tool)

get vm-tools automatically

Repository owner locked and limited conversation to collaborators Oct 1, 2024
@konosubakonoakua
Copy link
Owner Author

konosubakonoakua commented Oct 4, 2024

ubuntu22 freezes or has black screen after inactivity

Caution

Don't use vmware 17.6.0 version with linux kernel 6.8
Freeze confirmed also on 17.5.2

broadcom community threads

Try to disable 3d acceleration. (IDK whether it works)

@konosubakonoakua
Copy link
Owner Author

konosubakonoakua commented Oct 4, 2024

vmware shared folder on windows

@konosubakonoakua
Copy link
Owner Author

konosubakonoakua commented Oct 4, 2024

Disk Optimization

@konosubakonoakua
Copy link
Owner Author

clipboard not synced when connected via RDP

vmware/open-vm-tools#740

@konosubakonoakua
Copy link
Owner Author

konosubakonoakua commented Oct 8, 2024

Turn off Hyper-V if getting sluggish

virtualization-apps-not-work-with-hyper-v

bcdedit /set hypervisorlaunchtype off

or

Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor

then reboot.

@konosubakonoakua
Copy link
Owner Author

konosubakonoakua commented Oct 25, 2024

VMware Workstation cannot connect to the virtual machine

Caution

VMware Workstation cannot connect to the virtual
machine. Make sure you have rights to run the
program, access all directories the program uses,
and access all directories for temporary files.

The system cannot find the file specified.

Caution

Failed to connect pipe to virtual machine: The
system cannot find the file specified.

Solutions

  • run vmware as admin
  • install common vcredist
    winget install Microsoft.VCRedist.2015+.x86
    winget install Microsoft.VCRedist.2015+.x64

The VMX process exited prematurely

Caution

The VMX process exited prematurely

Solutions

  • run vmware-vmx.exe manually to find out the real error
  • missing RESAMPLEDMO.DLL, download them here: resampledmo.dll.zip

@konosubakonoakua
Copy link
Owner Author

optimization for performance

Fit all virtual machine memory into reserved host RAM

  • Edit->Preferences->Memory->Fit all virtual machine memory into reserved host RAM

Disable memory page trimming & Input grabbed

  • Virtual Machine Settings->Options->Advanced->Process priorites->Input grabbed:->High

  • Virtual Machine Settings->Options->Advanced->Settings->Dsiable memory page trimming

@konosubakonoakua
Copy link
Owner Author

Vmware Networking

Bridged mode (vm has its own IP)

  1. Edit->Virtual Network Editor

  2. VMnet Information->Bridged(connect VMs directly to the external network)->Bridged to:->Intel(R) Ethernet Controller (3) I225-V

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant