Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 3880

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!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 Windows NT part</TITLE>
 <LINK HREF="Multiboot-with-LILO-5.html" REL=next>
 <LINK HREF="Multiboot-with-LILO-3.html" REL=previous>
 <LINK HREF="Multiboot-with-LILO.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="Multiboot-with-LILO-5.html">Next</A>
<A HREF="Multiboot-with-LILO-3.html">Previous</A>
<A HREF="Multiboot-with-LILO.html#toc4">Contents</A>
<HR>
<H2><A NAME="s4">4. The Windows NT part</A></H2>

<P>Before you can continue, you need two do two things.
<P>The first is to download and unzip Gilles Vollant's BootPart utility
which can be found at 
<A HREF="http://www.winimage.com/bootpart.htm">http://www.winimage.com/bootpart.htm</A>
with some information on how to use it.
<P>The second thing to do is copy (do not delete them yet!) the following
files to the root of the Windows NT drive:
<BLOCKQUOTE><CODE>
<PRE>
Boot.ini
Bootsect.dos
Ntdetect.com
Ntldr
</PRE>
</CODE></BLOCKQUOTE>

These files are the Windows NT loader.  They are located in the root of
the Windows 95 drive and were placed there by Windows NT when you
installed it.
<P>Once this is done, boot to the Windows 95 DOS prompt (press Shift+F5
when Windows 95 loads) and issue the following command:
<BLOCKQUOTE><CODE>
<PRE>
BOOTPART WINNT BOOT:D:
</PRE>
</CODE></BLOCKQUOTE>

Now you must edit Boot.ini in your Windows NT root directory.  You must
edit three lines, one in the [boot loader] section and two in the
[operating systems] section.
<P>This is the original Boot.ini:
<BLOCKQUOTE><CODE>
<PRE>
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Windows NT Workstation Version 4.00" 
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Windows NT Workstation Version 4.00 [VGA mode]" /basevideo /sos
C:\ = "Microsoft Windows"
</PRE>
</CODE></BLOCKQUOTE>
<P>This is the new Boot.ini:
<BLOCKQUOTE><CODE>
<PRE>
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Workstation Version 4.00" 
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Workstation Version 4.00 [VGA mode]" /basevideo /sos
</PRE>
</CODE></BLOCKQUOTE>

Notice that all instances of rdisk(1) have been changed to rdisk(0) and
the line referencing Windows 95 has been removed.
<P>After saving Boot.ini, if you did everything correctly, you should now
be able to boot to Windows NT from LILO.
<P>
<P>
<HR>
<A HREF="Multiboot-with-LILO-5.html">Next</A>
<A HREF="Multiboot-with-LILO-3.html">Previous</A>
<A HREF="Multiboot-with-LILO.html#toc4">Contents</A>
</BODY>
</HTML>