Resending because of wrong oi-dev address at first try which caused it
to be rejected from other 2 lists as well
On 08.11.2011 02:19, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> With this patch on top of trunk I was able to compile (using GCC+GAS+GNU
> LD), install, generate config and boot Open
On 08.11.2011 01:53, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> On 08.11.2011 01:20, Phillip Susi wrote:
>> Is there a different method to installing grub on efi? I've been
>> trying to convert my system to EFI so I set up a 100mb fat32 partition
>> and flagged it as boot in parted, mounted it
On 08.11.2011 01:20, Phillip Susi wrote:
> Is there a different method to installing grub on efi? I've been
> trying to convert my system to EFI so I set up a 100mb fat32 partition
> and flagged it as boot in parted, mounted it, made /EFI/BOOT, and then
/boot/efi
> installed the grub-efi package a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is there a different method to installing grub on efi? I've been
trying to convert my system to EFI so I set up a 100mb fat32 partition
and flagged it as boot in parted, mounted it, made /EFI/BOOT, and then
installed the grub-efi package and ran grub-
Hello,
On Thu, Oct 27, 2011 at 2:31 PM, Shea Levy wrote:
>
> Hello all,
>
> These two commits make it straightforward for any module to interact
> with serial devices. The essential change is making grub_serial_find
> non-static and declaring it in serial.h, but I also added some inline
> conveni
Hi Ales,
I'm fairly new to USB at this lower level, and I realized that I used the wrong
read API call. Since the ATR is of variable size I should've use the
grub_usb_bulk_read_extended() call. Reading less resulted in babble and reading
too much in a timeout. Using read_extended() worked fine.