1grub(5) Standards, Environments, and Macros grub(5)
2
3
4
6 grub - GRand Unified Bootloader software on Solaris
7
9 The current release of the Solaris operating system is shipped with the
10 GRUB (GRand Unified Bootloader) software. GRUB is developed and sup‐
11 ported by the Free Software Foundation.
12
13
14 The overview for the GRUB Manual, accessible at www.gnu.org, describes
15 GRUB:
16
17
18 Briefly, a boot loader is the first software program that runs when a
19 computer starts. It is responsible for loading and transferring control
20 to an operating system kernel software (such as Linux or GNU Mach). The
21 kernel, in turn, initializes the rest of the operating system (for
22 example, a GNU [Ed. note: or Solaris] system).
23
24
25 GNU GRUB is a very powerful boot loader that can load a wide variety of
26 free, as well as proprietary, operating systems, by means of chain-
27 loading. GRUB is designed to address the complexity of booting a per‐
28 sonal computer; both the program and this manual are tightly bound to
29 that computer platform, although porting to other platforms may be
30 addressed in the future. [Ed. note: Sun has ported GRUB to the Solaris
31 operating system.]
32
33
34 One of the important features in GRUB is flexibility; GRUB understands
35 filesystems and kernel executable formats, so you can load an arbitrary
36 operating system the way you like, without recording the physical posi‐
37 tion of your kernel on the disk. Thus you can load the kernel just by
38 specifying its file name and the drive and partition where the kernel
39 resides.
40
41
42 Among Solaris machines, GRUB is supported on x86 platforms. The GRUB
43 software that is shipped with Solaris adds two utilities not present in
44 the open-source distribution:
45
46 bootadm(1M) Enables you to manage the boot archive and make
47 changes to the GRUB menu.
48
49
50 installgrub(1M) Loads the boot program from disk.
51
52
53
54 Both of these utilities are described in Solaris man pages.
55
56
57 Beyond these two Solaris-specific utilities, the GRUB software is
58 described in the GRUB manual, a PDF version of which is available from
59 the Sun web site. Available in the same location is the grub(8) open-
60 source man page. This man page describes the GRUB shell.
61
63 boot(1M), bootadm(1M), installgrub(1M)
64
65
66 Solaris Express Installation Guide: Basic Installations
67
68
69 System Administration Guide: Basic Administration
70
71
72 http://www.gnu.org/software/grub
73
74
75
76SunOS 5.11 21 Apr 2005 grub(5)