This commit is contained in:
gferg 2000-11-15 15:14:03 +00:00
parent 98dcb653e8
commit 550cbcc67d
2 changed files with 14 additions and 14 deletions

View File

@ -484,6 +484,7 @@ to have both Linux and NT entries under Lilo menu:
and, after the next re-boot, you will have both 'linux' and 'nt'
entries under Lilo menu.
</itemize>
<sect>Installing <tt/hdc/ to Boot as <tt/hda/ and Using <tt>bios=</tt>

View File

@ -86,7 +86,7 @@ this mini-HOWTO, has been using:
process you'll boot into Linux.
<p>
5. Add NT stanza to /etc/lilo.conf, e.g.:
5. Add NT stanza to <tt>/etc/lilo.conf</tt>, e.g.:
<verb>
other=/dev/sda1
@ -96,7 +96,7 @@ this mini-HOWTO, has been using:
<p>
and run lilo. If lilo complains about this (I forget the message),
add the "linear" flag to /etc/lilo.conf near the "compact" keyword.
add the "linear" flag to <tt>/etc/lilo.conf</tt> near the "compact" keyword.
Furthermore, if your partition table is screwed up by NT you'll
either need to use "ignore-table" or follow the directions in Step 7.
See also "fix-table". The LILO HOWTO is your friend.
@ -161,7 +161,6 @@ Partition 1 does not end on cylinder boundary:
<itemize>
<p>
<item>dd if=/dev/zero of=/dev/sda bs=446 count=1 (in Linux) or perform
a low-level format with the SCSI utilities. I've heard that a
low-level format of an IDE disk is fatal, so don't do it.
@ -319,16 +318,16 @@ Partition 1 does not end on cylinder boundary:
<item>My added NT entry is:
<p>
<verb><tt>
<verb>
other=/dev/hda1
label=nt
</tt></verb>
</verb>
<p>
So, the whole /etc/lilo.conf looks like this:
So, the whole <tt>/etc/lilo.conf</tt> looks like this:
<p>
<verb><tt>
<verb>
boot=/dev/hda
timeout=50
prompt
@ -485,11 +484,11 @@ process shouldn't change too much, if any.
panic! Your Windows NT is still there where you had installed it
before Linux. You should become some familiar with Linux as soon
as possible, in order to be able to find and edit your new
/etc/lilo.conf file. When you open this file for the first time,
<tt>/etc/lilo.conf</tt> file. When you open this file for the first time,
you'll see that there is only one (or more) Linux entry. Well,
you should know the exact position (read: a partition) where
Windows NT has been installed, so you could add an appropriate
entry into /etc/lilo.conf file. After you do that, restart Lilo
entry into <tt>/etc/lilo.conf</tt> file. After you do that, restart Lilo
and, after the next re-boot, you will have both 'linux' and 'nt'
entries under Lilo menu.
@ -497,16 +496,16 @@ process shouldn't change too much, if any.
<item>My added NT entry is:
<p>
<verb><tt>
<verb>
other=/dev/sda1
label=nt
</tt></verb>
</verb>
<p>
So, the whole /etc/lilo.conf looks like this:
So, the whole <tt>/etc/lilo.conf</tt> looks like this:
<p>
<verb><tt>
<verb>
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
@ -525,7 +524,7 @@ process shouldn't change too much, if any.
root=/dev/sda6
other=/dev/hda1
label=nt
</tt></verb>
</verb>
<p>
<item>Some more explanation, regarding details from my <tt>/etc/lilo.conf</tt>