Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] GRUB won't boot my new Gentoo install
Date: Sat, 06 Aug 2005 18:47:32
Message-Id: 42F504BA.7010702@asmallpond.org
In Reply to: Re: [gentoo-user] [OT] GRUB won't boot my new Gentoo install by Dan Johansson
1 Dan Johansson wrote:
2
3 >On Friday 05 August 2005 14.37, Holly Bostick wrote:
4 >
5 >
6 >>Dan Johansson schreef:
7 >>....
8 >>Not without knowing at what point the boot fails.
9 >>
10 >>What is the error you're getting, and at what point after selecting the
11 >>Gentoo entry?
12 >>
13 >>
14 >root (hd1,2)
15 > Filesystem type is ext2fs partition type 0x83
16 >kernel /kernel-2.6.12-r6 root=/dev/sdb2 acpi=off
17 > [Linux-bzImage, setup=0x1200, size=0x165a46]
18 >(and here it hangs...., no more activity)
19 >
20 >
21 >
22
23 A few things look odd to me:
24
25 1. Isn't (hd1,2) the same device as /dev/sdb2? It looks like your /boot
26 and / are the same here...
27 2. The normal name for the kernel is "vmlinuz-...". You have "kernel-..."
28
29 So, which partition actually contains /boot?
30
31 How are you switching between grub versions? Important: if you are
32 changing the disk boot order in the BIOS, you need to remember that grub
33 always defines (hd0) as the currently booting drive...regardless of the
34 order of the drives in the system. So you may need to change everything
35 to be (hd0,X).
36
37 Can you get to a grub command line, and do a "find /kernel-2.6.12-r6"?
38
39 -Richard
40
41 --
42 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [OT] GRUB won't boot my new Gentoo install Dan Johansson <Dan.Johansson@×××.nu>