diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2004-07-18 21:39:45 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2004-07-18 21:39:45 +0000 |
| commit | 9e09a91233100a88a71fc30baf1c95283e6399a8 (patch) | |
| tree | bd5730bf37fd6c43ad05358ff69a380e6500a9e2 | |
| parent | 39bcea8689cb7cd9a708fdc5dbf616939161e5e5 (diff) | |
Notes
| -rw-r--r-- | sbin/reboot/boot_i386.8 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 7b98df014737c..e6cf43c9ba00f 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -82,6 +82,14 @@ is invoked. Booting will also be attempted at stage two, if the third stage cannot be loaded. .Pp +Make note of the fact that +.Pa /boot.config +is read only from the +.Ql a +partition. As a result, slices which are missing an +.Ql a +parition require user intervention during the boot process. +.Pp The remainder of this subsection deals only with the boot blocks. The .Xr loader 8 @@ -91,12 +99,12 @@ After the boot blocks have been loaded, you should see a prompt similar to the following: .Bd -literal >> FreeBSD/i386 BOOT -Default: 0:ad(0,a)/kernel +Default: 0:ad(0,a)/boot/loader boot: .Ed .Pp The automatic boot will attempt to load -.Pa /kernel +.Pa /boot/loader from partition .Ql a of either the floppy or the hard disk. |
