LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-05-2022, 05:57 AM   #1
FTIO
Member
 
Registered: Mar 2015
Location: Las Vegas, NV
Distribution: Slackware 15.0 x64, Slackware Live 15.0 x64
Posts: 618

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Restart can't/won't boot to desktop


Hi folks,

I started to notice my system was acting funny...getting slow, windows opening and closing after a second of hesitation, scrolling starting to get slightly jerky, things that I knew shouldn't be happening. (This is 15.0, on a Ryzen 7 machine with 32GB RAM)

It should have all the latest security patches that come out on the Slackware Security e-mail.

I figured, okay, a restart maybe will help things. I click it on the menu to turn the system off, and just a second after I did, I got a window pop-up telling me about something to do with Kwallet trying to be accessed or something, then it finally went to the black screen showing all the stuff running by as it was shutting down to reboot...but I noticed weird things in that too, but can't remember them as they went by too fast to write down and I wasn't expecting it.

Here's where it all happens...when it boots up, it gets to the black screen where things run by real fast, but it stops here:

Code:
INIT: cannot execute "/etc/rc.d/rc.4"
INIT: Id "x1" respawning too fast: disabled for 5 minutes
That will sit there that way for 5 minutes and keeps repeating the exact thing after those 5 minutes are up.

If I press 'enter', this is what I get:

Code:
INIT: switching to runlevel 6
INIT: sending processes configured via /etc/inittab the TERM signal
INIT: cannot execute "/etc/rc.d/rc.6"
INIT: no more processes left in this runlevel
Then it will remain that way indefinitely. If I try to reboot, the only way is to hard reset and the process does the exact same thing over and over no matter how many times I reboot.

Does anyone have any idea just what might be going on here and maybe an idea what to try? I can re-install, not having done too awful much yet, it's just a bad time to be doing this because of things in 'life' getting in the way, heh.
 
Old 03-05-2022, 10:27 AM   #2
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,604
Blog Entries: 19

Rep: Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458
You could try booting to level 3 and using startx. If that works, then it's a problem with the display manager. All that rc4 does is to go through a list of possible DMs and run the first one it finds.

Last edited by hazel; 03-05-2022 at 10:29 AM. Reason: Added a line
 
1 members found this post helpful.
Old 03-05-2022, 10:49 AM   #3
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by FTIO View Post
I did, I got a window pop-up telling me about something to do with Kwallet trying to be accessed or something.
Don't know if KWallet is causing the problem, but the first thing I do after installation & first boot is to disable it via System Settings, since I find it to be a nuisance.
 
1 members found this post helpful.
Old 03-05-2022, 12:52 PM   #4
FTIO
Member
 
Registered: Mar 2015
Location: Las Vegas, NV
Distribution: Slackware 15.0 x64, Slackware Live 15.0 x64
Posts: 618

Original Poster
Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Quote:
Originally Posted by hazel View Post
You could try booting to level 3 and using startx. If that works, then it's a problem with the display manager. All that rc4 does is to go through a list of possible DMs and run the first one it finds.
Sounds like a plan but how do I do that again, please? It's been so long since I've had to do such a thing and my mind doesn't remember too well anymore... <sad-sigh>
 
Old 03-05-2022, 12:58 PM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,604
Blog Entries: 19

Rep: Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458
I haven't changed boot runlevels for a long time either! But istr that you can use the level number as a parameter to the kernel command line and the kernel will pass it across to init.
 
Old 03-05-2022, 01:40 PM   #6
JayByrd
Member
 
Registered: Aug 2021
Location: Seattle, WA
Distribution: Slackware
Posts: 300

Rep: Reputation: 309Reputation: 309Reputation: 309Reputation: 309
Quote:
Originally Posted by FTIO View Post
Sounds like a plan but how do I do that again, please? It's been so long since I've had to do such a thing and my mind doesn't remember too well anymore... <sad-sigh>
Edit the following line in /etc/inittab:
Code:
# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
Change this to 3 and reboot.
 
Old 03-05-2022, 04:06 PM   #7
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,407
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Add "3" at the end of the kernel boot command line (without quotes) for grub. (Edit with "e")
For lilo add that after the menu entry at prompt obtained with Esc key

Last edited by Tonus; 03-05-2022 at 04:10 PM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with "Graceful restart requested, doing restart" Guldstrand Linux - Server 8 02-02-2021 11:13 PM
[SOLVED] samba needs a restart after a system restart dimm0k Slackware 16 12-04-2016 03:34 PM
[SOLVED] Have to restart network on restart? sapslaj Linux - Networking 5 06-30-2012 02:02 PM
Ubuntu 9.10 - "Restart" option just restarts Ubuntu, doesn't restart PC tensigh Linux - Laptop and Netbook 5 03-02-2011 10:47 AM
How do I set the regulatory daemon to restart when I restart the network service? zahadumy Linux - Networking 0 11-05-2006 11:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration