I want grub2 communications with USB KEY in the boot process.
how can i do?
can you help me?
thank you.___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
On 14.08.2013 15:49, Grégoire Sutre wrote:
On 08/14/2013 03:31 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
On 14.08.2013 15:09, Ilya Bakulin wrote:
./lib/posix_wrap/sys/types.h:25: error: conflicting types for 'size_t'
/usr/include/stddef.h:48: error: previous declaration of 'size_t' was
h
I was searching for any hint that GRUB might support using a fingerprint
reading device as input for unlocking encryption.
I found discussion on the mailing list from 2009 centred mostly around TPM
which didn't seem to go anywhere, so I wondered what the current thoughts are
on supporting one?
On 15.08.2013 18:51, TJ wrote:
I was searching for any hint that GRUB might support using a fingerprint
reading device as input for unlocking encryption.
It's not possible to do securely as fingerprints are not secret. In
fact, there are plenty of owner fingerprints on the laptop.
But encrypt
On 08/15/2013 05:00 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
This is not right fix. Many systems incorrectly define wchar_t as 16-bit
type whil GRUB needs at least 21 as we handle all unicode characters.
Please try:
=== modified file 'grub-core/lib/posix_wrap/wchar.h'
--- grub-core/lib/p