LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-22-2003, 01:44 AM   #1
prademaker
LQ Newbie
 
Registered: Dec 2003
Posts: 1

Rep: Reputation: 0
Slackware won't boot to the kde interface


I have tried installing Slackware more than 5 times and it seems to install all right but every time I try to boot the install I get:
Boot from Atapi CD-ROM:
Disk boot failure, Insert system disk and press enter
Then I when put in a Floppy system disk I get :
Boot:
Nothing works until I reinsert the floppy system disk and then I get:
Darkstar login:
So I enter root and get:
Password:
So I enter my password and get
Root@darkstar:~#
And that’s it.
I tried researching the book about Slackware at Slackware.com and couldn’t find out anything. I tried googling and got nothing about the above problems.
So how do I install Slackware so that it boots to the KDE 3.1 screen or fix the install ?
 
Old 12-22-2003, 01:57 AM   #2
Y0jiMb0
Member
 
Registered: Jul 2003
Location: Valencia (Spain)
Distribution: slackware 11, FEDORA CORE 4, RHEL3, Gentoo...
Posts: 361

Rep: Reputation: 30
Hi!
you can do "startx" or "kdm" in order to enter in graphical mode,
but if you want to enter automatically every time you boot, then you should change the file "/etc/inittab"
In "/etc/inittab" you have to select "4" as the default runlevel, something like
Code:
# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
If, when you do that, your system boots into gnome, and you like kde, what you have to do is change "/etc/rc.d/rc.4" to
Code:
...
# Tell the viewers what's going to happen...
echo "Starting up X11 session manager..."

# FIRST  KDE:
if [ -x /opt/kde/bin/kdm ]; then
  exec /opt/kde/bin/kdm -nodaemon
fi

# THEN GNOME's gdm session manager:
if [ -x /usr/bin/gdm ]; then
  exec /usr/bin/gdm -nodaemon
fi

# If all you have is XDM, I guess it will have to do:
if [ -x /usr/X11R6/bin/xdm ]; then
  exec /usr/X11R6/bin/xdm -nodaemon
fi

# error
Regards
 
Old 12-22-2003, 07:46 AM   #3
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Sounds like you need to run liloconfig first in oreder to automate your boot-up. Try installing it to a floppy first, especially if you are dual-booting with some other OS. later when you learn a little more about it, you might install lilo to the MBR so it will boot from the hard disk and give you a choice of which OS to boot. Before you run X you need to configure it by running xf86config, so you can make all the necessary adjustments. If you have problems such as your mouse not working, press CTRL+ALT+BACKSPACE to kill X and then run xf86config again. When you're satisfied that X is working perfectly, then from within an xterm or from the Cammand Line Interface type: init 4
This will start the display manager which provides the graphical login that you are looking for. Then if it is indeed running the kdm (KDE display manager) that you want you can then edit /etc/inittab so that it defaults to run-level 4 as the post above explains. I should warn you though that if you ever have problems with X this can leave your system in a 'loop'- trying to start X, failing, trying to start X.... If this happens you'll have to crash your system by turning off the power switch, then use a rescue disk to go in and change /etc/inittab back to default run-level 3 so you can boot again and fix whatever went wrong. This is not pretty when it happens. At least for a while you should leave your system booting to run level 3 and typing startx at the prompt. Not as elegant but much safer. Course you do learn a lot by installing, crashing beyond repair, reinstalling.....
 
  


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
KDE GUI Interface redsky Debian 2 05-26-2004 05:17 PM
The slackware UI (user interface) for installing, how do i do that?? tearinox Slackware 2 04-17-2004 01:07 AM
KDE or any GUI interface not being seen SASrebel Linux - Newbie 1 03-20-2004 09:30 AM
KDE Interface Question defubar Linux - General 2 02-03-2004 11:52 PM
kde interface is incomplete? abd_bela Debian 0 09-25-2003 06:46 AM

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

All times are GMT -5. The time now is 09:26 PM.

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