to keep things simple i downloaded the 64b version of Ubuntu to try out on a spare computer but it turns out i have a 32b version? i even made sure to double check with the website and sure enough i downloaded the 64b version: "ubuntu-12.04.3-desktop-amd64.iso" and i also confirmed that my machine is actually 64b. so does anyone have any ideas as to why i have the wrong version? and is there a way i can get the 64b version without completely starting over?
- "uname -i" displays "i386". and when i go into the system settings and details it says i have "OS Type: 32-bit"
cat /proc/version
says? – Mitch Aug 30 '13 at 19:50uname -i
./proc/version
not guaranteed to tell the arch :) – SlightlyCuban Aug 30 '13 at 19:53uname -i
oruname -p
gives the same +1:) – Mitch Aug 30 '13 at 19:59