August 20, 2009

Convert .img to .iso Format

weeks ago I've downloaded ubuntu-9.04-netbook-remix-i386.img file from Ubuntu official site. I want to burn this new variant of Ubuntu Netbook to DVD. So we required application to convert it to .iso.

After doing a little googling, I've found way how to do it, lest begin:

Firts we need to download nrg2iso application from ubuntu repository. Open a terminal and type this command

$ sudo apt-get install nrg2iso




After all done, now we can convert .img format to .iso format. Enter into the folder where you save the .img file, then type this command

$ nrg2iso ubuntu-9.04-netbook-remix-i386.img ubuntu-9.04-netbook-remix-i386.iso


See my screenshot





You can convert another .img to .iso with this trick, just change the command yourimg to your file name

$ nrg2iso yourimg.img yourimg.iso


enjoy..

0 comments:

Post a Comment