Install nrg2iso in Ubuntu
sudo apt-get install nrg2iso
Using nrg2iso
Usage
nrg2iso [nrg-file] [iso-file]
Example
nrg2iso image.nrg image.iso
Now you can burn your iso with your preferred linux burning app.
Incoming search terms:
- nrg to iso ubuntu
- nrg2iso ubuntu
- nrg to iso linux
- ubuntu nrg to iso
- ubuntu nrg
- nrg ubuntu
- linux nrg to iso
- convert nrg to iso linux
- convert nrg to iso ubuntu
- nrg to iso





In the usage how on earth do you specify to nrg2iso where the image file is.
[Reply]
go to the folder where it is located… your toolbar should show the location of the file – use the full extension in your command line.
for example, if your image is on the desktop:
nrg2iso /home/Computer/Desktop/image.nrg home/Computer/Desktop/image.iso
[Reply]
Guys, you may just simply mount the .nrg file like an .iso file with or ‘mount -o loop -t iso9660 foo.nrg /mountpoint’
[Reply]
Thanks.
[Reply]
I haven’t tried it yet but it should also work if you go to the directory first…
(On the Desktop):
cd /home/USERNAME/Desktop/ (Enter)
nrg2iso image.nrg image.iso (Enter)
[Reply]
Hunter Ahamed Reply:
December 28th, 2011 at 3:53 pm
Great:-) it works. THNKZ
[Reply]
Uh no, Guest you can’t simply mount it with that command. Wrong FS type. Thanks for the advice on nrg2iso. Works great
[Reply]
thanks a lot!!!
[Reply]
Thanks guys this helped a lot.
[Reply]
great tip! thanks
[Reply]
Thanks!
[Reply]
This quite simply does not work. No matter what I enter, I get this:
Nrg2Iso v0.4 by G. Kokanosky
released under the GNU GPL v2 or later
Usage :
nrg2iso image.nrg image.iso
–version display version number
–help display this notice
Any ideas?
Dan
[Reply]
Same as Dan, Not working despite full syntax.
[Reply]
thank you ! it worked
[Reply]
open terminal, go to directory where file is,type
nrg2iso file.nrg file.iso
simple even a noob should cope
[Reply]
Warning: This program can not convert audio CDs. (From http://www.roland-illig.de/lang.delphi.nrg2iso.html )
[Reply]
hi….
tq for the tips….
but for me when i converting the .nrg file it says its already .iso 9660 file what i did is
i change the extension image.nrg to image.iso
and burn it using brasero…..
to get brasero just search from ubuntu software center….
[Reply]
I had to rename the file. For instance ‘New Moon.nrg’ to ‘image.nrg’ and the simply follow the format ‘nrg2iso image.nrg image.iso’. Thanks,worked geat for me.
[Reply]
thanks , it worked……….:)
its fast too.
[Reply]
who can help ,i got this error …Segmentation fault
..help
[Reply]
Thanks a lot. It worked. Simple too.
[Reply]
Thank you bro. Its work!
[Reply]
On ubuntu cant convert…
Rozpakowanie nrg2iso (z …/nrg2iso_0.4-4_i386.deb) …
Przetwarzanie wyzwalaczy dla man-db…
Konfigurowanie nrg2iso (0.4-4) …
buh@Ubuntu-CA:~$ ./nrg2iso
bash: ./nrg2iso: No such file or directory
too bad :/
[Reply]
ok my mistake….
on this page http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
was command with “./” without this works… sorry dude’s :d
respect
[Reply]
response@response-HP530:~$ sudo apt-get install nrg2iso
[sudo] password for response:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package nrg2iso
[Reply]
I have found where is problem. I have written into the terminal
sudo apt-get update
and then repeat procedure and it is OK now.
[Reply]
I received the message that it was already an ISO file. Changing extension from ‘.nrg’ to ‘.iso’ did the trick
[Reply]
Thankx Dear
[Reply]
i just changed extension (right click, properties) to .iso and simply opened it with archive manager.
[Reply]
great!
works for me
[Reply]
nrg2iso is abandoned project and Ubuntu has still old version in repositories (0.4.x), while last one was 1.0.1.
To compile 1.0.1 you’ll have to add this to endian.h to get rid of error:
#define BYTE_ORDER LITTLE_ENDIAN
as kernel headers have changed.
Anyway, it doesn’t convert properly many NRG files (old version creates broken ISO but newer version says that file is ‘Not a Nero image file’).
[Reply]