I need to boot my USB which contains a utility program I have written. How can I make my USB bootable?

link|improve this question
What OS would this be for ? – Paul R Feb 28 '10 at 13:58
1  
What do you want to boot into? Linux? Windows? BartPE? Are you writing your own OS and trying to test it from a pen drive? we need more info. – John T Feb 28 '10 at 14:26
feedback

migrated from stackoverflow.com Feb 28 '10 at 14:11

This question came from our site for professional and enthusiast programmers.

1 Answer

There are several ways to make a USB drive bootable, but to run your utility you will want to boot into an operating system of some sort. Try these guides:

If you're using a computer with an operating system already installed, and you just want your utility to start when you instert the usb key, what you need is Autorun:

link|improve this answer
The last link pertains only to Windows. – Nathaniel Apr 4 '10 at 21:28
Yes. The equivilent does not really exist in Linux. The question does not give much detail unfortunately – Colin Pickard Apr 19 '10 at 17:02
feedback

Your Answer

 
or
required, but never shown