public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] New install boots but grub just says: grub>
@ 2008-05-09  4:17 Mark Knecht
  2008-05-09  5:53 ` Dirk Heinrichs
  2008-05-09  9:01 ` Neil Bothwick
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Knecht @ 2008-05-09  4:17 UTC (permalink / raw
  To: gentoo-user

I've done a new install this evening. The install went OK as far as I
could tell. I didn't wipe the disk but I did make new file systems
using mke2fs for both /dev/hda5 and /dev/hda7. I then installed NT in
/dev/hda0 and finally did Gentoo. The grub-0.97-r5 install seemed to
go OK, however when I boot I jsut get some grub messages (Stage 1,
Stage 1.5) and then just

grub >

where the machine sits. Grub auto-completion is working so I type

root (hd0,4)
kernel /boot/bzImage-2.6.24-gentoo-r7 root=/dev/hda7

and then

boot

and at this point the machine boots fine. (Well, except for networking
but I'll deal with that later.

I know that grub-0.97-r5 has caused some folks problems over the last
couple of days. The hard drive in this machine was used in a previous
dual boot machine so maybe I'm getting burned by the same 0.97-r5
things?

What would cause grub to sit there and wait for me to type in the
stuff that's in grub.conf anyway?

Thanks,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] New install boots but grub just says: grub>
  2008-05-09  4:17 [gentoo-user] New install boots but grub just says: grub> Mark Knecht
@ 2008-05-09  5:53 ` Dirk Heinrichs
  2008-05-09  9:01 ` Neil Bothwick
  1 sibling, 0 replies; 4+ messages in thread
From: Dirk Heinrichs @ 2008-05-09  5:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]

Am Freitag, 9. Mai 2008 schrieb ext Mark Knecht:

> I've done a new install this evening. The install went OK as far as I
> could tell. I didn't wipe the disk but I did make new file systems
> using mke2fs for both /dev/hda5 and /dev/hda7. I then installed NT in
> /dev/hda0 and finally did Gentoo. The grub-0.97-r5 install seemed to
> go OK, however when I boot I jsut get some grub messages (Stage 1,
> Stage 1.5) and then just
>
> grub >
>
> where the machine sits. Grub auto-completion is working so I type
>
> What would cause grub to sit there and wait for me to type in the
> stuff that's in grub.conf anyway?

It seems it doesn't find your grub.conf, thus has no menu. Is it on (hd0,4) 
(I assume that is where your stageX files are located)? If not, create it. 
If no, try renaming it to menu.lst (or create a symlink with that name).

HTH...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Wanheimerstraße 68      | Web:  http://www.capgemini.com
D-40468 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] New install boots but grub just says: grub>
  2008-05-09  4:17 [gentoo-user] New install boots but grub just says: grub> Mark Knecht
  2008-05-09  5:53 ` Dirk Heinrichs
@ 2008-05-09  9:01 ` Neil Bothwick
  2008-05-09  9:47   ` Mark Knecht
  1 sibling, 1 reply; 4+ messages in thread
From: Neil Bothwick @ 2008-05-09  9:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

On Thu, 8 May 2008 21:17:47 -0700, Mark Knecht wrote:

> What would cause grub to sit there and wait for me to type in the
> stuff that's in grub.conf anyway?

You probably have an error in grub.conf/menu.lst, or you have both and
GRUB is looking at the one you don't want it to (I think menu.lst takes
priority). GRUB isn't particularly friendly when things go wrong, I've
had it ignore a menu.lst it didn't like.


-- 
Neil Bothwick

WinErr 002: No Error - Yet

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] New install boots but grub just says: grub>
  2008-05-09  9:01 ` Neil Bothwick
@ 2008-05-09  9:47   ` Mark Knecht
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Knecht @ 2008-05-09  9:47 UTC (permalink / raw
  To: gentoo-user

On Fri, May 9, 2008 at 2:01 AM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 8 May 2008 21:17:47 -0700, Mark Knecht wrote:
>
>> What would cause grub to sit there and wait for me to type in the
>> stuff that's in grub.conf anyway?
>
> You probably have an error in grub.conf/menu.lst, or you have both and
> GRUB is looking at the one you don't want it to (I think menu.lst takes
> priority). GRUB isn't particularly friendly when things go wrong, I've
> had it ignore a menu.lst it didn't like.
>
>
> --
> Neil Bothwick

Dirk & Neil,
   Thanks. Apparently grub wants menu.lst and the install didn't
create it. Strange. I created the link by hand and then the machine
booted fine.

   I appreciate the quick answer.

Cheers,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-09  9:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-09  4:17 [gentoo-user] New install boots but grub just says: grub> Mark Knecht
2008-05-09  5:53 ` Dirk Heinrichs
2008-05-09  9:01 ` Neil Bothwick
2008-05-09  9:47   ` Mark Knecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox