May 2017
Beginner to intermediate
470 pages
10h 49m
English
The user-based VirtualBox configuration can be stored in the $HOME/.VirtualBox folder and we need to use this folder for the built-in PXE server.
This folder is not created by default, so we need to create it first:
$ mkdir .VirtualBox
After we create this folder, we can launch VirtualBox and quit. Then, let's look at the content of the $HOME/.VirtualBox folder again, as shown in the following screenshot:

From the preceding screenshot, we can see that the content of this folder is empty before we run VirtualBox. After we execute VirtualBox and quit, there are a list of files that are ...
Read now
Unlock full access