How to repair grub bootloader in Kali Linux 2.0 for dual boot Windows and Linux


Author: Synotrenz
38831 View
6m 3s Lenght
92 Rating


#sudo fdisk -l #mount /dev/sda# /mnt #mount --bind /dev /mnt/dev #mount --bind /proc /mnt/proc #mount --bind /sys /mnt/sys #chroot /mnt /#grub-install /dev/sda /#grub-mkconfig -o boot/grub/grub.cfg (ctrl+D) /#exit #umount /mnt/dev #umount /mnt/proc #umount /mnt/sys #umount /mnt #reboot N #leafpad /boot/grub/grub.cfg


Comments

  1. i got this error when i tried to install the grub
    grub-install: error: failed to get canonical path of `/dev/sda2'.
  2. # mount --bind /dev /mnt/dev
    mount: mount point /mnt/dev does not exist
    i am getting this error please help me to solve this error ASAP
  3. thanku so much for this information i have done succesfullly
  4. mount /dev/sda7 is write protected read only
    mount:special devixe /dev/sda7 does not exist
  5. bro kali linux start automatically after long time from windows
    .
    what should i do??
  6. chroot error:: can't find bin/bash
  7. bro in my case i have shrink the disc and it is unlocated in your case the disc is I plz..tell me what to type..plzz
  8. Thanks a lot! It restored my windows. Added to liked videos.
  9. Thanks !!!
    your tutorial helped me lot
  10. Hi
    I have a problem..after i installed Windows 10 (64)and Kali Linux (64) i rebooted and waited for the grub bootloader, it didnt worked...Now I followed your Video and at the point of :/#grub-mkconfig -o boot/grub/grub.cfg i get a :"WARNING:Failed to connect to lvmetad. Falling back to device scanning.
    done"...Can somebody help me??
  11. vlw amigão, me salvou!!!
  12. bro plz help me ,my problem is kali lnux and windows 8 ar there in the menu, but i cant login to winows after instaling kali linux 2016, when i dual boot kali is fine but windows only have the problem it shows loading screen and suddenly turned off, i tried it in windos 10 and windos 8.1
  13. Somebody please watch my video and how to fix it because my grub won't work either for Kali Linux but it is a different problem.
  14. HI MEN THANK YOU FOR SHARE GREATINGS SINCE MEXICO
  15. kali linux does not load it gives grub error
  16. life savior! like
  17. hello
    after expanding DISK SPACE IN VMWARE i am getting booting error "FAILED TO START HOSTNAME SERVICE" tell me how to fix it
    tel me urgnt
  18. Thank you
  19. if i install kali linux in /dev/sdb5 what i need to do?