Siduction Forum

Siduction Forum => Installation - Support => Topic started by: gorzka on 2021/11/29, 09:52:04

Title: Problem mit GRUB
Post by: gorzka on 2021/11/29, 09:52:04
Hallo zusammen,

ich habe 2 Festplatten in meinem Rechner. Auf beiden ist Siduction, KDE und Gnome. Seit einem Update erkennt Grub nur noch eine Festplatte.

Wenn ich Update-grub /dev/sda oder Grub-install /dev/sda mache wird nur die Festplatte erkannt auf der ich mich gerade befinde. Ich erhalte folgende Fehlermeldung:
Code: [Select]
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
done

Was kann ich tun?
Title: Re: Problem mit GRUB
Post by: towo on 2021/11/29, 10:00:01
Quote
[07:23:39] <hendrikL>   * Boot menu entries for other operating systems are no longer generated by
[07:23:39] <hendrikL>     default.  To re-enable this, set GRUB_DISABLE_OS_PROBER=false in
[07:23:39] <hendrikL>     /etc/default/grub.
[07:23:51] <hendrikL> apt changelog grub
Title: Re: Problem mit GRUB
Post by: hendrikL on 2021/11/29, 10:14:55
Code: [Select]
zcat /usr/share/doc/grub-common/NEWS.Debian.gz
Dort zu finden!

Code: [Select]
su
echo -e '\n# enable OS_PROBER\nGRUB_DISABLE_OS_PROBER=false' >> /etc/default/grub
update-grub
Title: Re: Problem mit GRUB
Post by: gorzka on 2021/11/29, 10:22:02
@towo
Ich habe diese Zeile nicht in meiner /etc/default/grub nicht. Reicht es wenn ich diese einfach hinzufüge?
Title: Re: Problem mit GRUB
Post by: hendrikL on 2021/11/29, 10:37:46
ja
Title: Re: Problem mit GRUB
Post by: towo on 2021/11/29, 10:41:44
Und nach dem Eintragen update-grub  nicht vergessen.
Title: Re: Problem mit GRUB
Post by: gorzka on 2021/11/29, 10:45:03
Natürlich, Danke ;-)