LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   linux iso burning (https://www.linuxquestions.org/questions/linux-newbie-8/linux-iso-burning-636436/)

jestinjoy 04-19-2008 09:46 AM

linux iso burning
 
I got a linux(Slackware) 4.5 GB DVD. I copied the whole files into my hard disk and burned into a blank 4.5 GB DVD. My problem is that the DD is not booting. ( I have set DVD ROM as the first boot device ). What could I do to make it bootable.

DJ_Barney 04-19-2008 09:51 AM

Don't copy the files. Do a disk to disk copy with two drives ... or, with one drive, the burning software will extract an ".iso" file of the entire DVD and then burn that WITH the bootable parts.

If you HAVE to copy the files make sure you set your burning software to make the disk bootable.

DJ Barney

tleeonly 04-19-2008 09:53 AM

What burning software did you use. And did you just copy to dvd or did you make the iso into a bootable disk.

okos 04-19-2008 06:07 PM

Quote:

Originally Posted by tleeonly (Post 3126220)
What burning software did you use. And did you just copy to dvd or did you make the iso into a bootable disk.

What os are you using to burn the dvd?
K3B burns a bootable iso.
In windows there is a good program CD burner xp.

billymayday 04-19-2008 06:37 PM

Or the linux command line using cdrecord

Code:

cdrecord dev=/dev/dvdwriter driveropts=burnfree -dao iso_to_record.iso
(check device name)

onebuck 04-19-2008 10:41 PM

Hi,
Quote:

Originally Posted by jestinjoy (Post 3126213)
I got a linux(Slackware) 4.5 GB DVD. I copied the whole files into my hard disk and burned into a blank 4.5 GB DVD. My problem is that the DD is not booting. ( I have set DVD ROM as the first boot device ). What could I do to make it bootable.

You need to burn the image of the iso that you downloaded. Don't copy anything other than the whole iso file that was downloaded. If you are burning the DVD with M$ and nero then you might have to slow down the burn rate.

I would check the md5sum. If you downloaded the cd/dvd iso then be sure to check the md5sum for the original iso. From the cli;

Code:

~#cd /downloadisolocation      #cdromiso.iso cdromiso.md5

~#md5sum -c cdromiso.md5      #substitute the correct name to check

If the iso md5 is ok then you should try 'CdromMd5sumsAfterBurning''.

This way you will know if the burn was OK!

This will check the download iso with the known md5sum that you also get with the iso.

If you are using M$ then use 'md5sum.exe'.
You can look at the 'M$Windows iso md5sum checking' LQ post.

These links and others can be found at 'Slackware-Links' .


All times are GMT -5. The time now is 11:20 AM.