Currently when using --disk-module=xxx, grub-install will fail with a
message about disk-module not being a valid option.
To fix this, OPTION_MODULE should be removed from the option enum and
the remaining references to OPTION_MODULE (only one) should be renamed
to OPTION_DISK_MODULE.
Glenn
On Sun, May 18, 2014 at 01:33:15PM +0800, Z C wrote:
> If I boot into a linux kernel using a grub command like "linux /vmlinuz;
> inirtd /initrd; boot", how do I shutdown linux itself (but do not power off
> or reboot the computer hardware) and return back to the grub directly?
>
> What I meant is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/18/2014 01:33 AM, Z C wrote:
> If I boot into a linux kernel using a grub command like "linux
> /vmlinuz; inirtd /initrd; boot", how do I shutdown linux itself
> (but do not power off or reboot the computer hardware) and return
> back to the grub
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Actually, a correction to what I just said. A processor can return
from protected mode to real mode. Read more here:
https://en.wikipedia.org/wiki/Protected_mode#Entering_and_exiting_protected_mode
I don't know if GRUB supports this (I would assume n
On 15.05.2014 15:45, 张驰 wrote:
> I googled for grub2-lua, but found very few information on it. I can't
> find an official website for grub2-lua (i.e official stable source code
> tarball download link), except for a git/bzr clone link.
>
> Moreover, I can't find any documentation about grub lua.
On 17.05.2014 09:25, r jan wrote:
> I am a student doing project on grub, I am interested in developing
> grub. So please allow me and help me for development of grub. Thankyou
>
You're extremely vague. Please detail what you want to develop and
what's the usecase and youtr approach to it.
>
> __
On 18.05.2014 19:16, SevenBits wrote:
> On 05/18/2014 01:33 AM, Z C wrote:
>> If I boot into a linux kernel using a grub command like "linux
>> /vmlinuz; inirtd /initrd; boot", how do I shutdown linux itself
>> (but do not power off or reboot the computer hardware) and return
>> back to the grub di
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/18/2014 01:46 PM, Vladimir '?-coder/phcoder' Serbinenko wrote:
> On 18.05.2014 19:16, SevenBits wrote:
>> On 05/18/2014 01:33 AM, Z C wrote:
>>> If I boot into a linux kernel using a grub command like "linux
>>> /vmlinuz; inirtd /initrd; boot",
On Sun, May 18, 2014 at 01:33:15AM EDT, Z C wrote:
[..]
> If you are within one shell and you enter another shell, then if you want
> to quit the second shell and return back to the first shell, just simply
> type exit. All env variables and commands you previous typed in the first
> shell are co
Currently, builtin commands take precedence over user-defined
functions. This patch reverses that precedence, so that users can
"override" builtin commands. Builtin commands may be accessed by
issuing the command prefixed by an '@' character.
My motivation for this change is to hook insmod in lo
I have a set of scripts that I've been using with the old shell script
grub-install that creates its own memdisk and embedded config. Those options
are not available at present (I suspect partly intentionally). With this in
mind, I've added these options to grub-install, but left them as hidde
11 matches
Mail list logo