Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

Problem

...

Systems running Tru64 V4.0x on Charon-AXP V4.7 Build 171-xx could fail to boot with "panic (cpu 0): System does not have a console configured" message when upgraded to newer versions of Charon-AXP V4.9 before Build 194-08 (patch).

Example:

initializing ...

polling for units on kzpba0, slot 1, bus 0, hose 1 ...

pka0.0.0.1.1 PKA0 Q-Logic/ISP PCI SCSI HBA

... enter console

CHARON-AXP (AlphaServer 4100), Version 4.9 (Build 19402)

(C) 2009-2018 STROMASYS SA.

All rights reserved.

P00>>>

P00>>>b dka0

(boot dka0.0.0.1.1)

jumping to bootstrap code

UNIX boot - Sun May 14 05:34:40 EDT 2000

...

i2c: Server Management Hardware Present

WARNING: preposterous time in TOY clock# -- CHECK AND RESET THE DATE!!

panic (cpu 0): System does not have a console configured.

syncing disks... done

DUMP: 401408 blocks available for dumping.

DUMP: 39858 wanted for a partial compressed dump.

...

Solution

BELOW IS TO BE CONFIRMED: does 194-08 solve the problem ?

If patch 194-08 cannot be installed immediately, boot Boot with genvmunix and update the kernel configuration file as described below:

...

# cat /sys/conf/AXP001

...

bus             isp0       at pci1     slot  1 vector   ispintr

controller      scsi0      at isp0     slot  0

bus             pci0       at mcbus0   slot  4

bus             eisa0      at pci0     slot  1

callout after_c "../bin/mkdata eisa"

controller      gpc0       at eisa0    slot  0 vector   gpcintr

controller      ace0       at eisa0    slot  4 vector   aceintr

...

...

We'll replace then slot 4 by a free slot in pci0 8 to correct this (according to the table mentioned above, slot 8 is free):

# vi /sys/conf/AXP001

...

controller      ace0       at eisa0    slot  48 vector   aceintr

...

...