Error on Burning Bootloader

Hi all,

I am trying to burn Bootloader on ATMEGA328-PU.But It's giving Error:

avrdude: Expected signature for ATmega328P is 1E 95 0F
Double check chip, or use -F to override this check.
Error while burning bootloader.

So what Can I do to Solve this?

Each Atmega chip type has a unique identifier. Your error indicates that it could not identify the chip as an Atmega328-P.

To identify the chip id , check out Nick Gammon's device id sketch and how it works at https://gammon.com.au/forum/?id=11633

DBMcDonald:
Each Atmega chip type has a unique identifier. Your error indicates that it could not identify the chip as an Atmega328-P.

To identify the chip id , check out Nick Gammon's device id sketch and how it works at Gammon Forum : Electronics : Microprocessors : Sketch to detect Atmega chip types

Where is the ID in the Output? And What to do After I get it?

Duplicate post deleted.

Do not cross-post, cross-posting wastes time.

I placed the new chip onto Arduino after this Error and tried to upload a Blink Program.
I don't know Why but it worked and it is running great.

I took the new chip placed it on Breadboard and just provided the power supply and it worked.

so is this going to be a problem or it is fine?