Gentoo Archives: gentoo-user

From: Travis Osterman <tosterman@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] booting to grub prompt, but config works
Date: Fri, 09 May 2008 19:32:18
Message-Id: 12c639a20805091232l43b239e1o8189c3a023157d5d@mail.gmail.com
1 I'm performing a gentoo installation and have proceeding without
2 problem until I went to reboot. I am greeted with the grub prompt and
3 when issuing $>configfile /boot/grub/grub.conf the boot process
4 continues without issue. The grub-install command seemed to work
5 correctly, and I've been googling for some trouble-shooting ideas
6 without headway.
7
8 Any advice would be appreciated. Thank you.
9
10 ===== grub.conf ====
11
12 default 0
13 timeout 5
14 splashimage=(hd0,0)/grub/splash.xpm.gz
15
16 title=Gentoo Linux (2.6.23-gentoo-r7-initial)
17 root (hd0,0)
18 kernel /boot/kernel-genkernel-x86-2.6.24-gentoo-r7-initial
19 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3
20 initrd /initramfs-genkernel-x86-2.6.24-gentoo-r7-initial
21
22 title=Gentoo Linux (failsafe)
23 kernel /boot/kernel-genkernel-x86-2.6.24-gentoo-r7-initial root=/dev/sda3
24
25 ===========
26
27 -- Travis
28 --
29 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] booting to grub prompt, but config works Alex Schuster <wonko@×××××××××.org>
Re: [gentoo-user] booting to grub prompt, but config works Mark Knecht <markknecht@×××××.com>