- Update the floppy section for installation.
This commit is contained in:
parent
d3ccc5bf6f
commit
7dfa7c044e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30386
1 changed files with 7 additions and 12 deletions
|
@ -687,11 +687,6 @@ pqb0.0.1.4.0 PQB0 PCI EIDE</screen>
|
|||
<filename>README.TXT</filename> in the same directory for the
|
||||
most up to date information about these floppy images.</para>
|
||||
|
||||
<note><para>Additional device drivers may
|
||||
be necessary for 5.X systems older than &os; 5.3.
|
||||
These drivers are provided on the
|
||||
<filename>drivers.flp</filename> image.</para></note>
|
||||
|
||||
<important>
|
||||
<para>Your FTP program must use <emphasis>binary mode</emphasis>
|
||||
to download these disk images. Some web browsers have been
|
||||
|
@ -742,7 +737,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE</screen>
|
|||
CDROM is the <devicename>E:</devicename> drive, then you would
|
||||
run this:</para>
|
||||
|
||||
<screen><prompt>E:\></prompt> <userinput>tools\fdimage floppies\kern.flp A:</userinput></screen>
|
||||
<screen><prompt>E:\></prompt> <userinput>tools\fdimage floppies\boot.flp A:</userinput></screen>
|
||||
|
||||
<para>Repeat this command for each <filename>.flp</filename>
|
||||
file, replacing the floppy disk each time, being sure to label
|
||||
|
@ -759,7 +754,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE</screen>
|
|||
write the image files directly to disk. On FreeBSD, you would
|
||||
run:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>dd if=boot.flp of=/dev/fd0</userinput></screen>
|
||||
|
||||
<para>On FreeBSD, <filename>/dev/fd0</filename> refers to the
|
||||
first floppy disk (the <devicename>A:</devicename> drive).
|
||||
|
@ -842,7 +837,7 @@ We can take no responsibility for lost disk contents!</literallayout>
|
|||
<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>kern.flp</filename>. Put this disc in your floppy
|
||||
<filename>boot.flp</filename>. Put this disc in your floppy
|
||||
drive.</para>
|
||||
|
||||
<para>If you are booting from CDROM, then you will need to turn on
|
||||
|
@ -911,7 +906,7 @@ FreeBSD/i386 bootstrap loader, Revision 0.8
|
|||
|
||||
/kernel text=0x277391 data=0x3268c+0x332a8 |
|
||||
|
||||
Please insert MFS root floppy and press enter:</screen>
|
||||
Insert disk labelled "Kernel floppy 1" and press any key...</screen>
|
||||
|
||||
<para>Follow these instructions by removing the
|
||||
<filename>boot.flp</filename> disc, insert the
|
||||
|
@ -4092,7 +4087,7 @@ Please press any key to reboot.</screen>
|
|||
made, FreeBSD would boot into its normal install mode. We
|
||||
want FreeBSD to boot into a serial console for our
|
||||
install. To do this, you have to mount the
|
||||
<filename>kern.flp</filename> floppy onto your FreeBSD
|
||||
<filename>boot.flp</filename> floppy onto your FreeBSD
|
||||
system using the &man.mount.8; command.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount /dev/fd0 /mnt</userinput></screen>
|
||||
|
@ -4138,7 +4133,7 @@ Please press any key to reboot.</screen>
|
|||
<title>Booting Up for the Install</title>
|
||||
|
||||
<para>It is now time to go ahead and start the install. Put
|
||||
the <filename>kern.flp</filename> floppy in the floppy
|
||||
the <filename>boot.flp</filename> floppy in the floppy
|
||||
drive of the machine you are doing the headless install
|
||||
on, and power on the machine.</para>
|
||||
</step>
|
||||
|
@ -4157,7 +4152,7 @@ Please press any key to reboot.</screen>
|
|||
|
||||
<para>That's it! You should now be able to control the headless machine
|
||||
through your <command>cu</command> session. It will ask you to
|
||||
put in the <filename>mfsroot.flp</filename>, and then it will come up
|
||||
put in the <filename>kern1.flp</filename>, and then it will come up
|
||||
with a selection of what kind of terminal to use. Select the
|
||||
FreeBSD color console and proceed with your install!</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue