Operating System - HP-UX
1832907 Members
3510 Online
110048 Solutions
New Discussion

Re: Skip over startup script when booting

 
SOLVED
Go to solution
Coolmar
Esteemed Contributor

Skip over startup script when booting

You know in the boot screen how it goes through each startup script and has the dots and then the [ok] or [fail] or [busy]...well sometimes it gets hung up for one reason or another. Is there a way to make it skip that one and continue?
5 REPLIES 5
Dave Hutton
Honored Contributor
Solution

Re: Skip over startup script when booting

Control | will break out of a hung one and will continue along.

If I recall correctly.

Pete Randall
Outstanding Contributor

Re: Skip over startup script when booting

Or, depending on your particular console, it might need to be Break.


Pete

Pete
Juan M Leon
Trusted Contributor

Re: Skip over startup script when booting

Coolmar,

Dave suggestion is correct. Just remember only do it one time. if you press CTL "|" many times it will actually stop the rc levels and you will get the console login.
Juan M Leon
Trusted Contributor

Re: Skip over startup script when booting

Another thing, when you r system is up and running. I will suggest to check the /etc/rc.log to see what is hung. then you can fix the script that is holding the boot process.

Good luck
Coolmar
Esteemed Contributor

Re: Skip over startup script when booting

Thanks fellers...greatly appreciated!