Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How to remove configuration files of Virtual Box from Ubuntu 16.04

Writer Matthew Martinez

I installed virtual box in ubuntu 16.04 desktop and wanted to run TrueOS in it. I must have made some mistake while installing TrueOS in the virtual box and it did not run.

So I uninstalled/ removed Virtual box and installed it again but it again showed TrueOS as being installed instead of a fresh install.

Upon searching, I came to know that VB keeps some configuration files etc in the HOME directory and they have to be removed. However, on opening the home directory to show hidden files also, I could not find any such file or folder.

Could someone enlighten me about the method to remove these files so that a totally fresh install can be made. The hidden files in my home folder are : .adobe .cache .compiz .config .gconf .gimp2.8 .gnupg .local .macromedia .mozilla .pki .thumbnails .thunderbird

I am the only user and automatically the administrator.

4

2 Answers

VirtualBox saves virtual machines in VirtualBox VMs directory inside your home directory. Check ~/VirtualBox VMs and /root/VirtualBox VMs to find virtual machine configuration file.

0

The proper way to remove previous VM's is:

  • start Virtualbox
  • select the settings profile for TrueOS
  • click the Discard icon
  • go to the File menu and choose Virtual Media Manager
  • select the TrueOS.vdi file to be removed
  • click the Remove icon
  • approve deleting all of the files associated with that VM
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy