Introduction to CFD

Download the Virtual machine:

Get the image:

Note that the extension is .bin or else this stupid webserver refuses to allow access to the file: you may have to rename it again to have an .iso extension like (debian_live-buster-cfd2_amd64.iso) or else it may not work, especially on Microsoft Windows systems.

It should be started as a normal cdrom image from either VirtualBox, VMPlayer or Qemu/KVM.

On Linux you can use the image with KVM like this:

  1. Install qemu-kvm first: sudo apt install qemu-kvm
  2. Start from a terminal: qemu-system-x86_64 -m 4096 -smp 4 -enable-kvm -cdrom debian_live-buster-cfd2_amd64.iso

    This will give you a virtual machine with 4 GigaByte memory, 4 Virtual Intel SMP cores using hardware CPU emulation and then starts from the virtual ISO Image for this course.

BTW: On MS-Windows and Mac the easiest option is using VirtualBox.

A few notes/warnings:

This is the boot screen for the virtual image above if starting from any VM:

And this is how it should look when the VM is up and running:


Last modified Jan 13, 2021 by Kees Lemmens