Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.
In case you need to convert Nero image file .nrg into regular ISO9660 .iso utility nrg2iso might be helpful then. It’s included into apt repositories of Debian and Ubuntu, so to install it execute:
When it’s done, convert file by command:
nrg2iso image.nrg image.iso
Rather trivial task, right? ![]()

Except it often doesn't seem to generate usable ISOs. Give it a try sometime.
Hi Downer,
Do you use nrg2iso 0.4 or earlier version? Download latest one here.
http://code.google.com/p/nrg4iso/
its non-compiled source code.
I don't know how to compile it. gcc gave me some error.
Hi,
if it complains about unknown endianess and you're using a x86 compatible machine, you can add
-DBYTE_ORDER="LITTLE_ENDIAN"
to the CFLAGS in the Makefile.
Regards,
Patrick
this is a nice programm .. thank you