Glam Prestige Journal

Bright entertainment trends with youth appeal.

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

2 Answers

  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

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy