IA32 system:
1) At boot, prompt type
b –s : To boot system into single mode
b –a : To boot system step-by-step i.e. interactively.
SPARC System:
1) At Ok, prompt type:
boot –s : To boot system into single mode
boot –a : To boot system step-by-step i.e. interactively
See also Solaris > How to boot system into emergency mode
(Check out all of our posts on Solaris)
Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!
- Email this to a friend
- Printable version
- Rss Feed
- Last Updated: Jan/25/2005
{ 4 comments… read them below or add one }
Sir, To boot Solaris machine in rescue mode.. we can use following command.
boot cdrom -s
Please include this command also!
Thanks!
Ashish
Ohh.. It is there in emergency boot.. ;-)
Thanks!
Ashish
If you add the following to /boot/grub/menu.lst, it will appear in the grub menu.
$ echo “
title Solaris 10 1/06 Single User Boot
root (hd0,2,a)
kernel /platform/i86pc/multiboot -s
module /platform/i86pc/boot_archive
” >> /boot/grub/menu.lst
Thanks It helped a lot