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 02-12-2023, 06:28 PM   #451
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489

I see lots of updated text files? https://mirrors.dotsrc.org/slackware/slackware64-15.0/
 
1 members found this post helpful.
Old 02-13-2023, 01:12 PM   #452
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
@decuser... You're probably in the best place right here for the most accurate and timely assistance when it comes to Slackware. The SlackDocs project is somewhat quiescent these days. The SlackBook is an interesting read, but far from up-to-date. AlienBob's website is very helpful. And, of course, all the READMEs that come along with Slackware and updates/upgrades are also quite helpful. Other than that, I don't know what more to tell you. I'm not even sure if there is any activity on the old Slackware IRC channel.
 
1 members found this post helpful.
Old 04-19-2023, 07:47 PM   #453
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 336

Rep: Reputation: Disabled
Because many new Slackware installs use elilo, could someone please amend this page http://docs.slackware.com/slackware:beginners_guide so that newbie slackers, and relatively newbie slackers (such as myself), have a chance to switch to a generic kernel.

I think what I need to add to the elilo.conf life is

Code:
prompt
timeout=XX
default=label
but I'm not entirely sure.

thanks

edit to add...... I think I've read somewhere that there is a shorter way to generate the relative initrd file too, but can not, for the moment find it. That amendment too would be appreciated.

Last edited by quickbreakfast; 04-19-2023 at 07:50 PM.
 
1 members found this post helpful.
Old 04-20-2023, 09:15 AM   #454
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
@quickbreakfast... thanks for the request for update on that article. Upkeep of the docs.slackware site has not been as efficient and regular as many of us dreamed when this started. I'm not sure what improvements can be made to that article, but it will probably need to be something that AlienBob (Eric Hameleers) will have to handle, and he's a busy fellow. Please be patient. Any other technical editors who are still listed as editors at docs.slackware are welcome to jump in here and assist:

Editors

V. T. Eric Layton (nocturnal.slacker)
Gerardo Zamudio (gerardo.zamudio) English, Spanish
V. Harishankar (vharishankar)
W. Dean Milner (nyteowl)
Marcin Herda (sycamorex) Polish
Geoff Austin (mrclisdue)
Dugan Chen (dugan)
Hazel Russman (hazel)
Moses Elie (escaflown) English, French
Emilio Hodge (whiz)
zithro (zithro) French, bits of German and Spanish.
Matthew Fillpot (mfillpot)

Retired/Inactive Editors

Brian Lawrence (brianl)
 
Old 04-20-2023, 10:07 PM   #455
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 336

Rep: Reputation: Disabled
Quote:
Originally Posted by vtel57 View Post
I'm not sure what improvements can be made to that article
All I'm wanting is a clear instruction for all new is knowledge about to switch to a generic kernel in the page I linked.

However I would like to know if the addition of the code I kinda found in my lilo.conf.example file break my system (requiring a reinstall) or not.

Code:
 and he's a busy fellow. Please be patient.
As this is not a life and death situation I'm rarely impatient.
 
Old 04-21-2023, 09:16 AM   #456
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
A little secret for you @quickbreakfast...

