JET and Solaris 10 u2 x86/64

I am trying to prepare for a jumpstart for about 329 systems. And I am using JET to

do so. On Solaris 10 u1 the setup worked fine. However when trying to use

the same templates and scripts I get an environment with problems:

The client is able to do a dhcp boot and I come to the the screen advertising

the Solaris jumpstart as the only option

After that it boots with

Booting 'Solaris_10 Jumpstart'D cntrlr 10

kernel /I86PC.Solaris_10-1/multiboot kernel/unix -B boot-args=\'- install nowin \', input-device=ttypa, output-device=ttypa,confflags=\'\',install_config=172.17.2..72:/opt/SUNWjet,

sysid_config=172.17.2.72:/opt/SUNWjetClients/m2067,install_media=

172.17.2.72:/dhcp/OS_i86pc-sol10-606,install_boot=172.17.2.72:/install/SOLAR

....

module /I86PC.Solaris_10-1/x86.miniroot ....

......

[Multiboot-module @ 0x10340000, 0x8d8b0a00 bytes]

xxxx

File not executable.

panic: no entry point in

Press any key to reboot

I noticed that the JET scripts create things like

I86PC.Solaris_10-1

which would lead people to believe that the release was Solaris10 update 1. However

I can assure you that it is indeed Solaris_10 u2.

Any idea where I should look?

[1295 byte] By [lydia.heck] at [2007-11-26 10:34:41]
# 1

The problem was created because the menu.lst for the client which is created from a template from the JET make_client script where the flags were added

-B \' - install nowin \'

This should be

- install nowin -B

The reason, why in my case this happened are not clear and still have to

investigated, but I have a solution.

lydiaheck at 2007-7-7 2:44:31 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
The real solution to the problem, which was found by a sun support engineerwas that in the template for creating the menu.lst for the client, the key wordbase_config_client_allocation="grub"
lydiaheck at 2007-7-7 2:44:31 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...