* Anyone using the new aout support?
@ 2008-02-21 0:29 walt
2008-02-21 0:37 ` Pavel Roskin
2008-02-21 3:10 ` Bean
0 siblings, 2 replies; 10+ messages in thread
From: walt @ 2008-02-21 0:29 UTC (permalink / raw)
To: grub-devel
I just built grub2 from cvs to try all of Bean's wonderful work
with BSD/UFS and aout. I added no patches, and built on linux.
Everything seems to work very well indeed, except that the 'aout'
command is still not available to me at the grub2 shell prompt.
It just doesn't appear on the list of available commands when I
hit 'tab'.
Grub2 is very close to being ready for prime time on pc/x86, so
I'd like to find and fix this one little problem before I start
using it as my real boot program.
Can anyone confirm my result using plain vanilla grub2 from cvs?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-21 0:29 Anyone using the new aout support? walt
@ 2008-02-21 0:37 ` Pavel Roskin
2008-02-21 3:10 ` Bean
1 sibling, 0 replies; 10+ messages in thread
From: Pavel Roskin @ 2008-02-21 0:37 UTC (permalink / raw)
To: grub-devel
Quoting walt <wa1ter@myrealbox.com>:
> I just built grub2 from cvs to try all of Bean's wonderful work
> with BSD/UFS and aout. I added no patches, and built on linux.
>
> Everything seems to work very well indeed, except that the 'aout'
> command is still not available to me at the grub2 shell prompt.
> It just doesn't appear on the list of available commands when I
> hit 'tab'.
But you should have "freebsd", "netbsd" and "openbsd". Try one of them.
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-21 0:29 Anyone using the new aout support? walt
2008-02-21 0:37 ` Pavel Roskin
@ 2008-02-21 3:10 ` Bean
2008-02-22 1:44 ` walt
1 sibling, 1 reply; 10+ messages in thread
From: Bean @ 2008-02-21 3:10 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Feb 21, 2008 at 8:29 AM, walt <wa1ter@myrealbox.com> wrote:
> I just built grub2 from cvs to try all of Bean's wonderful work
> with BSD/UFS and aout. I added no patches, and built on linux.
>
> Everything seems to work very well indeed, except that the 'aout'
> command is still not available to me at the grub2 shell prompt.
> It just doesn't appear on the list of available commands when I
> hit 'tab'.
>
> Grub2 is very close to being ready for prime time on pc/x86, so
> I'd like to find and fix this one little problem before I start
> using it as my real boot program.
>
> Can anyone confirm my result using plain vanilla grub2 from cvs?
Unlike the first version, aout is not a standalone command now, it's
just some helper function used by the bsd and multiboot module.
--
Bean
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-21 3:10 ` Bean
@ 2008-02-22 1:44 ` walt
2008-02-24 15:29 ` Robert Millan
0 siblings, 1 reply; 10+ messages in thread
From: walt @ 2008-02-22 1:44 UTC (permalink / raw)
To: grub-devel
Bean wrote:
> On Thu, Feb 21, 2008 at 8:29 AM, walt<wa1ter@myrealbox.com> wrote:
>> I just built grub2 from cvs to try all of Bean's wonderful work
>> with BSD/UFS and aout. I added no patches, and built on linux.
>>
>> Everything seems to work very well indeed, except that the 'aout'
>> command is still not available to me at the grub2 shell prompt.
>> ...
> Unlike the first version, aout is not a standalone command now, it's
> just some helper function used by the bsd and multiboot module.
Yes, thanks! I can use 'freebsd /boot/loader' now, and also the more
modern 'freebsd /boot/kernel/kernel' to load the kernel directly.
Most excellent work, Bean, and thanks again.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-22 1:44 ` walt
@ 2008-02-24 15:29 ` Robert Millan
2008-02-26 0:15 ` walt
0 siblings, 1 reply; 10+ messages in thread
From: Robert Millan @ 2008-02-24 15:29 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Feb 21, 2008 at 05:44:28PM -0800, walt wrote:
> Bean wrote:
> >On Thu, Feb 21, 2008 at 8:29 AM, walt<wa1ter@myrealbox.com> wrote:
> >>I just built grub2 from cvs to try all of Bean's wonderful work
> >> with BSD/UFS and aout. I added no patches, and built on linux.
> >>
> >> Everything seems to work very well indeed, except that the 'aout'
> >> command is still not available to me at the grub2 shell prompt.
> >>...
>
>
> >Unlike the first version, aout is not a standalone command now, it's
> >just some helper function used by the bsd and multiboot module.
>
> Yes, thanks! I can use 'freebsd /boot/loader' now, and also the more
> modern 'freebsd /boot/kernel/kernel' to load the kernel directly.
>
> Most excellent work, Bean, and thanks again.
Btw, if you feel like it, you could write the missing add-on script so that
update-grub works (i.e. like 10_linux, 10_hurd, etc).
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-24 15:29 ` Robert Millan
@ 2008-02-26 0:15 ` walt
2008-02-26 6:19 ` Bean
2008-02-28 10:24 ` Robert Millan
0 siblings, 2 replies; 10+ messages in thread
From: walt @ 2008-02-26 0:15 UTC (permalink / raw)
To: grub-devel
Robert Millan wrote:
> On Thu, Feb 21, 2008 at 05:44:28PM -0800, walt wrote:
>> Bean wrote:
>>> On Thu, Feb 21, 2008 at 8:29 AM, walt<wa1ter@myrealbox.com> wrote:
>>>> I just built grub2 from cvs to try all of Bean's wonderful work
>>>> with BSD/UFS and aout. I added no patches, and built on linux.
>>>>
>>>> Everything seems to work very well indeed, except that the 'aout'
>>>> command is still not available to me at the grub2 shell prompt.
>>>> ...
>>
>>> Unlike the first version, aout is not a standalone command now, it's
>>> just some helper function used by the bsd and multiboot module.
>> Yes, thanks! I can use 'freebsd /boot/loader' now, and also the more
>> modern 'freebsd /boot/kernel/kernel' to load the kernel directly.
>>
>> Most excellent work, Bean, and thanks again.
>
> Btw, if you feel like it, you could write the missing add-on script so that
> update-grub works (i.e. like 10_linux, 10_hurd, etc).
Hm. Bean hasn't replied, so maybe you were talking to me? I'm not
opposed to trying, but I don't know what update-grub is designed to do.
Remember, I've never actually installed grub2 to a disk or even attempted
it, so I know nothing about the grub2 infrastructure. I just boot grub2
from grub1 and admire the result :o)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-26 0:15 ` walt
@ 2008-02-26 6:19 ` Bean
2008-02-28 10:25 ` Robert Millan
2008-02-28 10:24 ` Robert Millan
1 sibling, 1 reply; 10+ messages in thread
From: Bean @ 2008-02-26 6:19 UTC (permalink / raw)
To: The development of GRUB 2
On Tue, Feb 26, 2008 at 8:15 AM, walt <wa1ter@myrealbox.com> wrote:
> Robert Millan wrote:
> > On Thu, Feb 21, 2008 at 05:44:28PM -0800, walt wrote:
> >> Bean wrote:
> >>> On Thu, Feb 21, 2008 at 8:29 AM, walt<wa1ter@myrealbox.com> wrote:
> >>>> I just built grub2 from cvs to try all of Bean's wonderful work
> >>>> with BSD/UFS and aout. I added no patches, and built on linux.
> >>>>
> >>>> Everything seems to work very well indeed, except that the 'aout'
> >>>> command is still not available to me at the grub2 shell prompt.
> >>>> ...
> >>
> >>> Unlike the first version, aout is not a standalone command now, it's
> >>> just some helper function used by the bsd and multiboot module.
> >> Yes, thanks! I can use 'freebsd /boot/loader' now, and also the more
> >> modern 'freebsd /boot/kernel/kernel' to load the kernel directly.
> >>
> >> Most excellent work, Bean, and thanks again.
> >
> > Btw, if you feel like it, you could write the missing add-on script so that
> > update-grub works (i.e. like 10_linux, 10_hurd, etc).
>
> Hm. Bean hasn't replied, so maybe you were talking to me? I'm not
> opposed to trying, but I don't know what update-grub is designed to do.
> Remember, I've never actually installed grub2 to a disk or even attempted
> it, so I know nothing about the grub2 infrastructure. I just boot grub2
> from grub1 and admire the result :o)
10_xxx are scripts that output menuentry for a specific os. For
example, for 10_freebsd, you first check for boot files like
/boot/loader and /boot/kernel/kernel, if they exist, then the system
could be freebsd. Then, you output the menuentry to load this os. You
can check 10_linux to see how to write it.
--
Bean
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-26 0:15 ` walt
2008-02-26 6:19 ` Bean
@ 2008-02-28 10:24 ` Robert Millan
1 sibling, 0 replies; 10+ messages in thread
From: Robert Millan @ 2008-02-28 10:24 UTC (permalink / raw)
To: The development of GRUB 2
On Mon, Feb 25, 2008 at 04:15:32PM -0800, walt wrote:
> Robert Millan wrote:
> >On Thu, Feb 21, 2008 at 05:44:28PM -0800, walt wrote:
> >>Bean wrote:
> >>>On Thu, Feb 21, 2008 at 8:29 AM, walt<wa1ter@myrealbox.com> wrote:
> >>>>I just built grub2 from cvs to try all of Bean's wonderful work
> >>>> with BSD/UFS and aout. I added no patches, and built on linux.
> >>>>
> >>>> Everything seems to work very well indeed, except that the 'aout'
> >>>> command is still not available to me at the grub2 shell prompt.
> >>>>...
> >>
> >>>Unlike the first version, aout is not a standalone command now, it's
> >>>just some helper function used by the bsd and multiboot module.
> >>Yes, thanks! I can use 'freebsd /boot/loader' now, and also the more
> >>modern 'freebsd /boot/kernel/kernel' to load the kernel directly.
> >>
> >>Most excellent work, Bean, and thanks again.
> >
> >Btw, if you feel like it, you could write the missing add-on script so that
> >update-grub works (i.e. like 10_linux, 10_hurd, etc).
>
> Hm. Bean hasn't replied, so maybe you were talking to me?
I was, but anyone is welcome to implement it.
> I'm not
> opposed to trying, but I don't know what update-grub is designed to do.
> Remember, I've never actually installed grub2 to a disk or even attempted
> it, so I know nothing about the grub2 infrastructure. I just boot grub2
> from grub1 and admire the result :o)
Try installing it to disk then.
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-26 6:19 ` Bean
@ 2008-02-28 10:25 ` Robert Millan
2008-02-28 11:44 ` Bean
0 siblings, 1 reply; 10+ messages in thread
From: Robert Millan @ 2008-02-28 10:25 UTC (permalink / raw)
To: The development of GRUB 2
On Tue, Feb 26, 2008 at 02:19:41PM +0800, Bean wrote:
>
> 10_xxx are scripts that output menuentry for a specific os. For
> example, for 10_freebsd, you first check for boot files like
> /boot/loader and /boot/kernel/kernel, if they exist, then the system
> could be freebsd. Then, you output the menuentry to load this os. You
> can check 10_linux to see how to write it.
You provided the mechanism to boot either /boot/loader or /boot/kernel/kernel,
which do you think is more suitable for 10_freebsd to pick as default?
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Anyone using the new aout support?
2008-02-28 10:25 ` Robert Millan
@ 2008-02-28 11:44 ` Bean
0 siblings, 0 replies; 10+ messages in thread
From: Bean @ 2008-02-28 11:44 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Feb 28, 2008 at 6:25 PM, Robert Millan <rmh@aybabtu.com> wrote:
> On Tue, Feb 26, 2008 at 02:19:41PM +0800, Bean wrote:
> >
> > 10_xxx are scripts that output menuentry for a specific os. For
> > example, for 10_freebsd, you first check for boot files like
> > /boot/loader and /boot/kernel/kernel, if they exist, then the system
> > could be freebsd. Then, you output the menuentry to load this os. You
> > can check 10_linux to see how to write it.
>
> You provided the mechanism to boot either /boot/loader or /boot/kernel/kernel,
> which do you think is more suitable for 10_freebsd to pick as default?
/boot/loader is better, because it allows boot time configuration
using /boot/loader.conf.
--
Bean
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-02-28 11:44 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 0:29 Anyone using the new aout support? walt
2008-02-21 0:37 ` Pavel Roskin
2008-02-21 3:10 ` Bean
2008-02-22 1:44 ` walt
2008-02-24 15:29 ` Robert Millan
2008-02-26 0:15 ` walt
2008-02-26 6:19 ` Bean
2008-02-28 10:25 ` Robert Millan
2008-02-28 11:44 ` Bean
2008-02-28 10:24 ` Robert Millan
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.