1 |
|
---|
2 | Test VM - nsthwvirt-ubuntu - Nested hardware-virtualization Ubuntu
|
---|
3 | ==================================================================
|
---|
4 |
|
---|
5 | Setup:
|
---|
6 | - Configure a VM tst-nsthwvirt-ubuntu-64 with default Ubuntu 64-bit setting,
|
---|
7 | with a 6 GB or larger disk.
|
---|
8 | - Configure the VM with 4 GB of RAM.
|
---|
9 | - Make sure networking is NAT.
|
---|
10 | - Disable audio for the VM.
|
---|
11 | - Install Ubuntu 17.04 amd64.
|
---|
12 | - Create a user named 'vbox' with password as 'password'.
|
---|
13 | - Enable auto-login for the user 'vbox'.
|
---|
14 | - Insert the validation kit ISO and install the test execution service (see
|
---|
15 | vboxtxs-runvm-readme.txt).
|
---|
16 | - Disable screen-blanking, and suspend:
|
---|
17 | - Click 'System Settings' from the Unity bar on the left side or open
|
---|
18 | a terminal and run 'unity-control-center'.
|
---|
19 | - From 'Power':
|
---|
20 | - Switch 'Suspend when inactive for' to 'Dont suspend'.
|
---|
21 | - From 'Brightness & Lock':
|
---|
22 | - Switch 'Turn screen off when inactive' to 'Never'
|
---|
23 | - Switch 'Lock' to 'off'.
|
---|
24 | - Close the system settings window.
|
---|
25 | - Disable auto-mounting of the CDROM:
|
---|
26 | gsettings set org.gnome.desktop.media-handling automount false
|
---|
27 | - Disable VirtualBox Guest Additions that ship with Ubuntu 17.04 by default:
|
---|
28 | sudo sh -c "echo 'blacklist vboxguest' > /etc/modprobe.d/blacklist.conf"
|
---|
29 | sudo sh -c "echo 'blacklist vboxvideo' > /etc/modprobe.d/blacklist.conf"
|
---|
30 | - Eject any CD and shut down the VM.
|
---|
31 |
|
---|
32 |
|
---|
33 | Do N O T install guest additions!
|
---|
34 |
|
---|