Results 1 to 50 of 64

Thread: Install Kali Linux 2.0 (Sana) in UEFI Mode (Dual Boot Windows 8/8.1/10)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Join Date
    2015-Dec
    Location
    Germany
    Posts
    33
    i use ubuntu

    I have a problem


    Step 8. Mount the Kali Linux partition to /mnt. Also mount (in bind mode) /dev /dev/pts /proc /sys
    Code:

    for i in /dev /dev/pts /proc /sys ; do mount -B $i /mnt/$i ; done



    i typed this and get following error :

    sudo for i in /dev /dev/pts /proc /sys ; do mount -B $i /mnt/$i /mnt/$i ; done


    bash: syntax error near unexpected token ´do'


    ??


    edit :

    i added a "SUDO" for all operations,

    sudo for i in /dev /dev/pts /proc /sys ;sudo do mount -B $i /mnt/$i /mnt/$i ;sudo done


    i get :

    sudo : for : command not found
    sudo do: command not found
    sudo done: command not found

    ??
    Last edited by HaraldGer123; 2016-01-09 at 16:21.

Similar Threads

  1. Problem with graphical install in UEFI mode for dual boot
    By Anaesthesia in forum Installing Archive
    Replies: 8
    Last Post: 2018-08-15, 11:55
  2. UEFI Dual Boot Kali Linux 1.0.9 with Windows 8.1
    By kingoking in forum Installing Archive
    Replies: 10
    Last Post: 2016-09-10, 21:43
  3. Kali and Windows 8.1 dual boot install in UEFI easy solution
    By mercyfuldeath in forum How-To Archive
    Replies: 1
    Last Post: 2015-04-30, 10:20
  4. Dual Boot Kali Linux with Windows 8.1 (UEFI and SECURE BOOT)
    By sentostv in forum Installing Archive
    Replies: 2
    Last Post: 2015-01-01, 02:53

Posting Permissions

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