15

I have an old computer that can't handle a boot stick install, so i have to create an actual, old fashioned boot CD.

However, the image size for Ubuntu 12.04 is 732MB, which is too large for a CD, which can hold only 700MB.

The maintainers of Ubuntu 12.04 say the image size will never go over 700MB, and indeed, the download size seemed to be 689MB.

Brasero says it won't burn the CD because the file is too big, what's going on?

Braiam
  • 67,791
  • 32
  • 179
  • 269
memius
  • 277

11 Answers11

9

I use K3B to burn ISO images. For me, is better then brasero.

Try to burn with another CD brand (Preferably do not use CD-RW )

9

Are you using a 74 minute CD-R? You need to use an 80 minute one.

psusi
  • 37,551
8

If you dig deeper, you'll stumble upon this particular URL which has the "CD" images.

All images are <= 700MB and created specifically for "CD"s unlike the official download link which is actually meant to be burned on a DVD. Hope this helps if anyone is still looking for answers to this question.

Luís de Sousa
  • 13,227
  • 26
  • 81
  • 128
nobody
  • 81
  • 1
  • 1
5

Try downloading it from the alternative link at the Ubuntu website (the torrent one). It's about 695MB (AMD64), and the Intel one is 687MB.

Luís de Sousa
  • 13,227
  • 26
  • 81
  • 128
4

If you're trying to install Ubuntu 12.10 (Quantal Quetzal), it is too big for CD now, so you need to use USB or DVD install options.

Eric Carvalho
  • 54,385
3

The compressed CDs website has a unique compression method, unlike any other solution shown here. The superior compression method fits all of a 12.04 or 13.10 distro onto a CD, not a truncated distro, but the complete real deal.

Luís de Sousa
  • 13,227
  • 26
  • 81
  • 128
K7AAY
  • 17,202
3

Brasero (on Debian and Ubuntu), has varying levels of reliability because of its depending (via brasero-cdrkit) on the controversial wodim (which is a fork of cdrtools). According to the original author of cdrtools, the wodim fork is badly broken and unmaintained BUT shipped by default in Debian/Ubuntu. See one-sided and detailed account of the controversy. So if Brasero fails for you, it might be because of this.

To work around the issue, you may use a lightweight alternative like Xfburn. Xfburn relies on the non-controversial libburnia libraries, so is not plagued by the same issues as Brasero.

landroni
  • 5,941
  • 7
  • 36
  • 58
  • Either way, I expanded the answer proposing an explanation for the Brasero failure. – landroni Feb 04 '14 at 16:04
  • Cool that's even better! I personally don't consider the accepted answer an "answer" since the question specifically asks what is going on.. but whatever. comment removed – Seth Feb 04 '14 at 17:35
2

702mb and 732mb is still to big for a cd right, and i'm not sure about the installation to be compatible with dvd r, the simple choices are to install it on a flash drive/USB or buy a cd brand with more than 700mb such as verbatim

hains
  • 21
  • A standard CD has 703 MB. They are marketed as 700 MB for marketing reasons. Having a round number is better, but they can fit around 703 MB, as I said.

    However, it is not advised to fill a CD completely as the last sectors might not be in a particularly good condition.

    – Martin Oscar Caballero Dec 01 '12 at 02:53
2

You have to follow the instructions to create an image of Ubuntu from any Ubuntu version. This is not the traditional way to burn CDs. It is different because the size of Ubuntu 12.04 is more than 700 Mb, so you must follow the instructions which are on this page.

Filoycp
  • 21
1

There are options for people in this situation.

  • A "700MB" CD would be a good start. They can fit 737MB on (because the advertised number is actually a MiB) and even then there's often some overburn space. I've got to over 750MB on a 700MB disk before but that does larely

  • Use USB instead of CD. A 1GB USB stick would be cheap and offer a reusable method for loading images.

  • Failing that there are smaller images (like Server, Minimal, etc) which you can install in text mode and then install the ubuntu-desktop metapackage.

Oli
  • 293,335
1

ImgBurn will overburn this file. It's free software, very easy to use. From personal experience, I have burned 12.04 to a 700MB Memorex CD-R. This was a 741,646,232 byte file, which is 707.289 MB. It does work, even with the low quality Memorex stuff, though maybe not the first time. But that's a Memorex thing.

Jim
  • 11
  • 1
  • Welcome to Ask Ubuntu! Can you include a answer with instructions on how to do that? Leaving a half-answer as a comment can often cause more harm than good. Thanks. – Danatela Jan 09 '14 at 03:41
  • 2
    @Danatela You have that meta post backwards. It's comments like this that are considered especially bad (and which that meta post cautions against making), not answers. While this answer ought to be expanded, it is much better that it is posted as an answer than as a comment. – Eliah Kagan Jan 09 '14 at 06:03