Skip to content

Instantly share code, notes, and snippets.

@sirusdas
Created August 5, 2018 15:21
Show Gist options
  • Save sirusdas/a4a17b85099980a850d910cee4484625 to your computer and use it in GitHub Desktop.
Save sirusdas/a4a17b85099980a850d910cee4484625 to your computer and use it in GitHub Desktop.
Removed Kali from a Dual Boot with Windows

Procedure

Login to Kali Open Terminal with root access cd /boot/grub/ cp grub.cfg grub.bak.cfg vim grub.cfg Search for ###BEGIN Make sure Kali Linux is listed inside it. Don't delete Windows Data. Remove everthing from it until you reached ###END type :w! to save the data and :q to quit the editor. type reboot and enjoy!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment