Changes between Version 12 and Version 13 of Csle2022/Agenda/virtualization


Ignore:
Timestamp:
Dec 1, 2022, 5:02:31 AM (2 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/virtualization

    v12 v13  
    1212To enable KVM virtualization you need to enable virtualization for your processor. Since we are using either Intel or AMD based processor we need to enable VT-x/AMD-V on the host machine. But our Ubuntu Desktop is not on a bare-metal and it is also a VM. Then we need to enable Nested virtualization for the Ubuntu Desktop VM. To enable this go to System => Processor and select the check box 'Enable Nested VT-x/AMD-v'. If it is greyed out then open the terminal on your computer and enter below.
    1313
     14Note: In Windows you may need to go into the directory C:\Program Files\Oracle\VirtualBox and enter the below command.
     15
    1416{{{
    1517VBoxManage modifyvm <VirtualMachineName> --nested-hw-virt on
     
    3941
    4042{{{
    41 sudo nano /etc/netplan/01-network-manager-all.yaml
     43sudo nano /etc/netplan/50-cloud-init.yaml
    4244}}}
    4345