News : LinuxSolved.com Linux Help Community Forum..
cd /usr/share/grub/i386-pc dd if=stage1 of=/dev/fd0 bs=512 count=1 # this will write on first sector dd if=stage2 of=/dev/fd0 bs=512 seek=1 # This will skip the first sector so write on second sector.