PDA

View Full Version : Kali isn't starting after installing



TheStrongSkye
2017-07-05, 15:09
Hello!
I have a problem with my Kali Linux after installing it, everything on install was ok, when i start computer i see on display something like this

[ 20.706357] cdc_wdm 4-8:1.8: wdm_int_callback - 0 bytes
[ 20.707357] cdc_wdm 4-8:1.5: wdm_int_callback - 0 bytes

Kali version is 2017.1 32 bit, the md5 checksum was good. My notebook is HP Mini. I also have a Windows 7 on other partition but when i go to the "My Computer" i only see my local disk for windows 7 i don't see any other partiton for kali linux, i was formated my 10gb partition via kali linux and installed it on the free space (Automatic option to create a partition on the free space)
i can't find any answer for this, so i created this thread.

Regards.

grid
2017-07-06, 11:30
Will Kali boot? If so, check the output of dmesg and in /var/log for errors.

_defalt
2017-07-06, 13:52
Windows doesn't show and read the ext4 kali filesystem so that partition will not appear in MyComputer. Is kali live working for you?

TheStrongSkye
2017-07-06, 15:19
Will Kali boot? If so, check the output of dmesg and in /var/log for errors.
Hmm, i don't really know, after selecting Kali in grub i see my drive (/dev/sda5 - clean.....bytes) information, after that i see my cursor on center of screen and this message wdm_init_callback - 0 bytes. Do you mean this log: syslog ? if yes, here is the log:
http://www32.zippyshare.com/v/6Uf2ZuVH/file.html
Tell me if you want more logs - (i've got logs using Kali Live version)


Windows doesn't show and read the ext4 kali filesystem so that partition will not appear in MyComputer. Is kali live working for you?

Live version is working :)

Thanks for reply both.
Regards.

grid
2017-07-07, 11:33
No, I meant listing what's in /var/log from newest to oldest. That's my fallback for *nix troubleshooting :) Can you use Ctrl-Alt-F3 to get to a console boot prompt?

TheStrongSkye
2017-08-02, 14:25
No, I meant listing what's in /var/log from newest to oldest. That's my fallback for *nix troubleshooting :) Can you use Ctrl-Alt-F3 to get to a console boot prompt?
In Logs, Last file edited is "wtmp"
Yes Ctrl-Alt-F3 is working :)

grid
2017-08-03, 11:29
Ok, so Kali is booting up. Are your services working ok (networking, GUI, USB, etc)?

TheStrongSkye
2017-08-03, 19:10
Ok, so Kali is booting up. Are your services working ok (networking, GUI, USB, etc)?

How can i check that ? (Sorry, i don't know how to do that)

grid
2017-08-04, 11:31
Run service --status-all. If all is well, you should see + signs by services like cron, dbus, gdm3, network-manager, networking, and others. Will Kali recognize USB devices when they are plugged in?

Are you fairly new to Linux?