Need emergency boot floopy or 5.0.5 .iso file


 
Thread Tools Search this Thread
Operating Systems SCO Need emergency boot floopy or 5.0.5 .iso file
# 1  
Old 08-17-2013
Need emergency boot floopy or 5.0.5 .iso file

We have old SCO Openserver 5.0.5. and its was running out of disk space on root disk - error 142 /2. I tried to move some files to another partition with space, but I ran into issue as I moved /opt/K and /opt/P. Now when the servers boots it fails and goes into debug mode.

I don't have a recovery boot floppy nor the original CDs as we have not installed in many years. Can someone provide a emergency boot floppy or location to download .iso files so I can re-install. We are using Adaptec 2940UW controller with 9 GB hard disk and CDROM.

Thanks
# 2  
Old 08-18-2013
Send me an email. I can provide you with a link to the iso.
/opt/K is the actual operating system files. /bin and /usr/bin and /etc are links to the actual files in /opt/K
You have moved the operating system from the root file system.
When you get the system running again, run the following:
#du -a |sort -r -n >/u/file.list assuming that your secondary file system is /u
then examine the contents of file.list.
It contains a list of all files and directories on the system in descending order by size. Size is shown in blocks, so multiply by 512 for bytes.
This User Gave Thanks to jgt For This Post:
# 3  
Old 08-18-2013
thanks for the explanation on the OS directory. Here are the exact commands I used:

Code:
mv /opt/K/SKUNK99  /u
mv /psp.cpio /u
mv /opt/P/SKUNK99 /u/SKUNK99-1
mv /opt/P /u   
mv/opt/K /u

the system got hung on either /opt/P or /opt/K I did backup those folders via FTP first.

---------- Post updated at 10:28 AM ---------- Previous update was at 10:24 AM ----------

Right now the plan is to buy another SCSI hard disk. Install it in that same system. Then install 5.0.5 so I can create emergency boot floppy with a kernal that supports the Adaptec 2940UW controller. Then boot off this floppy with the original SCSI disk drive present. Then 'mv' the files back.

---------- Post updated at 10:35 AM ---------- Previous update was at 10:28 AM ----------

Another idea might be to just mount the old SCSI drive and 'mv' the files back and then shutdown, remove the new SCSI disk and put the old SCSI disk back at its original SCSI ID and boot up.

Is there anyway to skip making the emergency boot floppy? Such as boot of the 5.0.5 cd with Adaptec 2940 controller support and get to 'live cd' type functionality.

---------- Post updated at 10:36 AM ---------- Previous update was at 10:35 AM ----------

Quote:
Originally Posted by jgt
Send me an email. I can provide you with a link to the iso.
/opt/K is the actual operating system files. /bin and /usr/bin and /etc are links to the actual files in /opt/K
You have moved the operating system from the root file system.
When you get the system running again, run the following:
#du -a |sort -r -n >/u/file.list assuming that your secondary file system is /u
then examine the contents of file.list.
It contains a list of all files and directories on the system in descending order by size. Size is shown in blocks, so multiply by 512 for bytes.
Can you PM me as the system will not allow me to email/PM you due to post count.

Last edited by grips03; 08-18-2013 at 01:18 PM.. Reason: Please use code tags
# 4  
Old 08-18-2013
Sent you an email. Once you receive it, edit your last post to remove it.
# 5  
Old 08-18-2013
Quote:
Originally Posted by jgt
Sent you an email. Once you receive it, edit your last post to remove it.
done
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Need emergency boot CD UNIXware 7.1.1 (or 7.1..4)

In my previous thread post (which is also the most recent on this SCO forum), I mentioned that we have an HP DL380G5 server running SCO Unixware 7.11 which has unable to boot with error “FATAL BOOT ERROR: Can't load stage 3”. .. Unfortunately no media is available for the machine and I think the... (1 Reply)
Discussion started by: BernP
1 Replies

2. Ubuntu

.ISO file extension

I am hoping that someone will give me information on opening and installing Ubuntu to run beside Windows 7 on my computer. I downloaded Ubuntu-14.04-desktop-i386, but it came as an .ISO file, and I have no idea how to open it to install it. Please Help. (7 Replies)
Discussion started by: JohnBaxter
7 Replies

3. SCO

Emergency boot floppy - second hard disk not seen

OS = Openserver 5.0.5 Ran 'mkdev fd' and made emergency boot floppy (boot and root). Choose custom kernel, not generic. However kernel on the 1.44 floppy did not see both hard disks, it only saw the first one (SCSI id 0), and not SCSI id 1 (second disk) Q. Is this a limitation of emergency... (5 Replies)
Discussion started by: grips03
5 Replies

4. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

5. Debian

creating a boot CD (iso file) to debian5

Hi guys, I have used mkbootdisk to create (with -iso option) an iso file for centos servers. I think this commands are only available for redhat's family. Debian brings mkbootbut it only support floppies and not iso format. My question is, is possible to create an iso file on a debian5 server,... (4 Replies)
Discussion started by: iga3725
4 Replies

6. SCO

steps to boot SCO server off emergency tape

I know how to create the bootable tape image by using emergency_rec, but I could not find any document to instruct me on how to boot off the tape, and detail steps I should go through, for instance, at what point the booting sequency would prompt me to enter bootable path, and what the path is...... (0 Replies)
Discussion started by: vkky2k
0 Replies

7. UNIX for Dummies Questions & Answers

Tar Extract from more than one floopy disk

Hi, I am beginer to unix. i have backup in 7 floppies.(each having same file name 'xxx.tar.Z'). I need to restore all in one directory. Please help me.!!! anyone here to help.....!! (2 Replies)
Discussion started by: mfm2006
2 Replies

8. UNIX for Advanced & Expert Users

Cannot boot - Boot : Panic : File size out of range (EWS-UX/V unix)

Hey ! I am running EWS-UX/V (Rel 4.2) on NEC EWS/4800/330 station and I am having problems rebooting my station : I am getting the following message on display : BOOT : PANIC : File size out of range. According to user guide, this error is occuring when a file exceeding the limit and/or... (2 Replies)
Discussion started by: fredo
2 Replies

9. SCO

Emergency boot

I need to boot an OpenServer 5.0.5 server but I don't have emergency boot disks for it. There are some boot disks of other servers. Can I use these disks, changing defbootstr ?. How ?. The fact is that administrator can't login as root and it seems to be a corrupted auth system issue. Other... (2 Replies)
Discussion started by: dags
2 Replies

10. Filesystems, Disks and Memory

Edit an ISO / dd file?

Just trying to come up with a solution to something I'm trying... Does anyone know if it's possible to edit the contents of an ISO image? Or a file created using the dd command? What am I trying to do? - Well, I had the idea that if I took the FreeBSD "mini.iso" - I could strip out the bits... (4 Replies)
Discussion started by: WIntellect
4 Replies
Login or Register to Ask a Question