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 this command reboot the system you can find windows-10 (or any other os you have installed in your harddisk) 


     NOTE : This commands are usefull to you only if you installed master grub boot loader without skipping while dual booting your pc. 

                             

                                                                                                         BY:

                                                                                                                N.V.ARUNASS                                                                                                                                                                                                                                                                       (arunasstch@gmail.com)

                                                                                                


 

Comments

Post a Comment

Popular posts from this blog

DIFFERENCE BETWEEN (apt & apt-get) IN KALI LINUX

BASIC COMMANDS FOR DIRECTORIES IN KALI LINUX