Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.69 KB

Setup Virtualbox.md

File metadata and controls

36 lines (20 loc) · 1.69 KB

Running Linux in VirtualBox

There are some tricks on running Linux in VirtualBox, especially graphics adaptor and system performance.

Setup Linux Mint 19 with EFI boot in VirtualBox 6.0

2019-10-12:

"EFI" + any graphics adaptor (a.k.a display adaptor / controller) = black screen(nothing to display) With using EFI on setup a new Linux (I use Linux Mint 19.2), there a bug in VirtualBox < 6.0.2 that showing black screen.1

To solve this:

  • Run VM in BIOS rather than in EFI.
  • Upgrade VirtualBox > 6.0.6.
  • 'Display': set to VMSVGA VBoxSVGA (even if there was an Invalid settings detected error.)

For Performance

For Intel CPU: Remember to enable VT-x for virtualization.

For AMD CPU: Remember to enable SVM for virtualization & STM for Simultaneous multithreading.2

Reference:

Footnotes

  1. Google:virtualbox graphics adapter

  2. [[扫盲操作系统虚拟机6]:如何优化运行速度? @ 编程随想的博客 (program-think.blogspot.com)](https://arcolinux.com/how-to-set-virtualbox-6-the-correct-way-graphical-controller-workflow/)