/boot/grub? The config should be /boot/grub/menu.lst
Change it to this:

----
default 0
timeout 5
splashimage=(hd0,0)/grub/splash.xpm.gz

Title=gentoo
    root (hd0,0)
    kernel /kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linux
ramdisk=8192 real_root=/dev/hda5 video=vesafb:mtrr,ywrap,[EMAIL PROTECTED]
    initrd /initrd-2.6.9-gentoo-r1
----

Also, it looks like you're using Genkernel from that kernel line, but
you say you've configured the kernel yourself.
If you have done it yourself, use this menu.lst instead:

----
default 0
timeout 5
splashimage=(hd0,0)/grub/splash.xpm.gz

Title=gentoo
    root (hd0,0)
    kernel /kernel-2.6.9-gentoo-r1 root=/dev/hda5
video=vesafb:mtrr,ywrap,[EMAIL PROTECTED]
    initrd /initrd-2.6.9-gentoo-r1
----

Harry Putnam wrote:
> I've been ignoring this bum configuration I have in grub.conf to get
> other things done on a newish install. But now need to get it right.
> 
> My reading of the install docs indicates I have the right stuff in
> there.  But on boot I get the grub command line.
> 
> All I really have to do is load a kernel and say boot:
>   kernel /kernel<tab>
>   boot
> 
> To get booted, but I get no frame buffer and have the default huge
> type size.
> 
> Boot is a separate partition /dev/hda1
> cat /boot/grub:
> 
> boot /dev/hda
> default 0
> timeout 05
> splashimage=(hd0,0)/grub/splash.xpm.gz
> 
> Title=gentoo
>     root (hd0,0)
>     kernel (hd0,0)/kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linux 
> ramdisk=8192 real_root=/dev/hda5 video=vesafb:mtrr,ywrap,[EMAIL PROTECTED]
>     initrd (hd0,0)/initrd-2.6.9-gentoo-r1
> 
> I used the gentoo-2.6.9-gentoo-r4 kernel which is supposed to default
> to vesa-tng on
> 
> I have these in .config:
>   CONFIG_FB=y,CONFIG_FB_VESA=y,CONFIG_FB_VESA_TNG=y
> I just went with the defaults throughout.
> 
> Can anyone see what is wrong.. why I don't get a framebuffer and
> smooth boot.
> 
> --
> [email protected] mailing list
> 
> 

-- 
GPG key UID: 0xCED35690
GPG key fingerprint: 1243 C87E 521C 3A0A 3121 C4D6 5A10 AABE CED3 5690


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to