Last change
on this file since 104620 was 84096, checked in by vboxsync, 5 years ago |
Validation Kit/vns: Some file renaming to unify naming scheme and making it easier to find/correlate things in vboxtestvms.py.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
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 | - Disable screen-blanking, and suspend:
|
---|
13 | - Click 'System Settings' from the Unity bar on the left side or open
|
---|
14 | a terminal and run 'unity-control-center'.
|
---|
15 | - From 'Power':
|
---|
16 | - Switch 'Suspend when inactive for' to 'Dont suspend'.
|
---|
17 | - From 'Brightness & Lock':
|
---|
18 | - Switch 'Turn screen off when inactive' to 'Never'
|
---|
19 | - Switch 'Lock' to 'off'.
|
---|
20 | - Close the system settings window.
|
---|
21 | - Disable auto-mounting of the CDROM:
|
---|
22 | gsettings set org.gnome.desktop.media-handling automount false
|
---|
23 | - Disable VirtualBox Guest Additions that ship with Ubuntu 17.04 by default:
|
---|
24 | sudo sh -c "echo 'blacklist vboxguest' > /etc/modprobe.d/blacklist.conf"
|
---|
25 | sudo sh -c "echo 'blacklist vboxvideo' > /etc/modprobe.d/blacklist.conf"
|
---|
26 | - Proceed as shown in readme_first.txt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.