FATAL BOOT ERROR: Can’t load stage 3


 
Thread Tools Search this Thread
Operating Systems SCO FATAL BOOT ERROR: Can’t load stage 3
# 15  
Old 07-04-2015
Having fiddled and pfaffed with LD_LIBRARY_PATH setting it to all the libraries mentioned when I ran the command "ldd edge" and getting nowhere, I found a way to debug edgemenu as follows:
..
1. export EDGE_DEBUG=enable
2. Start Edge with edgemenu 2>/tmp/edgedebug
..
Produces a nice debug file which I've uploaded and attached ... but have yet to decipher. Perhaps you may have some idea?
# 16  
Old 07-06-2015
The issue appears to have been a missing "dac" module from /etc/conf/sdevice.d when RecoverEdge was trying to build its kernel image. The dac module relates to the implementation of ACL.
I merely copied one of the other module files (pci) in /etc/conf/sdevice.d, edited and changed all references from "pci" to "dac" and then changed the N to a Y in the file. After which the new recovery kernel and image was successfully created ...
Now to see whether we can use it to recover the system!
# 17  
Old 07-06-2015
Are you going to try 'fsck'ing the RAID5 root file system prior to restoring the 7.1.4 root file system?

---------- Post updated at 03:15 PM ---------- Previous update was at 03:03 PM ----------
# 18  
Old 07-07-2015
Yes indeed. That is what I have done.
Unfortunately /stand cannot be fsck'd and cannot be mounted.
Microlite says it cannot initialise it either.
My thought is to recreate the whole HD - like mkdev hd?
But would value your thoughts on this route and if possible a basic plan I should follow.
..
Microlite did "see" the 2 other data disks as c0b0t1d0s0 and c0b0t2d0s0 but said these were unknown entities as far as it is concerned.
# 19  
Old 07-07-2015
If you look at the raid5 configuration, are there three logical disks or one?
# 20  
Old 07-08-2015
There are three logical disks. It would seem to me that the best way forward would be to try to find the disk layout (partitions/slices and filesystem types) information of the 2 data/backup disks (for which we know the raw device names - c0b0t1d0 and c0b0t2d0.
Question is - what is the best way to get this info.
Once we have this and presuming the partitions/filesystems are intact, we could mount them and recover the data on them.
Your thoughts and ideas on this - as always - much appreciated
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. What is on Your Mind?

PHP Fatal Errors During SSL Cert Management - PHP Fatal error: xc_fcntl_mutex failed

Today, I noticed some errors in our SSL cert renewal log files, mostly related to domains where the IP address had changed. Concerned about this, rebuilt out SSL cert, which normally goes well without a hiccup. However, for today, for some reason which I cannot explain, there was a PHP error... (0 Replies)
Discussion started by: Neo
0 Replies

2. Solaris

Fresh Install - Boot Load Failed

I have M10-1. Installation OS 10 from cdrom external. Here message from OK Prompt {0} ok probe-scsi-all /pci@8000/pci@4/pci@0/pci@2/pci@0/usb@4,1/cdrom@1 Unit 0 Removable Read Only device HL-DT-STDVDRAM GP65NB60 PF00 But.. {0} ok boot... (3 Replies)
Discussion started by: mbahjiman
3 Replies

3. Solaris

FATAL: system is not bootable, boot command is disabled

Dear all, I Need your help,my server v240 with sun solaris 10 can't remote login.I try conncet via rsc and then go to OK prom....and i get the status : {1} ok boot -a FATAL: system is not bootable, boot command is disabled {1} ok boot cdrom -s FATAL: system is not bootable, boot command is... (2 Replies)
Discussion started by: fredginting
2 Replies

4. Solaris

Solaris 10 won't boot up "Cannot load drivers for /pci@400.....

This is the error message that I am getting on a Solaris 10 sparc server scsi: no major number cannot load drivers for /pci@400..... Can't load the root filesystem Type 'go' to resume {0} ok Is there a way for me to correct this issue. It looks like I am missing a scsi driver to boot up... (5 Replies)
Discussion started by: trinityforce
5 Replies

5. SCO

stage 1 boot failure: error loading hd (40)/boot

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)
Discussion started by: ccc
16 Replies

6. Solaris

boot load failed

I modified the partitions on my Solaris 10 disk using format command in "boot cdrom -s" mode and then tried rebooting with "reboot". It said "Boot load failed". Why does this happen? I have faced this error before:( and I went in for a fresh installation of the OS.Can anyone tell me the reason as... (1 Reply)
Discussion started by: lydiaEd
1 Replies

7. UNIX for Dummies Questions & Answers

Boot-up failure: (Can't load swapgeneric)

zero experience Unix user here. Cannot boot our Sparc10. Running: SunOS release 5.3 Version Generic_Patch message says: (Can't load swapgeneric) Program terminated Tried to 'boot -s' , but this looks like a problem w/ Generic_Patch maybe? At bootup, the devices come up fine and it... (0 Replies)
Discussion started by: man_of_action
0 Replies

8. Programming

Fatal Error

Hi, I just pulled out my code from source control, then I compiled, the compilation is successful at that time. Then I modified one of the source file, Then I compiled, I got the following error ld: fatal: Symbol referencing errors. No output written to ../../CM/bin/cato Before... (1 Reply)
Discussion started by: sarwan
1 Replies

9. UNIX for Dummies Questions & Answers

boot loader problem - can't load linux

Hi i have both Linux and Windows XP on my PC. i used to use grub as a boot loader and everything was perfect, until i reinstalled Windows. apparently, Windows installer installed its own bootloader, that doesn't recognize Linux. i tried using a tool called GrubInstaller for Windows, and now... (4 Replies)
Discussion started by: shx2
4 Replies

10. Programming

ld: fatal error

dear all , iam trying to compile a progam using gcc compiler on a sun 280 R machine running solaris 9 . iam getting an error in the last step when the compiler tries to link the objects , although the compiler executes some applicarions that contains no objects smoothly, the error that... (1 Reply)
Discussion started by: ppass
1 Replies
Login or Register to Ask a Question