cjmling / findings

Notes on stuff i finds worth keeping for quick reference later on.
2 stars 0 forks source link

FR: vm add guest additions #136

Open cjmling opened 5 years ago

cjmling commented 5 years ago

https://www.vagrantup.com/docs/virtualbox/boxes.html

  1. Enable cdrom in vm
  2. download guest additions iso, same version as VM from http://download.virtualbox.org/virtualbox/
  3. add the iso into cdrom from vm GUI
  4. sudo mount /dev/cdrom /media/cdrom
  5. sudo sh /media/cdrom/VBoxLinuxAdditions.run

seo : guest additions linux virtual machine vm

cjmling commented 5 years ago

When there is no iso added, there will be link to add right here.

Screen Shot 2562-07-09 at 10 35 09 AM