diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:17:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:17:27 +0000 |
commit | f215e02bf85f68d3a6106c2a1f4f7f063f819064 (patch) | |
tree | 6bb5b92c046312c4e95ac2620b10ddf482d3fa8b /src/VBox/ValidationKit/vms/t-ubuntu-20_04-64.txt | |
parent | Initial commit. (diff) | |
download | virtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.tar.xz virtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.zip |
Adding upstream version 7.0.14-dfsg.upstream/7.0.14-dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/VBox/ValidationKit/vms/t-ubuntu-20_04-64.txt')
-rw-r--r-- | src/VBox/ValidationKit/vms/t-ubuntu-20_04-64.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/VBox/ValidationKit/vms/t-ubuntu-20_04-64.txt b/src/VBox/ValidationKit/vms/t-ubuntu-20_04-64.txt new file mode 100644 index 00000000..fb06acf7 --- /dev/null +++ b/src/VBox/ValidationKit/vms/t-ubuntu-20_04-64.txt @@ -0,0 +1,36 @@ +Test VM - ubuntu-20-04_64 - Ubuntu 20.04 64-bit (for IOMMU testing) +=================================================================== + +Setup: + - Configure a VM tst-ubuntu-20_04-64 with default Ubuntu 64-bit setting, + with a default 10 GB or larger disk. + - Configure the VM with 2 GB of RAM, ICH9 chipset, I/O APIC and IOMMU (AMD or Intel). + - Make sure networking is NAT. + - Disable audio for the VM. + - Install Ubuntu 20.04 amd64. + Disallow "Install Updates During Installation" + - After installation, open "Settings" and configure as follows: + - Power: + - Set "Blank Screen" to "Never" + - Set "Automatic Suspend" to "Off" + - Displays: + - Set screen resolution to 1280x960 (4:3) + - Privacy -> Screen lock: + - Set "Automatic Screen Lock" to "Off" + - Set "Lock Screen On Suspend" to "Off" + - Set "Show notifications on Lock screen" to "Off" + - Disable VirtualBox Guest Additions that ship with Ubuntu by default: + - sudo sh -c "echo 'blacklist vboxguest' >> /etc/modprobe.d/blacklist.conf" + - sudo sh -c "echo 'blacklist vboxvideo' >> /etc/modprobe.d/blacklist.conf" + - Disable auto-mounting of the CDROM: + gsettings set org.gnome.desktop.media-handling automount false + sudo mkdir -p /media/cdrom + Add /dev/sr0 to /etc/fstab for mounting CD (see readme_first.txt for details). + - Enable address translation for Intel IOMMU: + - sudo nano /etc/default/grub + - Change GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on" + i.e. remove "quiet splash" and replaces with "intel_iommu=on" instead. + This setting has no effect when AMD IOMMU is configured so always configure this so we can switch testing + AMD or Intel IOMMUs. + - Proceed as shown in readme_first.txt + |