Automate Boot process: timeout maintenance login

Is there any possibility to automate the boot process. I mean: during the boot process the system wait to replay to the question "Enter the root password for maintenance or press ctrl-d". Can I put somewhere a time-out so that, after this time-out expire, the system boot in multi-user just like if I have press "ctrl-D" ?

Regards

[343 byte] By [Wima] at [2007-11-27 6:09:07]
# 1
My personal opinion on that is that I'd NEVER try to blow past that.Your system is telling you that something is seriously wrongand it meeds manual intervention to repair a filesystem or two or three.... my two cents, anyhow.
rukbata at 2007-7-12 17:12:30 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Why are you getting that question at all?Have you set your filesystems to be 'logging'? Is this just an fsck thing or is it going into maintenance mode for some other reason?-- Darren
Darren_Dunhama at 2007-7-12 17:12:30 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3

On SolarisX86 there seams to be a timeout. During the boot process, it ask for the root password or to press the "ctrl-d" key to complete is boot: going to multi-users.

On Sparc system (Enterprise, Sun Fire, ...) the system wait for an answer. Nothing else is going wrong. (No problem of disk fsck ...).

Wima at 2007-7-12 17:12:30 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4

Not true. Once Solaris starts, the boot process is virtually identical on both architectures.

x86 doesn't ask for a maintenance password any more than SPARC does. There should be some sort of error message on the console before it asks.

I might look at the /etc/vfstab and make sure there's no typos in it.

Also make sure the default boot is to runlevel 3, and not to S or 1 or anything like that.

--

Darren

Darren_Dunhama at 2007-7-12 17:12:30 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5
What version of Solaris are you using?Could you post output of cat /etc/inittab | grep initdefault?Peter
Peter_Podsklana at 2007-7-12 17:12:30 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...