There's only one solution to this problem:
1 | 0 | 0 | 1
---+---+---+---
0 | 0 | 0 | 0
---+---+---+---
0 | 0 | 0 | 0
---+---+---+---
1 | 0 | 0 | 1
You may be able to convince yourself that this is correct, via the following argument, which uses the lettered map of the checkerboard.
A | B | C | D
---+---+---+---
E | F | G | H
---+---+---+---
I | J | K | L
---+---+---+---
M | N | O | P
A | B | C | D
---+---+---+---
E | - | - | H
---+---+---+---
I | - | - | L
---+---+---+---
M | N | O | P
A | - | - | D
---+---+---+---
- | - | - | -
---+---+---+---
- | - | - | -
---+---+---+---
M | - | - | P
* | - | - | *
---+---+---+---
- | - | - | -
---+---+---+---
- | - | - | -
---+---+---+---
* | - | - | *
Back to The Mine Puzzle.