JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 10 9/10 Installation Guide: Network-Based Installations
search filter icon
search icon

Document Information

Preface

Part I Planning to Install Over the Network

1.  Where to Find Solaris Installation Planning Information

2.  Preconfiguring System Configuration Information (Tasks)

3.  Preconfiguring With a Naming Service or DHCP

Part II Installing Over a Local Area Network

4.  Installing From the Network (Overview)

5.  Installing From the Network With DVD Media (Tasks)

Task Map: Installing From the Network With DVD Media

Creating an Install Server With DVD Media

To Create an Install Server With SPARC or x86 DVD Media

Creating a Boot Server on a Subnet With a DVD Image

To Create a Boot Server on a Subnet With a DVD Image

Adding Systems to Be Installed From the Network With a DVD Image

To Add Systems to Be Installed From the Network With add_install_client (DVD)

Installing the System From the Network With a DVD Image

SPARC: To Install the Client Over the Network (DVD)

x86: To Install the Client Over the Network With GRUB (DVD)

6.  Installing From the Network With CD Media (Tasks)

7.  Patching the Miniroot Image (Tasks)

8.  Installing Over the Network (Examples)

9.  Installing From the Network (Command Reference)

Part III Installing Over a Wide Area Network

10.  WAN Boot (Overview)

11.  Preparing to Install With WAN Boot (Planning)

12.  Installing With WAN Boot (Tasks)

13.  SPARC: Installing With WAN Boot (Tasks)

14.  SPARC: Installing With WAN Boot (Examples)

15.  WAN Boot (Reference)

Part IV Appendixes

A.  Troubleshooting (Tasks)

B.  Installing or Upgrading Remotely (Tasks)

Glossary

Index

Installing the System From the Network With a DVD Image

After you add the system as an installation client, you can install the client from the network. This section describes the following tasks.

SPARC: To Install the Client Over the Network (DVD)

Before You Begin

This procedure assumes that you have completed the following tasks.

  1. Turn on the client system.

    If the system is currently running, bring the system to run level 0.

    The ok prompt is displayed.

  2. Boot the system from the network.
    • To install with the Solaris interactive installation GUI, type the following command.
      ok boot net
    • To install with the Solaris interactive text installer in a desktop session, type the following command.
      ok boot net - text
    • To install with the Solaris interactive text installer in a console session, type the following command.
      ok boot net - nowin

    The system boots from the network.

  3. If you are prompted, answer the system configuration questions.

    If you are using the GUI, after you confirm the system configuration information, the Welcome to Solaris panel appears.

  4. If you are prompted, answer any additional questions to complete your installation.
See Also

For information about how to complete an interactive installation with the Solaris installation GUI, see To Install or Upgrade With the Solaris Installation Program With GRUB in Oracle Solaris 10 9/10 Installation Guide: Basic Installations.

x86: To Install the Client Over the Network With GRUB (DVD)

The Solaris installation programs for x86 based systems use the GRUB boot loader. This procedure describes how to install an x86 based system over the network with the GRUB boot loader. For overview information about the GRUB boot loader, see Chapter 7, SPARC and x86 Based Booting (Overview and Planning), in Oracle Solaris 10 9/10 Installation Guide: Planning for Installation and Upgrade.

To install the system over the network, you must instruct the client system to boot over the network. Enable network boot on the client system by using the BIOS setup program in the system BIOS, the network adapter BIOS, or both. On some systems, you must also adjust the boot device priority list so that network boot is attempted before booting from other devices. See the manufacturer's documentation for each setup program, or watch for setup program instructions during boot.

Before You Begin

This procedure assumes that you have completed the following tasks.

