Gentoo Archives: gentoo-dev

From: Abhishek Kumar <abhishek_00@×××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] grub problem
Date: Mon, 05 Feb 2001 12:09:07
Message-Id: LAW2-OE68rmTIVvLVKi00001603@hotmail.com
In Reply to: Re: [gentoo-dev] grub problem by drobbins@gentoo.org
1 Thanks for your help guys, but I have tried this. The first one:
2 grub> root (hd0,0)
3 grub> chainloader +1
4 grub> boot
5
6 does not work as this sends me to the faulty grub installation (on the
7 hd0,0 - one beneath the correct one) and grub can't find the first stage
8 files. I need to delete this one on the first partition and reload the NT
9 loader here.
10
11 The second one:
12 grub> root (hd0,1)
13 grub> chainloader +1
14 grub> boot
15
16 does not work as nt cant find the ntloader.
17 I think it was completely may fault though. I did not have the grub
18 installation instructions then.
19 Thank for your help. I did not mean to imply that the instructions were at
20 fault. Keep up the good work.
21 Abhishek.
22
23 ----- Original Message -----
24 From: <drobbins@g.o>
25 To: <gentoo-dev@g.o>
26 Sent: Monday, February 05, 2001 6:52 PM
27 Subject: Re: [gentoo-dev] grub problem
28
29
30 > On Mon, Feb 05, 2001 at 06:16:51PM -0000, Abhishek Kumar wrote:
31 > > Hi,
32 >
33 > > I installed Gentoo Linux a few days ago on my WinME, and NT system
34 and
35 > > now my computer is almost unusable because of a stupid mistake I
36 made.
37 > > Installing from floppy, I think I installed grub on the (hd0,0)
38 instead
39 > > of (hd0). HD0, 0 is the WinME partition. As a result, it has
40 overwritten
41 > > the NT Loader which used to boot WinME and NT. Now I can boot
42 Gentoo, but
43 > > not the other OSes. I tried to install grub again on the (hd0,0) but
44 now
45 > > it refuses to do it.My question is, is there any way of getting the
46 > > installation back without reinstalling NT?
47 >
48 > First, is it possible that you followed the instructions perfectly but
49 still had
50 > this problem? If so, then either ME or NT should be bootable (most likely
51 ME will
52 > work, but not NT). Try using the chainloader command with GRUB to boot
53 your ME
54 > partition:
55 >
56 > grub> root (hd0,0)
57 > grub> chainloader +1
58 > grub> boot
59 >
60 > Try this on your NT partition as well. If both boot, you can make menu
61 entries
62 > for them in your menu.lst file. If one works (I'm guessing ME) then add
63 that
64 > one to you menu.lst. Then, post back here and we'll try to get the NT
65 loader
66 > reinstalled.
67 >
68 > Best Regards,
69 >
70 > --
71 > Daniel Robbins <drobbins@g.o>
72 > President/CEO http://www.gentoo.org
73 > Gentoo Technologies, Inc.
74 >
75 > _______________________________________________
76 > gentoo-dev mailing list
77 > gentoo-dev@g.o
78 > http://www.gentoo.org/mailman/listinfo/gentoo-dev
79 >

Replies

Subject Author
Re: [gentoo-dev] grub problem drobbins@g.o