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