008853
Index: os-prober/os-probes/mounted/x86/83haiku
008853
===================================================================
008853
--- os-prober.orig/os-probes/mounted/x86/83haiku
008853
+++ os-prober/os-probes/mounted/x86/83haiku
008853
@@ -13,7 +13,7 @@ case "$type" in
008853
 	*) debug "$partition is not a BeFS partition: exiting"; exit 1 ;;
008853
 esac
008853
 
008853
-if head -c 512 "$partition" | grep -qs "system.haiku_loader"; then
008853
+if head -c 512 "$partition" | grep -aqs "system.haiku_loader"; then
008853
 	debug "Stage 1 bootloader found"
008853
 else
008853
 	debug "Stage 1 bootloader not found: exiting"