Uploaded September 2024 | Updated September 2026, 2 weeks ago
In this video, I'm going to guide you through the process of installing Windows 10/11 on your system after youโve already installed Ubuntu. This setup will allow you to dual boot both operating systems using UEFI and the rEFInd boot manager.
๐ What You'll Learn:
๐ How to Prepare Your System: Iโll show you how to make space for Windows on your existing Ubuntu partition.
๐ Creating a Windows Bootable USB: Step-by-step instructions on creating a bootable USB drive for Windows installation.
๐ Installing Windows 10/11: Detailed walkthrough on how to install Windows alongside Ubuntu without losing your existing data.
๐ Configuring rEFInd Boot Manager: Learn how to set up and configure rEFInd to switch between Ubuntu and Windows easily.
โ๏ธ Requirements:
๐ A system with Ubuntu installed and at least 50GB of free space.
๐ A USB drive with at least 8GB capacity.
๐ Windows 10/11 ISO file.
rEFInd: sourceforge.net/projects/refind
EasyUEFI: easyuefi.com/index-us.html
--------- # Install Gparted -----------
sudo apt update
sudo apt install gparted
sudo gparted
-------- # Install WoeUSB ---------
sudo apt install git p7zip-full python3-wxgtk4.0
git clone github.com/WoeUSB/WoeUSB-ng.git
cd WoeUSB-ng
sudo apt install build-essential devscripts equivs git p7zip-full python3-all python3-pip python3-setuptools python3-wheel python3-wxgtk4.0
sudo python3 setup.py install ๐ If youโd like to connect with me personally, you can follow me on Facebook facebook.com/milandas.tech
In this video, I'm going to guide you through the process of installing Windows 10/11 on your system after youโve already installed Ubuntu. This setup will allow you to dual boot both operating systems using UEFI and the rEFInd boot manager.
๐ What You'll Learn:
๐ How to Prepare Your System: Iโll show you how to make space for Windows on your existing Ubuntu partition.
๐ Creating a Windows Bootable USB: Step-by-step instructions on creating a bootable USB drive for Windows installation.
๐ Installing Windows 10/11: Detailed walkthrough on how to install Windows alongside Ubuntu without losing your existing data.
๐ Configuring rEFInd Boot Manager: Learn how to set up and configure rEFInd to switch between Ubuntu and Windows easily.
โ๏ธ Requirements:
๐ A system with Ubuntu installed and at least 50GB of free space.
๐ A USB drive with at least 8GB capacity.
๐ Windows 10/11 ISO file.
rEFInd: sourceforge.net/projects/refind
EasyUEFI: easyuefi.com/index-us.html
--------- # Install Gparted -----------
sudo apt update
sudo apt install gparted
sudo gparted
-------- # Install WoeUSB ---------
sudo apt install git p7zip-full python3-wxgtk4.0
git clone github.com/WoeUSB/WoeUSB-ng.git
cd WoeUSB-ng
sudo apt install build-essential devscripts equivs git p7zip-full python3-all python3-pip python3-setuptools python3-wheel python3-wxgtk4.0
sudo python3 setup.py install ๐ If youโd like to connect with me personally, you can follow me on Facebook facebook.com/milandas.tech










