programming bootloader on arduino pro mini 328 5v

I’m having trouble burning a bootloader w/ a parallel programmer to my Arduino Pro Mini 328 5v 16mhz.

With ide 0017 I get the following error:

avrdude: Expected signature for ATMEGA328P is 1E 95 0F

** failed;

avrdude: verification error, first mismatch at byte 0x0000

0x05 != 0x07

avrdude: verification error; content mismatch

I’ve also tried w/ 0013 and 0016, no luck.

I also tried with avrdude, but I get the same error when setting the fuses, then it fails when verifying the bootloader.

avrdude -c dapa -p atmega328p -P lpt1 -e -u -U lock:w:0x3f:m -U efuse:w:0x05:m -U hfuse:w:0xDA:m -U lfuse:w:0xFF:m

avrdude -c dapa -p atmega328p -P lpt1 -U flash:w:ATmegaBOOT_168_atmega328.hex -U lock:w:0x0f:m -F

I’ve never had any trouble burning to other boards… just the mini.

Any thoughts?

Thanks!

Justin