Atmega168 bootloader internal 8Mhz

Yes, bootloader and fuses burn successfully.
Sorry, I do not have the Atmega328 at hand. I got an mkII, 2xAtmega168, Atmega8, Atmega32 and 8Mhz, 16Mhz crystals for now to work with.
I tried flashing the chip detector to a Atmega168 without bootloader which is still very tight. The Serial output starts ok but turns to garbage.
I used this config:

pro5vNoBL.name=Arduino Pro (5V, 16 MHz) w/ ATmega168, no BL

pro5vNoBL.upload.protocol=arduino
pro5vNoBL.upload.maximum_size=16384
pro5vNoBL.upload.speed=19200

pro5vNoBL.bootloader.low_fuses=0xff
pro5vNoBL.bootloader.high_fuses=0xdd
pro5vNoBL.bootloader.extended_fuses=0x00
pro5vNoBL.bootloader.path=atmega
pro5vNoBL.bootloader.file=ATmegaBOOT_168_diecimila.hex
pro5vNoBL.bootloader.unlock_bits=0x00
pro5vNoBL.bootloader.lock_bits=0x00

pro5vNoBL.build.mcu=atmega168
pro5vNoBL.build.f_cpu=16000000L
pro5vNoBL.build.core=arduino
pro5vNoBL.build.variant=standard

Using the Atmega32 wasn't successful either, it freezes after the init text "Atmega chip detector.", doesn't reach the loop.

Used this:

atmega32.name=Atmega32 board 16Mhz

atmega32.upload.protocol=arduino
atmega32.upload.maximum_size=30720
atmega32.upload.speed=19200

atmega32.bootloader.low_fuses=0xFF
atmega32.bootloader.high_fuses=0xDA
atmega32.bootloader.path=atmega32
atmega32.bootloader.file=ATmegaBOOT_168_atmega32.hex
atmega32.bootloader.unlock_bits=0x3F
atmega32.bootloader.lock_bits=0x0F

atmega32.build.mcu=atmega32
atmega32.build.f_cpu=16000000L
atmega32.build.core=arduino
atmega32.build.variant=standard