Results 1 to 2 of 2

Thread: [Probleme] Migration from Kali Sana 2.0 to Rolling fatal error :/

  1. #1
    Join Date
    2016-Mar
    Posts
    4

    Exclamation [Probleme] Migration from Kali Sana 2.0 to Rolling fatal error :/

    Hello,
    I did a migration from Kali Sana 2.0 to Rolling 2016.1 by following the instructions situated on you web site and reading all asking question that i encountred on the installation instructions (after downloading dist-upgrade packages)..
    what I remember is that the installation is finished with problem & errors (I remember the word "compilation error" ) then an exit from the installation.. so when cursor is returned to me , i though that a reboot can fix the problem.. but unfortunatly , when i rebooted my system , I couldn't login to my system , and the screen displayed this error :

    I don't know what's the wrong that I did ?! because I followed all instruction without problem ..
    so how can I fix this problem , I can do nothing because I can't login into my system :/
    thank you in advance.

  2. #2
    Join Date
    2016-Mar
    Posts
    4

    Question

    Hello there,
    I fixed my problem with this instructions:
    1- when kali try to charge the system services and files, then a black screen with a "_" cursor appears , so before I get the "oh no ! Some thing has gone wrong." screen , I just press CRLT + ALT + F1 ( Or CRLT + ALT + F2 ) , then login with textual screen .
    2- connecting to network with this instructions situated on this issue :
    Code:
    root@kali:~# iw dev
    root@kali:~# ip link set wlan0 up
    root@kali:~# iw wlan0 scan
    root@kali:~# wpa_passphrase SSID WIFI_PASS >> /etc/wpa_supplicant.conf 
    --> Replace SSID with the name of your Wifi connection and WIFI_PASS with it's password
    root@kali:~# wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
    root@kali:~# iw wlan0 link
    root@kali:~# dhclient wlan0
    root@kali:~# ping 8.8.8.8
    (Where wlan0 is wifi adapter and blackMOREOps is SSID)
    (Add Routing manually)
    root@kali:~# ip route add default via 10.0.0.138 dev wlan0
    3- if all of this instruction is okey and if your network is connected successfully, now you must do this command :
    apt-get update; apt-get dist-upgrade
    4- Read all instruction and becareful before you choose options when asked .
    that's it .
    good luck

Similar Threads

  1. Sana to rolling there are no sound at all
    By when123 in forum TroubleShooting Archive
    Replies: 32
    Last Post: 2017-05-10, 00:51
  2. Sana / Rolling Nethunter 3.0
    By rootjb0 in forum NetHunter General Questions
    Replies: 1
    Last Post: 2016-02-04, 09:36
  3. Kali Sana to Rolling update issue.
    By alacazam in forum Installing Archive
    Replies: 3
    Last Post: 2016-02-02, 06:40

Tags for this Thread

Posting Permissions

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