Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Installing Gentoo
  • Search

Compaq Proliant 2500 Memory problems....

Having problems with the Gentoo Handbook? If you're still working your way through it, or just need some info before you start your install, this is the place. All other questions go elsewhere.
Post Reply
Advanced search
3 posts • Page 1 of 1
Author
Message
brain
Apprentice
Apprentice
User avatar
Posts: 229
Joined: Thu May 16, 2002 6:23 pm
Location: Farmington Hills, MI
Contact:
Contact brain
Website

Compaq Proliant 2500 Memory problems....

  • Quote

Post by brain » Tue Sep 24, 2002 5:27 pm

A quick tip on putting Gentoo (and prolly any other Linux) on a Proliant 2500.

Linux does not correctly detect the amount of memory installed on these Proliants. Only 16MB (the onboard amount) is seen while the add-on memory module sits unused.

Using a "mem=XXXM" command at the kernel load line will not work either. The only way to get these servers to work with Linux is to specifically tell the kernel the memory amounts, and where to put them. Look at the following.

1.
At boot, write down the exact number of memory that your server counts at boot. In this case, let's say it is 327680 (what mine was}.

2.
Take this number and perform the following calculations:
  • 327680 - 1024 = 326656
    326656 / 1024 = 319
319 is now the number we need.

3.
Append the following to your kernel boot line:

Code: Select all

mem=exactmap mem=640k@0 mem=319m@1M
Replacing 319 with your amount derived from the above calculations. If you use to high of a value on the last "mem=" argument, your kernel will likely crash before it has a chance to get to mounting root.

4.
That's it! You should have a working Proliant 2500 running Gentoo :)


One footnote, the 1.4_rc1 CD does not allow the user to append kernel arguments for booting. This could obviously cause problems for people who need to things like this to get the install to work correctly. Are there plans to change this for the actual 1.4 release?
--brain
Top
r3pek
Retired Dev
Retired Dev
Posts: 568
Joined: Wed Sep 17, 2003 12:42 pm
Location: Lisbon - Portugal
Contact:
Contact r3pek
Website

  • Quote

Post by r3pek » Tue Feb 15, 2005 7:31 pm

in case that anyone is booting a livecd that is based on a 2.6 kernel, substitute every "mem=" for "memap="
Top
ak7
n00b
n00b
User avatar
Posts: 52
Joined: Sun Jan 02, 2005 3:57 am

  • Quote

Post by ak7 » Wed Feb 16, 2005 12:56 am

To make the math easy try...

gentoo-nofb memmap=exactmap memmap=640k@0m memmap=([Total ram in megabytes] -1)M@1M
Top
Post Reply

3 posts • Page 1 of 1

Return to “Installing Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy