Gentoo Forums
Gentoo Forums
Quick Search: in
[FIXED]powernow-k8: MP systems not supported by PSB BIOS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
richone
n00b
n00b


Joined: 19 Jun 2003
Posts: 38

PostPosted: Tue May 25, 2004 2:08 am    Post subject: [FIXED]powernow-k8: MP systems not supported by PSB BIOS Reply with quote

I am on a dual Opteron system using the MSI K8T Master-2 FAR motherboard from MSI with 1GB ECC Registered RAM (Memtested just fine), Nvidia video. When I do an smp boot from the 2004.1 CD, I get the following error:

Code:

powernow-k8: Found 2 AMD Athlon 64 / Opteron processors (version 1.20.08b - March 20,2004)
powernow-k8: MP systems not supported by PSB BIOS structure
Unables to handle kernel NULL pointer dereference at 00000000000028 RIP:
<ffffffff80120ada>{powernowk8_verify+10}PML4 0
Oops: 0000 [1] SMP
CPU 0
<.....omited stack and call trace.....>
<0> Kernel panic: Attempted to kill init!


I have booted with smp nohotplug, smp idle=poll, smp nohotplug idle=poll

I am lost beyond this. Non-SMP boots, but I am cannot get through bootstrap.

Any ideas?


Last edited by richone on Wed May 26, 2004 1:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
Little Nemo
l33t
l33t


Joined: 29 Mar 2004
Posts: 623
Location: Berlin, Germany

PostPosted: Tue May 25, 2004 6:51 am    Post subject: Reply with quote

As the powernow-k8 seems to be the culprit, you could try to install from a non-SMP kernel and later compile your own kernel without powernow.

I'm not quite sure what you mean by "cannot get through bootstrap" though.
Back to top
View user's profile Send private message
richone
n00b
n00b


Joined: 19 Jun 2003
Posts: 38

PostPosted: Tue May 25, 2004 1:20 pm    Post subject: Reply with quote

Little Nemo wrote:
As the powernow-k8 seems to be the culprit, you could try to install from a non-SMP kernel and later compile your own kernel without powernow.

I'm not quite sure what you mean by "cannot get through bootstrap" though.


I can boot the non-SMP kernel, but I get stuck when I run the bootstrap.sh or bootstrap-2.6.sh. I'll open a new topic for that issue.

I would prefer building in SMP since I have the ability, but if nobody has any other ideas I guess I am SOL.
Back to top
View user's profile Send private message
richone
n00b
n00b


Joined: 19 Jun 2003
Posts: 38

PostPosted: Wed May 26, 2004 1:52 pm    Post subject: Reply with quote

Well, it was fixed by using the 2004.0 CD instead of the 2004.1 CD (why does the 2004.1 CD suck so bad?).

The good news is I went from a bare system to a completely working KDE environment with Nvidia driver in 6 hours.
Back to top
View user's profile Send private message
brodo
Guru
Guru


Joined: 15 Apr 2003
Posts: 319

PostPosted: Wed May 26, 2004 8:35 pm    Post subject: Reply with quote

The cause is a nasty little bug in the powernow-k8 driver. Sent a fix to the cpufreq mailing list a few minutes ago; should be in -mm in the next few days.
Thanks for reporting this issue.
Back to top
View user's profile Send private message
Seclar
n00b
n00b


Joined: 07 Jul 2003
Posts: 60
Location: Chelmsford, England

PostPosted: Sat Oct 02, 2004 10:54 pm    Post subject: Still broken Reply with quote

I am building a new Dual Opteron server with exactly the same motherboard and 1Gb ECC Registered RAM.

I downloaded Gentoo 2004.2 Universal and I get the same error when the cd boots. However, the bootstrap continues and leaves me with the login prompt, but it fails to discover my hardware. So I am left with no network card or hard drives in /dev/hd[a,b,d]. Interestingly enough the cdrom hdc is there.

I've just downloaded Gentoo 2004.1 and the smp kernel panics when I boot it. However, the 2004.1 non-smp kernel boots and discovers all my hardware where the 2004.2 would not !

