Remove solutions for 3.2 and earlier systems.
This commit is contained in:
parent
ea0f60a1a3
commit
78104eb5d4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24535
1 changed files with 4 additions and 32 deletions
|
@ -1964,17 +1964,17 @@ sectors/track: 63</screen>
|
||||||
arranged as the master or single device on separate IDE
|
arranged as the master or single device on separate IDE
|
||||||
controllers, with FreeBSD installed on the secondary IDE
|
controllers, with FreeBSD installed on the secondary IDE
|
||||||
controller. The boot blocks think the system is installed on
|
controller. The boot blocks think the system is installed on
|
||||||
wd1 (the second BIOS disk) while the kernel assigns the first
|
ad0 (the second BIOS disk) while the kernel assigns the first
|
||||||
disk on the secondary controller device wd2. After the device
|
disk on the secondary controller device, ad2. After the device
|
||||||
probing, the kernel tries to mount what the boot blocks think
|
probing, the kernel tries to mount what the boot blocks think
|
||||||
is the boot disk, wd1, while it is really wd2, and
|
is the boot disk, ad0, while it is really ad2, and
|
||||||
fails.</para>
|
fails.</para>
|
||||||
|
|
||||||
<para>To fix the problem, do one of the following:</para>
|
<para>To fix the problem, do one of the following:</para>
|
||||||
|
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>For FreeBSD 3.3 and later, reboot the system and hit
|
<para>Reboot the system and hit
|
||||||
<keycap>Enter</keycap> at the <literal>Booting kernel
|
<keycap>Enter</keycap> at the <literal>Booting kernel
|
||||||
in 10 seconds; hit [Enter] to interrupt</literal> prompt.
|
in 10 seconds; hit [Enter] to interrupt</literal> prompt.
|
||||||
This will drop you into the boot loader.</para>
|
This will drop you into the boot loader.</para>
|
||||||
|
@ -2002,38 +2002,10 @@ sectors/track: 63</screen>
|
||||||
</filename>.</para>
|
</filename>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>If using FreeBSD 3.2 or earlier, at the Boot:
|
|
||||||
prompt, enter <literal>1:wd(2,a)kernel</literal> and
|
|
||||||
press <keycap>Enter</keycap>. If the system starts,
|
|
||||||
then run the command <command>echo "1:wd(2,a)kernel"
|
|
||||||
> /boot.config</command> to make it the default
|
|
||||||
boot string.</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Move the FreeBSD disk onto the primary IDE controller,
|
<para>Move the FreeBSD disk onto the primary IDE controller,
|
||||||
so the hard disks are consecutive.</para>
|
so the hard disks are consecutive.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="&url.books.handbook;/kernelconfig.html">Rebuild
|
|
||||||
your kernel,</ulink> modify the wd configuration lines to
|
|
||||||
read:</para>
|
|
||||||
|
|
||||||
<programlisting>controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
|
|
||||||
disk wd0 at wdc0 drive 0
|
|
||||||
# disk wd1 at wdc0 drive 1 # comment out this line
|
|
||||||
|
|
||||||
controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
|
|
||||||
disk wd1 at wdc1 drive 0 # change from wd2 to wd1
|
|
||||||
disk wd2 at wdc1 drive 1 # change from wd3 to wd2</programlisting>
|
|
||||||
|
|
||||||
<para>Install the new kernel. If you moved your disks and
|
|
||||||
wish to restore the previous configuration, replace the
|
|
||||||
disks in the desired configuration and reboot. Your
|
|
||||||
system should boot successfully.</para>
|
|
||||||
</listitem>
|
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
Loading…
Reference in a new issue