JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Booting and Shutting Down Oracle Solaris on x86 Platforms     Oracle Solaris 11 Information Library
search filter icon
search icon

Document Information

About This Book

1.  Booting and Shutting Down an x86 Based System (Overview)

2.  Booting an x86 Based System to a Specified State (Tasks)

3.  Shutting Down a System (Tasks)

4.  Rebooting an x86 Based System (Tasks)

5.  Booting an x86 Based System From the Network (Tasks)

6.  Modifying Boot Parameters on an x86 Based System (Tasks)

7.  Creating, Administering, and Booting From ZFS Boot Environments on x86 Platforms (Tasks)

8.  Keeping an x86 Based System Bootable (Tasks)

Keeping an x86 Based System Bootable (Task Map)

Description of the Oracle Solaris Boot Archives

Obtaining Information About the Location and Contents of the x86 Boot Archive

How to List the Contents of the Boot Archive

Managing the Boot Archive SMF Service

Determining Whether the boot-archive SMF Service Is Running

How to Enable or Disable the boot-archive SMF Service

Maintaining the Integrity of the Boot Archives

How to Clear a Failed Automatic Boot Archive Update by Using the auto-reboot-safe Property

How to Clear a Failed Automatic Boot Archive Update by Manually Updating the Boot Archive

9.  Troubleshooting Booting an x86 Based System (Tasks)

Index

Description of the Oracle Solaris Boot Archives

When you install Oracle Solaris, the bootadm command creates a boot archive on your system. A boot archive is a subset of a root file system. This boot archive contains all of the kernel modules, driver.conf files, in addition to a few configuration files. These files are located in the /etc directory. The files in the boot archive are read by the kernel before the root file system is mounted. After the root file system is mounted, the boot archive is discarded by the kernel from memory. Then, file I/O is performed against the root device.

In addition, the bootadm command handles the details of boot archive update and verification. During the process of a normal system shutdown, the shutdown process compares the boot archive's contents with the root file system. If there have been updates to the system such as drivers or configuration files, the boot archive is rebuilt to include these changes so that upon reboot, the boot archive and root file system are synchronized.

Obtaining Information About the Location and Contents of the x86 Boot Archive

The files in the x86 boot archive are located in the /platform/i86pc/amd64/boot_archive directory. You can list the contents of the boot archive by using the bootadm list-archive command, as described in the following procedure. Whenever any files in the boot archive are updated, the archive must be rebuilt. For modifications to take effect, the rebuild of the archive must take place before the next system reboot.

How to List the Contents of the Boot Archive

  1. Become the root role.
  2. To list the files and directories that are included in the boot archive, type:
    # bootadm list-archive