Machine fails to boot after setting locale

Hi,

I am trying to set the locale during the jumpstart. In my profile I set

locale en_US.UTF-8

and in sysidcfg I set

system_locale=en_US.UTF-8

The locale is correctly installed and /etc/default/init looks like

TZ=Europe/Stockholm

CMASK=022

LANG=en_US.UTF-8

However when I type locale, I get

# locale

LANG=C

LC_CTYPE="C"

LC_NUMERIC="C"

LC_TIME="C"

LC_COLLATE="C"

LC_MONETARY="C"

LC_MESSAGES="C"

LC_ALL=

Using some info from

http://docs.sun.com/app/docs/doc/817-2521/6mi67tj5d?a=view

I changed the /etc/default/init to look like

TZ=Europe/Stockholm

CMASK=022

LANG=en_US.UTF-8

LC_ALL=""

LC_CTYPE=""

LC_NUMERIC=""

LC_TIME=""

LC_COLLATE=""

LC_MONETARY=""

LC_MESSAGES=""

However when I reboot my machine, I get the following error from SVC:

Boot device: /pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@2/disk@0,0:a File and args:

SunOS Release 5.10 Version Generic_118833-18 64-bit

Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.

Use is subject to license terms.

libscf.c:2060: scf_pg_get_property() failed with unexpected error 1007. Aborting.

Sep 1 16:26:50 svc.startd[11]: restarting after interruption

libscf.c:2060: scf_pg_get_property() failed with unexpected error 1007. Aborting.

Sep 1 16:26:51 svc.startd[14]: restarting after interruption

libscf.c:2060: scf_pg_get_property() failed with unexpected error 1007. Aborting.

Requesting maintenance mode

(See /lib/svc/share/READMEfor additional information.)

Root passwordfor system maintenance (control-d to bypass):

Any ideas?

[2158 byte] By [kpmcnamee] at [2007-11-26 9:53:05]
# 1
how do youresolve that trouble?I have the sameproblem.Regards .JaRrE.
jarre20 at 2007-7-7 1:09:09 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
The problem could be the /etc/default/init file checkforthe value of LC_ALL.I had thesame problem and i erased the LC_ALL lineat /etc/default/ini, and solvemy trouble.Regards .JARrE.
jarre20 at 2007-7-7 1:09:09 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
I have the same problem. My question is how to edit /etc/default/init from OpenBoot prompt?I have backed up my original file. Is there a way to copy files from the OpenBoot Prompt.
Normsn at 2007-7-7 1:09:09 > top of Java-index,Solaris Operating System,Solaris 10 Features...