* ron minnich rminnich@lanl.gov [030501 08:48]:
Then mkelfImage on the kernel of choice.
Then dd if=elfImage_of_kernel of=/dev/hdc bs=4096 skip=1
should be seek, not skip i think:
seek=BLOCKS skip BLOCKS obs-sized blocks at start of output
skip=BLOCKS skip BLOCKS ibs-sized blocks at start of input
otherwise you loose your partition table.
Stefan