File: silo-installer.xml

package info (click to toggle)
installation-guide 20190622
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 36,344 kB
  • sloc: xml: 45,741; sh: 1,283; perl: 427; awk: 199; makefile: 118; python: 101
file content (25 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->

  <sect3 arch="sparc">
  <title>Install the <command>SILO</command> Boot Loader
         on a Hard Disk</title>
<para>

The standard &architecture; boot loader is called <quote>silo</quote>.
It is documented in
<filename>/usr/share/doc/silo/</filename>. <command>SILO</command> is
similar in configuration and usage to <command>LILO</command>, with
a few exceptions. First of all, <command>SILO</command> allows you to
boot any kernel image on your drive, even if it is not listed in
<filename>/etc/silo.conf</filename>.  This is because
<command>SILO</command> can actually read Linux partitions.  Also,
<filename>/etc/silo.conf</filename> is read at boot time, so there is
no need to rerun <command>silo</command> after installing a new kernel
like you would with <command>LILO</command>. <command>SILO</command>
can also read UFS partitions, which means it can boot SunOS/Solaris
partitions as well. This is useful if you want to install GNU/Linux
alongside an existing SunOS/Solaris install.

</para>
  </sect3>