os-prober incorrectly generates stanza - wrong root= device.

2009-10-27 Thread Chris Jones
While detecting other kernels, update-grub generates the following: menuentry "Debian GNU/Linux, kernel 2.6.24-etchnhalf.1-686 (on /dev/sda12)" { insmod ext2 set root=(hd0,12)

grub-1.97

2009-10-27 Thread Bruce Dubbs
I am putting grub2 into the Linux From Scratch book and have built/tested it and it works quite well for us. Thank you. I do have a question. After building a package, we like to test it for those packages that have tests built in. When I tried `make test`, I got an error about missing m2c.

Re: My personal repository

2009-10-27 Thread Vladimir 'phcoder' Serbinenko
Bean wrote: > On Mon, Oct 26, 2009 at 5:20 AM, Vladimir 'phcoder' Serbinenko > wrote: > >> Bean wrote: >> >>> Hi, >>> >>> I have switched from git to bzr, the repository is moved from github >>> to launchpad: >>> >>> https://launchpad.net/burg >>> >>> >>> >> Hello.Would you consider

Re: Any tutorial to configure grub menu interface ?

2009-10-27 Thread Bean
On Tue, Oct 27, 2009 at 10:41 PM, J. Bakshi wrote: > I wonder if there is any tutorial to crate cool grub menu interface. Can we > use the grub2 2009 summer project to get those fancy interfaces ? Hi, There are actually two menu system. Colin has written a fancy menu patch as part of gsoc proje

Re: [GITGRUB] New menu interface (implementation)

2009-10-27 Thread Bean
Hi, Update: Support password dialog. In grub.cfg, config users, for example: set superusers=admin password admin admin password user user In this example, there are two uses admin and user, admin is a superuser. To set authorized user for a boot item defined with menuentry statement: menuent

Any tutorial to configure grub menu interface ?

2009-10-27 Thread J. Bakshi
I wonder if there is any tutorial to crate cool grub menu interface. Can we use the grub2 2009 summer project to get those fancy interfaces ? Thanks ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub as coreboot payload

2009-10-27 Thread Andreas B. Mundt
Hi Robert, >Is that coreboot v2 or v3? coreboot v2, v3 seems to be kind of depreciated and merged into v2. >Which module selection? I chose the modules as given in the wiki ( http://grub.enbug.org/CoreBoot ), topic "Building Coreboot with GRUB2 payload" near the bottom of the page. First I tr