* Yap Ee Huey yapeehuey@hotmail.com [030513 13:46]:
I put the tagged bzImage (not elf) on hda using : dd if=bzImage.ether of=/dev/hda bs=4096 skip=1
^^^^^^ This has to be seek=1, not skip=1. Otherwise you overwrite your partition table with an incomplete elf file instead of leaving your partition table there and writing the complete file.
Stefan