Bootloader for ATmega328

Dear community,
I am trying to use ArduinoUNO R3 to burn the bootloader on an ATmega328P using the internal oscillator.

I followed all the steps in this toturial http://arduino.cc/en/Tutorial/ArduinoToBreadboard but could not solve the problem.

However I am to start receiving this error avrdude:

avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use-F to override
this check.

And now I'm getting this:

avrdude: stk500_getsync (): not in sync: resp = 0x00

What can I do?