19

I have a Lenovo IdeaPad Y580 that I'm planning on dual booting with. I want to use Ubuntu 13.04, but on the daily builds download page there is only "PC (Intel x86) desktop image" listed for intel, and "64-bit PC (AMD64) desktop image" listed for AMD CPUs. Is there no 64bit for intel? should I just use the 32bit? Or should I just download 12.10 instead?

Eric Carvalho
  • 54,385
EvilBlob
  • 688
  • 2
  • 5
  • 10

3 Answers3

21

Yes, there is a 64-bit daily build of Ubuntu Raring Ringtail (soon to be Ubuntu 13.04) for Intel cpus. In fact, you mentioned it: it's the one that is called "64-bit PC (AMD64) desktop image". Yep, that's a confusing name and I'm sure it's called problems in the past, but that's the right one. (There's some sort of history behind the name, but it is correct.) It's the one I'm using with my 64-bit Intel cpu and it works perfectly. Download and use it with confidence with your Intel cpu.

Kelley
  • 33,062
  • 1
    The following text appears on the official Ubuntu page: "Choose this to take full advantage of computers based on the AMD64 or EM64T architecture (e.g., Athlon64, Opteron, EM64T Xeon, Core 2). If you have a non-64-bit processor made by AMD, or if you need full support for 32-bit code, use the Intel x86 images instead." If your answer is correct (which I believe), then this text is misleading, to say the least. – Delio M. Jun 19 '14 at 09:19
  • 1
    History or not it is a pretty dumb thing to put on the documentation, and perpetuate a easy misconception for anyone not familiar with the terminology... v poor imo – Amos Folarin Apr 13 '15 at 21:04
  • Thank you, I was also confused by the AMD line. This answered that question. – usumoio Jun 08 '16 at 15:07
8

"64-bit PC (AMD64) desktop image" is also for Intel's platform.

AMD64 is just the name of the instructions, and AMD and Intel processors are both able to understand them.

Eliah Kagan
  • 117,780
4

While the 64-bit PC image says AMD64 it does not mean it is only for AMD CPUs. This is the architecture description because the AMD64 instruction set became the prevailing instruction set for 64-bit consumer CPUs based on the x86 platform.

dobey
  • 40,982