Results 1 to 29 of 29

Thread: How To Repair Kali Linux Grub With Kali Linux Live Cd: Dual Boot With Windows 7

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    This completely works....... just remember that in UEFI you need to mount the EFI before changing to chroot directory. i.e if you get an error like "grub-install:error: cannot find EFI directory."

    Add the below command before the chroot command

    sudo mount /dev/sda1 /mnt/boot/efi

    Provided that your EFI partition is /dev/sda1

  2. #2
    Join Date
    2018-Mar
    Posts
    1
    apt-get install grub
    mount /dev/sda3 /mnt
    mount --bind /dev /mnt/dev
    mount --bind /dev/pts /mnt/dev/pts
    mount --bind /proc /mnt/proc
    mount --bind /sys /mnt/sys
    chroot /mnt
    grub-install /dev/sda
    update-grub

    and now reboot, that's it,
    Thanks again.

Similar Threads

  1. Replies: 89
    Last Post: 2021-09-02, 08:31
  2. Kali Linux Grub repair using live CD option does not work
    By isurumadusanka in forum Installing Archive
    Replies: 1
    Last Post: 2017-12-12, 16:43
  3. Replies: 2
    Last Post: 2014-07-13, 08:01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •