Distribution (run cat /etc/os-release):
$ cat /etc/os-release
NAME="Pop!_OS"
VERSION="21.10"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 21.10"
VERSION_ID="21.10"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=impish
UBUNTU_CODENAME=impish
LOGO=distributor-logo-pop-os
Related Application and/or Package Version (run apt policy $PACKAGE NAME):
$ apt policy kernelstub
kernelstub:
Installed: 3.1.4~1631911584~21.10~de5b292
Candidate: 3.1.4~1631911584~21.10~de5b292
Version table:
*** 3.1.4~1631911584~21.10~de5b292 1001
1001 http://apt.pop-os.org/release impish/main amd64 Packages
1001 http://apt.pop-os.org/release impish/main i386 Packages
100 /var/lib/dpkg/status
Issue/Bug Description:
Kernelstub generates two boot entries, one for the current kernel and one for the old kernel. Unfortunately, it appears there is no way to configure which kernel should be used for the old kernel boot entry and it's instead using whichever kernel was previously current (which is a good default). Instead, kernelstub should attempt to resolve old kernel similar to how it resolves current kernel when not manually specifed.
Steps to reproduce (if you know):
- symlink /boot/vmlinuz.old and /boot/initrd.old to 5.13.0-7614-generic
- run
kernelstub
Expected behavior:
Old boot entry should run kernel 5.13.0-7614-generic
Other Notes:
Old boot entry runs kernel 5.15.11-76051511-generic
Relates to isantop#3
Distribution (run
cat /etc/os-release):Related Application and/or Package Version (run
apt policy $PACKAGE NAME):Issue/Bug Description:
Kernelstub generates two boot entries, one for the current kernel and one for the old kernel. Unfortunately, it appears there is no way to configure which kernel should be used for the old kernel boot entry and it's instead using whichever kernel was previously current (which is a good default). Instead, kernelstub should attempt to resolve old kernel similar to how it resolves current kernel when not manually specifed.
Steps to reproduce (if you know):
kernelstubExpected behavior:
Old boot entry should run kernel 5.13.0-7614-generic
Other Notes:
Old boot entry runs kernel 5.15.11-76051511-generic
Relates to isantop#3