Uploaded October 2025 | Updated September 2026, 1 week ago
In this video, I'll show you how to install Ubuntu 26.04 LTS (Resolute Raccoon) on VirtualBox from start to finish.
Links:
Latest Ubuntu - cdimage.ubuntu.com/daily-live/current
Ubuntu full screen in virtualbox - youtu.be/P3XjCwQ4Jxg
How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware - youtu.be/T4rdrVsCJDs
Download VirtualBox - virtualbox.org
Ubuntu 26.04 LTS - releases.ubuntu.com/resolute
What you will learn:
1. Installing Ubuntu 26.04 LTS on VirtualBox
2. Download Ubuntu 26.04 LTS ISO
a. How to grab your Ubuntu 26.04 LTS ISO file for your specific system architecture
b. How to download Ubuntu 26.04 LTS ISO amd version
3. Create New Virtual Machine
a. How to launch VirtualBox manager and create a new Virtual Machine with your preferred settings such as networking, disk size, system resources etc.
4. Name and Operating System of the VM
a. How to define the name of the virtual machine and the Operating system
b. How to set the installation folder
c. How to Select the ISO image that will be used to install your Ubuntu 26.04 LTS vm on VirtualBox
5. Set the VM Hardware
a. How to assign the VM required RAM and vCPUs
6. VM Virtual Hard Disk
a. How to create a Virtual hard disk for your Ubuntu 26.04 LTS vm
b. How to Choose the disk size of your preference
7. How to Open the virtual machines settings
8. Install Ubuntu on VirtualBox
a. How to start the installation of Ubuntu 26.04 LTS desktop on VirtualBox
b. How to Try or Install Ubuntu
c. How to configure your system accessibility options
d. How to connect your VM to the internet (via the host NAT netwoking) for package updates during installation
e. How to boot live without actiually writing changes to disk
f. How to Choose default installation with essential packages and utilities
g. How to Install recommended proprietary software
h. How to Erase disk and install Ubuntu
i. How to Setup your account on Ubuntu 26.04 LTS VM
j. How to Choose whether or not to disable need for password during login
k. How to Select your Timezone
l. How to Install Ubuntu on VirtualBox
9. Booting into Ubuntu 26.04 LTS on VirtualBox
a. How to login using the account details you created
b. How to start using Ubuntu 26.04 LTS on VirtualBox
10. Install Ubuntu 26.04 LTS Resolute Raccoon
11. Install Ubuntu 26.10 (Stonking Stingray)
Song: Eztanza - Sun And Moon
Music provided by Vlog No Copyright Music
Link: bit.ly/3YMWwW7
#computereverywhere #Ubuntu #Ubuntu2604 #UbuntuLTS #ResoluteRaccoon #VirtualBox #Linux #LinuxTutorial #UbuntuInstallation #InstallUbuntu #UbuntuGuide #VirtualMachine #TechTutorial #OpenSource #LinuxDesktop #OperatingSystem #UbuntuSetup #UbuntuOnVirtualBox #LinuxForBeginners #Ubuntu2025 #TechGuide
In this video, I'll show you how to install Ubuntu 26.04 LTS (Resolute Raccoon) on VirtualBox from start to finish.
Links:
Latest Ubuntu - cdimage.ubuntu.com/daily-live/current
Ubuntu full screen in virtualbox - youtu.be/P3XjCwQ4Jxg
How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware - youtu.be/T4rdrVsCJDs
Download VirtualBox - virtualbox.org
Ubuntu 26.04 LTS - releases.ubuntu.com/resolute
What you will learn:
1. Installing Ubuntu 26.04 LTS on VirtualBox
2. Download Ubuntu 26.04 LTS ISO
a. How to grab your Ubuntu 26.04 LTS ISO file for your specific system architecture
b. How to download Ubuntu 26.04 LTS ISO amd version
3. Create New Virtual Machine
a. How to launch VirtualBox manager and create a new Virtual Machine with your preferred settings such as networking, disk size, system resources etc.
4. Name and Operating System of the VM
a. How to define the name of the virtual machine and the Operating system
b. How to set the installation folder
c. How to Select the ISO image that will be used to install your Ubuntu 26.04 LTS vm on VirtualBox
5. Set the VM Hardware
a. How to assign the VM required RAM and vCPUs
6. VM Virtual Hard Disk
a. How to create a Virtual hard disk for your Ubuntu 26.04 LTS vm
b. How to Choose the disk size of your preference
7. How to Open the virtual machines settings
8. Install Ubuntu on VirtualBox
a. How to start the installation of Ubuntu 26.04 LTS desktop on VirtualBox
b. How to Try or Install Ubuntu
c. How to configure your system accessibility options
d. How to connect your VM to the internet (via the host NAT netwoking) for package updates during installation
e. How to boot live without actiually writing changes to disk
f. How to Choose default installation with essential packages and utilities
g. How to Install recommended proprietary software
h. How to Erase disk and install Ubuntu
i. How to Setup your account on Ubuntu 26.04 LTS VM
j. How to Choose whether or not to disable need for password during login
k. How to Select your Timezone
l. How to Install Ubuntu on VirtualBox
9. Booting into Ubuntu 26.04 LTS on VirtualBox
a. How to login using the account details you created
b. How to start using Ubuntu 26.04 LTS on VirtualBox
10. Install Ubuntu 26.04 LTS Resolute Raccoon
11. Install Ubuntu 26.10 (Stonking Stingray)
Song: Eztanza - Sun And Moon
Music provided by Vlog No Copyright Music
Link: bit.ly/3YMWwW7
#computereverywhere #Ubuntu #Ubuntu2604 #UbuntuLTS #ResoluteRaccoon #VirtualBox #Linux #LinuxTutorial #UbuntuInstallation #InstallUbuntu #UbuntuGuide #VirtualMachine #TechTutorial #OpenSource #LinuxDesktop #OperatingSystem #UbuntuSetup #UbuntuOnVirtualBox #LinuxForBeginners #Ubuntu2025 #TechGuide
![Fedora Post-upgrade Tasks
After successfully upgrading your Fedora 42 system to Fedora 43, there are several optional post-upgrade tasks you might consider performing to ensure optimal system performance and maintenance.
Commands:
sudo mount | grep /boot
sudo grub2-install /dev/sda
sudo dnf install remove-retired-packages
sudo remove-retired-packages
chmod +x cleanfedorakernel.sh
sudo ./cleanfedorakernel.sh
#!/usr/bin/env bash
old_kernels=($(dnf repoquery installonly latest-limit 1 -q))
if [ ${#old_kernels[@]} -eq 0 ]; then
echo No old kernels found
exit 0
fi
if ! dnf remove ${old_kernels[@]}; then
echo Failed to remove old kernels
exit 1
fi
echo Removed old kernels
exit 0
sudo dnf install clean-rpm-gpg-pubkey
sudo clean-rpm-gpg-pubkey
sudo dnf install symlinks
sudo symlinks -r /usr | grep dangling
sudo symlinks -r -d /usr
Chapters:
0:00 Intro
0:19 Update GRUB bootloader on BIOS systems
0:52 Clean-up Retired Packages
1:46 Clean-up Old kernels
3:05 Clean-up Old Keys Trusted for RPM Package Signing
3:40 Clean-up Old Symlinks
4:14 End screen
Related Video - https://youtu.be/J9IqmR0Js9k
What youll learn:
1. Update GRUB bootloader on BIOS systems
a. How to Update GRUB bootloader between Fedora Linux release versions
b. How to Find the device node where /boot/ is located
c. How to Reinstall the bootloader
2. Clean-up Retired Packages
a. How to remove Retired Packages
b. How to remove packages on your system that no longer recieve upgrades
3. Clean-up Old kernels
a. How you can remove older kernels
b. How to free up space by removing old kernels
c. How to retain only the latest kernel and clean up old kernels
4. Clean-up Old Keys Trusted for RPM Package Signing
a. How you can remove unreferenced keys
5. Clean-up Old Symlinks
a. How to Install symlinks
b. How to Audit for broken symlinks
c. How to Delete broken symlinks
Song: Tinkan - Get Lucky
Music provided by Vlog No Copyright Music
Link: https://bit.ly/3YMWwW7
#computereverywhere #FedoraLinux #FedoraUpgrade #LinuxTips #LinuxGuide #LinuxTutorial #OpenSource #LinuxCommunity #LinuxSupport #FedoraWorkstation #LinuxLife #PostUpgrade #LinuxDesktop #LinuxUsers #TechGuide #LinuxForEveryone Fedora Post-upgrade Tasks](https://i.ytimg.com/vi/zbguhFewvZM/mqdefault.jpg)


