Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unix Boot Floppy

Status
Not open for further replies.

ken07734

Programmer
Feb 6, 2002
625
US
Anyone know how to make a boot floppy?, can I make one from anexisting system that is running it?

 
which OS?

i could make you about 5 boot floppies + all windows varieties ... :)
 
I'll asume you are talking Linux, therefor:

NOTE: these instructions are a cut & paste from the Dennis Warner web site.

Copyright (c) 2002-2003 by Dennis Warner
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation.

The following command will create a Linux boot disk:
# mkbootdisk <kernel version number>

To check out what kernel version you are running, try:
$ uname -r

So, if you are running kernel 2.4.18-4,
the command would look like:

# mkbootdisk 2.4.18-4

You should then see:
Insert a disk in /dev/fd0. Any information on the disk will be lost.
Press <Enter> to continue or ^C to abort:

Note: ^C = Ctrl-C

After pressing <Enter> you should see your floppy drive light come on
and be active for a minute or so.

Once the floppy drive light goes off, mount your floppy:
# mount /dev/fd0 /mnt/floppy
and check out the disk:
# ls /mnt/floppy

You should see the following files:

boot.msg
initrd.img
ldlinux.sys
syslinux.cfg
vmlinuz

Now, try your newly made boot disk out. Make sure it is in the floppy drive and restart your system. When your system begins to restart, go into your BIOS setup. In there, you will need to set the floppy as the first boot drive.

! Make note of your current settings, so you can change them back after the test.

Once you see the boot disk works, label it and store the disk in a safe place. You never know when you will need it!


Relevant help files:
man mkbootdisk
man ls
man uname
-----------------------------
(Saves me typing):)
Good Luck,
Laurie,
 
Actually, I need a boot disk for a voice mial system that uses unix. Audix?
 
Ok so what else can you tell us about this Audix system?

What OS is it running?, I've just done a quick Google but I can't find much of interest?

Laurie.
 
ken07734,

Audix is a voice mail product from Avaya (Lucent). It normally sits on a MAP40 box , running SCO Unixware. Why do you need a boot floppy? If you have questions, why don't you come and join us in the Avaya forum, forum690 . Thats where i found out from a member what version of Unix Audix sits on.
 
ok, I have the floppy's that I need but WinXP will not read them, anyway to copy them?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top