|
Lines 1888-1898
Link Here
|
| 1888 |
systems, with the hard disks arranged as the master or |
1888 |
systems, with the hard disks arranged as the master or |
| 1889 |
single device on separate IDE controllers, with FreeBSD |
1889 |
single device on separate IDE controllers, with FreeBSD |
| 1890 |
installed on the secondary IDE controller. The boot blocks |
1890 |
installed on the secondary IDE controller. The boot blocks |
| 1891 |
think the system is installed on ad0 (the second BIOS |
1891 |
think the system is installed on <devicename>ad0</devicename> (the second BIOS |
| 1892 |
disk) while the kernel assigns the first disk on the |
1892 |
disk) while the kernel assigns the first disk on the |
| 1893 |
secondary controller device, ad2. After the device |
1893 |
secondary controller device, <devicename>ad2</devicename>. After the device |
| 1894 |
probing, the kernel tries to mount what the boot blocks |
1894 |
probing, the kernel tries to mount what the boot blocks |
| 1895 |
think is the boot disk, ad0, while it is really ad2, and |
1895 |
think is the boot disk, <devicename>ad0</devicename>, while it is really <devicename>ad2</devicename>, and |
| 1896 |
fails.</para> |
1896 |
fails.</para> |
| 1897 |
|
1897 |
|
| 1898 |
<para>To fix the problem, do one of the following:</para> |
1898 |
<para>To fix the problem, do one of the following:</para> |
|
Lines 1905-1914
Link Here
|
| 1905 |
drop you into the boot loader.</para> |
1905 |
drop you into the boot loader.</para> |
| 1906 |
|
1906 |
|
| 1907 |
<para>Then type |
1907 |
<para>Then type |
| 1908 |
<literal> |
1908 |
<userinput> |
| 1909 |
set |
1909 |
set |
| 1910 |
root_disk_unit="<replaceable>disk_number</replaceable>" |
1910 |
root_disk_unit="<replaceable>disk_number</replaceable>" |
| 1911 |
</literal>. <replaceable>disk_number</replaceable> |
1911 |
</userinput>. <replaceable>disk_number</replaceable> |
| 1912 |
will be <literal>0</literal> if FreeBSD is installed |
1912 |
will be <literal>0</literal> if FreeBSD is installed |
| 1913 |
on the master drive on the first IDE controller, |
1913 |
on the master drive on the first IDE controller, |
| 1914 |
<literal>1</literal> if it is installed on the slave |
1914 |
<literal>1</literal> if it is installed on the slave |
|
Lines 1918-1930
Link Here
|
| 1918 |
installed on the slave of the second IDE |
1918 |
installed on the slave of the second IDE |
| 1919 |
controller.</para> |
1919 |
controller.</para> |
| 1920 |
|
1920 |
|
| 1921 |
<para>Then type <literal>boot</literal>, and your |
1921 |
<para>Then type <userinput>boot</userinput>, and your |
| 1922 |
system should boot correctly.</para> |
1922 |
system should boot correctly.</para> |
| 1923 |
|
1923 |
|
| 1924 |
<para>To make this change permanent (i.e, so you do not |
1924 |
<para>To make this change permanent (i.e, so you do not |
| 1925 |
have to do this every time you reboot or turn on |
1925 |
have to do this every time you reboot or turn on |
| 1926 |
your FreeBSD machine), put the line <literal> |
1926 |
your FreeBSD machine), put the line <userinput> |
| 1927 |
root_disk_unit="<replaceable>disk_number</replaceable>"</literal> |
1927 |
root_disk_unit="<replaceable>disk_number</replaceable>"</userinput> |
| 1928 |
in <filename>/boot/loader.conf.local |
1928 |
in <filename>/boot/loader.conf.local |
| 1929 |
</filename>.</para> |
1929 |
</filename>.</para> |
| 1930 |
</listitem> |
1930 |
</listitem> |