-1

Will my ubuntu-14.04.1-desktop-amd64 distribution load onto and run OK on my laptop running an Intel Celeron processor?

1 Answers1

3

If your Celeron is a 64 bit Celeron, then yes. Otherwise, no (use the 32 bit, sometimes aka x86) version instead. Figuring out if you have a 32 bit or 64 bit CPU depends on the current operating system you have loaded. From Ubuntu you can press Ctrl-Alt-T and run the command lscpu; under CPU op-mode(s) it will say 32-bit, 64-bit or at least 64-bit if your CPU is 64 bit. Regardless, you can put in the install CD/DVD you have and boot from the disk to boot into Ubuntu without doing anything to your computer's hard drive. If the amd64 boot disk you have doesn't seem to work, that is probably telling and you can download the x86 boot disk.

Also see:

...as being related and possibly duplicate...

  • Good one! I would have also told him how to differentiate between the 32-bit and 64-bit Celeron. If you add this and drop me a note @Fabby, I’ll come back and upvote... – Fabby Feb 17 '15 at 08:37
  • @Fabby Thanks. I added a couple notes along those lines, but I don't know if they are on target. If you have more on target advice, I hope you'll share it. – russellpierce Feb 17 '15 at 13:24
  • 1
    lscpu | grep op-mode – Fabby Feb 17 '15 at 17:02