WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

No Menu in 1.94

View: New views
2 Messages — Rating Filter:   Alert me  

No Menu in 1.94

by Anes Lihovac :: Rate this Message:

| View Threaded | Show Only this Message

Hi

We had problems with grub Legacy (0.97) on old
hardware, mostly ASUS Mainboard like the CUSL2 Boards.
When you fire up the machine, you just saw an endless output
of GRUB GRUB GRUB filling the screen. I think it has something
to do with the Stages. So, I tried 1.94 and it works.
One of the machines with the old GRUB GRUB ... Problem
boots fine now.
The only problem right now is, that there is no menu displayed.
So, the first entry is alwasy booted.

This is what the grub.cfg looks like:

set timeout=5
set default=0

title=Linux
linux /bzImage root=/dev/ram splash=silent vga=791 quiet
initrd /loader.img
boot

title=Rescue
linux /bzImage root=/dev/ram splash=silent vga=791 quiet rescue
initrd /loader.img
boot

Hope someone has a hint for me.
Thanks in advance and best regards.

Anes



_______________________________________________
Grub-devel mailing list
Grub-devel@...
http://lists.gnu.org/mailman/listinfo/grub-devel

Re: No Menu in 1.94

by Anes Lihovac :: Rate this Message:

| View Threaded | Show Only this Message

Hi

Someone on irc.freenode.org, #grub helped me.
Thanks daChaac.

The Syntax for menu looks like this:

set timeout=3

insmod font
insmod terminal
insmod vbe
insmod gfxterm

menuentry "Linux" {
        linux /bzImage root=/dev/ram splash=silent vga=791 quiet
        initrd /loader.img
        boot
}

Regards
Anes


_______________________________________________
Grub-devel mailing list
Grub-devel@...
http://lists.gnu.org/mailman/listinfo/grub-devel