WARNING : this example is for USB key present as /dev/sdc WARNING : if you follow this howto, you will wipe the disk (make backups before)
dd if=/dev/zero of=/dev/sdc bs=128M
dd if=/dev/sdc of=./image.raw bs=128M
(and compress it with gzip for example)mv multiboot.imz multiboot.raw.zip unzip -e multiboot.raw.zip
If not enough place in ramdisk, mount a disk (not the USB one on the server) and move the compressed image file and uncompress it
dd if=./image.img of=/dev/sdc bs=128