old-www/HOWTO/Multiboot-with-GRUB-1.html

43 lines
1.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Multiboot with GRUB Mini-HOWTO: Why ?</TITLE>
<LINK HREF="Multiboot-with-GRUB-2.html" REL=next>
<LINK HREF="Multiboot-with-GRUB.html#toc1" REL=contents>
</HEAD>
<BODY>
<A HREF="Multiboot-with-GRUB-2.html">Next</A>
Previous
<A HREF="Multiboot-with-GRUB.html#toc1">Contents</A>
<HR>
<H2><A NAME="s1">1. Why ?</A></H2>
<P>I wanted to be able to boot all operating systems without having to go
through multiple menus. I know I can install NT on top of win9x on top
of DOS. I would have to go through the NT menu then the win9x menu in
order to boot DOS. I wanted to be able to boot all these operating
systems at once.
<P>
<P>This turned out to be quite a challenge. The problem with Microsoft
operating system is that they all want to boot from the primary
partition. This is where GRUB comes in. It can hide primary
partitions. You can use up to 3 partitions to install Microsoft
operating systems. GRUB will hide the other 2 partitions so that the
operating systems will not see it. This means you will need another
partition to share data between DOS, Win9x and Windows 2000. The 4th
partition is used for the extended partition.
<P>
<P>I also wanted a menu system and GRUB provides a nice one.
<P>
<P>Another nice feature of GRUB is that it supports reiserfs so I don't
need to keep my /boot file in a separate ext2 partition.
<P>
<HR>
<A HREF="Multiboot-with-GRUB-2.html">Next</A>
Previous
<A HREF="Multiboot-with-GRUB.html#toc1">Contents</A>
</BODY>
</HTML>