LinuxQuestions.org
Visit Jeremy's Blog.
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 09-15-2013, 01:48 PM   #1
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,681
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
bootloader choice in Slackware


Slackware comes with 2 different bootloaders, but installs LILO by default. I'm wondering how many people have made a choice to use the other bootloader, syslinux/extlinux (which also supports btrfs in case you have chosen to use that).

On my new box where I am running -current, I'm changing things around a lot, including re-install from scratch when some things change in the -current evolution, just to see how it goes. I have a lot of partitions set up to do all these things, and I find syslinux makes it easier (I don't need to re-run the lilo command in its correct environment every time ... doing so after an install loses bootability of other partitions at the outset).

And when I start working on my project of putting 14.1 (when it's ready) on an AWS EC2 AMI, that will need to use grub as a boot loader (I hate grub, but they have "bootloader in kernel image" ready to use there, and it does work with Slackware).

Anyone else using Slackware with another bootloader for any reason?
 
Old 09-15-2013, 02:41 PM   #2
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
I use grub2 on my main workstation. No particular reason to do so, other than to learn about grub.
 
Old 09-15-2013, 02:42 PM   #3
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,681

Original Poster
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by Richard Cranium View Post
I use grub2 on my main workstation. No particular reason to do so, other than to learn about grub.
You didn't mention any issues with grub vs Slackware, so I assume you have not run into any. Do you have a separate /boot partition?
 
Old 09-15-2013, 04:54 PM   #4
CTM
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 308

Rep: Reputation: 287Reputation: 287Reputation: 287
I've always found extlinux extremely easy to work with: install with `extlinux -i /boot/extlinux`, write /usr/share/syslinux/mbr.bin to the MBR, and write a 4-line /boot/extlinux/extlinux.conf (and remember to update it whenever you change kernels). No fussing with update commands or anything like that, and none of this even needs to be done while booted into the target system (I often install extlinux on a new Slackware system using Parted Magic if I forget to do it before the post-setup reboot, for instance).

One feature I'd like to see in syslinux is an "include" directive in the configuration file syntax, e.g. "include /boot/extlinux/extlinux.conf.d/*.conf" - that way, I could automatically generate a syslinux configuration file snippet for my custom kernel and write it to $PKG/boot/extlinux/extlinux.conf.d/$KVER.conf in the kernel's Slackware package. It's a minor thing, but it'd save me having to edit extlinux.conf manually every time I install a new kernel, which is inherently accident-prone.

Last edited by CTM; 09-15-2013 at 04:55 PM.
 
Old 09-15-2013, 05:07 PM   #5
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,681

Original Poster
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by CTM View Post
I've always found extlinux extremely easy to work with: install with `extlinux -i /boot/extlinux`, write /usr/share/syslinux/mbr.bin to the MBR, and write a 4-line /boot/extlinux/extlinux.conf (and remember to update it whenever you change kernels). No fussing with update commands or anything like that, and none of this even needs to be done while booted into the target system (I often install extlinux on a new Slackware system using Parted Magic if I forget to do it before the post-setup reboot, for instance).

One feature I'd like to see in syslinux is an "include" directive in the configuration file syntax, e.g. "include /boot/extlinux/extlinux.conf.d/*.conf" - that way, I could automatically generate a syslinux configuration file snippet for my custom kernel and write it to $PKG/boot/extlinux/extlinux.conf.d/$KVER.conf in the kernel's Slackware package. It's a minor thing, but it'd save me having to edit extlinux.conf manually every time I install a new kernel, which is inherently accident-prone.
One possible alternative (I've started doing something similar) is to have a script that generates the config. It would look for all kernels you have installed and include them in the new config file. But yeah, it would be nice to have a way to boot whatever is there without having to do these things. I have been thinking of trying to write my own command program to run under syslinux (for the purpose of a different menu style). If I get there, I'll keep this idea in mind.
 
Old 09-15-2013, 05:13 PM   #6
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by CTM View Post
...
One feature I'd like to see in syslinux is an "include" directive in the configuration file syntax, e.g. "include /boot/extlinux/extlinux.conf.d/*.conf"
...
It does have the "include" directive. Do you mean you want an "include" directive that supports wildcards?
 
Old 09-15-2013, 05:40 PM   #7
CTM
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 308

Rep: Reputation: 287Reputation: 287Reputation: 287
Quote:
Originally Posted by guanx View Post
It does have the "include" directive. Do you mean you want an "include" directive that supports wildcards?
Whoops - yes, sorry, that's what I meant.
 
Old 09-16-2013, 10:41 AM   #8
thirdm
Member
 
Registered: May 2013
Location: Massachusetts
Distribution: Slackware, NetBSD, Debian, 9front
Posts: 316

Rep: Reputation: Disabled
I'm using grub2 because I like its ability to find and boot kernels interactively at boot time. That and I was thinking I'd want to try the Hurd sometime and maybe a little emotional attachment from once having made a small patch to it.

In retrospect, I probably should have stuck with lilo, since I haven't needed any special features and don't expect to any time soon.
 
Old 09-16-2013, 11:25 AM   #9
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
ExtLinux. It has the simplest configuration files, and you don't need to rerun it when you change the kernel.

Last edited by dugan; 09-16-2013 at 05:11 PM.
 
Old 09-16-2013, 04:25 PM   #10
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I have Grub2 setup to work off the symlink to the kernel, that way it never needs updating at all.

Damn good bootloader, and it handles a nice variety of systems.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
server choice on slackware 12 hua Slackware 10 01-07-2008 03:31 AM
Slackware 'like' OS Choice? DragonM15 Slackware 24 05-09-2007 01:47 PM
the choice is slackware tincat2 Slackware 1 03-07-2004 04:09 PM

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

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