Results 1 to 4 of 4

Thread: Kali 2.0.1 on RasPI 2 problems: tightvnc, autologon

  1. #1
    Join Date
    2015-Aug
    Posts
    15

    Kali 2.0.1 on RasPI 2 problems: tightvnc, autologon

    Hi all, the new kali 2 runs very well on Raspi2.
    It would be nice to access the Raspi2 through VNC, but lillypad's tutorial doesn't work here.
    Tightvnc service fails to start, because thye :0 is already occupied.
    So I reverted to automatic login plus tightvnc on :1 , but I'm not able to configure the automatic root login, because both /etc/gdm3/daemon.conf and /etc/lightdm/lightdm.conf have no effect.
    Any hint?
    Thanks,
    OS

  2. #2
    If you could post a guide on how to install kali on the Raspi 2. That would be great.
    I will try to get the VNC working .

  3. #3
    Join Date
    2015-Aug
    Posts
    15
    Quote Originally Posted by frafri View Post
    If you could post a guide on how to install kali on the Raspi 2. That would be great.
    I will try to get the VNC working .
    Code:
    # wget http://images.kali.org/kali-2.0.1-rpi2.img.xz
    # echo "25bfa54efe94f18978c9f9684c0cf1cc34e2b905 kali-2.0.1-rpi2.img.xz" > kali-2.0.1-rpi2.img.xz.sha1sum
    # sha1sum -c kali-2.0.1-rpi2.img.xz.sha1sum
    # fdisk -l
    (Substitute mmcblk0 with your SD device)
    # time xzcat kali-2.0.1-rpi2.img.xz | pv -s 7340032000 | dd of=/dev/mmcblk0 bs=16M
    # gparted /dev/mmcblk0		(resize ext4 partition to max)

  4. #4
    Quote Originally Posted by ovosodo View Post
    Code:
    # wget http://images.kali.org/kali-2.0.1-rpi2.img.xz
    # echo "25bfa54efe94f18978c9f9684c0cf1cc34e2b905 kali-2.0.1-rpi2.img.xz" > kali-2.0.1-rpi2.img.xz.sha1sum
    # sha1sum -c kali-2.0.1-rpi2.img.xz.sha1sum
    # fdisk -l
    (Substitute mmcblk0 with your SD device)
    # time xzcat kali-2.0.1-rpi2.img.xz | pv -s 7340032000 | dd of=/dev/mmcblk0 bs=16M
    # gparted /dev/mmcblk0		(resize ext4 partition to max)
    it worked thank you . I do have Kali 2.0 on my raspberry pi 2
    but on the go without a screen it will be hard to work with it.

    If you find a way to install tightvnc and autologon please let me know !

    Thanky you !@

Similar Threads

  1. Is it possible to install Kali on a raspi 3A+?
    By Zid8888 in forum Installing Kali Linux
    Replies: 0
    Last Post: 2023-06-13, 08:37
  2. Kali and raspi-gpio for arm64
    By krogstad in forum ARM Archive
    Replies: 3
    Last Post: 2020-08-26, 17:11
  3. Kali won't boot on Raspi B+
    By FinalePlayAllen in forum ARM Archive
    Replies: 0
    Last Post: 2017-01-19, 01:48
  4. Remote access with SSH/TightVNC failed with new Kali 2.0
    By kali2 in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2016-02-25, 21:35
  5. NeoRouter + Kali + RaspI
    By iotninja in forum ARM Archive
    Replies: 0
    Last Post: 2014-11-21, 20:56

Posting Permissions

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