LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-07-2022, 11:48 PM   #1
SlackIT
Member
 
Registered: Mar 2022
Posts: 172

Rep: Reputation: 17
Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.15.36"


Hello Slackers!

I recently compiled 5.15.36...

I'm using grub in Slack 15.0, this is my /etc/default/grub;
Code:
# If you change this file, run grub-mkconfig -o /boot/grub/grub.cfg
# afterwards to update /boot/grub/grub.cfg.

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=-1
GRUB_DISTRIBUTOR=$( sed 's/Slackware /Slackware-/' /etc/slackware-version )
GRUB_CMDLINE_LINUX_DEFAULT="rootfstype=ext4 scsi_mod.use_blk_mq=1 dm_mod.use_blk_mq=y"
GRUB_DISABLE_OS_PROBER=false
#GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=console
#GRUB_TERMINAL_OUTPUT=gfxterm

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1920x1080,auto

# sets the kernel bootup console font size.
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_GFXPAYLOAD_LINUX=1920x1080x32

# Font used on the graphical terminal: (Uncomment to use a GRUB_THEME)
#GRUB_FONT=/usr/share/grub/dejavusansmono.pf2

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

#GRUB_PRELOAD_MODULES=all_video

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
#GRUB_THEME="/boot/grub/themes/vimix/theme.txt"
I noticed in /var/log/messages this line;
Code:
Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.15.36", will be passed to user space.
I don't ever recal ever seeing an "Unknown kernel command line parameters" message like this in the logs, so I'm not really sure what this is all about?

Anyone?

THANKS

Last edited by SlackIT; 05-07-2022 at 11:49 PM.
 
Old 05-08-2022, 04:02 AM   #2
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 597

Rep: Reputation: Disabled
Quote:
Originally Posted by SlackIT View Post
I noticed in /var/log/messages this line;
Code:
Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.15.36", will be passed to user space.
I don't ever recal ever seeing an "Unknown kernel command line parameters" message like this in the logs, so I'm not really sure what this is all about?

Anyone?

THANKS
Nothing to worry about. Some of the parameters your Slackware passes to the bootloader are meant for the kernel while others are meant for your initrd.
 
Old 05-09-2022, 12:04 PM   #3
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,834
Blog Entries: 17

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by SlackIT View Post
I noticed in /var/log/messages this line;
Code:
Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.15.36", will be passed to user space.
I don't ever recal ever seeing an "Unknown kernel command line parameters" message like this in the logs, so I'm not really sure what this is all about?

Anyone?

THANKS
I had this issue too, and I check it out. I don't remember exactly what it was, but there was a change in the Kernel, and something to do with gcc and grub, which basically made that BOOT_IMAGE line obsolete.

In the end the conclusion is that it is nothing to worry about, it's an obsolete function, so it cannot be read, which is basically what the error says.
 
Old 05-09-2022, 10:36 PM   #4
SlackIT
Member
 
Registered: Mar 2022
Posts: 172

Original Poster
Rep: Reputation: 17
Ahh ok, since I'm using Grub, this needs to be an update coming from grub that no longer uses the BOOT_IMAGE line?

THANKS
 
Old 05-10-2022, 03:34 AM   #5
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,834
Blog Entries: 17

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by SlackIT View Post
Ahh ok, since I'm using Grub, this needs to be an update coming from grub that no longer uses the BOOT_IMAGE line?

THANKS
I don't remember exactly, but I think that was my conclusion too. (I use Grub too as you may have guessed already)

I'm fairly confident you can find the same information if you search that line online and omit the "" and the specific kernel version.

Last edited by zeebra; 05-10-2022 at 03:36 AM.
 
Old 05-11-2022, 01:48 AM   #6
SlackIT
Member
 
Registered: Mar 2022
Posts: 172

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by zeebra View Post
I don't remember exactly, but I think that was my conclusion too. (I use Grub too as you may have guessed already)

I'm fairly confident you can find the same information if you search that line online and omit the "" and the specific kernel version.
It's my understanding that Grub and Lilo pass this cmd to the kernel...
 
Old 05-11-2022, 02:58 AM   #7
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,834
Blog Entries: 17

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
I know almost nothing about Lilo so I can't say.
 
  


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
BOOT_IMAGE crashed message and occasional *possibly unrelated crashes?* 6th_sense Fedora 14 11-25-2019 02:58 AM
Why both files vmlinuz and vmlinuz-4.xx-something in distro? AlexM202020 Linux From Scratch 4 03-08-2019 03:16 AM
BOOT_IMAGE error message JoeHesse Linux - Newbie 1 11-21-2015 05:59 AM
[SOLVED] How to user vmlinuz-generic instead of vmlinuz-huge-smp? cola Slackware 12 09-15-2009 01:54 PM
lilo + boot_image nautilus_1987 Slackware 17 07-23-2003 11:29 PM

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

All times are GMT -5. The time now is 02:14 AM.

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