Quote:
Originally Posted by linux_junky
@business_kid:
No, I have not compiled a kernel--yet.
uname -a:
2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux
I certainly would appreciate any help you can offer.
Lead the way.
Thank you!!
P.S., I get the same boot fail *regardless* of which Distro I boot from, even Live CD.
This is *The Laptop from Hell*
|
Right. I'll play once anyhow

I am going on the presumptions that your kernel is ok, your hardware is capable of using 2 cpus (IS IT?) and therefore, your bios version is suspect.
I would try
1. Unless there were MAJOR issues with the original BIOS, go back there.
2. Reboot into the BIOS Setup. How many cpus does it report?
3. Boot into linux after clearing /var/log/messages and dmesg as I showed with a sheet of paper. Take down a few lines before the crash.
It's handy to have so you can put exact errors into google. I see nothing about clocks in my logs. So I don't know where this is hitting.
4. I have a HP Compaq 6715S(slightly later) same cpu, and the following settings on the clock. My kernel, btw is 2.6.30.5
bash-3.1$ grep -n CLOCK .config
13:CONFIG_CLOCKSOURCE_WATCHDOG=y
14:CONFIG_GENERIC_CLOCKEVENTS=y
15:CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
91:CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
188:CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
386:# CONFIG_X86_P4_CLOCKMOD is not set
1685:# CONFIG_TELCLOCK is not set
Look at those ssettigs in your kernel, and read the help. Most distros put the kernel config into /boot as config-<version>. Install the sources, cd to them and cp /boot/config-<version> .config
Then make menuconfig, and read the help on your friends. Some are automagically generated, but CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y is a feature of the RCU subsystem, and check that area. I have the Classic RCU set.
I'm not trying to fix a kernel, as much as understand why your problem is occurring. But if you don't have a classic rcu, you might try it. Check also your 'processor type & features' area