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?
-
1Use the 12.10. 13.04 will be ready in the fourth month of 2013. It is not fully baked yet. – user68186 Feb 19 '13 at 22:21
-
Just so you know, questions about future versions of Ubuntu are generally closed as off-topic on Ask Ubuntu. Anyway, welcome to Ask Ubuntu, and good luck in your adventures testing unreleased versions of Ubuntu! – Flimm Feb 19 '13 at 22:31
-
Duplicate of Is the 64-Bit version of Ubuntu only compatible with AMD CPUs? – pomsky Apr 10 '19 at 05:53
3 Answers
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.

- 33,062
-
1The 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
-
1History 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
"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.

- 117,780

- 81
- 1
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.

- 40,982