2

I have Windows 10, Ubuntu 16.04 and Kali installed. The grub is of Ubuntu. I would like to remove Kali but I have no idea as to how to do it. Can someone help me ?

  • 1
    how did you installed them?? can you please provide your disk- screenshot so i can understand in which partitions you have installed kali. –  Jun 30 '17 at 03:48

2 Answers2

4
  1. Backup your data
  2. Boot into Ubuntu
  3. Delete the Kali partition(s), using GParted or other partitioning software
  4. Run sudo update-grub and reboot

Paraphrased from here: Remove OS from Linux Dual-Boot - Super User

wjandrea
  • 14,236
  • 4
  • 48
  • 98
0

It so much easy.Just format the partition in which you have installed Kali Linux and remove entry for Kali Linux from bootloader

for formating partition you can use Disks software which you will find in accessory.I personally don't suggest you to use that app, instead you can use Gparted which you can install by sudo apt install gparted

suppose my kali linux is installed in tesing partion.Then I will format that partition to ext4 but if you want that partion to be detected in windows , you should use NTFS. enter image description here

after this ,Apply the changes

enter image description here

How can I edit my Grub bootloader entries (Hide, Rename, Remove)? Preferably doing it manually, and not with a program