Depend on the subject, we need to setup everything in the VM which need to be the latest stable version OS and currectly is Debain12.
# For AMD64 architecture (For campus computer)
wget https://cdimage.debian.org/cdimage/archive/12.9.0/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso
# For ARM64 architecture (For my macos)
Impossible to install vagrantTo enable nested virtualization in VirtualBox, allowing a guest VM to run its own VMs,
-
Using the VirtualBox GUI:
- Select the guest VM in the VirtualBox Manager.
- Click "Settings" to open the VM's settings window.
- Navigate to "System" > "Processor".
- Check the box labeled "Enable Nested VT-x/AMD-V".
- Click "OK" to save the changes.
-
Using the VBoxManage command-line tool:
VBoxManage modifyvm "<YourVirtualMachineName>" --nested-hw-virt onAdd current user to sudo group
su -
sudo usermod -aG sudo <USER>Install the required packages and tools
./scripts/setup_host.sh