[Bug 272077] loader defaults to kernel=kernel even if it doesn't exist

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 Jun 2023 14:21:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272077

            Bug ID: 272077
           Summary: loader defaults to kernel=kernel even if it doesn't
                    exist
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: freebsd@igalic.co

when building multiple kernels, they end up with installed as:

/boot/kernel.$KERNCONF

the first built kernel ends up as /boot/kernel

I have uninstalled that first kernel, and am now left with:

/boot/kernel.GENERIC-MMCCAM/
/boot/kernel.GENERIC-NODEBUG/

loader cannot cope with that.
It always tries to build its list of kernels with "kernel" as a base-line, even
if it doesn't exist.

-- 
You are receiving this mail because:
You are the assignee for the bug.