0

I need help with burning Ubuntu to a CD and being able to boot it into a PC, and an old iBook. I have already downloaded the ISO file, and have burned it to a CD.

However when I try to load it, it doesn't work.

I would also need help when it boots up. I would like to perform the procedure on a PC too.

Seth
  • 58,122
Tyler
  • 1

5 Answers5

1

If you are using Ubuntu -

If you are using Ubuntu itself to create the bootable CD/DVD, use k3b Install k3b instead of brasero Install brasero.

After you install and start K3b select the option Burn Image as seen below in the image-

K3b image burn

After that click on the Open File Dialog option as seen below and then select the iso image by browsing to it.

select image

If you are using Windows -

If you are using Windows to create the bootable CD/DVD i suggest using InfraRecorder instead of Nero.

Nirmik
  • 7,868
1

I believe this link is the official step by step tutorial which teaches you how to burn an ISO on to a DVD to make it bootable.

Mudit Kapil
  • 2,051
  • 7
  • 30
  • 47
HD189733b
  • 473
0

Instead of burning the .iso to disc as a file, you need to tell your burning software to burn it as an image instead.

0

Burn it using the slowest speed setting possible. Also, make sure to "Burn" it. If you just copy the iso file, it will not be bootable.

If that does not work, we may need to check the MD5 checksum to make sure the iso file is good.

Bill
  • 21
0

the simplest possible way to burn a iso in Linux according to me , is to use cdrecord. Just the following command in the shell:

cdrecord youisofile.iso
tomodachi
  • 14,832