Arduino Isp Bootloader

I have tried to bootload ATmega8 with Arduino board (with ATmega328p). I have error.
In AVRdude :
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.

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

I connect all like this :

COM port - correct.
Board in IDE - correct
Arduino board has writen with ArduinoISP sketch.

But still this error. Help.

Hey guys help me please.

Bump. I need some help.

Using what sort of command to do the actual programming? The Arduino-oriented commands ("Burn Bootloader" from the IDE, or "make atmega328_isp" in the optiboot directory) will expect and require an external crystal on the target as well as the wiring you've shown. There are fuse settings to use the internal clock, but I think that will require manually crafted commands.