How to make Windows Bootable USB Pendrive in Ubuntu ?

3 min read 1 year ago
Published on Aug 02, 2024 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial will guide you through the process of creating a Windows bootable USB pendrive using Ubuntu. This method is useful for installing Windows on a computer without a DVD drive. By following these steps, you'll be able to set up your USB drive and make it ready for a Windows installation.

Step 1: Download Windows ISO File

  • Go to the official Microsoft website.
  • Locate and download the Windows ISO file of your choice (Windows 10, 8, or 7).

Step 2: Install mkusb Application

  • Open the terminal by pressing Ctrl + Alt + T.
  • Enter the following command to add the mkusb repository:
    sudo add-apt-repository ppa:mkusb/ppa
    
  • Press Enter and provide your computer password when prompted.
  • To update your package list, type:
    sudo apt update
    
  • Install mkusb by entering:
    sudo apt install mkusb
    
  • Wait for the installation process to complete.

Step 3: Prepare USB Pendrive

  • Insert your USB pendrive into the computer.
  • Confirm that it is detected by Ubuntu.

Step 4: Launch mkusb

  • In the terminal, start mkusb by typing:
    sudo mkusb
    
  • Press Enter.

Step 5: Select Options in mkusb

  • You will see various options. Choose "Install (make a bootable USB)".
  • Click OK.
  • Select "Extracting Windows installer" and click OK again.

Step 6: Choose Windows Version

  • You will have options for different Windows versions.
  • Select the option that corresponds to the Windows version you are using (the first option for newer versions).
  • Click OK.

Step 7: Locate the ISO File

  • Navigate to the folder where you saved the Windows ISO file.
  • Select the ISO file and click OK.

Step 8: Confirm USB Pendrive Selection

  • mkusb will automatically detect your USB pendrive.
  • Confirm that it is the correct device and click OK.
  • When prompted, confirm that you want to proceed by selecting "Go".

Step 9: Wait for the Process to Complete

  • The process may take a few minutes to hours, depending on the size of the ISO file.
  • Wait patiently until mkusb indicates that the process is complete.

Step 10: Verify Bootable USB

  • Close mkusb and the terminal.
  • Restart your computer.
  • During the boot process, press the key (often F9) to select the boot device.
  • Choose your USB pendrive from the list and press Enter.

Step 11: Start Windows Installation

  • Once booted from the USB, select the installation language and proceed with the Windows installation steps.

Conclusion

Congratulations! You have successfully created a Windows bootable USB pendrive using Ubuntu. This method is efficient and straightforward, allowing you to install Windows on any compatible device. If you encounter any issues, feel free to seek help in the comments or revisit the steps to ensure everything was followed correctly. Happy installing!