Use 'fdisk' instead of 'boot0cfg' in the last update, since boot0cfg isn't
on the fixit floppy. Spotted by: jhb Pointy hat to: ben
This commit is contained in:
parent
9e0ebb4e14
commit
9402006fe6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7741
2 changed files with 4 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.80 2000/07/25 18:24:48 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.81 2000/07/28 00:37:03 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
@ -1360,8 +1360,7 @@ CD-ROM #2 (the <quote>live</quote> file system option) as appropriate
|
|||
and enter the fixit shell. Then execute the following command:
|
||||
</para>
|
||||
|
||||
<screen><prompt>Fixit#</prompt> <userinput>boot0cfg -B <replaceable>bootdevice</replaceable></userinput></screen>
|
||||
<para></para>
|
||||
<screen><prompt>Fixit#</prompt> <userinput>fdisk -B -b /boot/boot0 <replaceable>bootdevice</replaceable></userinput></screen>
|
||||
|
||||
<para>substituting <replaceable>bootdevice</replaceable> for your real
|
||||
boot device such as <devicename>ad0</devicename> (first IDE disk),
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.80 2000/07/25 18:24:48 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.81 2000/07/28 00:37:03 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
@ -1360,8 +1360,7 @@ CD-ROM #2 (the <quote>live</quote> file system option) as appropriate
|
|||
and enter the fixit shell. Then execute the following command:
|
||||
</para>
|
||||
|
||||
<screen><prompt>Fixit#</prompt> <userinput>boot0cfg -B <replaceable>bootdevice</replaceable></userinput></screen>
|
||||
<para></para>
|
||||
<screen><prompt>Fixit#</prompt> <userinput>fdisk -B -b /boot/boot0 <replaceable>bootdevice</replaceable></userinput></screen>
|
||||
|
||||
<para>substituting <replaceable>bootdevice</replaceable> for your real
|
||||
boot device such as <devicename>ad0</devicename> (first IDE disk),
|
||||
|
|
Loading…
Reference in a new issue