Results 1 to 24 of 24

Thread: GRUB loader not shown - Dual boot Windows 10 and Kali linux 2016.2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Aug
    Posts
    6
    If the installation of Kali was successful (no errors / automatically reboot) try to check your BIOS.
    In Dell notebook you have to add the EFI-entry manual an change the boot order to:
    1. Kali-Linux
    2. Windows-Boot-Manager

  2. #2
    Join Date
    2017-Feb
    Posts
    7
    Quote Originally Posted by Magnethelm View Post
    If the installation of Kali was successful (no errors / automatically reboot) try to check your BIOS.
    In Dell notebook you have to add the EFI-entry manual an change the boot order to:
    1. Kali-Linux
    2. Windows-Boot-Manager
    Hey thanks for your answer. Already checked the BIOS settings.

    Quote Originally Posted by _defalt View Post
    Edit your 1st command as mount /dev/sda2 /mnt and try them again.
    _defalt i have a problem:
    Used terminal in Kali Life mode.
    Tried your tip with /dev/sda2

    Now i launched:
    mount /dev/sda2 /mnt
    -> worked fine

    But at the command:
    mount --bind /dev /mnt/dev
    There came the error:
    mount: mount point /mnt/dev does not exist

    Because the first time, as i used this commands, it worked at this point i tried to create the dirs manually with mkdir /mnt/dev
    The same for /mnt/proc , /mnt/sys

    After that, all these commands worked:

    mount /dev/sda2 /mnt
    mount --bind /dev /mnt/dev
    mount --bind /dev/pts /mnt/dev/pts
    mount --bind /proc /mnt/proc
    mount --bind /sys /mnt/sys

    But at chroot /mnt the error:
    chroot: failed to run command ‘/bin/bash’: No such file or directory
    appeared.

    Do you have any idea?

Similar Threads

  1. Problem with GRUB Boot Loader Dual Booting Windows 10
    By 2600shitposts in forum Installing Archive
    Replies: 0
    Last Post: 2023-06-24, 19:57
  2. Replies: 3
    Last Post: 2022-12-06, 23:44
  3. Replies: 1
    Last Post: 2022-08-11, 23:53

Tags for this Thread

Posting Permissions

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