LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-28-2003, 01:11 PM   #1
mikewelter
LQ Newbie
 
Registered: Apr 2003
Location: Evergreen, CO
Distribution: Fedora Core 3
Posts: 12

Rep: Reputation: 0
Kernel panic when adding additional 1GB


I'm trying to add an additional 1GB RAM to a 1GB system. After the grub screen the kernel panics ("trying to delete idle process").

The system is a dual processor Athlon 2400+. The kernel panics under both RH8.0 and RH9.0.

I have used "mem=2048M" int the kernel line of the grub configuration. When I use "mem=1024M" it still panics. The only way I can boot is to physically remove the memory.

Thoughts?

Thanks
 
Old 04-28-2003, 01:31 PM   #2
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
Since you have got the 1GB RAM yet I am not sure is it a reason but try to change the kernel option CONFIG_NOHIGHMEM (with 'make menuconfig': Processor type and features ---> High Memory Support) and let me know if if it helped.
 
Old 04-28-2003, 04:16 PM   #3
mikewelter
LQ Newbie
 
Registered: Apr 2003
Location: Evergreen, CO
Distribution: Fedora Core 3
Posts: 12

Original Poster
Rep: Reputation: 0
I recompiled the kernel with NOHIGHMEM off. Same result.
 
Old 04-28-2003, 04:23 PM   #4
onurb
Member
 
Registered: Dec 2002
Posts: 263

Rep: Reputation: 30
Are both sticks the same brand ? Sometimes 2 diferent brands can cause conflict.

Bruno
 
Old 04-28-2003, 04:41 PM   #5
mikewelter
LQ Newbie
 
Registered: Apr 2003
Location: Evergreen, CO
Distribution: Fedora Core 3
Posts: 12

Original Poster
Rep: Reputation: 0
I have four sticks of 512MB 333Mh. Two sticks work ok.

With four sticks, the bios works ok (reporting 2GB), the grub screen comes up ok, but it panic shortly after in the boot process.

The board is a Tyan "Thunder K7X Pro" with two Athlon MP 2400+ processors. The board supports up to 4GB.
 
Old 04-28-2003, 05:14 PM   #6
onurb
Member
 
Registered: Dec 2002
Posts: 263

Rep: Reputation: 30
Yes but are they the same BRAND ?
 
Old 04-28-2003, 05:27 PM   #7
mikewelter
LQ Newbie
 
Registered: Apr 2003
Location: Evergreen, CO
Distribution: Fedora Core 3
Posts: 12

Original Poster
Rep: Reputation: 0
Yes.
 
Old 04-28-2003, 05:29 PM   #8
onurb
Member
 
Registered: Dec 2002
Posts: 263

Rep: Reputation: 30
Beats me . . .

Bruno
 
Old 04-29-2003, 01:37 AM   #9
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
Quote:
Originally posted by mikewelter
I recompiled the kernel with NOHIGHMEM off. Same result.
Off??? See 'help' or any readme!
 
Old 04-29-2003, 04:23 AM   #10
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
did you try setting your bios settings to conservative
ones. like turning off memory interleaving and setting
the memory timings to the slowest?
 
Old 04-29-2003, 08:27 AM   #11
mikewelter
LQ Newbie
 
Registered: Apr 2003
Location: Evergreen, CO
Distribution: Fedora Core 3
Posts: 12

Original Poster
Rep: Reputation: 0
In my config file, there are four parameters:
a) for less than 960M physical RAM there is CONFIG_NOHIGHMEM (not set),
b) for 1GB-4GB there is CONFIG_HIGHMEM4G (set)
c) for > 4GB there is CONFIG_HIGHMEM64G (not set)
d) and, CONFIG_HIGHMEM (set).

I believe these are the correct settings for RH9.0.
 
Old 04-29-2003, 09:26 AM   #12
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Quote:
Originally posted by mikewelter
I have four sticks of 512MB 333Mh. Two sticks work ok.

With four sticks, the bios works ok (reporting 2GB), the grub screen comes up ok, but it panic shortly after in the boot process.
Will any random two sticks work? What about three? How about non-random; try one from the old batch, one from the new batch. You might try the memtest86 kernel that runs a suite of tests on the memory (unless you have NO reason to suspect the memory).
http://www.memtest86.com/
 
Old 04-29-2003, 09:28 AM   #13
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Re: Kernel panic when adding additional 1GB

Quote:
Originally posted by mikewelter

I have used "mem=2048M" int the kernel line of the grub configuration. When I use "mem=1024M" it still panics. The only way I can boot is to physically remove the memory.

Thoughts?

Thanks
Have you tried it with no command line option?
 
Old 04-30-2003, 08:56 AM   #14
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
Did you buy the more expensive (only slightly more) Registered DDR SDRAM. I looked at the specs for that board and it says "Supports up to 4GB* of Registered DDR 200/266". I have seen many other AMD chipset based motherboards with the same limitation. They can only support memory in all 4 slots if you buy registered memory. With any non-registered memory in there it will only work with a max of 2 (or sometimes 3) DIMMS. I could be wrong about this particular board, but the spec on the tyan page is pretty vague on the subject.

EDIT: Ok, ignore this, according to Crucial this board doesn't support non-registered memory in any way, shape, or form. So this can't be your problem.

Last edited by jtshaw; 04-30-2003 at 08:59 AM.
 
Old 04-30-2003, 02:00 PM   #15
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
For AMD MP boards buy ECC memory. Below is what Aberdeen Inc recommends for the board.

Corsair:
CM72SD256R-2100
CM72SD512R-2100
CM73SD512R-2100
CM74SD1024R-2100

Also set the FSB to 266 MHz. If you want a higher FSB, gradually increase the speed.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel Panic error when adding a SCSI card themapincognita Red Hat 2 11-09-2004 12:27 PM
Adding Additional HD With Raid Present LeeForkenbrock Linux - Hardware 2 07-23-2003 04:43 PM
Redhat 7.1 Kernel panic after adding a UDMA controller system Linux - General 6 01-06-2002 11:41 PM
Adding Additional Network Cards CRF Linux - Networking 4 06-05-2001 01:52 AM
Adding additional Network to VPN Shoki Linux - Networking 0 05-24-2001 01:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration