Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stuck on Grub>(prompt) Even after grub.conf was modified..
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
slaptman
n00b
n00b


Joined: 10 Oct 2012
Posts: 1

PostPosted: Wed Oct 10, 2012 5:52 pm    Post subject: Stuck on Grub>(prompt) Even after grub.conf was modified. Reply with quote

I am trying to get the kernel to boot automatically,but I keep getting the grub prompt instead.I can boot manually by typing
Grub> kernel (hd0,0)/boot/kernel-genkernel-x86-3.3.8-gentoo root=/dev/sda3
Grub> initrd (hd0,0)/boot/initramfs-genkernel-x86-3.3.8-gentoo

I have modified the /boot/grub/grub.conf and still have the problem?
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Oct 10, 2012 11:37 pm    Post subject: Reply with quote

recommend grub.conf be:
Quote:
default 0
timeout 30
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Gentoo Linux 3.3.8
root (hd0,0)
kernel /boot/3.3.8 root =/dev/ram0 real_root=/dev/sda3
initrd /boot/initramfs-genkernel-amd64-3.3.8-gentoo


until this week
Quote:
root =/dev/ram0 real_root=/dev/sda3
was, IIRC, needed in a genkernel grub menu entry. root =/dev/ram0 has disappeared from the Handbook (perhaps a default is invoked??). real_root=/dev/sda3 has remained.

If this fails and you have more than one disk and/or more than 3 partitions post results of
Code:
fdisk -l

_________________
Defund the FCC.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum