LFS201 - Chapter 23 Discussion // Questions // Banter - Kernel Services and Configuration
In the section Kernel Boot Parameters it's mentioned that detailed documentation of kernel parameters can be viewed by running
$ man bootparam
I couldn't find a reference to this program for CentOS, is it specific to a particular distribution?
Comments
-
It works on CentOS 7, CentOS 8 and Ubuntu 20.04 (I checked) and is part of the base "man-pages" package, so I don't know why it would not be on your system if it is any normal linux distribution (not one pared back to not have man). You can also find the man-pages on the Internet, in particular this one at:
1 -
Is there a preferred list of kernel command line parameters between the following?
$ man bootparam $ man kernel-command-line
0 -
ah, you have stumbled on systemd command line parameters which are different than kernel command line parameters (the man kernel-command-line is part of the systemd package)
The way things work is any parameter on the kernel command line is sent to the kernel first. If the kernel does not appreciate the parameter it then gets passed to PID=1, which these days is systemd-init and then is interpreted by systemd.
It's confusing and the source of some really nasty fights in the past between some kernel developers and some systemd people, but we avoid holy wars.
As a simple example, if you give just a "3" on the command line, the kernel ignores it and it tells init to go to run level 3 (no GUI desktop)
0 -
@coop said:
It works on CentOS 7, CentOS 8 and Ubuntu 20.04 (I checked) and is part of the base "man-pages" package, ...Thanks @coop, I'm using GCPs CentOS 7 image which has man-pages stripped out. After installing man-pages I can now load the bootparam manual.
$ sudo yum install man-pages $ man bootparam
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 769 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 6 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 14 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 2 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 125 Mobile Computing
- 20 Android
- 90 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 396 Off Topic
- 121 Introductions
- 31 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 703 Software Development
- 1K Software
- 406 Applications
- 182 Command Line
- 5 Compiling/Installing
- 70 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
