I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it? Thanks, Mike.
On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED m_d_berger_1900@yahoo.com wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it? Thanks,
You can install/run the CentOS-3 OS. CentOS-4 might run. I do not think CentOS-5 would be able to be installed on the system.
On Wed, 21 Jan 2009, Stephen John Smoogen wrote:
On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED m_d_berger_1900@yahoo.com wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it? Thanks,
You can install/run the CentOS-3 OS. CentOS-4 might run. I do not think CentOS-5 would be able to be installed on the system.
CentOS 5 requires 512MB for installation due to building package dependancy trees. Once installed it will *run* with less, of course, package dependency issues can still arise afterwards. ;)
Warren Young wrote:
James A. Peltier wrote:
CentOS 5 requires 512MB for installation
I had an EL5 install attempt fail on a VM with 512 MB of RAM. Big ugly anaconda Python stack dump type error. Upped the RAM for the VM, and it installed.
You need a combined(!) 768MB of RAM and Swap to successfully install CentOS 5.2 (see the release notes).
Cheers,
Ralph
On 1/22/09, Ralph Angenendt ra+centos@br-online.de wrote:
Warren Young wrote:
James A. Peltier wrote:
CentOS 5 requires 512MB for installation
I had an EL5 install attempt fail on a VM with 512 MB of RAM. Big ugly anaconda Python stack dump type error. Upped the RAM for the VM, and it installed.
You need a combined(!) 768MB of RAM and Swap to successfully install CentOS 5.2 (see the release notes).
Cheers,
Ralph
I have CentOS5 on a dell d400 latitude with 700MHz p3 and 256MB RAM.I installed using graphical installer and http for packages. Anaconda switches on swap real early but it all works. Switching out the hd for an ssd was a huge boost in performance and battery time.
mike
I install many Xen domU systems with 256MB running CentOS 5.x. If you use text base installer, you should have no issues.
On Thu, Jan 22, 2009 at 12:56 PM, Michael Simpson mikie.simpson@gmail.com wrote:
On 1/22/09, Ralph Angenendt ra+centos@br-online.de wrote:
Warren Young wrote:
James A. Peltier wrote:
CentOS 5 requires 512MB for installation
I had an EL5 install attempt fail on a VM with 512 MB of RAM. Big ugly anaconda Python stack dump type error. Upped the RAM for the VM, and it installed.
You need a combined(!) 768MB of RAM and Swap to successfully install CentOS 5.2 (see the release notes).
Cheers,
Ralph
I have CentOS5 on a dell d400 latitude with 700MHz p3 and 256MB RAM.I installed using graphical installer and http for packages. Anaconda switches on swap real early but it all works. Switching out the hd for an ssd was a huge boost in performance and battery time.
mike _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:
You need a combined(!) 768MB of RAM and Swap to successfully install CentOS 5.2 (see the release notes).
in graphics mode.
Kai
Kai Schaetzl wrote:
Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:
You need a combined(!) 768MB of RAM and Swap to successfully install CentOS 5.2 (see the release notes).
in graphics mode.
And really it is a performance question as long as you have 256M of real memory, the rest swap. Since I always make my swap > 2xRAM, I am always installing on a system with at least 768Mb combined.
I do not like the DIsk Druid default of putting the swap drive into the LVM partition. I always redo the partitions so that swap is its own partition.
On Jan 22, 2009, at 11:39 AM, Robert Moskowitz rgm@htt-consult.com wrote:
Kai Schaetzl wrote:
Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:
You need a combined(!) 768MB of RAM and Swap to successfully install CentOS 5.2 (see the release notes).
in graphics mode.
And really it is a performance question as long as you have 256M of real memory, the rest swap. Since I always make my swap > 2xRAM, I am always installing on a system with at least 768Mb combined.
I do not like the DIsk Druid default of putting the swap drive into the LVM partition. I always redo the partitions so that swap is its own partition.
Why is that? Old school habit or is there a real benefit?
Swap performance should be equally good whether it be raw disk, raw partition, LVM logical volume or even a flat file on today's kernels, but maybe there is something I am unaware of.
-Ross
Ross Walker wrote:
On Jan 22, 2009, at 11:39 AM, Robert Moskowitz rgm@htt-consult.com wrote:
Kai Schaetzl wrote:
Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:
You need a combined(!) 768MB of RAM and Swap to successfully install CentOS 5.2 (see the release notes).
in graphics mode.
And really it is a performance question as long as you have 256M of real memory, the rest swap. Since I always make my swap > 2xRAM, I am always installing on a system with at least 768Mb combined.
I do not like the DIsk Druid default of putting the swap drive into the LVM partition. I always redo the partitions so that swap is its own partition.
Why is that? Old school habit or is there a real benefit?
It just feels wrong in so many ways.
Why is /boot its own partition and not swap? I suspend to swap, so swap has to be as accessible as /boot?
Am I going to enlarge swap at some point using LVM tools? Or shrink it? Can you even do that with a swap partition in LVM? So what ARE the values of swap in LVM? One less partition, I would think if you are going duo boot. But if not, again, where is the beef?
Swap performance should be equally good whether it be raw disk, raw partition, LVM logical volume or even a flat file on today's kernels, but maybe there is something I am unaware of.
On Thu, Jan 22, 2009 at 2:58 PM, Robert Moskowitz rgm@htt-consult.com wrote:
Ross Walker wrote:
On Jan 22, 2009, at 11:39 AM, Robert Moskowitz rgm@htt-consult.com wrote:
Kai Schaetzl wrote:
Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:
You need a combined(!) 768MB of RAM and Swap to successfully install CentOS 5.2 (see the release notes).
in graphics mode.
And really it is a performance question as long as you have 256M of real memory, the rest swap. Since I always make my swap > 2xRAM, I am always installing on a system with at least 768Mb combined.
I do not like the DIsk Druid default of putting the swap drive into the LVM partition. I always redo the partitions so that swap is its own partition.
Why is that? Old school habit or is there a real benefit?
It just feels wrong in so many ways.
Why is /boot its own partition and not swap? I suspend to swap, so swap has to be as accessible as /boot?
Well the only reason /boot isn't possible in LVM is because grub can't of yet handle reading LVM volumes. As soon as it can though, there will be no need for a separate /boot.
Am I going to enlarge swap at some point using LVM tools? Or shrink it? Can you even do that with a swap partition in LVM? So what ARE the values of swap in LVM? One less partition, I would think if you are going duo boot. But if not, again, where is the beef?
You can enlarge or shrink it if you want, remove it from swap first, but many people just create another LV and add it to the mix.
I think the biggest benefit to swap on LVM is when working with software RAID1 on the main disks, where you don't need to worry about creating a special MD just for swap, md0 for /boot, md1 for LVM.
Not really a beef, in my books though it's added partitioning and potentially wasted space, but disks are big these days, so what.
Swap performance should be equally good whether it be raw disk, raw partition, LVM logical volume or even a flat file on today's kernels, but maybe there is something I am unaware of.
Ross Walker wrote:
Well the only reason /boot isn't possible in LVM is because grub can't of yet handle reading LVM volumes. As soon as it can though, there will be no need for a separate /boot.
Then we just need BIOS support to boot from LVM, and we can create the PV on /dev/sda and never care about the old partitions anymore. Everything should be in LVM for ease of management.
On Tue, 2009-01-27 at 08:28 +0100, Morten Torstensen wrote:
Ross Walker wrote:
Well the only reason /boot isn't possible in LVM is because grub can't of yet handle reading LVM volumes. As soon as it can though, there will be no need for a separate /boot.
Then we just need BIOS support to boot from LVM, and we can create the PV on /dev/sda and never care about the old partitions anymore. Everything should be in LVM for ease of management.
Oh boy! You've heard rumors that the BIOS manufacturers are going to begin supporting file-system-specific layouts? I find that hard to swallow.
William L. Maltby wrote:
Oh boy! You've heard rumors that the BIOS manufacturers are going to begin supporting file-system-specific layouts? I find that hard to swallow.
Well, in theory we don't need BIOS support. The BIOS will check that the first sector of the device is signed with 55AAh and just jump into the code in the first sector. So if LVM leaves the first sector and track (so grub can hide there) alone, it should work just fine.
On Tue, 2009-01-27 at 12:43 +0100, Morten Torstensen wrote:
William L. Maltby wrote:
Oh boy! You've heard rumors that the BIOS manufacturers are going to begin supporting file-system-specific layouts? I find that hard to swallow.
Well, in theory we don't need BIOS support. The BIOS will check that the first sector of the device is signed with 55AAh and just jump into the code in the first sector. So if LVM leaves the first sector and track (so grub can hide there) alone, it should work just fine.
As I thought (remembered). Which means no additional BIOS support is needed. What's needed is that the first sector understands LVM (or whatever the file system is if there's not LVM). So if we put the root onto a "conventional" file system, the first sector would be the boot code - no GRUB/LILO or anything else needed (IIRC). Of course, then no parameters passed, no selection of alternate boots, etc.
Just like the old days! :-)
Simplicity has its strengths and weaknesses.
Ross Walker wrote:
Why is that? Old school habit or is there a real benefit?
Swap performance should be equally good whether it be raw disk, raw partition, LVM logical volume or even a flat file on today's kernels, but maybe there is something I am unaware of
The downside of file system swap is when you reboot a machine with a large amount of swap on the file system it can take forever to get past the swap checking.
Ralph Angenendt wrote:
Warren Young wrote:
James A. Peltier wrote:
CentOS 5 requires 512MB for installation
I had an EL5 install attempt fail on a VM with 512 MB of RAM. Big ugly anaconda Python stack dump type error. Upped the RAM for the VM, and it installed.
You need a combined(!) 768MB of RAM and Swap to successfully install
That's certainly the problem, thanks. I don't use swap on VMs, for fairly obvious reasons.
I guess I could use file-based swap, so it's easy to turn off and recover the space after the install finishes. My VMs really don't need more than 512 MB of RAM when running.
On Wed, Jan 21, 2009 at 6:37 PM, James A. Peltier jpeltier@fas.sfu.ca wrote:
On Wed, 21 Jan 2009, Stephen John Smoogen wrote:
On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED m_d_berger_1900@yahoo.com wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it?
<snip>
CentOS 5 requires 512MB for installation due to building package dependancy trees. Once installed it will *run* with less, of course, package dependency issues can still arise afterwards.
I have one box running CentOS 5.2 with 384 MB of RAM. I did the graphical install on it, as on the 2 boxes with 512 MB of RAM.
You can install 5 on it, but you probably won't be too happy with it. Make sure to have more than the default amount of swap installed.
On Jan 21, 2009, at 5:16 PM, Stephen John Smoogen wrote:
On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED m_d_berger_1900@yahoo.com wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it? Thanks,
You can install/run the CentOS-3 OS. CentOS-4 might run. I do not think CentOS-5 would be able to be installed on the system.
-- Stephen J Smoogen. -- BSD/GNU/Linux How far that little candle throws his beams! So shines a good deed in a naughty world. = Shakespeare. "The Merchant of Venice" _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Just to comment that this was with an actual RH installation DVD, not CentOS. The only systems I've installed CentOS on has had at least 1GB of RAM.
On Jan 21, 2009, at 6:54 PM, Kevin Krieser wrote:
You can install 5 on it, but you probably won't be too happy with it. Make sure to have more than the default amount of swap installed.
On Jan 21, 2009, at 5:16 PM, Stephen John Smoogen wrote:
On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED m_d_berger_1900@yahoo.com wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it? Thanks,
You can install/run the CentOS-3 OS. CentOS-4 might run. I do not think CentOS-5 would be able to be installed on the system.
-- Stephen J Smoogen. -- BSD/GNU/Linux How far that little candle throws his beams! So shines a good deed in a naughty world. = Shakespeare. "The Merchant of Venice" _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Mike -- EMAIL IGNORED wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it?
Bring the memory up to 256Mb.
I have a number of test servers running on similar platforms. But you have to get the memory up to at least 256Mb...
on 1-21-2009 3:42 PM Robert Moskowitz spake the following:
Mike -- EMAIL IGNORED wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it?
Bring the memory up to 256Mb.
I have a number of test servers running on similar platforms. But you have to get the memory up to at least 256Mb...
And use a text based install.
Scott Silva wrote:
on 1-21-2009 3:42 PM Robert Moskowitz spake the following:
Mike -- EMAIL IGNORED wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it?
Bring the memory up to 256Mb.
I have a number of test servers running on similar platforms. But you have to get the memory up to at least 256Mb...
And use a text based install.
It depends. If you have all 256Mb, it still works. But if your video 'steals' some of it, yes you go to text install...
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it? Thanks, Mike.
My firewall is a Pentium 75 with 48 MB of RAM running CentOS 4.7 + current. I did a text based install, and the install took a very long time, but it works very well ..despite taking about 5 minutes to boot up.
On Jan 21, 2009, at 8:32 PM, Barry Brimer lists@brimer.org wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it? Thanks, Mike.
My firewall is a Pentium 75 with 48 MB of RAM running CentOS 4.7 + current. I did a text based install, and the install took a very long time, but it works very well ..despite taking about 5 minutes to boot up.
I remember running a color NeXTstation with 24MB in 1994 and it ran smoothly and I had Wordperfect and Lotus Improv running.
Now if I could only have an OS from back then running on today's hardware.
-Ross
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Barry Brimer Sent: Wednesday, January 21, 2009 8:33 PM To: CentOS mailing list Subject: Re: [CentOS] Old Small Box
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it? Thanks, Mike.
My firewall is a Pentium 75 with 48 MB of RAM running CentOS 4.7 + current. I did a text based install, and the install took a very long time, but it works very well ..despite taking about 5 minutes to boot up.
--- Yes, even with a HP Machine 400Mhz Celeron and 128 MB of ram will work wonders. Top it off running on the GUI, all a bit slow but it will steam along. Try to find 3 more MB of ram because you really need it. Firefox is a lag to load but will eventually get rolling.
JohnStanley
On Wed, Jan 21, 2009 at 6:06 PM, Mike -- EMAIL IGNORED m_d_berger_1900@yahoo.com wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it?
Depends on what you want to use it for. I have successfully run CentOS on PIIIs with as little as 256MB of memory, but with limited functionality enabled, usually as a firewall, SAMBA server and/or web server. In all cases I took care during installation to install as little software as possible, disable all unnecessary daemons and use only the command line.
Brett
On Thu, Jan 22, 2009 at 12:06 AM, Mike -- EMAIL IGNORED m_d_berger_1900@yahoo.com wrote:
I have an old 400mHz Dell with a 20G hard drive and 125M ram. Can I install and run CentOS on it?
I have a box PII 333MHz + 128 MB ram running (sshd, samba, httpd,...) CentOS 4.x at home.