Results 1 to 50 of 82

Thread: Executing 'grub-install dummy' failed.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2018-Jan
    Posts
    1
    Quote Originally Posted by _defalt View Post
    You can skip installation of grub. After your installation is complete boot into kali-live and run these commands:

    sudo mount /dev/sda* /mnt
    mount --bind /dev /mnt/dev
    mount --bind /proc /mnt/proc
    mount --bind /sys /mnt/sys
    mount /dev/sda+ /mnt/boot/efi
    mount -o remount,rw /dev/sda+ /mnt/boot/efi
    mkdir /mnt/hostrun
    mount --bind /run /mnt/hostrun
    chroot /mnt
    mkdir /run/lvm
    mount --bind /hostrun/lvm /run/lvm
    grub-install /dev/sda
    update-grub
    exit
    umount /mnt/dev
    umount /mnt/proc
    umount /mnt/sys
    umount /mnt/boot/efi
    umount /mnt/hostrun
    umount /mnt/run/lvm
    umount /mnt


    Replace * in sudo mount /dev/sda* /mnt with your linux filesystem name. Like mine is /dev/sda6
    Replace + in sudo mount /dev/sda+ /mnt/boot/efi with your EFI partition name. Mine is /dev/sda1
    Use fdisk -l to list all partitions.




    "does this code work with kali linux 2017 i386 ? i have the same problem after installing kali linux 2017 i386"

  2. #2
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Quote Originally Posted by menoe View Post
    "does this code work with kali linux 2017 i386 ? i have the same problem after installing kali linux 2017 i386"
    yes, it does.

Similar Threads

  1. Executing 'grub-install dummy' failed (FATAL Error)
    By sshashank790 in forum Installing Archive
    Replies: 0
    Last Post: 2020-12-28, 06:39
  2. Executing grub-install dummy failed. Dual boot Kali with Win8.1
    By nicekali in forum Installing Archive
    Replies: 2
    Last Post: 2018-07-23, 08:24

Posting Permissions

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