Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception of Things

Pre-requisites

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 vagrant

To enable nested virtualization in VirtualBox, allowing a guest VM to run its own VMs,

  1. 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.
  2. Using the VBoxManage command-line tool:

VBoxManage modifyvm "<YourVirtualMachineName>" --nested-hw-virt on

Setup Host VM

Add current user to sudo group

su -
sudo usermod -aG sudo <USER>

Install the required packages and tools

./scripts/setup_host.sh

Resource Links

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages