Why is grub still probing when I disabled that feature? [solved]

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bpeary
Level 2
Level 2
Posts: 75
Joined: Tue Dec 28, 2010 7:11 am

Why is grub still probing when I disabled that feature? [solved]

Post by bpeary »

During an upgrade to kernel 5-15.0-48, the output said grub was probing for other OS's. I thought probing had been turned off upstream because of security issues with the process. Further, I have disabled probing in /etc/default/grub:

Code: Select all

GRUB_DISABLE_OS_PROBER="true"
With four OS's on this machine, probing is a very slow process, particularly annoying because I don't even use grub within Mint. (Cinnamon won't let me uninstall it.)
Last edited by LockBot on Wed Mar 29, 2023 10:00 pm, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: Why is grub still probing when I disabled that feature?

Post by Cosmo. »

Version of Mint?
User avatar
Jo-con-Ël
Level 11
Level 11
Posts: 3576
Joined: Sun Jun 20, 2021 12:41 pm
Location: donde habita el olvido

Re: Why is grub still probing when I disabled that feature?

Post by Jo-con-Ël »

Adding that line on /etc/default/grub does not work on LM 21 edition (see this post).

You will need to edit /etc/default/grub.d/50_linuxmint.cfg

Code: Select all

xed admin:///etc/default/grub.d/50_linuxmint.cfg
and change last line
GRUB_DISABLE_OS_PROBER=false
to
GRUB_DISABLE_OS_PROBER=true
Save changes, close editor and run

Code: Select all

sudo update-grub
Arrieritos semos y en el camino nos encontraremos.
bpeary
Level 2
Level 2
Posts: 75
Joined: Tue Dec 28, 2010 7:11 am

Re: Why is grub still probing when I disabled that feature?

Post by bpeary »

Thank you!
Locked

Return to “Installation & Boot”