September 2000
Beginner
1312 pages
33h 47m
English
/usr/sbin/installboot bootblk raw-disk-device
installboot pboot bootblk raw-disk-device
The boot(1M) program, ufsboot, is loaded from disk by the bootblock program that resides in the boot area of a disk partition.
The ufs boot objects are platform dependent and reside in the /usr/platform/platform-name/lib/fs/ufs directory. You can find the platform name by using the -i option of uname(1).
| bootblk | The name of the bootblock code. |
| raw-disk-device | |
| The name of the disk device onto which the bootblock code is to be installed; the device must be a character device that is readable and writeable. Naming conventions for a SCSI or IPI drive ... | |