Pat Volkerding and a few others who assist him with Slackware do a wonderful job of explaining many things (including changing kernels, LILO, other things in the "Readme" files on every Slackware ISO (and in the Package list on the main Slackware page).

Also, to be honest, I don't see that the information on docs.slackware.com regarding switching to a generic kernel is out-of-date in any way. That method still works fine, as far as I know. It's been a while since I piddled with this stuff. I'm still running Slack 14.2 because I have some issues with the new version of Xfce. That switch to generic has pretty much been the same procedure for as long as I can remember.

As far as LILO goes, it is VERY easy to customize by the user. My LILO is a "custom" and looks like this:

Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
lba32 # Allow booting past 1024th cylinder with a recent BIOS
# Append any additional kernel parameters:
append=" vt.default_utf8=0"
boot = /dev/sda

#compact # faster, but won't work on all systems.

# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/slack.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,0,255,0,255,0
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used. We don't specify it here, as there's just one column.
bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,27,0,255

# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
#message = /boot/boot_message.txt

# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout = 50
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = normal
# Ask for video mode at boot (time out to normal in 30s)
#vga = ask
# VESA framebuffer console @ 1024x768x64k
#vga=791
# VESA framebuffer console @ 1024x768x32k
#vga=790
# VESA framebuffer console @ 1024x768x256
#vga=773
# VESA framebuffer console @ 800x600x64k
#vga=788
# VESA framebuffer console @ 800x600x32k
#vga=787
# VESA framebuffer console @ 800x600x256
#vga=771
# VESA framebuffer console @ 640x480x64k
#vga=785
# VESA framebuffer console @ 640x480x32k
#vga=784
# VESA framebuffer console @ 640x480x256
#vga=769
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda1
# initrd = /boot/initrd.gz
label = Slackware
read-only
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/sdc1
label = Windows
table = /dev/sdc
# Windows bootable partition config ends
My system is using four separate drives with two operating systems (Slackware & Windows). I only have that Windows installed for gaming. Also, it is "crippled"... NO Network Access. I'm not running a generic kernel at this time, so I have no need for an initrd, which you'll notice is commented (#) out in the LILO above.

What, specifically, are you trying to do on your system with regards to kernels/LILO? The more detailed information you can provide, the easier it will be for one of the Slack "Gurus" (which I'm definitely NOT) here at LQ.org to assist you better.
 
1 members found this post helpful.
Old 04-21-2023, 10:48 PM   #457
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 336

Rep: Reputation: Disabled
Quote:
Originally Posted by vtel57 View Post
Also, to be honest, I don't see that the information on docs.slackware.com regarding switching to a generic kernel is out-of-date in any way.
I didn't say it was out of date.

Quote:
That method still works fine, as far as I know.
And as far as I know too.

The page I originally linked makes no mention of Elilo, that I can see, and I'd like someone to amend the page to refer to Elilo.

Quote:
What, specifically, are you trying to do on your system with regards to kernels/LILO? The more detailed information you can provide, the easier it will be for one of the Slack "Gurus" (which I'm definitely NOT) here at LQ.org to assist you better.
Help people who are distro hopping or escaping windoze or running a eufi system to amend Elilo their computer so that kernel choice is easy.

I've asked, hoping to help others, that is all I can do.

Edit to add. I have just noticed, there is a man page or lilo, but no man page for Elilo

Last edited by quickbreakfast; 04-21-2023 at 10:51 PM.
 
2 members found this post helpful.
Old 04-22-2023, 03:31 AM   #458
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,978

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
Yesterday I posted here about an issue with 'slackpkg info'. The fix I posted worked for 'slackpkg info' but breaks 'slackpkg upgrade'.

Please disregard that fix. I am posted this for maximum visibility as my corrected post my above will not be viewed as much.

Many apologies to all.
 
1 members found this post helpful.
Old 04-22-2023, 07:42 AM   #459
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,614
Blog Entries: 19

Rep: Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460
Quote:
Originally Posted by quickbreakfast View Post
The page I originally linked makes no mention of Elilo, that I can see, and I'd like someone to amend the page to refer to Elilo.
The internals of elilo may be very different from those of lilo, but the configuration interface is identical as far as I know. When I started with Slackware, I used Patrick's eliloconfig script to create the first elilo.conf file, then edited it by hand to add my other systems, using the existing stanza as a model. Anyone who is used to lilo could do the same. The trouble is, it's so long ago now that I did this, I doubt if I could write a reliable instruction page for it.
 
2 members found this post helpful.
Old 04-22-2023, 09:19 AM   #460
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Thank you, @quickbreakfast... that was 'specific' enough. Sorry for any misunderstanding on my part re: your first post here.

As to the elilo thing, my current system does NOT utilize EUFI, and I've never had any experience with it, so... others here will have to step up to answer your queries.
 
Old 11-16-2023, 10:17 PM   #461
MightyBaba
LQ Newbie
 
Registered: Feb 2022
Distribution: Slackware
Posts: 28

Rep: Reputation: Disabled
How do you sign up in SlackWiki? When I click on "Create an account or log in" at the top of the main page, it opens a login page...

Just to say the the dbus command to hibernate in Slackware 15 is:
Code:
dbus-send --system --print-reply --dest=org.freedesktop.login1  /org/freedesktop/login1 org.freedesktop.login1.Manager.Hibernate boolean:true
UPower is already deprecated:
Error org.freedesktop.DBus.Error.UnknownMethod: No such method "Hibernate"

Last edited by MightyBaba; 11-16-2023 at 10:20 PM.
 
Old 11-16-2023, 11:37 PM   #462
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,823

Rep: Reputation: 1496Reputation: 1496Reputation: 1496Reputation: 1496Reputation: 1496Reputation: 1496Reputation: 1496Reputation: 1496Reputation: 1496Reputation: 1496
loginctl hibernate
 
Old 11-17-2023, 01:24 AM   #463
rizitis
Member
 
Registered: Mar 2009
Location: Greece,Crete
Distribution: Slackware64-current, Slint
Posts: 664
Blog Entries: 1

Rep: Reputation: 496Reputation: 496Reputation: 496Reputation: 496Reputation: 496
Quote:
Originally Posted by MightyBaba View Post
How do you sign up in SlackWiki? When I click on "Create an account or log in" at the top of the main page, it opens a login page...
To create an account you must speak with alienbob via email and then he will create an account for you. BUT, even if all these goes good you will not have Access to edit or correct most of pages...
So imo forget it...
 
Old 11-17-2023, 04:42 AM   #464
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
You still can make changes in the discussion page and/or update traductions.

Or add new pages.

Anyway, there's other folks that do subscriptions iirc like vtel.

Regards
 
Old 11-17-2023, 08:05 AM   #465
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 591

Rep: Reputation: Disabled
Quote:
Originally Posted by MightyBaba View Post
How do you sign up in SlackWiki? When I click on "Create an account or log in" at the top of the main page, it opens a login page...

Just to say the the dbus command to hibernate in Slackware 15 is:
Code:
dbus-send --system --print-reply --dest=org.freedesktop.login1  /org/freedesktop/login1 org.freedesktop.login1.Manager.Hibernate boolean:true
UPower is already deprecated:
Error org.freedesktop.DBus.Error.UnknownMethod: No such method "Hibernate"
Mind you: the SlackWiki (slackwiki.com) is not the same as the Slackware Documentation Project (docs.slackware.com).
 
  


Reply

Tags
documentation, slackware



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
Linux Documentation Project ask for Help jdd Linux - News 0 09-15-2008 01:37 AM
beginners documentation project? ichrispa LQ Suggestions & Feedback 1 01-13-2006 05:19 AM
The Windows Documentation Project CoolAJ86 General 3 08-29-2005 08:05 PM
The Fedora Documentation Project the shadows Fedora 0 03-21-2004 11:01 PM
Documentation project paradoxlight General 1 10-16-2003 10:24 PM

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

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