All of lore.kernel.org
 help / color / mirror / Atom feed
* aout support almost working now
@ 2008-02-06 19:23 walt
  2008-02-06 19:48 ` Bean
  0 siblings, 1 reply; 5+ messages in thread
From: walt @ 2008-02-06 19:23 UTC (permalink / raw)
  To: grub-devel

With Bean's last two commits I can almost replace legacy with grub2
at least on x86.  I have still one problem with the aout support that
Bean posted as a patch on Jan 27.

Using legacy, which loads the FreeBSD /boot/loader as the 'kernel',
loader then reads its config files from the /boot directory so it
knows what parameters to pass to the real kernel and also what menu
items to show the user.

Using grub2 with Bean's aout patch,  I can load /boot/loader and
then boot it successfully, but it seems that 'loader' can't find
its config files in the /boot directory.  This is what it prints:

Can't work out which disk we are booting from.
Guessed BIOS device 0xffffffff not found by probes,
defaulting to disk0:  can't load "kernel".

At least on my machine, disk0 is the floppy drive and loader does
actually go to try to read it before printing the error messages
I listed, and then it drops to its interactive prompt.

By examining the loader's variables it's clear that it never found
its usual config files in /boot.

BTW, I did set 'root' and 'prefix' to point at the correct partition
before booting the loader.

Any ideas what else to try?




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-07 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-06 19:23 aout support almost working now walt
2008-02-06 19:48 ` Bean
2008-02-07  0:26   ` walt
2008-02-07  0:32     ` Robert Millan
2008-02-07 13:42       ` walt

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.