Skip to main content
Formatting
Source Link
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

I had to do one step more before sudo-update grub, because I've got this message:

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. Adding boot menu entry for UEFI Firmware Settings ...

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. Adding boot menu entry for UEFI Firmware Settings ... 

theThe solution was add the line GRUB_DISABLE_OS_PROBER=false

GRUB_DISABLE_OS_PROBER=false 

after the last entry of /etc/default/grub

/etc/default/grub (sudo nanoe.g. using /etc/default/grub and add the line after the existing entriessudo nano /etc/default/grub)

I had to do one step more before sudo-update grub, because I've got this message:

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. Adding boot menu entry for UEFI Firmware Settings ...

the solution was add the line GRUB_DISABLE_OS_PROBER=false

after the last entry of /etc/default/grub

(sudo nano /etc/default/grub and add the line after the existing entries)

I had to do one step more before sudo-update grub, because I've got this message:

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. Adding boot menu entry for UEFI Firmware Settings ... 

The solution was add the line

GRUB_DISABLE_OS_PROBER=false 

after the last entry of /etc/default/grub (e.g. using sudo nano /etc/default/grub)

Source Link

I had to do one step more before sudo-update grub, because I've got this message:

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. Adding boot menu entry for UEFI Firmware Settings ...

the solution was add the line GRUB_DISABLE_OS_PROBER=false

after the last entry of /etc/default/grub

(sudo nano /etc/default/grub and add the line after the existing entries)