2

I'm a completely new user of Linux and since my computer is not a good machine I wanted to install 32 bit OS, I downloaded ubuntu desktop for 32 bit but when I check in system settings under details it says my OS type is 64 bit, I downloaded it from the site http://www.ubuntu.com/download/desktop choose Ubuntu 12.04 LTS and set it as 32-bit (machines with less than 2GB RAM).

Braiam
  • 67,791
  • 32
  • 179
  • 269
Andrej
  • 21
  • what do you see when you open a terminal and type: uname -a – thom Nov 05 '13 at 19:43
  • 1
    Linux Ubuntu 3.8.0-29-generic #42~precise1~Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux – Andrej Nov 05 '13 at 19:49
  • Yes I am 100% sure I downloaded the 32-bit one, the problem is I have only about 1.7GB ram. I reinstalled and downloaded the 32 bit version again but no difference, still says its 64 bit – Andrej Nov 05 '13 at 19:55
  • @Braiam I added the link of my download, it sure was the one for 32 bit. I just started to download both of the versions and the names of ISO files are different – Andrej Nov 05 '13 at 20:15

1 Answers1

3

Ubuntu download page defaults to 64-bit images. Most likely you just pressed download or pressed the wrong button:

enter image description here

If you change one menu, and click the other button, it will defaults to 64-bits.

If you don't trust that, you can verify the file sizes:

32 bits

enter image description here

64 bits

enter image description here

You can also use hotlink:

Or go directly to http://releases.ubuntu.com and download your image.

Braiam
  • 67,791
  • 32
  • 179
  • 269
  • thank you very much for the information on this, I guess its surely a 32 bit version since in my downloads is a i386.iso. – Andrej Nov 05 '13 at 20:36
  • 1
    If you feel that my answer answered your question, mark it as accepted. – Braiam Nov 05 '13 at 20:39