From: "J. Bakshi" <bakshi12@gmail.com>
To: grub-devel@gnu.org
Subject: gfxmenu not working in debian testing ( aka squeeze )
Date: Sat, 9 Jan 2010 15:50:32 +0530 [thread overview]
Message-ID: <20100109155032.762b3bf3@shiva.selfip.org> (raw)
Hello list,
I have already clarified ( and fell very sorry ) that grub 1.98 in not in lenny but in testing squeeze. I gave it a try to modifying grub2.cfg as
` ` `
set gfxmode=640x480
insmod biosdisk
insmod pc
insmod font
insmod vbe
insmod gfxterm
insmod videotest
insmod tga
insmod png
insmod gfxmenu
set menuviewer="gfxmenu"
set theme="/boot/grub/themes/winter/theme.txt"
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.31.vesa" {
insmod reiserfs
set root=(hd0,3)
search --no-floppy --fs-uuid --set 291bf7b2-ae4a-4de9-8892-05caca7c0950
linux /boot/vmlinuz-2.6.31.vesa root=/dev/hda3 ro vga=792 quiet
}
menuentry "Debian GNU/Linux, with Linux 2.6.31.vesa (recovery mode)" {
insmod reiserfs
set root=(hd0,3)
search --no-floppy --fs-uuid --set 291bf7b2-ae4a-4de9-8892-05caca7c0950
linux /boot/vmlinuz-2.6.31.vesa root=/dev/hda3 ro single
}
` ` `
And finally did
cp -Rvf GRUBtheme/ themes/
After restarting the machine I get the same old grub, no menu :-(
Have I missed something in my config or the testing branch is still no ready to support it ?
Thanks
next reply other threads:[~2010-01-09 10:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-09 10:20 J. Bakshi [this message]
2010-01-09 10:35 ` gfxmenu not working in debian testing ( aka squeeze ) Vladimir 'φ-coder/phcoder' Serbinenko
2010-01-09 16:31 ` J. Bakshi
2010-01-09 10:38 ` Felix Zielcke
2010-01-09 16:29 ` J. Bakshi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100109155032.762b3bf3@shiva.selfip.org \
--to=bakshi12@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.