Linux command
linux-boot-prober 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Probe
sudo linux-boot-prober /dev/sdXY
说明
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.
参数
- partition
- Device path of partition to probe (e.g., /dev/sda1)
FAQ
What is the linux-boot-prober command used for?
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.
How do I run a basic linux-boot-prober example?
Run `sudo linux-boot-prober /dev/sdXY` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does partition do in linux-boot-prober?
Device path of partition to probe (e.g., /dev/sda1)