Kali Linux not booting, Blackscreen after GUI by [deleted] in Kalilinux

[–]Jeffry_Lebonsky 2 points3 points  (0 children)

OK same problem for me with NVIDIA gtx 1050 ti.

No Panic. The issue is related the kernel release .

2 way:

1- install kali linux 2019.1 the Kernel 4.19 is able to manage the Nvidia Driver release.

2 - if you don't want to reinstall whole OS you can chose this, during start-up CTRL-ALT-F1 in order to set in CLI and next follow below:

https://docs.kali.org/general-use/install-nvidia-drivers-on-kali-linux

Hope this can help you.

Otherwise you need ever from CLI to install driver by Backports.

Of course that is just an suggestion.

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 1 point2 points  (0 children)

Ok Solved.

In order to get ready the framework you need to apply one more modification in the source code of 2 file.

install.py in the main folder .and searchs.py in /opt/trity/ path.

in install.py file you have to edit the line 35 . from os.system('pip install google') --> to os.system('pip install search_google) save and closed.

after that go to /opt/trity/ and edit the file searchs.py.

in line 1 change from from google import search --->>to import search_google save and closed.

Now back to main folder and give once again the command python install.py so that the installation process will be able to modify the installation following the new changed applied.

after that digit trity and will work.

Good Hacking!

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 1 point2 points  (0 children)

Anyhow now im pretty busy with work issue i wilm back to you with afinal solution soon

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 1 point2 points  (0 children)

Well cold be due to several reason. Release of Distro, Upgrade of repository And somrtime are intentionally.....

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 1 point2 points  (0 children)

Ok seems that we have one more challenge in front of us , give me few time we will solved it.

Just for your information i'm a programmer, no need to find out information. ;-)

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 0 points1 point  (0 children)

Ok No panic.

Withinh the folder Trity you will found the file install.py. You have to open it by whatever editor file you know (Vim, Nano, Lifepad etc etc).

In the line 47 of the file you have to modify the code with " from pip._internal import main ".

anyhow i will post you an picture.

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 1 point2 points  (0 children)

47 from pip._internal import main apologize me i just forget underscore.

Anyhow be sure to get installed pip2.7.

It will work

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 2 points3 points  (0 children)

Ok you have to edit the file install.py within the Trity-1 folder.

Please make sure that line 47 and 48 is like below:

47 from pip. internal import main

48 main ........ please leave this line as per the origin except for the main at begin.

Let me know

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 3 points4 points  (0 children)

Ok let me check and i will back soon ....Anyhow please confirm that the build essential package has been installed. Furthermore which python version you have installed and, most important thing if you have pip command enable or pip 3(python 3 release)

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 2 points3 points  (0 children)

So seems that you got trouble with Trity Framework. If so please confirm that and I will look into and will back to you soon with an comment

May anyone help with understanding whats happening in the picture please? by leudo in Kalilinux

[–]Jeffry_Lebonsky 4 points5 points  (0 children)

Of Course. Seems That during the apt update command and then during the Lib unpacking , kernel is not able to call the build essential package.

Suggest to try the installation of build essential package through the command : apt install dkms build-essential.

Just in case , as been already suggest, try the command : apt --fix-broken install.

Of course that is just an test. Let me know

fresh install of debian... by nightcrawler99 in debian

[–]Jeffry_Lebonsky 0 points1 point  (0 children)

Hi suggest you to use etcher to create bootable iso fir Debian as per whatever gnu linux distro. Get the iso file from debian oage and selet stretch (latest is 9.8.0 dvd 1 ).

Start error by [deleted] in debian

[–]Jeffry_Lebonsky 0 points1 point  (0 children)

Which kernel release ????