Hi Rick,
Re: my /dev/sdb:


dd if=/dev/sdb bs=2 count=1 skip=255 2>/dev/null | od -x
0000000 aa55
0000002

If these are the bytes that indicate a boot signature,
can they be "null'ed" safely??


Thanx.