Unix and Linux Discussions Tagged with dual boot |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
4,015 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
16,578 |
Windows & DOS: Issues & Discussions |
|
|
|
3 |
3,629 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
6,376 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,256 |
Shell Programming and Scripting |
|
|
|
2 |
5,481 |
Ubuntu |
|
|
|
2 |
2,027 |
Solaris |
|
|
|
5 |
6,083 |
Ubuntu |
|
|
|
4 |
12,030 |
Linux |
|
|
|
3 |
4,436 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
9,193 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
5,922 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
5,590 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,268 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
2,755 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,129 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,957 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,655 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,362 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
12,759 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,093 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,741 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,590 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,557 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,265 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,176 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
12,893 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,799 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
5,142 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
10,876 |
UNIX for Dummies Questions & Answers |
BOOT.CONFIG(5) BSD File Formats Manual BOOT.CONFIG(5)
NAME
boot.config -- Configuration file for the boot blocks
DESCRIPTION
The boot.config file contains options for the FreeBSD boot block code.
When the FreeBSD boot loader runs, it searches the ``a'' slice of the boot partition for a boot.config file (as a result, slices which are
missing an ``a'' partition require user intervention during the boot process). If the boot.config file is found, its contents are used as
the default configuration options for the boot block code and are echoed to the system console.
A valid format of this file is to put BIOS drive number, a controller type, a unit number, a partition, a kernel file name, and any other
valid boot(8) option on a single line, as it is done at the ``boot:'' prompt.
The options related to the boot image selection described below and all the other options available for boot.config are documented in detail
in the boot(8) manual page.
FILES
/boot.config parameters for the boot blocks (optional)
EXAMPLES
The command:
# echo "-P" > /boot.config
will activate the serial console of FreeBSD.
The command:
# echo "1:ad(1,a)/boot/loader" > /boot.config
will instruct the second stage of boot(8) on the first disk to boot with the third boot(8) stage from the second disk.
The command:
# echo "1:ad(1,a)/boot/loader -P" > /boot.config
will do both of the above.
SEE ALSO
boot(8), loader(8)
AUTHORS
This manual page was written by Daniel Gerzo <danger@FreeBSD.org>.
BSD
May 13, 2007 BSD