Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Solaris > How to boot system into emergency mode

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Sun Jul 31, 2005 8:08 am    Post subject: Solaris > How to boot system into emergency mode Reply with quote

1) Boot from Solaris 1st CD

2) At Solaris Device Configuration Assistant, Press F2 key

3) Then press ENTER key twice

4) At Identified Devices, Press F2 key

5) At Boot Solaris, select CD to boot system

6) At next screen system will ask about to “Select the type of Installation”, type
the argument b –s and press ENTER key to boot system into single user mode.

7) Next at shell prompt type the following commands -:
# mount /dev/dsk/c0d0s0 /a
# TERM=ansi
# export TERM
# cd /a

Cool You can access the system.

9) When done type as follows to reboot the system:
# cd /
# umount /a
# init 6


SPARC: To boot system for emergency mode (boot from CD), at ok prompt type:
boot cdrom -s
# mount /dev/dsk/c0t1d0s0 /a
# cd /a
# TERM=vt100
# export TERM
# cd /
# umount /a
# init 6
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group