Operating System - HP-UX
1753958 Members
7131 Online
108811 Solutions
New Discussion юеВ

Re: Kernel Errors After Golden Image Ignite

 
SOLVED
Go to solution
Jash_1
Frequent Advisor

Kernel Errors After Golden Image Ignite

* Building a new kernel using the command: "/usr/sbin/mk_kernel -f -o
/stand/vmunix".
WARNING: The configuration is supposed to include a module
'UsbScsiAdaptor' that is not installed on the system. The
system will attempt to proceed without it, but the resulting
kernel may fail to boot or function properly.
WARNING: The configuration is supposed to include a module 'sasd_vbus'
that is not installed on the system. The system will attempt
to proceed without it, but the resulting kernel may fail to
boot or function properly.
ld: Unsatisfied protected symbol "usb_isc" in file "/usr/conf/mod/ehci"
ld: Unsatisfied protected symbol "usb_isc" in file "/usr/conf/mod/hcd"
2 errors.
ERROR: The kernel build failed.
ERROR: Could not make an executable kernel. An interactive shell will now be
provided. Once you have fixed the problem or a kernel has been built
and placed in /stand/vmunix, "exit" the shell.


I received the above errors whilst trying to use a golden image to ignite a couple of my servers. It came after it has completed the processing of the archive and was creating the kernel.
Has anybody seen this before and have a quick fix?

Many thanks,

Jash
If I can, I will!
2 REPLIES 2
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: Kernel Errors After Golden Image Ignite

Hi Jash,

11.31?

Hava a look at these patches PHKL_36019 and PHKL_36072.

-
A kernel link may fail when the USB driver is
included in a kernel build without this patch.
-

and have a look at this doc.

Title: 11.31: ignite golden image fails with usb_isc build kernel errors
Document ID: ttr_na-SSB_1000577068-1

http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=ttr_na-SSB_1000577068-1

Regards,
Robert-Jan
Jash_1
Frequent Advisor

Re: Kernel Errors After Golden Image Ignite

Many thanks, patches worked perfectly.
If I can, I will!