I've MBR on a flash drive, how can I copy it to CD?

Thanks in advance

link|improve this question
feedback

2 Answers

dd if=/dev/sda of=mbr.bin bs=512 count=1 conv=notrunc

Then copy the MBR.BIN to a CDROM or whatever.

Said that, what you ask doesn't make any sense to me.

link|improve this answer
unfortunately this way I can copy MBR from one flash drive to another, but it doesn't work for CD (it's not bootable). BTW I cannot overwrite MBR on my HDD, beacuse it would broke Pointsec, which is used to encrypt a Windows partition. – peter Aug 16 '10 at 16:44
Could you explain what you want to do? What OS do you want to boot and how? – LatinSuD Sep 8 '10 at 23:24
feedback

http://tldp.org/HOWTO/CD-Writing-HOWTO-3.html have a look at it. You just need a console cd burner

link|improve this answer
feedback

Your Answer

 
or
required, but never shown