This procedure also assumes that your system can boot from the network.

  1. Turn on the system.
  2. Type the appropriate keystroke combination to enter the system BIOS.

    Some PXE-capable network adapters have a feature that enables PXE boot if you type a particular keystroke in response to a brief boot-time prompt.

  3. In the system BIOS, instruct the system to boot from the network.

    See your hardware documentation for information about how to set the boot priority in the BIOS.

  4. Exit the BIOS.

    The system boots from the network. The GRUB menu is displayed.


    Note - The GRUB menu that is displayed on your system might vary from the following sample, depending on the configuration of your network installation server.


    GNU GRUB version 0.95 (631K lower / 2095488K upper memory)
    +-----------------------------------------------------------------------------------------------------------+
    | Solaris 10 9/10 /cdrom0                                                           
    |                                                                                                           |
    |                                                                                                           |
    +-----------------------------------------------------------------------------------------------------------+
    Use the ^ and v keys to select which entry is highlighted.
    Press enter to boot the selected OS, 'e' to edit the
    commands before booting, or 'c' for a command-line.
  5. Select the appropriate installation option.
    • To install the Solaris OS from the network, select the appropriate Solaris entry on the menu, then press Enter.

      Select this entry if you want to install from the network installation server you set up in To Create an Install Server With SPARC or x86 DVD Media.

    • To install the Solaris OS from the network with specific boot arguments, follow these steps.

      You might need to set specific boot arguments if you want to modify the device configuration during the installation, and did not set these boot arguments previously with the add_install_client command as described in To Add Systems to Be Installed From the Network With add_install_client (DVD).

      1. On the GRUB menu, select the installation option you want to edit, then press e.

        Boot commands that are similar to the following text are displayed in the GRUB menu.

        kernel /I86pc.Solaris_10/multiboot kernel/unix \
        -B install_media=192.168.2.1:/export/cdrom0/boot \
        module /platform/i86pc/boot_archive
      2. Use the arrow keys to select the boot entry that you want to edit, then press e.

        The boot command that you want to edit is displayed in the GRUB edit window.

      3. Edit the command by typing the boot arguments or options you want to use.

        The command syntax for the Grub edit menu is as follows.

        grub edit>kernel /image_directory/multiboot kernel/unix/ \
        install [url|ask] -B options install_media=media_type

        For information about boot arguments and command syntax, see Table 9-1.

      4. To accept your edits and return to the GRUB menu, press Enter.

        Note - To cancel your edits and return to the GRUB menu, press Escape.


        The GRUB menu is displayed. The edits you made to the boot command are displayed.

      5. To begin the installation, type b in the GRUB menu.

    The Solaris installation program checks the default boot disk for the requirements to install or upgrade the system. If the Solaris installation cannot detect the system configuration, the program prompts you for any missing information.

    When the check is completed, the installation selection screen is displayed.

  6. Select an installation type.

    The installation selection screen displays the following options.

          Select the type of installation you want to perform:
    
             1 Solaris Interactive
             2 Custom JumpStart
             3 Solaris Interactive Text (Desktop session)
             4 Solaris Interactive Text (Console session)
             5 Apply driver updates
             6 Single user shell
    
             Enter the number of your choice followed by the <ENTER> key.
             Alternatively, enter custom boot arguments directly.
    
             If you wait 30 seconds without typing anything,
             an interactive installation will be started.
    • To install the Solaris OS, choose from the following options.
      • To install with the Solaris interactive installation GUI, type 1, then press Enter.
      • To install with the interactive text installer in a desktop session, type 3, then press Enter.

        Select this installation type to override the default GUI installer and run the text installer.

      • To install with the interactive text installer in a console session, type 4, then press Enter.

        Select this installation type to override the default GUI installer and run the text installer.

      If you want to perform an unattended custom JumpStart installation (option 2), see Oracle Solaris 10 9/10 Installation Guide: Custom JumpStart and Advanced Installations.

      For detailed information about the Solaris installation GUI and text installer, see System Requirements and Recommendations in Oracle Solaris 10 9/10 Installation Guide: Planning for Installation and Upgrade.

      The system configures the devices and interfaces, and searches for configuration files.The installation program begins. Go to Step 7 to continue the installation.

    • To perform system administration tasks before your installation, choose from the following options.
      • To update drivers or install an install time update (ITU), insert the update media, type 5, then press Enter.

        You might need to update drivers or install an ITU to enable the Solaris OS to run on your system. Follow the instructions for your driver update or ITU to install the update.

      • To perform system administration tasks, type 6, then press Enter.

        You might want to launch a single user shell if you need to perform any system administration tasks on your system before you install. For information about system administration tasks you can perform prior to installation, see System Administration Guide: Basic Administration.

      After you perform these system administration tasks, the previous list of options is displayed. Select the appropriate option to continue the installation.

  7. If you are prompted, answer the system configuration questions.

    If you are using the installation GUI, after you confirm the system configuration information, the Welcome to Solaris panel appears.

  8. If you are prompted, answer any additional questions to complete your installation.
  9. After the system boots and installs over the network, instruct the system to boot from the disk drive on subsequent boots.

    Note - When you boot the system after the installation, a GRUB menu lists the operating systems that are installed, including the newly-installed Solaris OS. Select which operating system you want to boot. The default selection loads if you do not make another selection.


Next Steps

If you install multiple operating systems on your machine, you need to instruct the GRUB boot loader to recognize these operating systems in order to boot. For more information, see Modifying Boot Behavior on x86 Based Systems in System Administration Guide: Basic Administration.

See Also

For information about how to complete an interactive installation with the Solaris installation GUI, see To Install or Upgrade With the Solaris Installation Program With GRUB in Oracle Solaris 10 9/10 Installation Guide: Basic Installations.