Create boot block on Solaris disk
To make a Solaris disk bootable you need to install the boot block on the disk. This should be done, for example, after copying the primary boot disk to the secondary disk.
installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/c0t1d0s0
Replace c0t1d0s0 with the actual disk name.
Popularity: 3% [?]
Related posts:
- Solaris boot disk copy
- Solaris boot disk copy using dd
- Create and mount ISO image under Solaris
- Using NetBackup to restore boot disk
- Moving filesystems with ufsdump
- Resetting Root Password under Solaris
- Create tarball
- Working with ISO images on Solaris
- Create TAR and pipe through gzip
- Install PHP, Mysql, Apache2 on Solaris 9


