diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:49:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:49:04 +0000 |
commit | 16f504a9dca3fe3b70568f67b7d41241ae485288 (patch) | |
tree | c60f36ada0496ba928b7161059ba5ab1ab224f9d /src/VBox/ValidationKit/vms/t-ubuntu-20_04-64.txt | |
parent | Initial commit. (diff) | |
download | virtualbox-upstream.tar.xz virtualbox-upstream.zip |
Adding upstream version 7.0.6-dfsg.upstream/7.0.6-dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 + |