e: error after processing headers
error: file `/~ibaku/nonexistent' not found.
grub>
---
Please review and merge it if its OK.
--
Ilya
From 1132d2731999721c6a2e74f8ef63f984164d7b86 Mon Sep 17 00:00:00 2001
From: Ilya Bakulin
Date: Wed
On Wednesday 09 October 2013 12:22:31 Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> On 09.10.2013 11:39, Ilya Bakulin wrote:
> > Hi,
> > attached is a small fix for getroot.c to make the conversion between
> > partition names and drive names work correctly on Ope
Hi,
attached is a small fix for getroot.c to make the conversion between partition
names and drive names work correctly on OpenBSD.
After applying this and previous patch, I am able to build GRUB2 both on
5.3/amd64 and 5.3/i386 and invoke grub-install, and the GRUB2 gets installed
in the MBR and
On Monday 23 September 2013 18:16:15 Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> On 23.09.2013 17:59, Ilya Bakulin wrote:
> > Hi Vladimir,
> > So I'm preparing a OpenBSD port of GRUB2. I have chosen a revision 5152
> > for the initial version of the port.
&g
Hi Vladimir,
So I'm preparing a OpenBSD port of GRUB2. I have chosen a revision 5152
for the initial version of the port.
Unfortunately, the build fails when using -Werror.
I suspect that the ports framework overrides some values that are usually
guessed by ./configure, and this causes build to fa
On Friday 23 August 2013 11:31:06 Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> > There is a warning about random generator not being secure in
> > util/grub-mkpasswd-pbkdf2.c, which may be supressed by adding "&& !
> > defined (__OpenBSD__)" to the defines list.
>
> To do this we need a confirmat
Hi Vladimir,
so I'm trying the latest version from BZR now. Running ./configure without
CFLAGS succeeds now, thanks!
On Wednesday 14 August 2013 18:28:45 Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> #ifdef __OpenBSD__
> #define mbstate_t grub_posix_mbstate_t
> #endif
Yes, this seems to help!
Hi,
On Wednesday 14 August 2013 15:49:03 Grégoire Sutre wrote:
> On 08/14/2013 03:31 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> > You need to modify following:
> > #ifndef __APPLE__
> > typedef grub_size_t size_t;
> > #else
> > #include
> > #endif
> > to
> > #if !defined (__APPLE__) && !d
On Wednesday 14 August 2013 10:59:24 Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> On 13.08.2013 23:03, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> > On 09.08.2013 15:37, Ilya Bakulin wrote:
> >> Could you please help me to solve the linking probl