On 04.07.2012 17:32, Martin Jansa wrote:
> Hi, this fixes grub-2.0 build for me on gentoo with eglibc-2.16
> installed.
This is gnulib change. Please post it to gnlulib list and it will be
pulled in on next gnulib update.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Descrip
> I've begun writing
> some interfaces to the hardware (TPM),
TPM is an instrument of denying freedom. For more details read
http://www.gnu.org/philosophy/can-you-trust.html. As we're GNU projext
this policy is out of discussion.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
On 06.07.2012 18:57, Pablo Trujillo wrote:
> Hi all,
>
> I've no idea if this is posible with grub, i hope you can help me:
>
> I need to parse tha output from the command lspci and take some
> considerations to boot diferents kernels
>
> it is posible to get something similar to grep or wak in
I really didn't want to debate the purposes and ethics of the hardware
(it's bound to devolve to bickering), just some advice on how I could
better understand the grub source so I could use and develop with it.
On Sat, Jul 7, 2012 at 7:05 PM, Vladimir 'φ-coder/phcoder' Serbinenko <
phco...@gmail.
On 30.06.2012 07:43, C. Masloch wrote:
> #define GRUB_FREEDOS_SEGMENT 0x60
> +#define GRUB_FREEDOS_ADDR(GRUB_FREEDOS_SEGMENT<<4)
> #define GRUB_FREEDOS_STACK_SEGMENT 0x1fe0
> -#define GRUB_FREEDOS_STACK_POINTER 0x8000
> +#define GRUB_FREEDOS_STACK_BPB_POINTER
Hi
I use grub2 on a blind server which have only a serial port to comunicate.
I use the "GRUB_TERMINAL=serial" in /etc/default/grub and so I have the
grub menu on my tty.
But, in the grub menu there is always the menuentry for memtest86
displayed on internal graphic and then nothing is d
to follow my first mail, i send you my correct diff file
I've forget to read default option...
regards, alain
15a16,19
> if [ -f /etc/default/grub ]; then
> . /etc/default/grub
> fi
>
25a30,31
> if [ "$GRUB_TERMINAL" != "serial" ];
> then
32a39,41
> EOF
> fi
> cat << EOF