Changes between Version 15 and Version 16 of Csle2022/Agenda/virtualization


Ignore:
Timestamp:
Dec 1, 2022, 5:51:36 AM (17 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/virtualization

    v15 v16  
    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
    14 Note: In Windows you may need to go into the directory C:\Program Files\Oracle\VirtualBox and enter the below command.
    15 
    16 {{{
     14Note: In Windows you may need to go into the directory C:\Program Files\Oracle\VirtualBox and enter the below commands.
     15
     16{{{
     17VBoxManage list vms
    1718VBoxManage modifyvm <VirtualMachineName> --nested-hw-virt on
    1819}}}
     
    2223Now we are good to go ahead and run the VM. Click the start button. You can login to the system using below passwords.
    2324
    24 user:password
     25user:Csle@2022
    2526
    2627Once login open the terminal application to do the rest of the installations.