#1053594 grub: KDE Neon installation on seperate partition is not recognized

Package:
grub2
Source:
grub2
Description:
GRand Unified Bootloader, version 2 (dummy package)
Submitter:
Michael Josenhans
Date:
2023-10-07 08:51:20 UTC
Severity:
normal
Tags:
#1053594#5
Date:
2023-10-07 07:09:47 UTC
From:
To:
Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
I updated debian with
su
apt update
apt upgrade

   * What exactly did you do (or not do) that was effective (or
     ineffective)?
grub from debian installation was installed during debian package update

   * What was the outcome of this action?
debian version of grub is now installed (likely in MBR)
This version does not show an option to start kde neon
   * What outcome did you expect instead?
the installed debian grub version detects KDE Neon and provides an option to start the installed KDE Neon besides the option to start debian

*** End of the template - remove these template lines ***

#1053594#10
Date:
2023-10-07 08:12:53 UTC
From:
To:
Am Samstag, dem 07.10.2023 um 09:09 +0200 schrieb Michael Josenhans:

Hi,

what's the reason that you still use the old GRUB Legacy instead of
GRUB 2?

I suggest using GRUB 2 with os-prober installed.
Though you need to enable usage of os-prober in /etc/default/grub with

GRUB_DISABLE_OS_PROBER=false

GRUB 0.97 won't get any fixes from us anymore.

#1053594#15
Date:
2023-10-07 08:43:18 UTC
From:
To:
Hi,

grub was just a guess of the package name from my side. It should be grub 2:

The grub boot selection page says GNU Grub 2.06-13+deb12u1.

Br,

Michael

#1053594#20
Date:
2023-10-07 08:49:56 UTC
From:
To:
Am Samstag, dem 07.10.2023 um 10:43 +0200 schrieb Michael Josenhans:

Then this probable is a case of not installed and not (by default)
enabled os-prober.

So install os-prober if it's not already.

And in /etc/default/grub

GRUB_DISABLE_OS_PROBER=false

And last

sudo update-grub

os-prober won't be enabled by default anymore.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038974