OpenBoot 2.x Command Reference Manual

Procedure for the Pre-Solaris 2.0 Operating Environment

Use the following procedure if you are using a pre-Solaris 2.0 version of the operating system.

  1. Format the diskette.


    hostname# fdformat 
    

  2. Create the diskette's file systems.


    hostname# /usr/etc/newfs  /dev/rfd0a 
    

  3. Mount the diskette.


    hostname# mount /dev/fd0a  /mnt 
    

  4. Copy the second-level disk booter to the diskette.


    hostname# cp /boot  /mnt
    

  5. Install a boot block on the floppy.


    hostname# /usr/mdec/installboot /mnt/boot /usr/mdec/bootfd /dev/rfd0a 
    

  6. Copy the file you want to boot to /mnt.

  7. Unmount the diskette and remove it from the drive.


    hostname# umount /mnt 
    hostname# eject floppy