Hi, I've a hard drive of 60GMB and have already installed Windows 2000 server and Linux 9 server. GRUB is the boot loader. Recently, I bought a new hard drive of 120GMB in size and installed it into the system in order to install Fedora project. I intended to make the system to make a multiboot and enable me to select among W2K server, Linux 9 server and Fedora.
However, all papers on the net talking about dual boot, does anybody have a method to do the multiboot with GRUB?
Thanks in advance.
-- Nam, Tat
Do "info grub" to see the "manual". It explains how to set (hd0,n) and (hd1,n) etc. to access different hard drives and partitions.
Richard Hally
-----Original Message----- From: fedora-devel-list-admin@redhat.com [mailto:fedora-devel-list-admin@redhat.com]On Behalf Of Tat Nam Sent: Monday, March 01, 2004 8:14 PM To: fedora-devel-list@redhat.com Subject: Multiboot with linux server, fedora and w2k server
Hi, I've a hard drive of 60GMB and have already installed Windows 2000 server and Linux 9 server. GRUB is the boot loader. Recently, I bought a new hard drive of 120GMB in size and installed it into the system in order to install Fedora project. I intended to make the system to make a multiboot and enable me to select among W2K server, Linux 9 server and Fedora.
However, all papers on the net talking about dual boot, does anybody have a method to do the multiboot with GRUB?
Thanks in advance.
-- Nam, Tat
-- fedora-devel-list mailing list fedora-devel-list@redhat.com http://www.redhat.com/mailman/listinfo/fedora-devel-list
Tat Nam wrote:
Hi, I've a hard drive of 60GMB and have already installed Windows 2000 server and Linux 9 server. GRUB is the boot loader. Recently, I bought a new hard drive of 120GMB in size and installed it into the system in order to install Fedora project. I intended to make the system to make a multiboot and enable me to select among W2K server, Linux 9 server and Fedora.
However, all papers on the net talking about dual boot, does anybody have a method to do the multiboot with GRUB?
Thanks in advance.
-- Nam, Tat
I have a system that I triple boot. I find it easy to manage if I install grub on hda1 for one installation. (installation 1). Then on installation 2, I install grub on /dev/hdb1.
Then finally, I install a third OS on the machine and install that in the MBR.
You want to run grub-install /dev/hdx1 for each non-dozer installation.
Basically, you want three different /boot partitions, one for each installation. Then you want to chainload the installation on /dev/hda1 and /dev/hdb1 from your third grub.conf file.
This setup method allows each grub to maintained properly from it's own environment. Updating a kernel on the hda1 system and updating the system on hdb1 should not conflict and other than having to select the chainloader in the third installation. There is very little manual editing needed.
I'm on a different computer now. There are samples submited on the regular list for this concept. It can be done.
Jim