public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] PII Hangs while booting.
@ 2008-03-15 19:21 Andrew MacKenzie
  2008-03-15 19:50 ` Dale
  2008-03-15 21:00 ` Florian Philipp
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew MacKenzie @ 2008-03-15 19:21 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]


I've got an old PII Intergraph TD-225 PC that I'm trying to install Gentoo
onto.  Bios is AMIBIOS.  The system supports dual CPU but only has one.

It currently has WinXP running on it fine.  But every Linux install/boot CD
I've run (Gentoo, CentOS, Knoppix, etc.) hangs while booting (2.4 and 2.6
kernels).

The last thing I see from the CentOS boot process is the following:

Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 14k freed
CPU0: Intel Pentium II (Klamath) stepping 03


Then it just hangs.  CD can pop out and everything.  Can anyone give me any
idea what's going wrong?

-- 
// Andrew MacKenzie  |  http://www.edespot.com
// GPG public key: http://www.edespot.com/~amackenz/public.key
// In man-machine symbiosis, it is man who must adjust: The machines
// can't.
//     - Alan Perlis

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] PII Hangs while booting.
  2008-03-15 19:21 [gentoo-user] PII Hangs while booting Andrew MacKenzie
@ 2008-03-15 19:50 ` Dale
  2008-03-15 21:00 ` Florian Philipp
  1 sibling, 0 replies; 4+ messages in thread
From: Dale @ 2008-03-15 19:50 UTC (permalink / raw
  To: gentoo-user

Andrew MacKenzie wrote:
> I've got an old PII Intergraph TD-225 PC that I'm trying to install Gentoo
> onto.  Bios is AMIBIOS.  The system supports dual CPU but only has one.
>
> It currently has WinXP running on it fine.  But every Linux install/boot CD
> I've run (Gentoo, CentOS, Knoppix, etc.) hangs while booting (2.4 and 2.6
> kernels).
>
> The last thing I see from the CentOS boot process is the following:
>
> Checking 'hlt' instruction... OK.
> SMP alternatives: switching to UP code
> Freeing SMP alternatives: 14k freed
> CPU0: Intel Pentium II (Klamath) stepping 03
>
>
> Then it just hangs.  CD can pop out and everything.  Can anyone give me any
> idea what's going wrong?
>
>   

I looked at my dmesg and ACPI seems to come after that on mine.  May 
want to try to disable that until some one else has other ideas.

Hope that helps.

Dale

:-)  :-)
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] PII Hangs while booting.
  2008-03-15 19:21 [gentoo-user] PII Hangs while booting Andrew MacKenzie
  2008-03-15 19:50 ` Dale
@ 2008-03-15 21:00 ` Florian Philipp
  2008-03-16  1:30   ` Andrew MacKenzie
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Philipp @ 2008-03-15 21:00 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 849 bytes --]


On Sat, 2008-03-15 at 15:21 -0400, Andrew MacKenzie wrote:
> I've got an old PII Intergraph TD-225 PC that I'm trying to install Gentoo
> onto.  Bios is AMIBIOS.  The system supports dual CPU but only has one.
> 
> It currently has WinXP running on it fine.  But every Linux install/boot CD
> I've run (Gentoo, CentOS, Knoppix, etc.) hangs while booting (2.4 and 2.6
> kernels).
> 
> The last thing I see from the CentOS boot process is the following:
> 
> Checking 'hlt' instruction... OK.
> SMP alternatives: switching to UP code
> Freeing SMP alternatives: 14k freed
> CPU0: Intel Pentium II (Klamath) stepping 03
> 
> 
> Then it just hangs.  CD can pop out and everything.  Can anyone give me any
> idea what's going wrong?
> 

Typically, adding the boot parameter noapic (not noapci!) is the first
thing one should try.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] PII Hangs while booting.
  2008-03-15 21:00 ` Florian Philipp
@ 2008-03-16  1:30   ` Andrew MacKenzie
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew MacKenzie @ 2008-03-16  1:30 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]

+++ Florian Philipp [gentoo-user] [Sat, Mar 15, 2008 at 10:00:20PM +0100]:
> On Sat, 2008-03-15 at 15:21 -0400, Andrew MacKenzie wrote:
> > Then it just hangs.  CD can pop out and everything.  Can anyone give me any
> > idea what's going wrong?
> Typically, adding the boot parameter noapic (not noapci!) is the first
> thing one should try.

Good suggestions.  I tried a few different parameters and it seems "nosmp"
gets it booting.  I think Linux is getting a little confused with the
'missing' CPU?  Either way it seems to work now.

Thanks!

-- 
// Andrew MacKenzie  |  http://www.edespot.com
// GPG public key: http://www.edespot.com/~amackenz/public.key
// If you pick up a starving dog and make him prosperous, he will not bite you. 
// This is the principal difference between a dog and a man.
//                 -- Mark Twain, "Pudd'nhead Wilson's Calendar"

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-16  1:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-15 19:21 [gentoo-user] PII Hangs while booting Andrew MacKenzie
2008-03-15 19:50 ` Dale
2008-03-15 21:00 ` Florian Philipp
2008-03-16  1:30   ` Andrew MacKenzie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox