The solution is:
for i in /dev/[hs]d*
dd if=$i bs=446 count=1 2>/dev/null | strings | grep -q GRUB \
&& echo "GRUB found in $i"
reviews, tips and tricks, opinions about open and less open technology
for i in /dev/[hs]d*
dd if=$i bs=446 count=1 2>/dev/null | strings | grep -q GRUB \
&& echo "GRUB found in $i"
1 comment:
thx rfor you sharing~~learn it by heart ........................................
Post a Comment