![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Boot problem with SMF svcs-Solaris 10 for x86 | imrankhan.in | SUN Solaris | 6 | 03-31-2008 05:43 PM |
| V480 w/ Solaris 9 boot problem | xnightcrawl | UNIX for Advanced & Expert Users | 6 | 01-14-2006 10:37 PM |
| solaris boot problem boot error loading interpreter(misc/krtld) | johncy_j | SUN Solaris | 0 | 08-17-2005 08:15 AM |
| Advice please: boot problem with Solaris 10 on i86 | lyonsd | SUN Solaris | 6 | 02-15-2005 11:50 AM |
| boot problem in Installation i86 sun solaris | yanly | SUN Solaris | 2 | 01-20-2004 04:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Solaris boot problem
I couldnt get my hands on my solaris 2.6 cd soo i used solaris 7 cd to boot to single user mode. I typed
boot cdrom -s it bought me to my root prompt , but when i typed fsck.....nothing happened. It was as though it couldnt go ahead with fscking. it just bought up the prompt again, immediately after typing it. Maybe i am not doing it right, how do i run fsck ( command syntax and all) from single user mode prompt. And is ok that i use solaris 7 Cd to try and boot up my solaris 2.6 box? This is realy urgent. Thx. ![]() |
|
||||
|
First, you do not neet a CDROM to boot single user.
Use: boot [bootdisk] -s to boot single user. Second when you boot from CDROM the kernel does not know about your disk configuration. so when you use fsck from CDROM you need to adress the disk. like: fsck /dev/dsk/c#t#d#s# -n (checking only) or : fsck /dev/dsk/c#t#d#s# -y (Fixing the problems, hopefully) Where # is the correct number. I hope this helps you |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|