linux-boot-prober
probes a partition for bootable Linux operating systems
TLDR
Probe partition for bootable systems
$ sudo linux-boot-prober /dev/sdXY
SYNOPSIS
linux-boot-prober partition
DESCRIPTION
linux-boot-prober probes a partition for bootable Linux operating systems. It is part of os-prober and is used by bootloaders like GRUB to detect other installed Linux systems and add them to the boot menu.
PARAMETERS
partition
Device path of partition to probe (e.g., /dev/sda1)
CAVEATS
Requires root privileges. Only detects Linux installations, not other operating systems. Use os-prober for broader detection.
SEE ALSO
os-prober(1), grub-mkconfig(8), update-grub(8)
