Your cart is currently empty!
How to Install Latest Pop!_OS on VirtualBox
Written by
in
Want to try Pop!_OS without wiping your main system? VirtualBox makes it easy. Here’s a no-nonsense guide to getting the latest Pop!_OS running in a virtual machine, whether you’re testing, developing, or just curious.
What You Need
- VirtualBox (Free, cross-platform)
- Latest Pop!_OS ISO (Download here)
- At least 4GB RAM (more is better)
- 20GB+ free disk space
Step 1: Download and Install VirtualBox
- Go to the VirtualBox download page.
- Download the version for your operating system (Windows, macOS, or Linux).
- Install it—just follow the prompts.
Step 2: Get the Latest Pop!_OS ISO
- Head over to pop.system76.com and download the latest ISO that matches your hardware (choose Intel/AMD unless you’re sure you need NVIDIA support).
Step 3: Create a New Virtual Machine
- Open VirtualBox and click New.
- Name it “Pop!_OS”.
- Set Type to “Linux” and Version to “Ubuntu (64-bit)”.
- Assign at least 4096 MB (4GB) RAM. If you can, give it 8GB.
- Select Create a virtual hard disk now. Go with VDI (VirtualBox Disk Image) and Dynamically allocated. Set size to 20GB or more.
Tip: Not sure how much space you’ll need? It’s better to give yourself extra room. If you ever run out of space, check out How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware for a quick fix. - Finish the wizard.
Step 4: Mount the Pop!_OS ISO
- Select your new VM and click Settings.
- Go to Storage.
- Under “Controller: IDE”, click the empty disc icon.
- On the right, click the disc icon and choose Choose a disk file.
- Find and select your downloaded Pop!_OS ISO.
- Click OK to save.
Step 5: Tweak System Settings (Optional, but Recommended)
- System > Processor: Assign 2 or more CPUs if you can.
- Display > Video Memory: Crank this up to the max (128MB).
- Network: “Bridged Adapter” for full network access, or “NAT” for simplicity.
Step 6: Start the VM and Install Pop!_OS
- Select your Pop!_OS VM and click Start.
- In the installer, select your language and region.
- Click Clean Install (it only affects the virtual disk).
- Set up your user, password, and preferences.
- Let the installer finish. When it’s done, reboot.
If it asks you to “Remove installation medium,” just eject the ISO from Devices > Optical Drives.
Step 7: Install Guest Additions (for Better Experience)
- With Pop!_OS running, go to Devices > Insert Guest Additions CD Image in the VirtualBox menu.
- Open the terminal inside Pop!_OS and run:
sudo apt update
sudo apt install build-essential dkms linux-headers-$(uname -r)
- Run the Guest Additions installer from the CD. If it doesn’t start, run:
sudo sh /media/$USER/VBox_GAs_*/VBoxLinuxAdditions.run
- Reboot the VM.
That’s It! You’re Good to Go.
You now have the latest Pop!_OS running inside VirtualBox. Play around, experiment, or develop—all without risk to your main system.
Ran out of virtual disk space? Don’t panic—here’s how to enlarge your VM’s disk in VirtualBox or VMware.
Need help or have issues? Drop a comment below!
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!