OpenBoot 2.x Command Reference Manual

Procedure for the Solaris 2.0 or 2.1 Operating Environment

Use the following procedure if you are using the Solaris 2.0 or 2.1 operating environment.

  1. Format the diskette.


    hostname# fdformat 
    

  2. Create the diskette's file systems.


    hostname# /usr/sbin/newfs  /dev/rdiskette 
    

  3. Mount the diskette.


    hostname# mount /dev/diskette  /mnt 
    

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


    hostname# cp /ufsboot  /mnt 
    

  5. Install a boot block on the floppy.


    hostname# /usr/sbin/installboot /usr/lib/fs/ufs/bootblk /dev/rdiskette 
    

  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