![]()
Booting and Loading the Solaris OS for x86 Platforms With a USB Flash DriveThis article describes how to format and copy the Solaris 10 OS for x86 platforms from a boot DVD or ISO image to a USB flash drive, with instructions for configuration and automation. Community-Submitted Article How to Leave Comments or Tag Pages1. Register. |
|
Comments (1)
Feb 19, 2009
itcbgb says:
Thanks for posting this! It helped a lot. FYI: tweaking install-discovery is ...Thanks for posting this! It helped a lot. FYI: tweaking install-discovery is actually all that is required within the miniboot. You can use a compressed archive (tar/gzip/bzip/zip) for the pre and post scripts, rules[.ok] and sysidcfg. Just modify your GRUB command:
kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix - install file:///cdrom/Site_Files/Client1/config.zip -B install_media=cdrom
***note: file://..... does not work - or at least it didn't for me - it must be file:///........
For further reference take a look at: http://docs.sun.com/app/docs/doc/820-4042 (Solaris 10 5/08 Installation Guide: Custom JumpStart and Advanced Installations).
B.