Week 9
VirtualBox Installation and Setup
Install Oracle VirtualBox and prepare it for creating safe virtual lab environments.
Lesson recap
Learning goals
- Download and install VirtualBox
- Verify the installation
- Understand what a hypervisor does
- Prepare to create your first VM
Key terms
Hypervisor
Software that runs virtual machines (Type 1 runs on bare metal; Type 2 runs on top of an OS — VirtualBox is Type 2).
Virtual Machine
A simulated computer running inside your computer.
Host
Your physical computer.
Guest
The OS running inside the VM.
Snapshot
A saved state you can revert to — your insurance policy against broken VMs.
VT-x / AMD-V
CPU features that make virtualization fast; usually enabled in BIOS.
Curated videos
How to Use VirtualBox (Beginners Guide)
Brett In Tech
You Need to Learn Virtual Machines RIGHT NOW
NetworkChuck
How to Build a Hacking Lab
NetworkChuck
Checkpoint checklist
- VirtualBox downloaded
- VirtualBox installed
- VirtualBox opened successfully
- Install documented with screenshots
- Saved required evidence
- Answered the reflection questions
Pro tips from the instructor
- ★Always download VirtualBox from virtualbox.org — never a 'mirror' site. The installer is a common malware lure.
- ★If the installer warns about Hyper-V on Windows, you'll need to disable Hyper-V (run `bcdedit /set hypervisorlaunchtype off` as admin, then reboot).
- ★Install the VirtualBox Extension Pack from the same page — USB 2/3 passthrough won't work without it.
Try this — stretch exercises
Optional hands-on practice that goes beyond the workbook. Check items off as you complete them — progress saves in this browser.
- After install, in BIOS/UEFI, verify VT-x / AMD-V is enabled. Boot speed of VMs depends on it.
Files to save this week
- 📁 Week09_VBoxInstall_YourLastName.png
- 📁 Week09_VBoxFirstOpen_YourLastName.png