Package: os-prober Version: 1.67
os-prober will detect Windows 10 as Windows Recovery Environment. The following change fixes it for me: os-prober-1.67/os-probes/mounted/x86/20microsoft < if grep -aqs "W.i.n.d.o.w.s. .8" "$2/$boot/$bcd"; then --- > if grep -aqs "W.i.n.d.o.w.s. .1.0" "$2/$boot/$bcd"; then > long="Windows 10 (loader)" > elif grep -aqs "W.i.n.d.o.w.s. .8" "$2/$boot/$bcd"; then

