Re: confused when burning the iso disc...



On Fri, 2005-12-30 at 14:34 +1000, Michael Wright wrote:
> I've very confused when it comes to burning dvd's and software. really
> need help here ? I have extract the file using winrar:

Don't extract anything, just download the ISO file and burn it.

> The files i have is Fedora Images isolinux whats the software to use
> to burn the disc with ? and what file do i bring in when burning

HOWTO burn the DVD installer image on Fedora Core 4 (maybe also FC3):

Download the FC4-i386-DVD.iso image file. Download the SHA1SUM file in
the same directory, then verify the checksum:

sha1sum -c SHA1SUM

You may get some errors, but as long as FC4-i386-DVD.iso is reported Ok
then all is good.

Run "growisofs" as root to see if it's installed.
If it's not, then install it like this:

yum install dvd+rw-tools

Now figure out which dev file represents your DVD burner. On my system
it's /dev/dvdwriter. On your system it might be different,
e.g. /dev/hdc, /dev/dvd, whatever.
Do a "ls -l /dev/dvd*" or "ls -l /dev/cd*" to see if your system has any
files like that. You'll figure out which one is the DVD writer
eventually.

Now plug a blank DVD into the writer then burn the ISO. Run this command
as root in the directory where you keep the ISO image:

growisofs -dvd-compat -Z /dev/dvdwriter=FC4-i386-DVD.iso

Replace /dev/dvdwriter with something else if your system is different
than mine.

If the burning speed is not optimal and it messes the disk, try again
adding this option: -speed=N (where N is a small value such as 1 or 2,
depending on your media). Or use higher N values to accelerate the
burning, but make sure that both the writer and the disk support it.

That's it.

--
Florin Andrei

http://florin.myip.org/

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: forgot password
    ... went to the website and downloaded the cd download. ... but when I use Nero to burn the file I just see the iso image file. ... Look at Nero's Help files for "burn .iso" to see how. ... The next prompt will be "What is the path to the registry ...
    (microsoft.public.windowsxp.general)
  • Re: CD disk image not recognized by Disk Utility
    ... It is an album that is not for sale and is only distributed as a free ISO image download. ... The ISO appears to be in some Windows specific format as the web page recommends IMGBURN to burn the CD. ... So that people not already interested in our music can get a taste and decide if it's worth the effort or not to d/l the disk image, ...
    (uk.comp.sys.mac)
  • Re: newbie installation question
    ... I tried to burn CD, ... go to DVD first, and if that fails then boot off hard drive. ... you download an image of 715MB, ... So you must burnt your ISO to a CD not a DVD. ...
    (Ubuntu)
  • Re: MD5SUMS OpenSuse 10.1
    ... the ISO images. ... I download the 6 remastered images from opensuse.org, ... and I get errors on CD2 - checksum not ... I burn an new one, ...
    (alt.os.linux.suse)
  • Re: Burning IMG file to DVD
    ... "Meinolf Weber" wrote: ... You can download and install MagicDISC from here: ... ISO files to DVD and doesn't extract them. ...
    (microsoft.public.windows.server.general)

Loading