FS#72132 - BOOT_IMAGE (Linux command line "error" reported in log)
Attached to Project:
Arch Linux
Opened by Jim Davis (metadope) - Tuesday, 14 September 2021, 14:59 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 06 June 2023, 03:56 GMT
Opened by Jim Davis (metadope) - Tuesday, 14 September 2021, 14:59 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 06 June 2023, 03:56 GMT
|
Details
Description: BOOT_IMAGE (Linux command line "error" reported
in logs since v5.14)
This is the lowest-level bug possible, just pollution in the boot log witnessed via dmesg since Arch kernel 5.14. Upstream denies responsibility and kicks it back down to distributors: https://bugzilla.kernel.org/show_bug.cgi?id=214239 Steps to reproduce: 1) boot Arch with linux 5.14 or later 2) witness the single line of noise produced by the kernel in the log (sample): [ 0.047266] Unknown command line parameters: BOOT_IMAGE=/boot/vmlinuz-linux So, BOOT_IMAGE is no longer used or swallowed silently by the kernel... Should this actually fall downstream to GRUB? |
This task depends upon
Closed by Toolybird (Toolybird)
Tuesday, 06 June 2023, 03:56 GMT
Reason for closing: Upstream
Additional comments about closing: Clearly not an Arch packaging bug. If still happening, please report upstream to the affected bootloader projects.
Tuesday, 06 June 2023, 03:56 GMT
Reason for closing: Upstream
Additional comments about closing: Clearly not an Arch packaging bug. If still happening, please report upstream to the affected bootloader projects.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=86d1919a4fb0d9c115dd1d3b969f5d1650e45408
[2] https://git.savannah.gnu.org/cgit/grub.git/commit/?id=16ccb8b138218d56875051d547af84410d18f9aa
kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0f2397cc-ee76-44b5-b7d...
kernel: Unknown command line parameters: BOOT_IMAGE=/vmlinuz-linux
"Unknown kernel command line parameters "BOOT_IMAGE=../vmlinuz-linux", will be passed to user space."
uname -a:
Linux m2 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64 GNU/Linux
syslinux 6.04
> uname -a
[Linux rameau 5.19.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 28 Sep 2022 13:21:25 +0000 x86_64 GNU/Linux]
and
> cat/proc/cmdline
BOOT_IMAGE=/vmlinuz-linux root=UUID=0f2397cc-ee76-44b5-b7d4-5710b54238a2 rw loglevel=3 quiet mds=full acpi_rev_override=1 acpi_osi=Linux resume=/dev/disk/by-uuid/c1e198e1-db13-4834-9b86-ff6dd6b2d415
> journalctl -b
...
kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
...