LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How can I burn an ".nrg" image file with K3b? (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-burn-an-nrg-image-file-with-k3b-224353/)

Ausar 08-30-2004 12:16 PM

How can I burn an ".nrg" image file with K3b?
 
Hello guys, how can I get K3b to burn an .nrg (Nero) image file as an image? Is there a plugin that I must use? I really need to burn this iso.

mikedeatworld 08-30-2004 01:35 PM

You could first try to burn a .nrg file from the command line w/ cdrecord. Also, you could convert it using some other software...

http://gregory.kokanosky.free.fr/v4/...rg2iso.en.html

Ausar 08-30-2004 01:44 PM

I found this while searching here. Its converting now as I type. Will let you know if it worked.


icTaZ
Newbie

Registered: Sep 2003
Location:
Distribution:
Posts: 1
HCL Entries: 0
Reviews: 0

nrg2iso not needed, "dd' is enough ( post #8)

I looked at the source of nrg2iso a guess what:

it simply skips first 300kB (307200 bytes)! So, nrg = 300kB + iso. That means you don't need the nrg2iso (and C compiler to build it ), enough is dd:

'dd bs=1k if=image.nrg of=image.iso skip=300'

:-))

the nrg2iso program has only the advantage: it first checks, if input file is not already iso format. :-)

but i didn't need C compiler, just dd.

good luck!

icTaZ

mikedeatworld 08-30-2004 01:48 PM

What is dd? What did you use to convert? The software from that link?

Ausar 09-01-2004 01:57 PM

No, you have to put the location of the iso in there where it says "image.iso" "image.nrg" Just replace those values with the location of the file you want to convert. Example

/home/you/myfavapp.nrg

uniquegeek 05-02-2007 09:23 PM

Confused me too. From what I gather, it looks like a Unix command, so it is something you don't do in K3b.

So open up a terminal/console/shell (konsole) window and type

Code:

dd bs=1k if=image.nrg of=image.iso skip=300
(You'll probably have to change directories to the location of the .nrg file)

Replace image.nrg with then name of your .nrg file (something.nrg), replace of with the name you want your outgoing file to be (something.iso)

Then burn the disc using K3b and the .iso file that you just created.

banttu 03-15-2009 10:25 PM

AUSAR YOU ARE AWESOME!!!!!
Thanks a bunch.

fietser 12-18-2009 03:18 PM

Thank for the tip. worked complete good

to greet.


All times are GMT -5. The time now is 05:36 PM.