Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] x86 boot failure
Date: Fri, 07 May 2010 08:52:05
Message-Id: 201005070951.12083.peter@humphrey.ukfsn.org
In Reply to: Re: [gentoo-user] x86 boot failure by Mick
1 On Thursday 06 May 2010 12:52:55 Mick wrote:
2
3 > When I get problems like this I usually run grub in a terminal and
4 > then use autocompletion to find out what grub sees:
5 >
6 > root (hd <--tab
7 >
8 > it will list all partitions and hopefully help you find your boot
9 > partition.
10 >
11 > Then search for the kernel image: kernel /boot/ <--tab
12 >
13 > If you have chosen the correct grub root partition you should find
14 > your kernel image in there.
15
16 The problem with that is that grub in a running system may detect the
17 disks in a different order from the booting grub. Better would be to
18 interrupt the boot with e or (as Neil suggested) c. Either will allow
19 you to use the Tab key to find disks, partitions and images.
20
21 --
22 Rgds
23 Peter.