Ignite-UX Installation Booting

21
Troubleshooting early install kernel boot problems on HP Integrity
systems
When you encounter the rare occurrence of a kernel hang or delay during boot on HP Integrity
systems, you can localize where the problem might be occurring. There is a boot loader option –v
that directs the kernel to print out what is happening in the kernel during its initialization.
The output looks like the following:
Init[ 0]:0xe0000000015ea1c0: - DONE (0x000000000a8b iticks)
Init[ 1]:0xe0000000017c4f90: - DONE (0x00000000dd2d iticks)
Init[ 2]:0xe000000001856240: - DONE (0x0000000000b4 iticks)
Init[ 3]:0xe000000000557520: - DONE (0x000000004c62 iticks)
Init[ 4]:0xe000000000b1c8e0: - DONE (0x0000000006cf iticks)
Init[ 5]:0xe00000000133d0c0: - DONE (0x000001faa603 iticks)
Init[ 6]:0xe00000000085a750: unwind_init - DONE (0x000000001e93 iticks)
Init[ 7]:0xe0000000016093c0:kwdb_wait_for_consol - DONE (0x000000000181 iticks)
Init[ 8]:0xe000000000b14c80: fpswa_init - DONE (0x000000001915 iticks)
Init[ 9]:0xe000000000b0be90: ex_init - DONE (0x0000000000e9 iticks)
Init[ 10]:0xe000000000af9720: fw_psm_init - DONE (0x00000000d0a8 iticks)
Init[ 11]:0xe0000000010599d0: io_memory_config - DONE (0x00001cbf9196 iticks)
Init[ 12]:0xe0000000015ea9d0:kwdb_boot_init_lan_s - DONE (0x0000000000f6 iticks)
Init[ 13]:0xe000000000edfaa0: GetPAinfo - DONE (0x000000010ae4 iticks)
...
Init[105]:0xe0000000005bb6b0: vasinit - DONE (0x0000000adddc iticks)
Init[106]:0xe0000000005cd160: preginit - DONE (0x0000000025c9 iticks)
Init[107]:0xe0000000005c1480: reginit - DONE (0x000000006a1d iticks)
Init[108]:0xe0000000004ed200: pgcopy_util_init - DONE (0x00000000019c iticks)
Init[109]:0xe000000000ee1780: pdk_malloc_nomore - DONE (0x000001b5cd82 iticks)
Init[110]:0xe000000000efc620: vm_pre_main_init - DONE (0x00003e2929ba iticks)
Init[111]:0xe000000000f18ee0: miscmeminit - DONE (0x000000000232 iticks)
Init[112]:0xe000000000f2b220: vhpt_init2 - DONE (0x0000003f55a8 iticks)
Init[113]:0xe0000000017a45c0: treg_copy_trs - DONE (0x00000000cb9a iticks)
Init[114]:0xe0000000008b8d40: p0init - DONE (0x00000001782d iticks)
Init[115]:0xe00000000081c190: swmain - Invoked 0xe000000100105040
Important:
The format and functions listed might change with patch and HP-UX
revisions, but the information provided will remain generally the same.
The output is dynamic. On the console, you will see:
Init[ 11]:0xe0000000010599d0: io_memory_config - In Progress ...