LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-03-2008, 04:05 PM   #1
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Rep: Reputation: 29
I cannot boot 64bit Hardy after Adding more Ram


I originally had 2GB's of ram on my 64bitUbuntu Hardy, I then bought some new matching ram and installed it , checked my Bios and it shows up in there, Ubuntu hardy it will load up to just before it shows the desk top then my computer will freeze. I have just ran the new ram ( 2 Gb's) and it will boot, I can use this Live cd no problems with my full Gb's ram
I must be missing something I am pretty new to Linux so take it easy on me
 
Old 09-03-2008, 04:36 PM   #2
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Try mem=2048MB and mem=6144MB boot options. Have you checked BIOS to find out how much RAM it is showing?
 
Old 09-03-2008, 04:46 PM   #3
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by jay73 View Post
Try mem=2048MB and mem=6144MB boot options. Have you checked BIOS to find out how much RAM it is showing?
All of my Ram is showing in Bios .
Uh how do I get to my boot options ?
 
Old 09-03-2008, 05:18 PM   #4
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by Shadowmeph View Post
All of my Ram is showing in Bios .
Uh how do I get to my boot options ?
Ok I figured out how to get into the boot options
this is what is in there I am not sure where I put mem=2048MB and mem=6144MB

Code:
title		Ubuntu 8.04.1, kernel 2.6.24-21-generic
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-21-generic root=UUID=8346c0ab-f416-41ca-91eb-ae613edbf9fa ro quiet splash
initrd		/boot/initrd.img-2.6.24-21-generic
quiet

title		Ubuntu 8.04.1, kernel 2.6.24-21-generic (recovery mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-21-generic root=UUID=8346c0ab-f416-41ca-91eb-ae613edbf9fa ro single
initrd		/boot/initrd.img-2.6.24-21-generic

title		Ubuntu 8.04.1, kernel 2.6.24-20-generic
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-20-generic root=UUID=8346c0ab-f416-41ca-91eb-ae613edbf9fa ro quiet splash
initrd		/boot/initrd.img-2.6.24-20-generic
quiet

title		Ubuntu 8.04.1, kernel 2.6.24-20-generic (recovery mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-20-generic root=UUID=8346c0ab-f416-41ca-91eb-ae613edbf9fa ro single
initrd		/boot/initrd.img-2.6.24-20-generic

title		Ubuntu 8.04.1, memtest86+
root		(hd0,0)
kernel		/boot/memtest86+.bin
 
Old 09-03-2008, 05:56 PM   #5
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Append either to the line that ends in "quiet splash". Depending on your motherboard, you could also try 4096MB. Before you do any of this, you may want to run memtest (I see you have it installed) to verify whether it is not simply a bad stick of RAM.
 
Old 09-03-2008, 06:04 PM   #6
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by jay73 View Post
Append either to the line that ends in "quiet splash". Depending on your motherboard, you could also try 4096MB. Before you do any of this, you may want to run memtest (I see you have it installed) to verify whether it is not simply a bad stick of RAM.
Thank you for reply I will try that and then post back either way
 
Old 09-03-2008, 07:16 PM   #7
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Well I checked the ram and it is ok, I tried "mem=" and I made it to being able to see the lower task bar on my desktop then it froze up not sure of what to do now
 
Old 09-03-2008, 07:32 PM   #8
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Boot with the second (recovery mode) option - that way you'll get all (any) error messages rather than the useless splash screen. Let us know any error messages you get.

Last edited by syg00; 09-03-2008 at 07:34 PM. Reason: typo
 
Old 09-03-2008, 07:40 PM   #9
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by syg00 View Post
Boot with the second (recovery mode) option - that way you'll get all (any) error messages rather than the useless splash screen. Let us know any error messages you get.
I tryed to boot in recovery mode but it does the same thing do the error messages get logged and if so where can I find the logfile?

Last edited by Shadowmeph; 09-03-2008 at 07:42 PM.
 
Old 09-03-2008, 07:56 PM   #10
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
How about the recovery boot line? Does that work?
Was the extra RAM the only hardware change?
 
Old 09-03-2008, 08:35 PM   #11
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by jay73 View Post
How about the recovery boot line? Does that work?
Was the extra RAM the only hardware change?
Not sure what you mean by recovery boot line.
I also change from a 17" to a 19" monitor it is strange because in recovery mode I used the fix xserver and now I can boot onto my desktop but my resolution is stuck on 640 x480 and if I turn on the ATI accelerated drivers and reboot it does exactly the same as before..freezes, so then if I remove 2gbs ( doesn't matter which mem moduals) and turn on my comp ,boot up everything is normal, in that it is running like it is supposed to, my comp can handle up to 8 gb's ram at 1066mhz

Last edited by Shadowmeph; 09-03-2008 at 08:36 PM.
 
Old 09-03-2008, 09:14 PM   #12
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Some motherboards seem to have problems with 4 sticks of RAM. Check the site of the motherboard vendor. Maybe it is a know issue and there is a BIOS update available.
 
Old 09-03-2008, 09:50 PM   #13
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by jay73 View Post
Some motherboards seem to have problems with 4 sticks of RAM. Check the site of the motherboard vendor. Maybe it is a know issue and there is a BIOS update available.
Thnx will check that out
 
Old 09-03-2008, 09:58 PM   #14
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Maybe dual channel has been selected in the bios and it cannot
auto correct that.

Rather the sticks may be interfering with each other...EMI

Last edited by amani; 09-03-2008 at 10:01 PM.
 
Old 09-03-2008, 10:32 PM   #15
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by amani View Post
Maybe dual channel has been selected in the bios and it cannot
auto correct that.

Rather the sticks may be interfering with each other...EMI
well I can boot into the desk top but for some reason when I have the 4 sticks in it shuts off my Accelerated ATI drivers
 
  


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
LXer: Installing VMWare Server 2 Beta in Ubuntu Hardy 64bit LXer Syndicated Linux News 0 07-01-2008 12:50 AM
Adding LVM to menu in Hardy Heron desktop version Linux31 Ubuntu 3 05-11-2008 05:09 AM
All RAM not being recognized on Linux RHEL after adding RAM manouche Linux - Enterprise 4 04-18-2008 10:31 AM
Suse 10.3 hangs on Pentium-D 64bit 1GB Ram jtm_tango Linux - Newbie 3 11-17-2007 01:46 PM
How do I enable 64GB RAM support on Suse 10.1 64bit ajitup Linux - Kernel 5 11-23-2006 10:18 PM

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

All times are GMT -5. The time now is 05:31 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