Results 1 to 2 of 2

Thread: Kali Linux network mirror issue and no connection to internet

  1. #1
    Join Date
    2020-Apr
    Posts
    3

    Kali Linux network mirror issue and no connection to internet

    Hello Everyone,

    I recently installed Kali Linux on an external thumb drive. During the installation, I skipped the installation of a network mirror because I had issues installing one before. So once I booted into my software, I don't have a network mirror and don't know how to install one. Also, I can't connect to the internet because the list of available networks are empty. Not even 1 is showing. If it helps, I'll explain how I installed Kali. btw I did the installation on a mac. First, I formatted both drives as MS-DOS (FAT). Both of the drives are 32 GB. I then partitioned the drive that I was going to install Kali Linux on. Instead of 32 GB, it became 24 GB for the software itself and 8 GB for Memory. Then, I downloaded the live iso file from the Kali linux homepage. I used a software called balenaEtcher to flash the iso file to the installation media. When It was done, I ejected both drives and shutdown my computer. Then I plugged both drives in and booted into the installation media. I configured the first couple of settings to my liking. Then Kali linux started installing itself. After that, it asked me if I wanted to use a network mirror. I chose no, hoping that there would be an answer on the internet to help me install a mirror. But no, I tried many articles and it didn't work for me. Right now, my /etc/apt/sources.list file is all commented, just like it was after installation. I know that if I mess with it again that I won't remember what it was before. Can anyone help me install a mirror and help me connect to the internet.

    Thank You,
    johnmap007

  2. #2
    Join Date
    2020-Apr
    Posts
    3
    Hi everyone,

    I fixed this issue on my own. What I did was I used ethernet and installed the Broadcom installer from Github using git clone. I followed the steps on the README.md file and got my wireless internet access. As for the mirrors, I have this on my sources.list file:

    deb http://http.kali.org/kali kali-rolling main non-free contrib
    deb-src http://http.kali.org/kali kali-rolling main non-free contrib

    I wanted to add another official Kali Mirror, so my sources.list file was this:

    deb http://http.kali.org/kali kali-rolling main non-free contrib
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    deb-src http://http.kali.org/kali kali-rolling main non-free contrib
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

    But when I try to do apt-get update, I get this error:

    Ign:1 http://security.kali.org/kali-security kali/updates InRelease
    Err:2 http://security.kali.org/kali-security kali/updates Release
    404 Not Found [IP: 192.99.200.113 80]
    Hit:3 http://kali.download/kali kali-rolling InRelease
    Reading package lists... Done
    E: The repository 'http://security.kali.org/kali-security kali/updates Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.

    Does anyone know how to fix this?

Similar Threads

  1. No internet connection and no Network Manager
    By MiguelEX3 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-03-28, 23:34
  2. Internet connection issue Kali Linux
    By Jakey in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2017-06-13, 14:41
  3. Internet connection Issues no network drivers wired & wireless
    By Ahvaz in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2013-09-13, 20:40

Posting Permissions

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