bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to boot windows 2000 server with grub (v0.90)?


From: Yashin Lee
Subject: How to boot windows 2000 server with grub (v0.90)?
Date: Wed, 6 Nov 2002 08:55:32 -0800 (PST)

Hi, Jason:
How are you?

The situation is the following:
There are two PC’s, each of them has only one hard
drive.
On the first PC, Red Hat Linux 7.2 with Grub (version
0.90) was installed.
On the second PC, Windows 2000 server was installed.

Now we have to remove the hard drive from the second
PC, and install it as slave drive on the first PC.
With this situation, we would like to use GRUB to do
dual boot
BIOS recognize both drives, Linux is on had (hd0), and
windows 2000 is on hdb (hd1)

Under this situation, we can only boot linux, but not
windows 2000.

The /boot/grub/grub.conf is

default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.7-10)
        root (hd0,0)
        kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/hda1
        initrd /boot/initrd-2.4.7-10.img
#
# section for windows 2000 server
title Windows 2000 server 
        map (hd0) (hd1)
        map (hd1) (hd0)
        rootnoverify (hd0,0)
        makeactive
        chainloader +1
        boot
After I highlight the choice of Windows 2000 server
from Grub boot manual, and type enter
The error message is
Error 13: Invalid or unsupported executable format.
Any advices or suggestions to fix this problem?
Thanks
        

How to boot win2k server from second drive (hd1) with
grub?
Comp.os.linux.setup:mise:questions:admin:answers



--- Jason Thomas <address@hidden> wrote:
> if windows was installed on the second hard drive
> then there is probably
> no need to 'map' the drives.
> 
> if however it was installed on the first and then
> moved to the second
> the 'map' command is useful.
> 
> On Wed, Oct 30, 2002 at 08:50:49AM -0800, Yashin Lee
> wrote:
> > The situation is the following:
> > Red Hat Linux 7.2 with Grub (version: 0.90) was
> > installed on first hard drive (hd0).
> > Windows 2000 server was installed on second hard
> drive
> > (hd1).


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]