Any suggestions on where to go from here? This is my first AMD64 Gentoo, but I've been running Gentoo on i386 for 18 months.[/quote]
_________________
Seclar

And lo did Moses return from the mountains with the 10 Coding Commandments and a CD full of source code and examples....
Back to top
View user's profile Send private message
richone
n00b
n00b


Joined: 19 Jun 2003
Posts: 38

PostPosted: Sun Oct 03, 2004 5:05 am    Post subject: Reply with quote

After boot (with 2002.2):
Code:
modprobe ide-disk


And your drives will be available.

You also have to modprobe the network driver, but since that box is off at the moment, I can't look up the driver name. Search for broadcom gigabit in the kernel source tree.
_________________
---------------------------------------------------
MSI K8T Master2-FAR * Dual Opteron 244s
1 GB RAM * 3TB Storage <<<<<<<<<<<<<<
Old Nvidia Card (Need 64bit ATI drivers)
I have a 9800AIW waiting in the wings
http://www.robotthoughts.com
Back to top
View user's profile Send private message
Seclar
n00b
n00b


Joined: 07 Jul 2003
Posts: 60
Location: Chelmsford, England

PostPosted: Sun Oct 03, 2004 9:04 am    Post subject: Better Reply with quote

Well that certainly got the hard disks visible - thanks.

I searched for the network driver and found "tg3", which appears to be the Broadcom Gigabit one. I modprobed it and it loaded. I then started the network and it complained:

Code:
SIOCSIFFLAGS: Device or resource busy


Seems a tad odd.

Incidentally, the 2004.2 would only boot the non-smp kernel. Did you manage to boot the smp one? I get a screen full of "driver null" rubbish followed by a lock. Only the "gentoo" kernel will boot.
_________________
Seclar

And lo did Moses return from the mountains with the 10 Coding Commandments and a CD full of source code and examples....
Back to top
View user's profile Send private message
malloc
l33t
l33t


Joined: 19 Sep 2003
Posts: 762

PostPosted: Sun Oct 03, 2004 11:43 am    Post subject: Reply with quote

I don't know about smp but most of the single cpu boxes must be booted with the noapic option, at the risc of freezes or kernel panics and other strange behaviours.
_________________
--> Linux ### 2.6.11-ck2 #1 Sat Mar 12 20:21:30 WET 2005 i686 GNU/Linux <--
Back to top
View user's profile Send private message
Seclar
n00b
n00b


Joined: 07 Jul 2003
Posts: 60
Location: Chelmsford, England

PostPosted: Sun Oct 03, 2004 6:16 pm    Post subject: Solution Reply with quote

Ok so I've managed to shoe-horn Gentoo onto the machine.

The network driver for the on-board Broadcom Gigabit is "tg3" but I could not get this to work (see my above post). So I installed an Intel Etherexpress Pro 100.

I booted 2004.2 Universal, selected "Gentoo" kernel with no options. This gave me a prompt but some hardware was not detected. The then did

Code:
modprobe ide-disk
modprobe eepro100


That gave me access to my drives and the network. I then did a stage 3 install (stage 1 had failed previously overnight) and built a 2.6.8 kernel using the gentoo-dev-sources. Installed grub (lilo doesn't work on amd64 yet apparently?) and followed through with the Gentoo handbook instructions (I used sysklogd for the logger and vixie-cron for the cron).

I then rebooted and, to my amazement it worked :wink:

Currently I am emerging the KDE (81 packages). I shall then attempt to remove the Intel network card and get the tf3 driver working with the internal card.
_________________
Seclar

And lo did Moses return from the mountains with the 10 Coding Commandments and a CD full of source code and examples....
Back to top
View user's profile Send private message
Seclar
n00b
n00b


Joined: 07 Jul 2003
Posts: 60
Location: Chelmsford, England

PostPosted: Mon Oct 11, 2004 12:57 pm    Post subject: tg3 Fine Reply with quote

The tg3 driver was fine and loaded correctly. I have now removed the installation network card I had to use.
_________________
Seclar

And lo did Moses return from the mountains with the 10 Coding Commandments and a CD full of source code and examples....
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum