my ancient sco unix system hangs on booting gives me the following error message
had trouble shutting down last night would give me login prompt but would not let me into root with password.- I powered off probably compounded the issues. now I get above message during boot.
have the boot disk but do not want to make bigger mess.
bill
Last edited by rbatte1; 10-11-2017 at 01:46 PM..
Reason: Added CODE tags round error message
my ancient sco unix system hangs on booting gives me the following error message
Well, i am not an SCO-expert by any stretch but init is the process which starts all other processes in a classical UNIX system. If this process dies (and does so repeatedly) my guess is you are in deep kimchi.
Quote:
Originally Posted by bill szabo
had trouble shutting down last night would give me login prompt but would not let me into root with password.- I powered off probably compounded the issues. now I get above message during boot.
This is actually quite probable: UNIX systems maintain their filesystem information partly in memory, which is why they take it as an insult to switch them off without properly shutting them down. Most probable you have indeed made things worse.
My suggetion is to start from the boot disk and do a "file system check" (or "fsck") on your disk. You might also want to hold your backups ready for restore/reinstallation. You do have backups, don't you?
Once this is done you can start investigating why the correct root-pw won't gain you entrance, but this is a (at first glance) unrelated story.
I hope this helps.
bakunin
Last edited by rbatte1; 10-11-2017 at 01:46 PM..
Reason: Retro fitted CODE tags in quote
have my boot disk out was little shy with using fsck disk ( I know lots of different options)
guess I cannot screw anything up worse! guess my luck may have run out - using this system for over 20 years on various platforms.
You say that you have a boot disk? Does the system have a floppy drive?
Usually, SCO systems have a 'boot' disk and a 'root' disk floppy. You start with a boot disk and then it prompts you to change to the root disk.
Initially I would definitely put the '-n' option on the fsck command to tell it whatever the question is, the answer is 'no'. That will prevent fsck making ANY changes to the root filesystem until you know how much it is damaged.
does have floppy drive which I have never used and do have 'boot' no 'root" disk- tried booting with floppy after powering down - system steps right around the floppy drive though it floopy is showing in setup and is first in the boot sequence - my guess is the drives are on scsci controllers and may not see the floppy- checking my wiring next -do remember switching machines after the hardware had issues - may have led to floppy issue.
thanks!
(Searched for OpenServer 5.0.7 "/etc/init died" on above knowledgebase"
You should be able to boot from CD/DVD and enter "maintenance mode". Then mount your hard disk root filesystem (on /mnt of the CD) and then take a look around.
Hi,
I am doing PXE boot for RHEL6.4 on EFI and want to display custom messsage before loading vmlinuz and initrd.img, which is not working.
boot server side (In case of BIOS client):
In /var/lib/tftpboot/default file I am putting the message in below format:
SAY hello world
boot... (0 Replies)
hi
SCO Unix 5.0.6 doesn't boot due to this problem:
not a directory
boot not found
cannot open
stage 1 boot failure: error loading hd (40)/boot
Knows someone howto solve it? (16 Replies)
I keep getting an error message in a script im writing, this line is allways pointed out.
if
and this is the message i keep getting.
line 32: [: 8: unary operator expected
Whats wrong with it?
Please Help. (5 Replies)
I am new to scripting.
I am using the following script . BART.dat contains the string 'Y' .
#!/bin/ksh
cd /work/TCI/data_out
file=`cat BART.dat`
echo "$file"
if ; then
echo "true"
fi
When i am executing the above script i am getting the following error
./s.ksh: : not found
... (2 Replies)
Hi,
My Solaris 5.8 system keeps getting this error at boot -
"Can't set vol root to /vol"
then
/usr/sbin/vold: can't set vol root to /vol: Resource temporarily unavailiable
Any idea what is wrong, and how do I fix it? (1 Reply)
Hi,
My Solaris 5.8 system keeps getting this error at boot -
"Can't set vol root to /vol"
then
/usr/sbin/vold: can't set vol root to /vol: Resource temporarily unavailiable
Any idea what is wrong, and how do I fix it? (0 Replies)
When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error.
cannot find mis/krtld
boot error loading... (0 Replies)