* grub2 bug and question
@ 2004-03-07 15:22 Sergey Matveychuk
2004-03-11 11:13 ` M. Gerards
0 siblings, 1 reply; 4+ messages in thread
From: Sergey Matveychuk @ 2004-03-07 15:22 UTC (permalink / raw)
To: grub-devel
Hello.
I've begun work with grub2 sources. There is some progress.
I've found a bug:
util/pupa-emu.c:main() - grub2 can't guess a root device because
pupa_guess_root_device() called before pupa_util_biosdisk_init().
pupa_guess_root_device() use map[] before it's filled in
pupa_util_biosdisk_init().
Question: it's looks like a root command get only disk name (root (hd0))
and don't understand old syntax: root (hd0,1,a)?
---
Sem.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: grub2 bug and question
2004-03-07 15:22 grub2 bug and question Sergey Matveychuk
@ 2004-03-11 11:13 ` M. Gerards
2004-03-11 15:46 ` Sergey Matveychuk
0 siblings, 1 reply; 4+ messages in thread
From: M. Gerards @ 2004-03-11 11:13 UTC (permalink / raw)
To: The development of GRUB 2, Sergey Matveychuk; +Cc: grub-devel
Quoting Sergey Matveychuk <sem@ciam.ru>:
> Hello.
>
> I've begun work with grub2 sources. There is some progress.
>
> I've found a bug:
> util/pupa-emu.c:main() - grub2 can't guess a root device because
> pupa_guess_root_device() called before pupa_util_biosdisk_init().
>
> pupa_guess_root_device() use map[] before it's filled in
> pupa_util_biosdisk_init().
Thanks for the report. I will have a look at this problem in the weekend.
Can you descibe how I can reproduce your problem?
> Question: it's looks like a root command get only disk name (root (hd0))
> and don't understand old syntax: root (hd0,1,a)?
My guess is that no one worked on BSD support. There is something there, but I
am not sure if it is tested.
The root command will be removed and variables will be used instead. For
example:
root=(hd0,1)
--
Marco
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-03-13 20:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-07 15:22 grub2 bug and question Sergey Matveychuk
2004-03-11 11:13 ` M. Gerards
2004-03-11 15:46 ` Sergey Matveychuk
2004-03-11 19:08 ` Marco Gerards
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.