The good news is that Windows 10 and Linux live in harmony better than ever these days. Dual booting Windows 10 and Linux used to be a precarious process that could wreck your Windows installation, your Linux installation or both. While the process isn’t quite a smooth as dual booting macOS and Windows with Boot Camp, it comes close. In this article, we’ll show you how to safely install Windows 10 and Linux on the same hard drive. It doesn’t matter if you’re starting with Linux or starting with Windows—dual booting is easy to set up either way.

Dual Boot Linux with Windows 10 – Linux Installed First

Let’s start with the (slightly) harder way first; you already have a copy Linux installed and you want to install Windows on a partition. The first step is to create the partition where Windows 10 will be installed. We have covered how to create partitions in Linux, so, start by reviewing our article on how to do that. Once you have your partition set up, you will need to purchase Windows 10, download the ISO file then create a bootable copy. Creating a bootable copy of Windows 10 on Linux can be done using the free Unetbootin (USB thumb drive) or Brasero software if you are installing from a DVD.

Create Bootable Windows 10 Install Media Using Unetbootin

Unetbootin can be downloaded from the Software Center in Ubuntu. Once you have it up and running, launch it. Make sure you are using a thumb drive with at least 8 GBs of free space.

Select the Disk Image radio box, click the browse button (represented by an ellipsis …), browse to the ISO file then click Open. Chose the medium from the Type list box—in this case, your USB drive. Click on the drive list box then select your USB thumb drive.

Click OK, then wait while the bootable copy is created.

When complete, click Exit.

Create Bootable Windows 10 Install Media Using Brasero

If you already made a bootable USB with Unetbootin, you can skip this part. If you are still using an old school system with a DVD drive, you can use the Brasero DVD Burning software, which you can download from the Software Center also. Please keep in mind, Windows 10 ISO files are getting larger beyond the standard 4.7 GB DVDs. So, in some cases, it’s best you use 8.5 GB dual-layer DVDs if supported by your drive. If you can’t, then it’s best you use a USB thumb drive. In Brasero, click Burn Image.

Select your disc image, make sure a blank DVD disc is inserted then click Burn.

After preparing your install media, insert it or connect it. Reboot your computer, then configure your BIOS to boot from the drive. Windows 10 will boot into setup as it normally does. After you arrive at the setup screen, click Custom: Install Windows only (advanced).

Make sure you select the right partition; don’t wipe out your Linux installation. Click Next then wait while Windows 10 Setup copies files to the drive. Your computer will be rebooted several times.

When setup is complete, follow the instructions to complete the out of box experience. After that’s complete, you might notice the obvious—there is no way to boot into Linux anymore. Here is how you fix that. Download a free utility called EasyBCD from Neosmart Technologies. Proceed to install EasyBCD then launch it. Select the Linux/BSD tab. Click in the type list box, select Ubuntu; enter the name of the Linux distribution, choose automatically locate and load then click Add Entry. Reboot your computer.

You will now see a boot entry for Linux on the Windows graphical boot manager.

Dual Boot Linux with Windows 10 – Windows Installed First

For many users, Windows 10 installed first will be the likely configuration. In fact, this is the ideal way to dual boot Windows and Linux. Again, I will be using the Ubuntu Linux distribution. You can download the Ubuntu Linux ISO image from Canonical’s web page then create a bootable copy using Unetbootin for Windows or burn to a blank DVD using disc image in Windows 10. After creating your install media, configure your BIOS to boot from it. Ubuntu’s installation wizard intelligently detects existing Windows installations. It will ask you if you would like to install Ubuntu alongside Windows. At the Ubuntu install screen, click Install Ubuntu.

Choose whether you want to download and install updates and third-party drivers and codecs then click Continue.

Select the option Install Ubuntu alongside Windows 10 then click Continue.

Ubuntu’s installer will set a default allocation of space for the installation. If you have enough space, you can resize the partition by placing your mouse between the divider then drag it left or right to make adjustments. Once you are satisfied with the allocated amount for your Ubuntu installation, click Install Now.

Click Continue to confirm changes.

Click Continue again.

Enter your time zone then click Continue.

Select your keyboard layout, click Continue.

Create your user account by providing your full name, computer name, login name, and password. Choose whether you want to log in automatically or be prompted for a password. You can also encrypt your home folder for extra security. Click Continue.

Wait while Ubuntu copies files.

When complete, click Restart Now.

Ubuntu will add a boot entry for Windows 10 to the GRUB boot manager, which you can select using the up or down arrow then hitting Enter.

That’s it, Windows 10 and Ubuntu is now set up on your computer. Let us know what you think.  If you have done this before, share some of your tips with us. By the way, what’s your favorite distro? https://askubuntu.com/questions/52963/how-do-i-set-windows-to-boot-as-the-default-in-the-boot-loader Good luck, but that’s too much for me! Open a terminal with Ctrl + t and write this: sudo nano /etc/default/grub Nano is a simple text editor. Now you can edit the grub configuration file. Look for this line: GRUB_DEFAULT=0 (0 is Ubuntu on the first line) and change it. Assuming Windows appears on the fifth line: GRUB_DEFAULT=4 Then write the file and exit Ctrl + o (write) Ctrl + x (exit) Now you need grub to read the configuration file you just changed: sudo update-grub And reboot. Now Windows should appear selected by default. I have been using Linux since 2006. Before UEFI booting the dual-booting setup was fairly straight forward for ANY Linux distro.. Not so much anymore. The information in this article works well because Ubuntu and some of its spin-off distros like Mint work with UEFI booting. Sadly many other Linux distros do not and turning off UEFI boot can create havoc and render some systems unable to boot at all ( I have gone through this 3 times already) and a lot of work to get back. It would have been nice if you pointed this out here so the average user didn’t go find a different distro they like better and start a process that would render a nightmare of problems. Otherwise, as I said a very useful and informative article. If you are going choose lesser known and supported distro’s that are not as mainstream like a Arch or even a CentOS then I would say you are selectively choosing a challenging path. Nothing wrong with that, but for someone who just wants a easy to use distro that provides all the rich facilities, as I even described in the article, Ubuntu Linux would be more of a guidance. The article title might of course sway some to think its easy breezy with every distro, but I have to be realistic, they are hundreds of distros and I could never cover everyone. But I do thank you for the clarifications. you will notice, that after dual boot install, windows shows wrong time on the clock. the reason is a different time format. windows uses local time, while unix based OSes use universal time (UTC). here’s the fix: https://askubuntu.com/questions/800914/clock-shows-wrong-time-after-switching-from-ubuntu-to-windows-10 if you, like me, use an extra partition/HDD in NTFS format as a data partition for both OSes, you’ll get in trouble in linux. since win8 there is a feature called “fastboot”. in short, windows stores a bunch of information in a file to read from, so it can boot up faster next time. unfortunatelly, it locks the volume, so linux can not access it the normal way. this workaround is here (i prefer to turn fastboot off): https://www.howtogeek.com/243901/the-pros-and-cons-of-windows-10s-fast-startup-mode/ After instaling Ubuntu 16.04 besides Windows 10 and reboot, no grub menu appears. Ubuntu is ignored and Windows starts up non stop. Looking to hearing from you soon Regards Comment Name * Email *

Δ  Save my name and email and send me emails as new comments are made to this post.

How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 9How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 21How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 14How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 96How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 87How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 71How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 32How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 69How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 40How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 9How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 60How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 77How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 52How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 74How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 27How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 61How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 96How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 87How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 77How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 50How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 98How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 88How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 90How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 25How to Dual Boot Windows 10 and Linux Starting with Windows or Linux - 57