Changes between Version 15 and Version 16 of Csle2022/Agenda/virtualization
- Timestamp:
- Dec 1, 2022, 5:51:36 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/virtualization
v15 v16 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 16 {{{ 14 Note: In Windows you may need to go into the directory C:\Program Files\Oracle\VirtualBox and enter the below commands. 15 16 {{{ 17 VBoxManage list vms 17 18 VBoxManage modifyvm <VirtualMachineName> --nested-hw-virt on 18 19 }}} … … 22 23 Now we are good to go ahead and run the VM. Click the start button. You can login to the system using below passwords. 23 24 24 user: password25 user:Csle@2022 25 26 26 27 Once login open the terminal application to do the rest of the installations.