i had the same problem once.
the only way i could restore my G1 device was to flash the bootloader to the sdcard
sudo dd if=bootloader-file.img of=/dev/sdX conv=fsync,notrunc bs=1 count=444
sudo dd if=bootloader-file.img of=/dev/sdX conv=fsync,notrunc bs=512 skip=1 seek=1