On Tue, Aug 5, 2008 at 11:15 PM, Bean <[EMAIL PROTECTED]> wrote:
> Fixed and committed.
Fixed a few bugs, also add some doc in the wiki for pxe boot:
http://grub.enbug.org/PXEBOOT
--
Bean
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.g
On Tue, Aug 5, 2008 at 4:16 PM, Marco Gerards <[EMAIL PROTECTED]> wrote:
> Bean <[EMAIL PROTECTED]> writes:
>
+GRUB_MOD_INIT(pxe)
+{
+ (void) mod;/* To stop warning. */
+
+ grub_pxe_detect ();
+ if (grub_pxe_pxenv)
+{
+ gru
Bean <[EMAIL PROTECTED]> writes:
>>> +GRUB_MOD_INIT(pxe)
>>> +{
>>> + (void) mod;/* To stop warning. */
>>> +
>>> + grub_pxe_detect ();
>>> + if (grub_pxe_pxenv)
>>> +{
>>> + grub_disk_dev_register (&grub_pxe_dev);
>>> + grub_fs_register (&grub_pxefs_fs);
>
On Tue, Aug 5, 2008 at 5:08 AM, Marco Gerards <[EMAIL PROTECTED]> wrote:
> Actually, I would prefer:
>
> pxe --info
>
> pxe --blksize=size
>
> pxe --unload
>
> You kinda reimplemented an argument parser. The advantage of the
> build in argument parser is that it supports generation of --help
> doc
Hi,
Bean <[EMAIL PROTECTED]> writes:
> This patch add the (pxe) device that can be used to load files using
> the pxe service. It also add a user land command pxe that can be used
> to show pxe information as well as set some parameter.
Great! :-)
> To create a pxe boot image:
>
> ./grub-mkimag
On Sat, Aug 02, 2008 at 07:20:31PM +0800, Bean wrote:
> >> --- a/kern/i386/pc/startup.S
> >> +++ b/kern/i386/pc/startup.S
> >> @@ -2053,3 +2053,102 @@ FUNCTION(grub_vbe_bios_set_palette_data)
> >> popl%ebx
> >> popl%ebp
> >> ret
> >> +
> >> +
> >> +pxe_rm_entry:
> >> +
On Sat, Aug 2, 2008 at 6:48 PM, Robert Millan <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 31, 2008 at 12:50:22AM +0800, Bean wrote:
>> +#if 1
>> +#define GRUB_PXE_BOOTP_DHCPVEND 1024/* DHCP extended vendor field
>> size */
>> +#else
>> +#define GRUB_PXE_BOOTP_DHCPVEND 312 /* DHCP st
On Thu, Jul 31, 2008 at 12:50:22AM +0800, Bean wrote:
> +#if 1
> +#define GRUB_PXE_BOOTP_DHCPVEND 1024/* DHCP extended vendor field
> size */
> +#else
> +#define GRUB_PXE_BOOTP_DHCPVEND 312 /* DHCP standard vendor field
> size */
> +#endif
A comment would be helpful to explain
On Sat, Aug 2, 2008 at 12:59 AM, Bean <[EMAIL PROTECTED]> > Hi,
>
> This kind of usage have been around for some time. In grub legacy, it
> generates pxe image by catenating pxeloader and pre_stage2.
> pxeboot.img is basiclly identical to pxeloader.S, and pre_stage2 and
> core.img loaded at the sam
On Sat, Aug 2, 2008 at 12:21 AM, Pavel Roskin <[EMAIL PROTECTED]> wrote:
> On Fri, 2008-08-01 at 13:32 +0200, Robert Millan wrote:
>> On Thu, Jul 31, 2008 at 11:52:43PM -0400, Pavel Roskin wrote:
>> > On Fri, 2008-08-01 at 11:46 +0800, Bean wrote:
>> > > On Thu, Jul 31, 2008 at 12:50 AM, Bean <[EMA
On Fri, 2008-08-01 at 13:32 +0200, Robert Millan wrote:
> On Thu, Jul 31, 2008 at 11:52:43PM -0400, Pavel Roskin wrote:
> > On Fri, 2008-08-01 at 11:46 +0800, Bean wrote:
> > > On Thu, Jul 31, 2008 at 12:50 AM, Bean <[EMAIL PROTECTED]> wrote:
> > > > Hi,
> > > >
> > > > This patch add the (pxe) dev
On Thu, Jul 31, 2008 at 11:52:43PM -0400, Pavel Roskin wrote:
> On Fri, 2008-08-01 at 11:46 +0800, Bean wrote:
> > On Thu, Jul 31, 2008 at 12:50 AM, Bean <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > This patch add the (pxe) device that can be used to load files using
> > > the pxe service. It a
On Fri, 2008-08-01 at 11:46 +0800, Bean wrote:
> On Thu, Jul 31, 2008 at 12:50 AM, Bean <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > This patch add the (pxe) device that can be used to load files using
> > the pxe service. It also add a user land command pxe that can be used
> > to show pxe informati
On Thu, Jul 31, 2008 at 12:50 AM, Bean <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This patch add the (pxe) device that can be used to load files using
> the pxe service. It also add a user land command pxe that can be used
> to show pxe information as well as set some parameter.
>
> To create a pxe boot
Hi,
This patch add the (pxe) device that can be used to load files using
the pxe service. It also add a user land command pxe that can be used
to show pxe information as well as set some parameter.
To create a pxe boot image:
./grub-mkimage -d . -o core.img pxe
cat pxeboot.img core.img > g2pxe
15 matches
Mail list logo