Sponsored Content
Full Discussion: boot floppy
Top Forums UNIX for Advanced & Expert Users boot floppy Post 25193 by RTM on Thursday 25th of July 2002 10:00:26 PM
Old 07-25-2002
This is the procedure for creating a bootable floppy:

Procedure for creating a bootable SunOS floppy diskette.

1. Insert floppy in Diskette Drive.
2. newfs /dev/rfd0c
3. mount /dev/fd0 /mnt
4. cp /usr/mdec/bootfd /mnt/bootfd
5. cp /usr/kvm/stand/boot.sun4c /mnt/boot
6. /usr/mdec/installboot /mnt/boot bootfd /dev/rfd0c
7. Copy your vmunix kernel to the floppy.

Note: There will only be ~950K remaining so the vmunix
will have to be very small.

Here is a sample installation session:

# newfs /dev/rfd0c
/dev/rfd0c: 2880 sectors in 80cylinders of 2 tracks,
18 sectors
1.5MB in 5 cyl groups (16 c/g, 0.29MB/g, 128 i/g)
super-block backups (for fsck -b #) at:
32, 640, 1184, 1792, 2336,

# mount /dev/fd0 /mnt

# cp /usr/mdec/bootfd /mnt

# cp /usr/kvm/stand/boot.sun4c /mnt/boot

# installboot -v /mnt/boot bootfd /dev/rfd0c
Primary boot: bootfd
Secondary boot: /mnt/boot
Boot device: /dev/rfd0c
Bootblock will contain a.out header
Boot size: 0x1af40
Boot checksum: 0xf22db98e
Boot block installed

# ls /mnt
boot bootfd lost+found

I doubt if you could put all this into some file, ftp it to the p.c., and then put it on the floppy. The problem I see is the newfs command and the installboot command. How to create the floppy
with this... And then how to use it even if you did create it since the SUN system does not have a floppy.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

red hat linux installation boot floppy disk

Hi, My dear friends, I am trying to install red hat linux. I have downloaded its disc1. On the instructions page, the next stage is to make the boot disk, so that I can boot from the floppy. However, I am unable to locate the boot image iso file. I tried on google, but I got a few files which... (3 Replies)
Discussion started by: linuxpenguin
3 Replies

2. AIX

Boot Floppy

Dear Sirs, I would like to make a Boot Floppy for the RS6k F30. Somebody can help me? Spart (1 Reply)
Discussion started by: spartiate
1 Replies

3. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

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)
Discussion started by: johncy_j
0 Replies

4. Ubuntu

Boot Floppy made in external drive

there is probably another post about this, i just can't find it on unix.com or google. basically, i am trying to make a boot floppy via CLI/terminal. the problem is that i use an external drive. when i do the first couple of steps, i get rejected. when i do the mounting and unmounting, all the... (4 Replies)
Discussion started by: Texasone
4 Replies

5. SCO

unixware 7.1.0 boot floppy #2 needed if someone has one.

Hi all, I'm reinstalling unixware 7.1.0 on another machine for a customer that will replace the existing machine that is now in use. When i go to start the install the second floppy is not recognized. These are the original sco floppies. I have recreated the boot floppies from the... (3 Replies)
Discussion started by: RDP
3 Replies

6. Linux

How to install linux in a system without cdrom, usb boot, floppy, other OS?

Hello to everyone, I am new to linux and I want to move to this system after bad experiences with windows. I have also a particular problem. An old laptop is probably able to handle just linux at this point of its life. The cdrom is gone, the bios doesn't have usb boot support, there is no... (6 Replies)
Discussion started by: highkftj
6 Replies

7. Red Hat

boot floppy for fedora 13

Is there a way to create a boot floppy for a fedora 13 system? Rescue disk image from the official boot.iso is too big. (1 Reply)
Discussion started by: druidmatrix
1 Replies

8. Boot Loaders

Reboot and Select Proper Boot device or insert Boot media in select Boot device and press a key

Hello, I have kubuntu on my laptop and now I decided to switch to Windows 7. I made the bios settings properly (first choice is boot from cd\vd) but I see the error " reboot and select proper Boot device or insert Boot media in select Boot device and press a key " I have tried CD and... (0 Replies)
Discussion started by: rpf
0 Replies

9. IP Networking

Boot Floppy with dd and nfs cleint

hi I'm looking for absolutly a minimal Unix or Linux installed on just 1 boot floppy with dd and nfs client. (3 Replies)
Discussion started by: ccc
3 Replies

10. 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
BOOTCD(1)							   bootcd utils 							 BOOTCD(1)

NAME
bootcdflopcp - copy changes made after booting from bootcd to floppy SYNOPSIS
bootcdflopcp [-v] [-d <device>] DESCRIPTION
bootcdflopcp will copy changes made in ram to the floppy disk. bootcdflopcp will be available as soon as your system is running from cd. The floppy has to have a filesystem already. (See mke2fs or mformat). If you have to boot from floppy, because your cd-drive or bios does not support to boot from cd a msdos filesystem is used to run syslinux. When bootcdflopcp is called it searches for differences between RAM and CD. For each different file, it checks if it is listed in the files ignore, remove or change on floppy. If it is listed in change it will be saved to change.tgz on floppy. If it is listed in remove the file will be removed from ram next boot time. If it is listed in ignore it will be ignored. If it is not listed at all you will be interactively asked what to do. OPTIONS
-v The option "-v" (verbose) adds messages on running. -d <device> Use another device instead of "/dev/fd0" to save changes. FILES
FLOPPY:/remove If a file is listed here the file will be deleted from ram next boot time. FLOPPY:/change If a file is listed here bootcdflopcp will save it in change.tgz. FLOPPY:/ignore If a file is listed here bootcdflopcp will ignore changes to this file. FLOPPY:/change.tgz Here all changed files are stored in gzipped tar format. SEE ALSO
bootcd(1), bootcd2disk(1), bootcdwrite(1) AUTHOR
This manual page was written by Bernd Schumacher <bernd.schumacher@hp.com>, for the Debian GNU/Linux system (but may be used by others). Wed Feb 23 00:00:00 EET 2000 BOOTCD(1)
All times are GMT -4. The time now is 08:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy