- Change a section id to something closer to the real content of the
section (s/install-floppies/install-boot-media) to ease the read of the file; - Some rewordings for i386 boot part to mention USB stick media. I let floppies part since it's still correct for 7.X; - Updates of some boot messages (still a work in progress); - Add a screenshot for the keyboard selection at sysinstall(8) start which occurs if United States is not selected for the country. PR: docs/145023 Submitted by: Aiza <aiza21@comclark.com>
This commit is contained in:
parent
fd142fe172
commit
48a3db76e8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36267
2 changed files with 45 additions and 19 deletions
en_US.ISO8859-1/books/handbook
|
@ -57,6 +57,7 @@ IMAGES_EN+= install/adduser3.scr
|
|||
IMAGES_EN+= install/boot-loader-menu.scr
|
||||
IMAGES_EN+= install/boot-mgr.scr
|
||||
IMAGES_EN+= install/config-country.scr
|
||||
IMAGES_EN+= install/config-keymap.scr
|
||||
IMAGES_EN+= install/console-saver1.scr
|
||||
IMAGES_EN+= install/console-saver2.scr
|
||||
IMAGES_EN+= install/console-saver3.scr
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
Depending on the method you choose to install &os;, you may
|
||||
also need a floppy drive, a supported CDROM drive, and in some
|
||||
case a network adapter. This will be covered by the <xref
|
||||
linkend="install-floppies">.</para>
|
||||
linkend="install-boot-media">.</para>
|
||||
|
||||
<sect3>
|
||||
<title>&os;/&arch.i386; and &os;/&arch.pc98;</title>
|
||||
|
@ -656,16 +656,16 @@ pqb0.0.1.4.0 PQB0 PCI EIDE</screen>
|
|||
|
||||
<para>If you have purchased FreeBSD on CD or DVD then you already have
|
||||
everything you need, and should proceed to the next section
|
||||
(<xref linkend="install-floppies">).</para>
|
||||
(<xref linkend="install-boot-media">).</para>
|
||||
|
||||
<para>If you have not obtained the FreeBSD installation files you should
|
||||
skip ahead to <xref linkend="install-diff-media"> which explains how
|
||||
to prepare to install FreeBSD from any of the above. After reading
|
||||
that section, you should come back here, and read on to
|
||||
<xref linkend="install-floppies">.</para>
|
||||
<xref linkend="install-boot-media">.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="install-floppies">
|
||||
<sect2 id="install-boot-media">
|
||||
<title>Prepare the Boot Media</title>
|
||||
|
||||
<para>The FreeBSD installation process is started by booting your
|
||||
|
@ -925,9 +925,10 @@ We can take no responsibility for lost disk contents!</literallayout>
|
|||
<literal>Floppy</literal>, <literal>CDROM</literal>,
|
||||
<literal>First Hard Disk</literal>, and so on.</para>
|
||||
|
||||
<para>If you needed to prepare boot floppies, then make sure that the
|
||||
floppy disk is selected. If you are booting from the CDROM then
|
||||
make sure that that is selected instead. In case of doubt, you
|
||||
<para>If you are booting from the CDROM then make sure that
|
||||
the CDROM is selected. If you are booting from a USB disk or
|
||||
a floppy disk then
|
||||
make sure that is selected instead. In case of doubt, you
|
||||
should consult the manual that came with your computer, and/or its
|
||||
motherboard.</para>
|
||||
|
||||
|
@ -936,16 +937,23 @@ We can take no responsibility for lost disk contents!</literallayout>
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para>If you needed to prepare boot floppies, as described in
|
||||
<xref linkend="install-floppies">, then one of them will be the
|
||||
first boot disc, probably the one containing
|
||||
<filename>boot.flp</filename>. Put this disc in your floppy
|
||||
drive.</para>
|
||||
<para>If you prepared a <quote>bootable</quote> USB stick, as described in
|
||||
<xref linkend="install-boot-media">, then plug in your USB
|
||||
stick before turning on the computer.</para>
|
||||
|
||||
<para>If you are booting from CDROM, then you will need to turn on
|
||||
the computer, and insert the CDROM at the first
|
||||
opportunity.</para>
|
||||
|
||||
<note>
|
||||
<para>For &os; 7.3 and previous versions, installation
|
||||
boot floppies are available and can be prepared as
|
||||
described in <xref linkend="install-boot-media">. One of
|
||||
them will be the first boot disc:
|
||||
<filename>boot.flp</filename>. Put this disc in your
|
||||
floppy drive and boot the computer.</para>
|
||||
</note>
|
||||
|
||||
<para>If your computer starts up as normal and loads your existing
|
||||
operating system, then either:</para>
|
||||
|
||||
|
@ -973,6 +981,7 @@ We can take no responsibility for lost disk contents!</literallayout>
|
|||
will see a display similar to this (version information omitted):</para>
|
||||
|
||||
<screen>Booting from CD-Rom...
|
||||
645MB medium detected
|
||||
CD Loader 1.2
|
||||
|
||||
Building the boot loader arguments
|
||||
|
@ -980,12 +989,12 @@ Looking up /BOOT/LOADER... Found
|
|||
Relocating the loader and the BTX
|
||||
Starting the BTX loader
|
||||
|
||||
BTX loader 1.00 BTX version is 1.01
|
||||
Console: internal video/keyboard
|
||||
BTX loader 1.00 BTX version is 1.02
|
||||
Consoles: internal video/keyboard
|
||||
BIOS CD is cd0
|
||||
BIOS drive C: is disk0
|
||||
BIOS drive D: is disk1
|
||||
BIOS 639kB/261120kB available memory
|
||||
BIOS 636kB/261056kB available memory
|
||||
|
||||
FreeBSD/i386 bootstrap loader, Revision 1.1
|
||||
|
||||
|
@ -1020,7 +1029,7 @@ Insert disk labelled "Kernel floppy 1" and press any key...</screen>
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para>Whether you booted from floppy or CDROM, the
|
||||
<para>Whether you booted from CDROM, USB stick or floppy, the
|
||||
boot process will then get to the &os; boot loader
|
||||
menu:</para>
|
||||
|
||||
|
@ -1056,7 +1065,7 @@ Insert disk labelled "Kernel floppy 1" and press any key...</screen>
|
|||
|
||||
<step>
|
||||
<para>If you needed to prepare boot floppies, as described in
|
||||
<xref linkend="install-floppies"> then one of them will be the
|
||||
<xref linkend="install-boot-media"> then one of them will be the
|
||||
first boot disc, probably the one containing
|
||||
<filename>boot.flp</filename>. Put this disc in your floppy
|
||||
drive and type the following command to boot the disk
|
||||
|
@ -1248,7 +1257,7 @@ Mounting root from ufs:/dev/md0c
|
|||
<para>For &os; 6.2 and later, after the procedure of device
|
||||
probing, you will see <xref linkend="config-country">. Use the
|
||||
arrow key to choose a country, region, or group. Then press
|
||||
<keycap>Enter</keycap>, it will set your country and keymap
|
||||
<keycap>Enter</keycap>, it will set your country
|
||||
easily. It is also easy to exit the
|
||||
<application>sysinstall</application> program and start over again.
|
||||
</para>
|
||||
|
@ -1263,6 +1272,22 @@ Mounting root from ufs:/dev/md0c
|
|||
</mediaobject>
|
||||
</figure>
|
||||
|
||||
<para>If you selected <guimenuitem>United States</guimenuitem>
|
||||
as country, the standard American keyboard map will be used,
|
||||
if a different country is chosen the following menu will be
|
||||
displayed. Use the arrow keys to choose the correct keyboard
|
||||
map and press <keycap>Enter</keycap>.</para>
|
||||
|
||||
<figure id="config-keymap">
|
||||
<title>Selecting Keyboard Menu</title>
|
||||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/config-keymap" format="PNG">
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
||||
<figure id="sysinstall-exit">
|
||||
<title>Select Sysinstall Exit</title>
|
||||
|
||||
|
@ -4421,7 +4446,7 @@ Please press any key to reboot.</screen>
|
|||
machine to act as the main display and keyboard for a
|
||||
system. To do this, just follow the steps to create
|
||||
installation floppies, explained in <xref
|
||||
linkend="install-floppies">.</para>
|
||||
linkend="install-boot-media">.</para>
|
||||
|
||||
<para>To modify these floppies to boot into a serial console, follow
|
||||
these steps:</para>
|
||||
|
|
Loading…
Reference in a new issue