LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

linux-boot-prober

probes a partition for bootable Linux operating systems

TLDR

Probe partition for bootable systems
$ sudo linux-boot-prober /dev/sdXY
copy

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)

INSTALL

sudo apt install os-prober
copy
sudo dnf install os-prober
copy
sudo pacman -S os-prober
copy
sudo apk add os-prober
copy
sudo zypper install os-prober
copy
nix profile install nixpkgs#os-prober
copy

CAVEATS

Requires root privileges. Only detects Linux installations, not other operating systems. Use os-prober for broader detection.

SEE ALSO

Copied to clipboard
Kai