Changes between Version 12 and Version 13 of Csle2022/Agenda/virtualization
- Timestamp:
- Dec 1, 2022, 5:02:31 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/virtualization
v12 v13 12 12 To 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. 13 13 14 Note: In Windows you may need to go into the directory C:\Program Files\Oracle\VirtualBox and enter the below command. 15 14 16 {{{ 15 17 VBoxManage modifyvm <VirtualMachineName> --nested-hw-virt on … … 39 41 40 42 {{{ 41 sudo nano /etc/netplan/ 01-network-manager-all.yaml43 sudo nano /etc/netplan/50-cloud-init.yaml 42 44 }}} 43 45