Skip to content

ItemizeNTNU/Itemizer-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Itemizer-configs

The file paradise-vm.sh is now configured to be able to spawn 4 different VMs. Each with 8 CPU cores, 1 GPU, 16GB RAM, one 40BG disk and one 120GB disk, and a bridged network adapter.

Network

The VMs are set up with a bridged adapter. For it to work. The bridge has to be set up on the host machine first. This can be done by editing /etc/network/interfaces.

auto br0
iface br0 inet dhcp
	bridge_ports enp7s0
	bridge_stp off
	bridge_maxwait 0
	bridge_fd 0

vm.conf defines the mac addresses for the VMs.

Startup

VM 1 can be started like this:

sudo ./paradise-vm.sh 1

Run time

To tap into the session for VM 2 or any other, use screen.

sudo screen -r vm-2

Troubleshooting

Using only DVI-cables may pose some problems. We used DVI for the two upper cards, and display/hdmi for the two lower ones.
USB devices change bus and device ID when disconnected and reconnected. This is important to know when mapping USB devices to

A lot of the inspiration has been gathered from: https://github.com/gmasse/gpu-pci-passthrough/tree/develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages