KALI LINUX DUAL BOOT ISSUE
When we dual boot kali linux and windows there may occur some error. The common error was when all the steps are completed for dual booting the error will occur actually it was not an error that was GRUB ISSUES . when it was all done and restarted to boot menu there was only kali linux we can't open widows this was due to grub errors. To clear that there was two commands the commands aim was to update grub and to find missing operating system in the hard disk it can be done by the following commands 1)update-grub 2)apt-install os-prober (to install os prober) 3)os-prober (to ron os prober) After thi...