Add errata entry for the busted boot0 in 4.1.
This commit is contained in:
parent
af42d5c4b5
commit
f46f55f219
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7854
1 changed files with 31 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/4.1R/errata.sgml,v 1.1 2000/07/27 13:07:17 jkh Exp $">
|
||||
<!ENTITY title "FreeBSD 4.1 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/releases/4.1R/errata.sgml,v 1.1 2000/07/27 13:07:17 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -40,6 +40,35 @@ Current active security advisories: None
|
|||
|
||||
---- System Update Information:
|
||||
|
||||
The FreeBSD Boot Manager (boot0) has a bug that causes it to hang the machine
|
||||
during boot with no screen output.
|
||||
|
||||
Fix: Boot your machine into FreeBSD either via a boot floppy or a CD-ROM, then
|
||||
download a new boot0 binary from the following location:
|
||||
|
||||
<a href="http://people.FreeBSD.org/~jhb/4.1R/i386/boot0">http://people.FreeBSD.org/~jhb/4.1R/i386/boot0</a>
|
||||
|
||||
Once you have downloaded the new binary, install it with the boot0cfg command
|
||||
onto your hard disk. For example, if you have boot0 on disk ad0, you would
|
||||
run the following command:
|
||||
|
||||
/usr/sbin/boot0cfg -B -b /path/to/downloaded/boot0 ad0
|
||||
|
||||
You may also use cvsup to update your source tree and build the new boot0
|
||||
binary from source. You will need version 1.14.2.3 of
|
||||
src/sys/boot/i386/boot0/boot0.s or newer.
|
||||
|
||||
The MD5 checksum of this file is:
|
||||
|
||||
MD5 (boot0) = 8770a386dba44f0aa06b15db72c1f624
|
||||
|
||||
To verify the checksum of your downloaded copy, perform the following
|
||||
command:
|
||||
|
||||
/sbin/md5 /path/to/downloaded/boot0
|
||||
|
||||
and compare with the above.
|
||||
|
||||
</pre>
|
||||
<p></p><a href="../index.html">Release Home</a>
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue