February 10, 201610 yr Hi all Iv'e been reading through wiki notes regarding the upgrade procedure from v5 to v6 according to the note: 1. Login or Telnet into your unRAID console 2. Type "grep --color lm /proc/cpuinfo" (type it without the quotes; color is preceded by 2 hyphens) 3. Look for lm in the CPU flags listed If it is there, it is 64-bit capable. If it is not, sorry, you need new hardware! Does this mean if i'm able to see any reference to "lm" then i can assume my CPU is 64 bit? Question answered from an earlier post, the above is correct thanks. Thanks john
February 10, 201610 yr If it is an Intel CPU, its also possible to use Intel ARK website to get all the technical data of an CPU
February 10, 201610 yr Worst case and I mean worst case. Grab a spare USB, set it up for V6 and boot off it. If it fails to run unRAID it will tell you you need a 64Bit Processor. If it boots fine and you get to a console you have a 64Bit Proc. However this should work too. cat /proc/cpuinfo | grep -Gq "flags.* lm " && echo '64bit' || echo '32bit'
Archived
This topic is now archived and is closed to further replies.