LinuxQuestions.org
Visit Jeremy's Blog.
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-09-2011, 02:05 AM   #46
Riff_Raff
LQ Newbie
 
Registered: Mar 2011
Posts: 28

Original Poster
Rep: Reputation: 0

Well I re-installed it. I didn't see most of the problems that I mentioned. I rebooted once and found that desktop effects weren't working again. Just like before though all I had to do was open the desktop effects menu, change something, and click apply and they came back. I was even able to remove bookmarks in Firefox and install extensions. I didn't get to see if sbopkg wanted to re-create that directory every time I booted in again as I can't access Slackware again... This time I know the problem (kinda). I attempted to have it load the generic kernel. This is what the end of my lilo.conf looks like

Code:
# Windows bootable partition config begins 
other = /dev/sda2 
  label = Windows 
  table = /dev/sda 
# Windows bootable partition config ends 
# Linux bootable partition config begins 
image = /boot/vmlinuz-generic-2.6.33.4 
  root = /dev/sda1 
  initrd = /boot/initrd.gz 
  label = Linux 
  read-only 
# Linux bootable partition config ends 
# Linux bootable partition config begins 
image = /boot/vmlinuz 
  root = /dev/sda1 
  label = Linux 
  read-only 
# Linux bootable partition config ends
After that I ran lilo and rebooted. When I chose Linux from Lilo I got the message

Code:
Loading LinuxEBDA is big; kernel setup stack overlaps LILO second stage
So it seems I did something wrong. Not sure what though. One other question, if I were to modify lilo.conf from a Live CD, I'd need to run lilo afterword right? How does one do that? I attempted to earlier when I got rid of the bit that I added just to get back into Slackware, but I then realized that I have no idea how to run it since "lilo" doesn't work.
 
Old 03-09-2011, 04:10 AM   #47
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,445
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by Riff_Raff View Post
This is what the end of my lilo.conf looks like

Code:
# Windows bootable partition config begins 
other = /dev/sda2 
  label = Windows 
  table = /dev/sda 
# Windows bootable partition config ends 
# Linux bootable partition config begins 
image = /boot/vmlinuz-generic-2.6.33.4 
  root = /dev/sda1 
  initrd = /boot/initrd.gz 
  label = Linux
  read-only 
# Linux bootable partition config ends 
# Linux bootable partition config begins 
image = /boot/vmlinuz 
  root = /dev/sda1 
  label = Linux 
  read-only 
# Linux bootable partition config ends
After that I ran lilo and rebooted. When I chose Linux from Lilo I got the message

Code:
Loading LinuxEBDA is big; kernel setup stack overlaps LILO second stage
So it seems I did something wrong. Not sure what though.
The two words in red need to be different. You need a different name for each kernel or distro you want listed at the LILO prompt.
 
Old 03-09-2011, 09:12 AM   #48
Riff_Raff
LQ Newbie
 
Registered: Mar 2011
Posts: 28

Original Poster
Rep: Reputation: 0
It seems obvious now. Judging by the fact that I still only saw Windows and Linux after changing it I'm guessing I do indeed need to somehow run lilo from a LiveCD.
 
Old 03-09-2011, 11:42 AM   #49
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
You can boot with the Slackware install CD/DVD (or any other LiveCD) and chroot into the system to run lilo. However, you should mount proc and dev within the chroot as well or LILO may spit out some errors.
Code:
# mkdir /slack
# mount /dev/sda1 /slack
# mount -t proc proc /slack/proc
# mount --bind /dev /slack/dev
# chroot /slack
# nano /etc/lilo.conf
# lilo
# exit
Reboot and voila (assuming everything else is setup properly).

There are also instructions on the Slackware install CD/DVD to boot into your system using the huge kernel contained on the disc (so you can boot up your system fully without having to go through the chroot nonsense).
 
Old 03-09-2011, 08:39 PM   #50
Riff_Raff
LQ Newbie
 
Registered: Mar 2011
Posts: 28

Original Poster
Rep: Reputation: 0
Bah, got back in with your help only to see that desktop effects are disabled, sbopkg insists that the directory it created doesn't exist, and now System settings crashes any time I try to enter the Desktop portion. If I believed in fate I'd say that I'm simply not meant to use Slackware.
 
Old 03-09-2011, 09:17 PM   #51
psionl0
Member
 
Registered: Jan 2011
Distribution: slackware_64 14.1
Posts: 722
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Quote:
# Linux bootable partition config begins
image = /boot/vmlinuz-generic-2.6.33.4
root = /dev/sda1
initrd = /boot/initrd.gz
label = Linux
read-only
# Linux bootable partition config ends
I don't know if you have a 64 bit computer but vmlinuz-generic-2.6.33.4 is a 64-bit generic kernel.

