ATtiny85 Burn Yikes Error

I'm using an Elegoo uno to burn the ArduinoISP example code on to an ATtiny85 SMD. I wired the board according to the "#define USE_OLD_STYLE_WIRING" using pins 13/12/11/10. The wiring diagram for the circuit board is here. I first upload the sketch as "Board -> Arduino Uno" and it uploads successfully. I then click burn bootloader, using the following settings here. I get the error listed below after trying to upload to the ATtiny85. Any ideas?

code: ArduinoISP.ino · GitHub

Usually that means on a previous attempt tp burn bootloader you set the fuses to use an external crystal or clock source which is not present. You must provide that clock source in order to program it to not use that clock source. Might you have tried to "burn bootloader" with a crystal selected?

Could also indicate wiring mistake.

DrAzzy:
Usually that means on a previous attempt tp burn bootloader you set the fuses to use an external crystal or clock source which is not present. You must provide that clock source in order to program it to not use that clock source. Might you have tried to "burn bootloader" with a crystal selected?

Could also indicate wiring mistake.

I have done it only with the 1mhz internal crystal and 8mhz internal crystal selected and don't have any 1-8 mhz external crystals. This error happened on my second attempt to burn to the board. Is there any other options other than buying new ATtinys? I'm fairly certain my wiring is correct.

Also, as a follow up I have an oscilloscope is there any way I can verify the clock speed so I could see what kind of crystal I would need to purchase in order to run it? Could I also check what the ATtiny85 boot is set to (8mhz external 8mhz internal etc.)?