diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-22 10:55:55 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-22 10:55:55 +0000 |
commit | cf3784b77496848e7af97ba3a68a7b31c163f83d (patch) | |
tree | 604f0dd9298c3474e37984b562532e4cb6412023 /share | |
parent | 1c4fc5f82440f710a01209caacdbb8859b70992a (diff) | |
download | FreeBSD-src-cf3784b77496848e7af97ba3a68a7b31c163f83d.zip FreeBSD-src-cf3784b77496848e7af97ba3a68a7b31c163f83d.tar.gz |
Document the "old boot blocks" problem.
Diffstat (limited to 'share')
-rw-r--r-- | share/FAQ/TROUBLESHOOTING | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/FAQ/TROUBLESHOOTING b/share/FAQ/TROUBLESHOOTING index 29028b7..acc0e3a 100644 --- a/share/FAQ/TROUBLESHOOTING +++ b/share/FAQ/TROUBLESHOOTING @@ -54,6 +54,20 @@ Solution: There are several possible solutions. The first, --- +Summary: When I boot for the first time, it still looks for /386bsd! + +Cause: You still have the old FreeBSD 1.x boot blocks on your + boot partition. + +Solution: You should re-enter the installation process, invoke + the (F)disk editor and chose the (W)rite option. This + won't hurt an existing installation and will make sure + that the new boot blocks get written to the drive. + If you're installing for the first time, don't forget + to (W)rite out your new boot blocks! :-) + +--- + Summary: I want to boot FreeBSD off the second drive. It doesn't! Cause: FreeBSD will actually install just fine on a drive other |