Results 1 to 5 of 5

Thread: Kali ubuntu

  1. #1
    Join Date
    2014-May
    Posts
    3

    Kali ubuntu

    After the command

    sudo apt-get dist-upgrade

    My kali linux became ubuntu
    3.12 kernel works fine but does not install the kernel 3.14 run X only black screen, maybe a problem with the drivers for the video card


    kali moved to ubuntu? how to get back on the Debian and kernel run 3.14

    Please give details because I Rossi, English do not know much

    sources.list

    # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08]/ kali contrib main non-free

    # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08]/ kali contrib main non-free

    ## Security updates
    deb http://security.kali.org/kali-security kali/updates main contrib non-free

    #
    deb http://http.kali.org/ /kali main contrib non-free
    deb http://http.kali.org/ /wheezy main contrib non-free
    deb http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali-dev main/debian-installer
    deb-src http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali main contrib non-free
    deb http://http.kali.org/kali kali main/debian-installer
    deb-src http://http.kali.org/kali kali main contrib non-free
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free


    root@home:/$ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 12.04 LTS
    Release: 12.04
    Codename: precise
    root@home:/$ uname -r
    3.12-kali1-686-pae
    root@home:/$ uname -a
    Linux home 3.12-kali1-686-pae #1 SMP Debian 3.12.6-2kali1 (2014-01-06) i686 GNU/Linux
    root@home:/$ cat /etc/*release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
    PRETTY_NAME="Kali GNU/Linux 1.0"
    NAME="Kali GNU/Linux"
    ID=kali
    VERSION="1.0"
    VERSION_ID="1.0"
    ID_LIKE=debian
    ANSI_COLOR="1;31"
    HOME_URL="http://www.kali.org/"
    SUPPORT_URL="http://forums.kali.org/"
    BUG_REPORT_URL="http://bugs.kali.org/"

  2. #2
    Updated this morning.

    Code:
    root@kali ~$ lsb_release -a                                                                                                                           
    No LSB modules are available.
    Distributor ID:	Debian
    Description:	Debian GNU/Linux Kali Linux 1.0.7
    Release:	Kali Linux 1.0.7
    Codename:	n/a
    root@kali ~$ uname -r                                                                                                                                 
    3.14-kali1-686-pae
    root@kali ~$  uname -a                                                                                                                                
    Linux kali-offsec 3.14-kali1-686-pae #1 SMP Debian 3.14.4-1kali1 (2014-05-14) i686 GNU/Linux
    root@kali ~$ cat /etc/*release                                                                                                                        
    PRETTY_NAME="Kali GNU/Linux 1.0"
    NAME="Kali GNU/Linux"
    ID=kali
    VERSION="1.0"
    VERSION_ID="1.0"
    ID_LIKE=debian
    ANSI_COLOR="1;31"
    HOME_URL="http://www.kali.org/"
    SUPPORT_URL="http://forums.kali.org/"
    BUG_REPORT_URL="http://bugs.kali.org/"
    root@kali ~$


    Did you alter your 'sources.list' at any stage?
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

  3. #3
    Join Date
    2014-May
    Posts
    3
    No, only added launchpad.net ubuntu repository, but did not remove repository kali

    himself to blame, maybe it did: (user of the blog)

    Code:
    gksu gedit /etc/lsb-release
    Then it will open a empty text file (if you dont have gedit use you're favorite editor)
    in that text file add
    Code:
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"

  4. #4
    Join Date
    2013-Mar
    Posts
    354
    Check again the lsb_release -idc, as g0tmilk said, it was updated this morning.

  5. #5
    Quote Originally Posted by antifr View Post
    No, only added launchpad.net ubuntu repository, but did not remove repository kali

    himself to blame, maybe it did: (user of the blog)
    For the record, adding extra repos really isn't recommended at all.
    Examples of this: here or here.
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

Posting Permissions

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