Howto Convert a .nrg (Nero) file to a .iso file in Ubuntu

Sponsored Link
If you want to convert .nrg file to .iso file you can use nrg2iso tool to create this. nrg2iso is a program that extracts ISO9660 data from Nero ".nrg" CD-ROM image files.

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.

You may also like...

33 Responses

  1. xeros says:

    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’).

  2. manikandan says:

    ya its workz
    . thanks for info.

  3. Gachoud Philippe says:

    iat img.nrg img.iso

Leave a Reply

Your email address will not be published. Required fields are marked *