LinuxCommandLibrary

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)

CAVEATS

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

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community