Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
General Linux > Get Started > Issue <<  45 of 376 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 200
Last update: 05-11-06
Issue:
How do I install Windows NT and Linux onto the same machine?
Resolution:

If you need to install Windows NT and Linux on the same machine, read the Linux and NT HOWTO that has been prepared by Bernd Reichert. The latest version can be found at http://www.tldp.org/HOWTO/mini/Linux+NT-Loader.html.

Since this guide is extremely helpful, only a brief summary is presented below:

  • Partition and install Windows NT first, making sure to leave space for Linux to place its partitions. If possible, do not create any logical partitions, as we have had reports of this causing problems. Get NT running and its boot loader happy. If you haven't already, make an NT rescue boot floppy just in case something goes wrong later in this process.

  • Install Linux and install LILO to the root (/) partition instead of the Master Boot Record (MBR).

    >
  • Edit the /etc/lilo.conf file to remove the prompt line and any other operating systems listed. The prompt action can occasionally confuse the NT boot loader. Here is an example /etc/lilo.conf file that has been set up for NT.

     
    boot=/dev/hda
    map=/boot/map
    install=/boot/boot.b
    timeout=50
    image=/boot/vmlinux-2.2.12-20
    label=Linux
    root=/dev/hda5 #(make sure that you put your correct root partition here)
    read-only

  • Follow the rest of the directions in the mini HOWTO on making the NT OS loader Linux-aware.

A more recent mini HOWTO that discusses more installation can be found at http://www.tldp.org/HOWTO/mini/Linux+WinNT.html.


How well did this entry answer your question?


good wrong incomplete out of date
General Linux > Get Started > Issue <<   45  of  376  >>