old-www/HOWTO/Multiboot-with-LILO-3.html

68 lines
1.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Win95 + WinNT + Linux multiboot using LILO mini-HOWTO: The Linux part</TITLE>
<LINK HREF="Multiboot-with-LILO-4.html" REL=next>
<LINK HREF="Multiboot-with-LILO-2.html" REL=previous>
<LINK HREF="Multiboot-with-LILO.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="Multiboot-with-LILO-4.html">Next</A>
<A HREF="Multiboot-with-LILO-2.html">Previous</A>
<A HREF="Multiboot-with-LILO.html#toc3">Contents</A>
<HR>
<H2><A NAME="s3">3. The Linux part</A></H2>
<P>This will involve editing the /etc/lilo.conf file and reinstalling LILO.
The following should already be present in /etc/lilo.conf:
<BLOCKQUOTE><CODE>
<PRE>
boot=/dev/hda
</PRE>
</CODE></BLOCKQUOTE>
<P>The Linux stanza should also be already present:
<BLOCKQUOTE><CODE>
<PRE>
# Linux stanza
image=/vmlinuz
root=/dev/hdc1
label=Linux
# End Linux stanza
</PRE>
</CODE></BLOCKQUOTE>
<P>Now add the Windows 95 stanza:
<BLOCKQUOTE><CODE>
<PRE>
# Windows 95 stanza
other=/dev/hda1
table=/dev/hda
label=Windows95
# End Windows 95 stanza
</PRE>
</CODE></BLOCKQUOTE>
<P>Now add the Windows NT stanza:
<BLOCKQUOTE><CODE>
<PRE>
# Windows 95 stanza
other=/dev/hdb1
table=/dev/hda
loader=/boot/any_d.b
label=WindowsNT
# End Windows 95 stanza
</PRE>
</CODE></BLOCKQUOTE>
<P>Now run LILO again. At this point, if all is well, you should have
Windows 95, Windows NT, and Linux as selections from LILO. You should
be able to boot to Linux and Windows 95 (which should give you the
Windows NT OS loader). To make the Windows NT entry operational, you
still need to do some work on the Windows NT side.
<P>
<P>
<HR>
<A HREF="Multiboot-with-LILO-4.html">Next</A>
<A HREF="Multiboot-with-LILO-2.html">Previous</A>
<A HREF="Multiboot-with-LILO.html#toc3">Contents</A>
</BODY>
</HTML>