Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-25-2020, 02:42 PM
|
#1
|
LQ Newbie
Registered: Mar 2020
Posts: 2
Rep: 
|
How to fix INIT: no inittab file found
I'm very new to linux so i don't much
I tried installing git from terminal and
Suddenly my laptop went off and it's showing
INIT: no inittab file found
https://ibb.co/DtRPp3s
I don't have live usb of linux
Though i do have bootable usb of win10
but i dont want my data to go lost.
And i tried this
http://pinoy-computing-tips.blogspot...found.html?m=1
and got this error:
https://ibb.co/4TFn0Wp
|
|
|
03-26-2020, 02:24 AM
|
#2
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
I can't see the images.
What distro, what did you try?
Do some basic troubleshooting, share some information, so that we can help you.
|
|
|
03-26-2020, 05:51 AM
|
#3
|
LQ Newbie
Registered: Mar 2020
Posts: 2
Original Poster
Rep: 
|
Quote:
Originally Posted by ondoho
I can't see the images.
What distro, what did you try?
Do some basic troubleshooting, share some information, so that we can help you.
|
Distro: kali linux
I can totally see the images try coping the url and open in new tab
|
|
|
03-26-2020, 06:24 AM
|
#4
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,416
|
Quote:
Originally Posted by Helpplox
I'm very new to linux so i don't much
|
Then why are you using kali ?. Did you happen to read this ?.
I've never attempted Kali, but I'd be mighty surprised if the current incarnation required inittab.
Last edited by syg00; 03-26-2020 at 06:25 AM.
Reason: typo
|
|
|
03-26-2020, 06:52 AM
|
#5
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,368
|
Please don't use Kali if you don't know much about Linux. By your own admission, you're very new to it, so use a distro that is designed for newbies like one of the Ubuntu variants or Mint.
Boot into Windows and download an installation image of one of the above distros. Burn it to disc or copy it to a memory stick and boot from it. It will run a live Linux session and you will be able to copy any data from the hard drive that you wish to save. Then install the new distro and forget about Kali.
|
|
|
03-26-2020, 07:45 AM
|
#6
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
/etc/inittab is a thing of the past. The newer systemd stuff does things completely different. Where you used to use run levels to pick a desired operational mode. Now you use targets. The old way being sysv.
$ sudo systemctl set-default multi-user.target
Is the rough equivalent of run level 3 (no gui)
$ sudo systemctl set-default graphical.target
Is the rough equivalent of run level 5 (with gui)
YMMV.
If you have any bootable linux, you can mount other things. With linux it's basically everything is a file on a filesystem. So your data is not lost if you don't mess with it. Now there's encrypted filesystems that can make things very lose-able if you don't have the key or know what to do with them. But at the end of the day it's all files on a filesystem.
Kali isn't exactly beginner grade linux. Probably not a good starting point.
|
|
|
All times are GMT -5. The time now is 01:51 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|