0

Does someone know how do i install XUbuntu 10.04 64Bit on i686? Looks like in the download area there is only 64Bit version for AMD and not for i686..

http://ftp.tu-chemnitz.de/pub/linux/ubuntu-cdimage/xubuntu/releases/lucid/release/

10x.

aviv
  • 167
  • 1
  • 1
  • 9
  • What's wrong with the i386 version? – joschi Sep 29 '10 at 07:09
  • Thanks for all the answers, but i still did not get it, sorry. I have a 64 Bit processor and i want to use a 64 Bit OS. Which xubuntu should i download ?? – aviv Sep 29 '10 at 17:25

3 Answers3

1

i686 is a 32-bit architecture. EM64T is the Intel 64-bit architecture that it will run on.

Ignacio Vazquez-Abrams
  • 45,939
  • 6
  • 79
  • 84
0
  • amd64 work with 64-bit processors
  • i386 work with any processors

If you don't know type of processor, use i386.

cat /proc/cpuinfo | grep flag
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 3dnowprefetch osvw ibs skinit wdt nodeid_msr

lm is Long mode - 64 bit CPU

Zoredache
  • 130,897
  • 41
  • 276
  • 420
bindbn
  • 5,211
  • 2
  • 26
  • 24
-1

I recommend NOT using a 64bit version of Linux, mainly because of the utter lack of flash support.

You can still use more than 4GB of RAM if the kernel is compiled with Physical Address Extension.

Azz
  • 320
  • 1
  • 3
  • 10
  • 1
    That's being fixed. http://labs.adobe.com/downloads/flashplayer10.html – Ignacio Vazquez-Abrams Sep 29 '10 at 07:07
  • Oh thank god for that, I hope it sees the light of day. – Azz Sep 29 '10 at 07:21
  • 1
    This is a system administration site. I suspect the vast majority of us don't care one bit about running flash on our servers. On the slight chance we do need to run it, we would be able to easily get it using a x86 chroot. IMHO it would be very silly to accept the overhead of PAE just to run flash on a server. – Zoredache Sep 29 '10 at 07:36
  • Well if you're on a server, why use xubuntu instead of ubuntu server? – Azz Sep 29 '10 at 07:49