For a 32-bit system you need to use vmlinuz-generic-smp-2.6.33.4-smp.
 
Old 03-09-2011, 09:35 PM   #52
Riff_Raff
LQ Newbie
 
Registered: Mar 2011
Posts: 28

Original Poster
Rep: Reputation: 0
64 bit computer, here.
 
Old 03-09-2011, 09:43 PM   #53
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Riff, try installing Slack w/o KDE. Use Xfce instead. You won't have those issues.
 
Old 03-09-2011, 09:46 PM   #54
Riff_Raff
LQ Newbie
 
Registered: Mar 2011
Posts: 28

Original Poster
Rep: Reputation: 0
Maybe not the visual but I still had the sbopkg issue.

Actually I fixed the desktop effects issue by disabling functionality checking. If I can get sbopkg to stop being stupid I think I'll be fine.

Correction: I'm the stupid one. I edited my /fstab to empty the /tmp directory upon shutdown. Is there any way to mark the SBo directory as an exception?

Last edited by Riff_Raff; 03-09-2011 at 10:18 PM.
 
Old 03-09-2011, 10:17 PM   #55
psionl0
Member
 
Registered: Jan 2011
Distribution: slackware_64 14.1
Posts: 722
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Quote:
Originally Posted by Riff_Raff View Post
64 bit computer, here.
Have you got multilib set up right?
 
Old 03-09-2011, 10:23 PM   #56
Riff_Raff
LQ Newbie
 
Registered: Mar 2011
Posts: 28

Original Poster
Rep: Reputation: 0
No idea, I've never even heard of it. Apparently I don't need to mess with multilib though as most of my problems have been solved.

And now I've gotten Firefox to look pretty. Well, compared to what it looked like before I installed GTK styles. I'd love to check out Chromium but that takes like, two hours to build and install so I'll let it do that overnight.

So right now things are working. Well, except autologin, I haven't tried that yet and I'm not going to until I see if I can find any information on that error. The only other thing is sbopkg. I'd like to set up my fstab file so that it clears out my /tmp directory (because I won't remember to) but that clears out SBo too.

Last edited by Riff_Raff; 03-09-2011 at 10:30 PM.
 
Old 03-10-2011, 12:21 AM   #57
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Quote:
Originally Posted by Riff_Raff View Post
The only other thing is sbopkg. I'd like to set up my fstab file so that it clears out my /tmp directory (because I won't remember to) but that clears out SBo too.
You can set SBo/sbopkg directories to reside anywhere, so it doesn't have to be /tmp. You can also edit rc.local to 'rm -rf everything-but-sbopkg-stuff' rather than how you're currently doing it (or probably a variety of other methods). Also, if you just want sbopkg to shut up about the directories and go ahead and recreate them, there's the MKDIR_PROMPT variable. sbopkg.conf(5) and the sbopkg.conf detail all this but the rc.local bit.
 
Old 03-10-2011, 03:15 PM   #58
Riff_Raff
LQ Newbie
 
Registered: Mar 2011
Posts: 28

Original Poster
Rep: Reputation: 0
Thanks. So far Slackware is great but KDE on the otherhand.... Good god, there are lots of things I don't like about it but the one that annoyed me the most is that when I transferred a folder from my external HDD to Slackware it only transferred 30000 of the, oh I don't know, 100000 or so the files in it. I haven't used XFCE or the Window Manages included with Slackware yet but I'm not real fond of them either.
 
Old 03-10-2011, 07:26 PM   #59
Riff_Raff
LQ Newbie
 
Registered: Mar 2011
Posts: 28

Original Poster
Rep: Reputation: 0
I think I'll have to try Slackware in the future. I like the system itself but I don't like the desktop environments. It's not just about personal preference, it's also a functionality issue. So I guess I'll return to Debian for now and try Slackware again in the future when KDE 4 is a little more reliable. Thanks for all the help.
 
Old 03-10-2011, 07:55 PM   #60
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian, OpenBSD
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by Riff_Raff View Post
So I guess I'll return to Debian for now and try Slackware again in the future when KDE 4 is a little more reliable. Thanks for all the help.
Sure. But, Slackware ships with a lot of desk top environments and window managers. Maybe, give XFce a try?
 
  


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
some slackware questions vrln Slackware 5 06-29-2004 03:21 PM
A few Slackware questions Aeiri Linux - Software 6 02-27-2004 04:08 PM
A few slackware 9 questions lhiggins Slackware 2 07-18-2003 03:15 AM

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

All times are GMT -5. The time now is 03:18 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