I have not touched my Centos systems for over a year; it is time to get current to do some new, interesting things.
So of course, 6.3, but which install?
I run a local repo that I rsync from a mirror near me. So I believe I can use the Netinstall iso, but which one?
How do I determine if I have a i386 or x86_64 processor?
If x86_64 how do I determine if I use EFI or not?
On 11/23/2012 02:24 PM, Robert Moskowitz wrote:
I have not touched my Centos systems for over a year; it is time to get current to do some new, interesting things.
So of course, 6.3, but which install?
I run a local repo that I rsync from a mirror near me. So I believe I can use the Netinstall iso, but which one?
How do I determine if I have a i386 or x86_64 processor?
If x86_64 how do I determine if I use EFI or not?
Almost all systems sold in the last few years are 64 bit, so if in doubt, try installing. If the CPU is 32 bit only, it'll fail to install almost immediately. If you know what CPU you have, you can look it up on the manufacturer's website or on wikipedia to see what features it has.
As for what media, well, that depends entirely on how often you plan to (re)install and what your bandwidth costs. It also depends on what you want to use CentOS for. For me, I usually use the minimal install and just install what I need, but it's not at all user friendly as almost nothing but the bare system is installed (not even man pages!).
Welcome back :)
On 11/23/2012 02:30 PM, Digimer wrote:
On 11/23/2012 02:24 PM, Robert Moskowitz wrote:
I have not touched my Centos systems for over a year; it is time to get current to do some new, interesting things.
So of course, 6.3, but which install?
I run a local repo that I rsync from a mirror near me. So I believe I can use the Netinstall iso, but which one?
How do I determine if I have a i386 or x86_64 processor?
If x86_64 how do I determine if I use EFI or not?
Almost all systems sold in the last few years are 64 bit, so if in doubt, try installing. If the CPU is 32 bit only, it'll fail to install almost immediately. If you know what CPU you have, you can look it up on the manufacturer's website or on wikipedia to see what features it has.
As for what media, well, that depends entirely on how often you plan to (re)install and what your bandwidth costs. It also depends on what you want to use CentOS for. For me, I usually use the minimal install and just install what I need, but it's not at all user friendly as almost nothing but the bare system is installed (not even man pages!).
But what is the difference for the x86_64-netinstall vs x86_84-netinstall-EFI?
On Fri, Nov 23, 2012 at 02:54:41PM -0500, Robert Moskowitz wrote:
On 11/23/2012 02:30 PM, Digimer wrote:
On 11/23/2012 02:24 PM, Robert Moskowitz wrote:
I have not touched my Centos systems for over a year; it is time to get current to do some new, interesting things.
So of course, 6.3, but which install?
I run a local repo that I rsync from a mirror near me. So I believe I can use the Netinstall iso, but which one?
How do I determine if I have a i386 or x86_64 processor?
If x86_64 how do I determine if I use EFI or not?
Almost all systems sold in the last few years are 64 bit, so if in doubt, try installing. If the CPU is 32 bit only, it'll fail to install almost immediately. If you know what CPU you have, you can look it up on the manufacturer's website or on wikipedia to see what features it has.
As for what media, well, that depends entirely on how often you plan to (re)install and what your bandwidth costs. It also depends on what you want to use CentOS for. For me, I usually use the minimal install and just install what I need, but it's not at all user friendly as almost nothing but the bare system is installed (not even man pages!).
But what is the difference for the x86_64-netinstall vs x86_84-netinstall-EFI?
the latter is for EFI systems (EFI instead of BIOS), while the latter would be for traditional BIOS.
On Fri, 2012-11-23 at 14:24 -0500, Robert Moskowitz wrote:
<snip>
How do I determine if I have a i386 or x86_64 processor?
less /proc/cpuinfo ?
If x86_64 how do I determine if I use EFI or not?
I don't know that much, but would the flags from the above indicate?
<snip>
Bill
On 11/23/2012 02:37 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 14:24 -0500, Robert Moskowitz wrote:
<snip> How do I determine if I have a i386 or x86_64 processor?
less /proc/cpuinfo ?
So I need the liveCD to boot to get to this point? Which one.
Oh, my current systems are running Centos 5.4 (I think) and only have 256Mb and 512Mb memory. To go to 6.n, I need more memory, like 1Gb. So I have a couple systems on the floor that I dropped new drives into so they don't have a running OS yet.
If x86_64 how do I determine if I use EFI or not?
I don't know that much, but would the flags from the above indicate?
On Fri, Nov 23, 2012 at 9:06 PM, Robert Moskowitz rgm@htt-consult.com wrote:
On 11/23/2012 02:37 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 14:24 -0500, Robert Moskowitz wrote:
<snip> How do I determine if I have a i386 or x86_64 processor?
less /proc/cpuinfo ?
So I need the liveCD to boot to get to this point? Which one.
Oh, my current systems are running Centos 5.4 (I think) and only have 256Mb and 512Mb memory. To go to 6.n, I need more memory, like 1Gb. So I have a couple systems on the floor that I dropped new drives into so they don't have a running OS yet.
The i386 one should boot on both 32/64bit platforms, but with only 256/512M of RAM I don't think you can install CenOS 6.x.
The CPU flag you're looking for in /proc/cpuinfo is "lm" (Long Mode).
On Fri, 2012-11-23 at 21:12 +0100, Radu Anghel wrote:
On Fri, Nov 23, 2012 at 9:06 PM, Robert Moskowitz rgm@htt-consult.com wrote:
On 11/23/2012 02:37 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 14:24 -0500, Robert Moskowitz wrote:
<snip> <snip>
The i386 one should boot on both 32/64bit platforms, but with only 256/512M of RAM I don't think you can install CenOS 6.x.
IIRC, 512 s/b enough for a text-mode install.
The CPU flag you're looking for in /proc/cpuinfo is "lm" (Long Mode).
<snip>
Bill
On 11/23/2012 03:26 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 21:12 +0100, Radu Anghel wrote:
On Fri, Nov 23, 2012 at 9:06 PM, Robert Moskowitz rgm@htt-consult.com wrote:
On 11/23/2012 02:37 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 14:24 -0500, Robert Moskowitz wrote:
<snip> <snip>
The i386 one should boot on both 32/64bit platforms, but with only 256/512M of RAM I don't think you can install CenOS 6.x.
IIRC, 512 s/b enough for a text-mode install.
And then you can't work with your partitions. You are stuck with the defaults. That is only one challenge with text-mode install that I never liked. I accept that I need new systems with 1Gb. The Compaq SSFs I have are around 15 years old and cannot support more memory. Time for somethings a little newer.
The CPU flag you're looking for in /proc/cpuinfo is "lm" (Long Mode).
<snip>
On 11/23/2012 08:26 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 21:12 +0100, Radu Anghel wrote:
On Fri, Nov 23, 2012 at 9:06 PM, Robert Moskowitz rgm@htt-consult.com wrote:
On 11/23/2012 02:37 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 14:24 -0500, Robert Moskowitz wrote:
<snip> <snip>
The i386 one should boot on both 32/64bit platforms, but with only 256/512M of RAM I don't think you can install CenOS 6.x.
IIRC, 512 s/b enough for a text-mode install.
The CPU flag you're looking for in /proc/cpuinfo is "lm" (Long Mode).
<snip>
I've got a couple of VMs running minimal 6.3 with 256 MB.
They're only good for testing purposes against very low activity stuff but they run quite happily.
Just don't try running '# yum update' though. They crash real good :-)
Cheers,
Phil..
On 11/23/2012 04:02 PM, Phil Dobbin wrote:
On 11/23/2012 08:26 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 21:12 +0100, Radu Anghel wrote:
On Fri, Nov 23, 2012 at 9:06 PM, Robert Moskowitz rgm@htt-consult.com wrote:
On 11/23/2012 02:37 PM, Bill Maltby (C4B) wrote:
On Fri, 2012-11-23 at 14:24 -0500, Robert Moskowitz wrote:
<snip> <snip>
The i386 one should boot on both 32/64bit platforms, but with only 256/512M of RAM I don't think you can install CenOS 6.x.
IIRC, 512 s/b enough for a text-mode install.
The CPU flag you're looking for in /proc/cpuinfo is "lm" (Long Mode).
<snip>
I've got a couple of VMs running minimal 6.3 with 256 MB.
They're only good for testing purposes against very low activity stuff but they run quite happily.
Just don't try running '# yum update' though. They crash real good :-)
Well I finally got the one system booting. It is showing as a i386 type system. Thanks for the help. Now to do a first install...
On 11/23/2012 11:24 AM, Robert Moskowitz wrote:
How do I determine if I have a i386 or x86_64 processor?
As Radu mentioned, check /proc/cpuinfo for "lm".
If x86_64 how do I determine if I use EFI or not?
Check the output of `dmidecode` to see if UEFI is supported.