1

I am currently on Ubuntu 20.04.1 LTS and I want to install windows 10 without removing my ubuntu. I want to install win10 on my real PC not virtualbox.

How can I do it?

Will win10 cause problem with grub boot loader?

1 Answers1

2

Step 1: make a ntfs partition from gparted or gnome disk.

Step 2: create a bootable usb drive containing windows 10

Step 3: Install windows on that ntfs partition

Step 4: Create a bootable usb containing ubuntu

Step 5: Boot-up using the usb with ubuntu but don't install ubuntu

step 6: To install boot repair open terminal and enter these commands::

  sudo add-apt-repository ppa:yannubuntu/boot-repair

sudo apt-get update

sudo apt-get install -y boot-repair && boot-repair

step 7: Open boot repair and select recommended repair. It will reinstall grub bootloader

Step 8:Reboot after the repair is done.