Results 1 to 2 of 2

Thread: problem in installing "linux-headers-3.14-kali1-686-pae version 1.07"

  1. #1

    Question problem in installing "linux-headers-3.14-kali1-686-pae version 1.07"

    hey guys

    I have a very frustrating problem

    I have been searching for a solution for over 5 days all the day

    I looked everywhere and tried almost every solution but nothing worked

    that's very frustrating guys
    days and night of searching and working but no useful resultant
    ================
    my problem :

    I have kali linux 3.14-kali1-686-pae version 1.07

    and I don't want to upgrade to kali 2 because of my slow internet connection

    my source-list


    Code:
    deb http://old.kali.org/kali moto main non-free contrib
    I did apt-get update

    and then tried to install linux headers

    Code:
    apt-get install linux-headers-$(uname -r)
    but

    Code:
    "unable to locate package  3.14-kali1-686-pae version 1.07"


    I did

    Code:
    apt-cache search linux-headers

    and the result

    Code:
    linux-headers-3.18.0-kali3-586 - Header files for Linux 3.18.0-kali3-586
    linux-headers-3.18.0-kali3-686-pae - Header files for Linux 3.18.0-kali3-686-pae
    linux-headers-3.18.0-kali3-all - All header files for Linux 3.18 (meta-package)
    linux-headers-3.18.0-kali3-all-i386 - All header files for Linux 3.18 (meta-package)
    linux-headers-3.18.0-kali3-amd64 - Header files for Linux 3.18.0-kali3-amd64
    linux-headers-3.18.0-kali3-common - Common header files for Linux 3.18.0-kali3
    linux-headers-486 - Header files for Linux 486 configuration (dummy package)
    linux-headers-586 - Header files for Linux 586 configuration (meta-package)
    linux-headers-686-pae - Header files for Linux 686-pae configuration (meta-package)
    as you can see there is no linux-headers-3.14-kali1-686-pae


    I browsed http://old.kali.org/kali/ looking for it but i found nothing


    I tried to install linux-headers-3.18.0-kali3-686-pae by force but virtual box guest additions did not work


    so my question is where can I find linux-headers-3.14-kali1-686-pae package

    and can i upgrade to kali linux 3.18-kali1

    so I can install linux-headers-3.18


    ===================

    I did this command


    Code:
    apt-get dist-upgrade
    It took a long time but then It stopped suddenly

    and Kali Linux went made

    ?????????.jpg


    when I tried to open "computer"

    ??????.jpg

    when I did

    Code:
    apt-get autoclean

    ????????.jpg

    when I tried to shutdown

    ???????.jpg

    I powered off the machine and everything worked again but I still have the problem of headers

    I hope you can help me guys I'm not a talented Linux user

  2. #2
    Thank god I have solved this problem


    this Is the right way to solve It
    for Linux image LOWER THAN 3.18
    upgrade to Kali 3.18

    so you won't have to upgrade to Kali 2 which may take a long time (If you can Upgrade to Kali 2 then sure do It)



    1. go to computer > file system > etc > apt

    1. open the file

    source.list



    3. remove all things and paste this ONLY THIS

    or the system may crash


    Code:
    deb http://old.kali.org/kali moto main non-free contrib
    and save

    4.do this command

    Code:
    apt-get update && apt-get install linux-headers-$(uname -r)



    5. do this command

    Code:
    apt-get -y upgrade


    6.do this command


    Code:
    apt-get -y dist-upgrade

    and wait until this finishes

    7.your system will reboot

    If the system did not boot up

    that's the way to solve this

    https://forums.kali.org/showthread.p...With-Windows-7


    repair kali linux grub



    you system will change into a blue dragon and you will be able to install virtual box guest additions
    Last edited by MagicianMido32; 2016-01-29 at 21:11.

Similar Threads

  1. Replies: 2
    Last Post: 2018-10-08, 11:25
  2. Can't "dist-upgrade" & can't update my linux headers
    By I_4m_Z3r0 in forum TroubleShooting Archive
    Replies: 6
    Last Post: 2017-03-13, 20:45

Posting Permissions

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