appwiki:virtualmachine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
appwiki:virtualmachine [2022/09/13 02:07] – [VM server or Remote Display setup] yingappwiki:virtualmachine [2024/04/28 07:20] – [Solutions VMWare Player] ying
Line 15: Line 15:
   * Make sure manually download latest official firefox, and don't use the old firefox comes within OS.   * Make sure manually download latest official firefox, and don't use the old firefox comes within OS.
   * launch the latest download firefox within unzipped folder in terminal <code>./firefox</code>   * launch the latest download firefox within unzipped folder in terminal <code>./firefox</code>
-====== Solutions ======+====== Solutions on Hyper-V ====== 
 + 
 +  * Hyper-V is microsoft's virtual machine software, it comes as a feature to enable on windows pro and above 
 +  * also once hyper-V installed, your virtualbox and vmware may not work well 
 +    * check this: https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/virtualization-apps-not-work-with-hyper-v 
 + 
 +  * tutorial 
 +    * https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v 
 +    * https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/quick-create-virtual-machine 
 + 
 + 
 + 
 +====== Solutions on VMWare Player ====== 
 + 
 +  * compare to virtualbox 
 +    * also free but allow you to set VRAM to 8GB instead of 128MB of virtualbox, good for game 
 +    * only limited to windows system 
 + 
 +===== install vmware tool ===== 
 + 
 +  * vmware tool is like virtualbox guest tool, which you load the built-in virtual machine driver dvd into your virtual machine and install the virtual drivers 
 +  * for vmware player, once you started virtual machine, go Player menu > manager > install vmware tool 
 + 
 +===== make mouse stay inside vmware===== 
 + 
 +  * once you install vmware tool inside virtual machine, you automatically seamless movement from virtual machine to your own machine, 
 +  * but sometimes, you prefer to lock your mouse inside virtual machine, like 
 +    * quick move to edge of your virutal machine 
 +    * or play games without lose your mouse outside 
 +  * that case, you need to edit the preference ini file of vmware, window key + R <code>%APPDATA%\VMware\preferences.ini</code> 
 +    * then, add these 2 lines to lock mouse inside, (you can ctrl+alt key to bring mouse out on windows) 
 +    * <code>pref.motionGrab = "FALSE" 
 +pref.motionUngrab = "FALSE" 
 +</code> 
 + 
 + 
 +====== Solutions on VirtualBox ======
  
 ===== Portable Virtual Box ===== ===== Portable Virtual Box =====
Line 146: Line 182:
     * In case it failed, go Windows > Network, make sure the VirtualBox virtual-host-network icon is enabled.     * In case it failed, go Windows > Network, make sure the VirtualBox virtual-host-network icon is enabled.
     * detail on os x on pc page [[techwiki:osx_pc#os_x_on_pc]]     * detail on os x on pc page [[techwiki:osx_pc#os_x_on_pc]]
 +
 +  * Problem: 64bit OS option not shown in virtualbox create option
 +    * solution: you need to enable virtualization support for your AMD or Intel CPU in motherboard bootup bios setting page
 +    * example: 
 +      - in MSI motherboard, boot with Del key hold, PC will go to bios page.
 +      - for intel CPU: you need to enable VT-x and VT-d feature in bios setting
 +      - for AMD CPU: you need to enable AMD SVM-secure vm feature 
 +        - (in MSI motherboard case) : go Overclocking page: OC Explore mode = Expert, scroll down to Advance CPU feature, SVM mode = enable, go normal page, save and exit
  • appwiki/virtualmachine.txt
  • Last modified: 2024/04/28 07:21
  • by ying