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
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
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
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
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
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.
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)