How to burn and boot a linux install cd/dvd

Almost daily I help someone who has not been able to boot their linux cd/dvd.
I will try and cover the following:

md5sum check
burning as an image
burning speed
setting up the BIOS for booting

md5sum check

OK, when you download an .iso image from a mirror there is a chance it could have been corrupted in the download, since .iso images can be large files up to 700+Mb for cds and 4.7Gb for dvds. You can check if the download has been corrupted or not with md5sum. This is a checksum algorithm which gives a number/letter output for files such as the .iso file.

How is this useful? Well if you have this you can compare it to the md5sum of the download.
Usually on the mirror you downloaded from there will be a file with either a list of all the md5sums for the .iso files in that directory. Or there will be a md5sum file for each .iso file, usually named filename.iso.md5. If there is no md5sum file there grab one from the distro's main server.

Now that you have the original md5sum for the downloaded .iso file you must compare it with the md5sum of the download. To do do this in linux use the md5sum command:
Code:
md5sum file.iso
this will spit out a number/letter mix. Compare this with the original md5sum from where you downloaded. If they match you are fine and go on to the next section. If they do not match you need to try downloading the file again.

If you are in windows you should run the downloaded .iso through a program like fsum and see if the output matches. If the output matches go on to the next step, if it doesn't, try downloading again.

Burning the .iso file as an image to a cd/dvd

One of the main errors people who are not used to burning .iso images do is just copy the downloaded .iso file to the cd/dvd. This is not how you burn an .iso file to a cd/dvd as an image. Usually burning software has an option "Burn as an image" or similar. Use this option, I have never had problems doing this in in linux with K3B. You can google for "free CD burning applications" to find lots of software options. You can also use software such as Nero or Roxio to do this, but I have heard people having problems with Nero, and I myself have had problems with Roxio burning an .iso image. Be sure you don't make the CD bootable, because the .iso image burning process takes care of that step automatically.

Burning speed

To get the best results burn the cd/dvd at the lowest speed possible, I tend to burn cds at x4 speed. I do this because it lessens the chance that the burn will go badly and give out a dud cd at the end. I have never had any coaster (dud cd) come out of burning at these low speeds.
You might find this a bit annoying since it is of course slower than burning at higher speeds, but by doing it at a slower speed it can save you having to burn more than one of the same disk.

Setting up BIOS for booting a cd/dvd

Ok by now you should have a bootable cd or dvd. You should now enter your computer BIOS, and make sure that the dvd or cd drive is before the hard drive in the list of boot devices.

You can enter you BIOS at bootup by usually pressing one of these keys:

Del
Esc
F1
F2
F11
F12

If you are unsure, or can't find the key it should be in the manual that came with your motherboard, or PC.

Once in the BIOS make sure that the cd or dvd drive is before the hard drive, then put the cd/dvd in the drive, save the config in the BIOS and then exit the BIOS.

Your computer should now restart and boot the cd or dvd.

dylunio


* Moderator Edit (ozar): For specific instructions on burning ISO images using some of the various burning applications that are available, take a look here:

How to successfully burn or write an ISO-image to cd or dvd


Take from linuxforums.org

Tidak ada komentar:

Posting Komentar