Add a FAQ entry about how to install a boot manager if another
operating system destroys yours. Submitted by: Chern Lee <chern.lee@windriver.com>
This commit is contained in:
parent
7d6ec30e80
commit
3a512dad5e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9463
2 changed files with 110 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.196 2001/05/16 16:59:53 ue Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.197 2001/05/16 17:03:55 ue Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -4528,6 +4528,60 @@ kern.timecounter.hardware: TSC -> i8254</screen>
|
|||
<programlisting>kern.timecounter.hardware=i8254</programlisting>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="boot-read-error">
|
||||
<para>After the BIOS screen, FreeBSD's boot loader displays
|
||||
<errorname>Read error</errorname> and stops.
|
||||
</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>FreeBSD's boot loader is incorrectly recognizing the hard
|
||||
drive's geometry. This must be manually set within fdisk when
|
||||
creating or modifying FreeBSD's slice.
|
||||
</para>
|
||||
<para>The correct drive geometry values can be found within the
|
||||
machine's BIOS. Look for the number of cylinders, heads and
|
||||
sectors for the particular drive.
|
||||
</para>
|
||||
<para>Within &man.sysinstall.8;'s fdisk, hit
|
||||
<userinput>G</userinput> for:
|
||||
</para>
|
||||
<programlisting>G = set Drive Geometry</programlisting>
|
||||
<para>A dialog will pop up requesting the number of cylinders, heads
|
||||
and sectors. Type the numbers found from the BIOS seperates by
|
||||
forward slashes.
|
||||
</para>
|
||||
<para>5000 heads, 250 sectors and 60 sectors would be entered as
|
||||
<userinput>5000/250/60</userinput>
|
||||
</para>
|
||||
<para>Press enter to set the values, and hit <userinput>W</userinput>
|
||||
for:
|
||||
</para>
|
||||
<programlisting>W = Write Changes</programlisting>
|
||||
<para>This will write the new partition table to the drive.
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="bootmanager-restore">
|
||||
<para>Another operating system destroyed my Boot Manager, how do I
|
||||
get it back?
|
||||
</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>Enter &man.sysinstall.8 and choose Configure,
|
||||
then Fdisk. Select the disk the Boot Manager resided on
|
||||
with the <userinput>space</userinput> key. Press
|
||||
<userinput>W</userinput> to write changes to the drive. A prompt
|
||||
will appear asking which boot loader to install. Select this,
|
||||
and it will be restored.
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</chapter>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.196 2001/05/16 16:59:53 ue Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.197 2001/05/16 17:03:55 ue Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -4528,6 +4528,60 @@ kern.timecounter.hardware: TSC -> i8254</screen>
|
|||
<programlisting>kern.timecounter.hardware=i8254</programlisting>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="boot-read-error">
|
||||
<para>After the BIOS screen, FreeBSD's boot loader displays
|
||||
<errorname>Read error</errorname> and stops.
|
||||
</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>FreeBSD's boot loader is incorrectly recognizing the hard
|
||||
drive's geometry. This must be manually set within fdisk when
|
||||
creating or modifying FreeBSD's slice.
|
||||
</para>
|
||||
<para>The correct drive geometry values can be found within the
|
||||
machine's BIOS. Look for the number of cylinders, heads and
|
||||
sectors for the particular drive.
|
||||
</para>
|
||||
<para>Within &man.sysinstall.8;'s fdisk, hit
|
||||
<userinput>G</userinput> for:
|
||||
</para>
|
||||
<programlisting>G = set Drive Geometry</programlisting>
|
||||
<para>A dialog will pop up requesting the number of cylinders, heads
|
||||
and sectors. Type the numbers found from the BIOS seperates by
|
||||
forward slashes.
|
||||
</para>
|
||||
<para>5000 heads, 250 sectors and 60 sectors would be entered as
|
||||
<userinput>5000/250/60</userinput>
|
||||
</para>
|
||||
<para>Press enter to set the values, and hit <userinput>W</userinput>
|
||||
for:
|
||||
</para>
|
||||
<programlisting>W = Write Changes</programlisting>
|
||||
<para>This will write the new partition table to the drive.
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="bootmanager-restore">
|
||||
<para>Another operating system destroyed my Boot Manager, how do I
|
||||
get it back?
|
||||
</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>Enter &man.sysinstall.8 and choose Configure,
|
||||
then Fdisk. Select the disk the Boot Manager resided on
|
||||
with the <userinput>space</userinput> key. Press
|
||||
<userinput>W</userinput> to write changes to the drive. A prompt
|
||||
will appear asking which boot loader to install. Select this,
|
||||
and it will be restored.
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</chapter>
|
||||
|
||||
|
|
Loading…
Reference in a new issue