Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to interrupt booting sequence?
Name: newbie Date: August 27, 2002 at 09:33:08 Pacific
Comment:
Hi folks,
I got a sun box but will waiting to boot it up, it is hanging at "waiting for NIS server to come up" How do I get pass this message so that I can reconfigure my system?
Name: dave Date: August 27, 2002 at 16:49:25 Pacific
Reply:
boot -s (assuming you have the root password to the system)
-s puts you into single user mode, basically init 1.
if you don't have the root password then you will have to boot off the cdrom, change the root and proceeed with your configuring
boot cdrom -s
0
Response Number 2
Name: Mark M Date: August 31, 2002 at 06:10:52 Pacific
Reply:
You need to issue the STOP+A key sequence to get the ok prompt, then you can follow the instructions above (boot cdrom). It sounds like you want to start from scratch on it.
0
Response Number 3
Name: jorge Date: September 24, 2002 at 07:42:42 Pacific
Reply:
Once you interrupt the booting secuence with STOP+A boot single user (boot -s) by suppling root's password. Once on the prompt delete /etc/defaultdomain file so that it will assume no YP Domain bypassing YP configuration.
Summary: Hi, I have an old solairs work station from a friend. The password of this box is missing. When I boot it up and it looks like looking for DHCP. How to interrupt it and configre it as a stand alone bo...
Summary: I would like to make a custom boot CD for Solaris 2.6. I would like to add a link in the s1/usr directory of the disk. Does anyone know how to do this? Thanks! ...