SYSBAKP - Create emercency boot disk


 
Thread Tools Search this Thread
Operating Systems SCO SYSBAKP - Create emercency boot disk
# 1  
Old 02-28-2008
Bug SYSBAKP - Create emercency boot disk

Hi,

I am hoping someone can assist me please!
I need to create an emerceny boot disk after performing a SYSBAKP however I don't have a floppy drive on the server. Previously, someone created one to a CD to me however I don't know however I don't know how to do this.

Any feedback would be greatly apprecaited Smilie as I am quite unsure at the moment! Smilie
# 2  
Old 02-28-2008
On SCO OpenServer release 6.0.0, and presumably Unixware 7.1 see the following:

#man emergency_disk

On 5.0.7 and older, you need to ensure that cdrecord is installed, and modify /usr/lib/mkdev/fd to create a diskette image rather than actual media, and then copy the image to cd.
# 3  
Old 02-28-2008
SCO 5.07 Has a hidden CD boot creation feature.

This is directly from SCO technical Article #112505

Can I create my Emergency Floppies to CD rather than floppy?
------------------------------------------------------------
OpenServer 507 _does_ already have the mkdev fd option to create a
Emergency-CD !

See the 507 /usr/lib/mkdev/fd script and note the comment:

# hidden: 5. bootable CD (requires mkisofs, cdrecord) ...

So run "mkdev fd" and on the following menu:

Emergency Boot and Root floppy filesystems option
-------------------------------------------------

Choices for type of floppy filesystem.

1. 96tpi, double sided, 15 sectors per track (1.2M 5.25 inch)
2. 135tpi, double sided, 18 sectors per track (1.44M 3.5 inch)
3. 135tpi, double sided, 36 sectors per track (2.88M 3.5 inch)
4. 135tpi, double sided, 21 sectors per track (1.68M 3.5 inch)

Just press "5" and although not shown it will trigger the creation of
a bootable CD, including mkisofs image creation and cdrecord burning
when you select Single Boot&Root creation and System Specific Boot
(unless the boot kernel can't fit).

If you don't have a recordable CDROM installed, when prompted to enter
a CD to record to, from another console:

# cd /etc/bootroot.d

and you'll find all the files there, in case you wanted to burn the
ISO image using a Windows package, say, Nero on Windows, you'd need to
use the ISO image which is temporarily created as:

/etc/bootroot.d/bootcd.iso

But please note, that at the end of the mkdev fd script a function
called 'cleanup' is called and this will remove the $WORK directory,
which is defined to be /etc/bootroot.d, and as the iso image is in
there, you need to copy it to /tmp before the removal of $WORK.

--------------------------------------------------------------------

This has saved my a** on more then 1 occasion!

Eclectic wave
# 4  
Old 08-05-2008
Did anyone create the bootable CD using above method?
My sco unix server having the following error:

bash-2.03# mkdev fd

--------------------------------------------------------------
FLOPPY FILESYSTEM CREATION AND EMERGENCY BOOT/ROOT SET PROGRAM
--------------------------------------------------------------

Choices for contents of the floppy filesystem.

1. Filesystem
2. Emergency Boot and Root floppy filesystems

Enter an option or q to quit: 2

Emergency Boot and Root floppy filesystems option
-------------------------------------------------

Choices for type of floppy filesystem.

1. 96tpi, double sided, 15 sectors per track (1.2Mb 5.25 inch)
2. 135tpi, double sided, 18 sectors per track (1.44Mb 3.5 inch)
3. 135tpi, double sided, 36 sectors per track (2.88Mb 3.5 inch)
4. 135tpi, double sided, 21 sectors per track (1.68Mb 3.5 inch)

Enter an option or q to quit: 5
Error: Invalid option. Please re-enter option:

My sco version is 5.0.7
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Use 'dd' to copy boot disk to larger target disk

Hi, I'm looking to copy a boot disk on an old Solaris 8 system using dd. I'll bring the system down to single user mode and begin from there. I'm copying my source disk to a larger target disk. Do I need to do anything other than the 'dd' command below because the target disk is bigger? ... (2 Replies)
Discussion started by: sparcman
2 Replies

2. Solaris

How to specify local boot up disk in CD boot Grub?

Hi Solaris 10 Experts, I am wondering what is the correct syntax to edit in Grub when trying to specify the local ZFS boot disk while booting up from a Solaris 10 x86 64bits DVD installation disk. In other word, I try to boot up from local disk without removing the Solaris installation disk... (0 Replies)
Discussion started by: gjackson123
0 Replies

3. AIX

Create First boot AIX 6.1

haii guys,.. How make first boot at AIX 6.1 OS. I Will all new install Aix. How the Command make first boot and step by step new installation Aix 6.1 ? have Idea :)? regard williamen (7 Replies)
Discussion started by: williamen
7 Replies

4. Solaris

Create a boot disk mirror on Solaris 10 x86

I’m setting up a boot disk mirror on Solaris 10 x86. I’m used to doing it on SPARC, where you can copy the partition table using fmthard. My x86 boot disk has 2 primary partitions, a Solaris one and a diagnostic one. Is there a way to copy those 2 primary partitions to the second disk without... (6 Replies)
Discussion started by: TKD
6 Replies

5. Solaris

Boot from Mirrored disk

So I have mirrored disk already set up from c1t0d0 to c1t1d0. Is there some special procedures that I need to do before I do and then try to boot from the mirrored disk? I am using a V490 if that helps... (7 Replies)
Discussion started by: drew_1980
7 Replies

6. HP-UX

How to find out boot disk

Hi, I have two disk in a machine # ioscan -funC disk Class I H/W Path Driver S/W State H/W Type Description ================================================================== disk 0 0/2/1/0.0.0.0.0 sdisk CLAIMED DEVICE HP DH072ABAA6 ... (4 Replies)
Discussion started by: ericbj
4 Replies

7. Solaris

Mounting disk at boot

Hi once more :p Yesterday I reinstalled Solaris OS and now I can not mount pcfs HDD SunOS unknown 5.10 Generic_142901-03 i86pc i386 i86pc and what has been added in /etc/vfstab is /dev/dsk/c1t0d0p1:c - /podaci - pcfs - yes rw But as I said , my disk is... (4 Replies)
Discussion started by: solaris_user
4 Replies

8. UNIX for Advanced & Expert Users

how to create multiple-boot system with disks mirrored(RAID1+0) and disk alone

I have a HP proliant ML 570 G3 with two 146GB disk drives mirrored(RAID1+0) windows server 2003 was installed on that disk. I will add a disk.(scsi 300GB) I will install Linux on that additional disk. I want to create multiple-boot system. Is it possible? I wanna know how to create... (0 Replies)
Discussion started by: lifegeek
0 Replies

9. UNIX for Dummies Questions & Answers

how to make a boot disk

I need to know how to make a boot disk to get Solaris 7 to load on a intel machine. I have checked out Sun.Com, but did not understand how to download and convert the files to a disk. any help would be appericated thanks Bobby (2 Replies)
Discussion started by: Youngadmin
2 Replies

10. UNIX for Dummies Questions & Answers

Boot Disk

I have made my boot disk just as the program has instructed, and when I boot from floppy with dual hard drives it locks up and say's kernal error. What am I doing wrong? (1 Reply)
Discussion started by: bobkat
1 Replies
Login or Register to Ask a Question