Re: [PATCH 1/1] tests: Correct netboot and file_filter test failure

2025-06-23 Thread Daniel Kiper via Grub-devel
On Sat, Jun 21, 2025 at 10:50:38AM -0500, Andrew Hamilton wrote: > Correct a test failure in netboot_test and file_filter_test > caused by an issue cleaning up the tmp directory created > for netboot. Netboot creates a subdirectory in the tmp > folder that causes the rmdir to fail - so

Re: [PATCH 1/1] tests: Correct netboot and file_filter test failure

2025-06-23 Thread Leo Sandoval via Grub-devel
On Sat, Jun 21, 2025 at 9:52 AM Andrew Hamilton wrote: > Correct a test failure in netboot_test and file_filter_test > caused by an issue cleaning up the tmp directory created > for netboot. Netboot creates a subdirectory in the tmp > folder that causes the rmdir to fail - so

[PATCH 1/1] tests: Correct netboot and file_filter test failure

2025-06-21 Thread Andrew Hamilton
Correct a test failure in netboot_test and file_filter_test caused by an issue cleaning up the tmp directory created for netboot. Netboot creates a subdirectory in the tmp folder that causes the rmdir to fail - so cleanup the subdirectory first. Fixes: 1d59f39b5f1b ("tests/util/grub-shell: R

Re: [PATCH v6 5/5] docs: Update info with grub.cfg netboot selection order

2020-01-29 Thread Daniel Kiper
On Wed, Jan 22, 2020 at 12:01:56PM +0100, Javier Martinez Canillas wrote: > From: Robert Marshall > > Add documentation to the GRUB manual that specifies the order netboot > clients use to select a GRUB configuration file. > > Also explain that the feature is enabled by

Re: [PATCH v6 4/5] normal/main: Search for specific config files for netboot

2020-01-29 Thread Daniel Kiper
On Wed, Jan 22, 2020 at 12:01:55PM +0100, Javier Martinez Canillas wrote: > From: Paulo Flabiano Smorigo > > This patch implements a search for a specific configuration when the config > file is on a remoteserver. It uses the following order: >1) DHCP client UUID option. >2) MAC address (i

[PATCH v6 4/5] normal/main: Search for specific config files for netboot

2020-01-22 Thread Javier Martinez Canillas
From: Paulo Flabiano Smorigo This patch implements a search for a specific configuration when the config file is on a remoteserver. It uses the following order: 1) DHCP client UUID option. 2) MAC address (in lower case hexadecimal with dash separators); 3) IP (in upper case hexadecimal)

[PATCH v6 5/5] docs: Update info with grub.cfg netboot selection order

2020-01-22 Thread Javier Martinez Canillas
From: Robert Marshall Add documentation to the GRUB manual that specifies the order netboot clients use to select a GRUB configuration file. Also explain that the feature is enabled by default but can be disabled by setting the 'feature_net_search_cfg' environment variable to 'n&

Re: [PATCH v5 4/5] normal/main: Search for specific config files for netboot

2019-12-13 Thread Daniel Kiper
On Fri, Dec 13, 2019 at 03:28:37PM +0100, Javier Martinez Canillas wrote: > On 11/29/19 4:46 PM, Daniel Kiper wrote: > > On Wed, Oct 30, 2019 at 06:02:35PM +0100, Javier Martinez Canillas wrote: > >> On 10/30/19 2:45 PM, Vladimir 'phcoder' Serbinenko wrote: > >>> We had a discussion with Daniel and

Re: [PATCH v5 4/5] normal/main: Search for specific config files for netboot

2019-12-13 Thread Javier Martinez Canillas
On 11/29/19 4:46 PM, Daniel Kiper wrote: > On Wed, Oct 30, 2019 at 06:02:35PM +0100, Javier Martinez Canillas wrote: >> On 10/30/19 2:45 PM, Vladimir 'phcoder' Serbinenko wrote: >>> We had a discussion with Daniel and agreed on following: >>> 1) we accept the feature >> >> Great, thanks. >> >>> 2)

Re: [PATCH v5 4/5] normal/main: Search for specific config files for netboot

2019-11-29 Thread Daniel Kiper
On Wed, Oct 30, 2019 at 06:02:35PM +0100, Javier Martinez Canillas wrote: > On 10/30/19 2:45 PM, Vladimir 'phcoder' Serbinenko wrote: > > We had a discussion with Daniel and agreed on following: > > 1) we accept the feature > > Great, thanks. > > > 2) we want to have an option to specify grub confi

Re: [PATCH v5 4/5] normal/main: Search for specific config files for netboot

2019-10-30 Thread Javier Martinez Canillas
On 10/30/19 2:45 PM, Vladimir 'phcoder' Serbinenko wrote: > We had a discussion with Daniel and agreed on following: > 1) we accept the feature Great, thanks. > 2) we want to have an option to specify grub config file. And if this > option is present, the scanning would be disabled Sure, you men

Re: [PATCH v5 4/5] normal/main: Search for specific config files for netboot

2019-10-30 Thread Vladimir 'phcoder' Serbinenko
We had a discussion with Daniel and agreed on following: 1) we accept the feature 2) we want to have an option to specify grub config file. And if this option is present, the scanning would be disabled 3) to avoid multiple round-trips can we request all the possible files in parallel? On Wed, 30 O

Re: [PATCH v5 4/5] normal/main: Search for specific config files for netboot

2019-10-30 Thread Javier Martinez Canillas
Hello Vladimir, On 10/29/19 5:18 PM, Vladimir 'phcoder' Serbinenko wrote: > What is the problem with main grub.cfg just including the files based on > environment variables? > Do you mean having a grub.cfg that fetches the machine specific grub.cfg? i.e: configfile (tftp,$net_default_server)/EFI

Re: [PATCH v5 4/5] normal/main: Search for specific config files for netboot

2019-10-29 Thread Vladimir 'phcoder' Serbinenko
What is the problem with main grub.cfg just including the files based on environment variables? On Tue, 29 Oct 2019, 15:16 Javier Martinez Canillas, wrote: > From: Paulo Flabiano Smorigo > > This patch implements a search for a specific configuration when the config > file is on a remoteserver.

[PATCH v5 5/5] docs: Update info with grub.cfg netboot selection order

2019-10-29 Thread Javier Martinez Canillas
From: Robert Marshall Add documentation to the grub info page that specifies the order netboot clients use to select a grub configuration file. Signed-off-by: Robert Marshall Signed-off-by: Javier Martinez Canillas --- Changes in v5: - Add Reviewed-by tag from Daniel Kiper to patch #5

[PATCH v5 4/5] normal/main: Search for specific config files for netboot

2019-10-29 Thread Javier Martinez Canillas
From: Paulo Flabiano Smorigo This patch implements a search for a specific configuration when the config file is on a remoteserver. It uses the following order: 1) DHCP client UUID option. 2) MAC address (in lower case hexadecimal with dash separators); 3) IP (in upper case hexadecimal)

Re: [PATCH v4 4/5] normal/main: Search for specific config files for netboot

2019-10-28 Thread Javier Martinez Canillas
On 10/28/19 4:13 PM, Daniel Kiper wrote: > On Wed, Oct 23, 2019 at 03:00:32PM +0200, Javier Martinez Canillas wrote: >> From: Paulo Flabiano Smorigo >> >> This patch implements a search for a specific configuration when the config >> file is on a remoteserver. It uses the following order: >>1)

Re: [PATCH v4 4/5] normal/main: Search for specific config files for netboot

2019-10-28 Thread Daniel Kiper
On Wed, Oct 23, 2019 at 03:00:32PM +0200, Javier Martinez Canillas wrote: > From: Paulo Flabiano Smorigo > > This patch implements a search for a specific configuration when the config > file is on a remoteserver. It uses the following order: >1) DHCP client UUID option. >2) MAC address (i

Re: [PATCH v4 5/5] docs: Update info with grub.cfg netboot selection order

2019-10-24 Thread Daniel Kiper
On Wed, Oct 23, 2019 at 03:00:33PM +0200, Javier Martinez Canillas wrote: > From: Robert Marshall > > Add documentation to the grub info page that specifies the order > netboot clients use to select a grub configuration file. > > Signed-off-by: Robert Marshall > Signed-of

[PATCH v4 4/5] normal/main: Search for specific config files for netboot

2019-10-23 Thread Javier Martinez Canillas
From: Paulo Flabiano Smorigo This patch implements a search for a specific configuration when the config file is on a remoteserver. It uses the following order: 1) DHCP client UUID option. 2) MAC address (in lower case hexadecimal with dash separators); 3) IP (in upper case hexadecimal)

[PATCH v4 5/5] docs: Update info with grub.cfg netboot selection order

2019-10-23 Thread Javier Martinez Canillas
From: Robert Marshall Add documentation to the grub info page that specifies the order netboot clients use to select a grub configuration file. Signed-off-by: Robert Marshall Signed-off-by: Javier Martinez Canillas --- Changes in v4: - Mention that the UUID is unique to the machine and not

Re: [PATCH v3 5/5] docs: Update info with grub.cfg netboot selection order

2019-10-23 Thread Javier Martinez Canillas
On 10/22/19 4:26 PM, Daniel Kiper wrote: > On Tue, Oct 22, 2019 at 10:48:14AM +0200, Javier Martinez Canillas wrote: >> From: Robert Marshall >> >> Add documentation to the grub info page that specifies the order >> netboot clients use to select a grub configuratio

Re: [PATCH v3 5/5] docs: Update info with grub.cfg netboot selection order

2019-10-22 Thread John Paul Adrian Glaubitz
On 10/22/19 4:26 PM, Daniel Kiper wrote: > On Tue, Oct 22, 2019 at 10:48:14AM +0200, Javier Martinez Canillas wrote: >> From: Robert Marshall >> >> Add documentation to the grub info page that specifies the order >> netboot clients use to select a grub configuratio

Re: [PATCH v3 5/5] docs: Update info with grub.cfg netboot selection order

2019-10-22 Thread Daniel Kiper
On Tue, Oct 22, 2019 at 10:48:14AM +0200, Javier Martinez Canillas wrote: > From: Robert Marshall > > Add documentation to the grub info page that specifies the order > netboot clients use to select a grub configuration file. > > Signed-off-by: Robert Marshall > Signed-of

[PATCH v3 4/5] normal/main: Search for specific config files for netboot

2019-10-22 Thread Javier Martinez Canillas
From: Paulo Flabiano Smorigo This patch implements a search for a specific configuration when the config file is on a remoteserver. It uses the following order: 1) DHCP client UUID option. 2) MAC address (in lower case hexadecimal with dash separators); 3) IP (in upper case hexadecimal)

[PATCH v3 5/5] docs: Update info with grub.cfg netboot selection order

2019-10-22 Thread Javier Martinez Canillas
From: Robert Marshall Add documentation to the grub info page that specifies the order netboot clients use to select a grub configuration file. Signed-off-by: Robert Marshall Signed-off-by: Javier Martinez Canillas --- Changes in v3: - Add a patch documenting the grub.cfg netboot selection

[PATCH v2 3/3] Search for specific config files for netboot

2019-10-18 Thread Javier Martinez Canillas
From: Paulo Flabiano Smorigo This patch implements a search for a specific configuration when the config file is on a remoteserver. It uses the following order: 1) DHCP client UUID option. 2) MAC address (in lower case hexadecimal with dash separators); 3) IP (in upper case hexadecimal)

Re: [PATCH 3/3] Search for specific config files for netboot

2019-10-15 Thread Daniel Kiper
On Sat, Oct 05, 2019 at 12:44:27AM +0200, Javier Martinez Canillas wrote: > From: Paulo Flabiano Smorigo > > This patch implements a search for a specific configuration when the config > file is on a remoteserver. It uses the following order: >1) DHCP client UUID option. >2) MAC address (i

[PATCH 3/3] Search for specific config files for netboot

2019-10-04 Thread Javier Martinez Canillas
From: Paulo Flabiano Smorigo This patch implements a search for a specific configuration when the config file is on a remoteserver. It uses the following order: 1) DHCP client UUID option. 2) MAC address (in lower case hexadecimal with dash separators); 3) IP (in upper case hexadecimal)

Re: [PATCH] Fix fwpath in efi netboot

2016-12-22 Thread Andrei Borzenkov
y this issue to be > identified as it appears to be just works. Thanks! Committed with additional fix - move *path assignment after grub_efi_net_config. We may receive file_path from firmware (e.g. iPXE ROM does set it) and we leaked it this way. Actually, iPXE ROMs, at least those shipped with U

[PATCH] Fix fwpath in efi netboot

2016-12-19 Thread Michael Chang
The path returned by grub_efi_net_config has already been stripped for the directory part extracted from cached bootp packet. We should just return the result to avoild it be stripped again. It fixed the problem that grub.efi as NBP image always looking for grub.cfg and platform directory in upper

Re: [PATCH 1/1] grub: fix hang in netboot

2014-04-28 Thread Ram Pai
On Thu, Apr 24, 2014 at 03:07:33PM -0700, Ram Pai wrote: > Grub can busy-loop and hang while network booting, if the network has > some fair amount of activity. This is because grub's net module sniffs > the network for packets, and busy-loops in receive_packets() till it > finds network packet of

[PATCH 1/1] grub: fix hang in netboot

2014-04-24 Thread Ram Pai
Grub can busy-loop and hang while network booting, if the network has some fair amount of activity. This is because grub's net module sniffs the network for packets, and busy-loops in receive_packets() till it finds network packet of type IP or IPV6. During this period grub will not respond to any

Re: status of grub netboot in GRUB2

2010-09-05 Thread John Lumby
Vladimir Serbinenko wrote: >> >> but the grub_install fails and a bash -x of it reveals,  near the end, >> >> /usr/grub2/sbin/grub-setup --directory=/mnt/dkt/boot/grub >> --device-map=/mnt/dkt/boot/grub/device.map fd0 >> Invalid device `fd0'. >>   > Well your problem is obvious: > > /mnt/dkt/bo

Re: status of grub netboot in GRUB2

2010-09-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09/05/2010 03:46 AM, John Lumby wrote: > Ian Turner wrote: > > >> What happens when you load GRUB from media and then load the pxe module? >> > Well, I don't yet know, as I've not been able to build a bootable floppy > image. > This is 1.98, installed with --prefix=/usr/grub2 to avoi

RE: status of grub netboot in GRUB2

2010-09-04 Thread John Lumby
Ian Turner wrote: > What happens when you load GRUB from media and then load the pxe module? Well,  I don't yet know,  as I've not been able to build a bootable floppy image. This is 1.98,  installed with --prefix=/usr/grub2 to avoid clashing with my production grub1 and I try this  /usr/grub

Re: status of grub netboot in GRUB2

2010-09-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
AFAIK PXE rom simply isn't designed to be executed without causing it to attempt netboot. It may be possible with some black magic to make it do so, but the resulting code will be very unstable. > --Ian > > (Apologies for the HTML mail - this mail client doesn't support composing

Re: status of grub netboot in GRUB2

2010-09-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ub/people/phcoder/net/.bzr/ > > It's bzr branch > Question: is the current (1.98) netboot/PXE functionality documented > somewhere? > I did try reading the 1.98 info but the node for "Network" is empty - > and it seems nothing there in the .texi. Sorry if this is

Re: status of grub netboot in GRUB2

2010-09-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
lease avoid sending HTML-formatted mails to this list. >> >>> Anyone know if any work is being done on implementing a netboot >>> function into GRUB2 similar to what is available in GRUB1?I.e., >>>. supports current network hardware with self-conta

Re: status of grub netboot in GRUB2

2010-09-01 Thread Manoel Rebelo Abraches
0, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 08/31/2010 09:05 PM, John Lumby wrote: > First of all please avoid sending HTML-formatted mails to this list. > > Anyone know if any work is being done on implementing a netboot > > function into GRU

Re: status of grub netboot in GRUB2

2010-09-01 Thread Turner, Ian
text messages) - Original Message - From: grub-devel-bounces+ian.turner=deshaw@gnu.org To: grub-devel maillist Sent: Wed Sep 01 11:12:26 2010 Subject: Re: status of grub netboot in GRUB2 Thanks for the numerous replies.    Some comments interspersed and one question at the end. Le

Re: status of grub netboot in GRUB2

2010-09-01 Thread John Lumby
sters mentioned other reasons. Basically,   I am hoping for what GRUB1 offered - fetch a linux kernel over the network using tftp under control of GRUB. Ian Turner wrote: |  But I suspect you can boot GRUB from physical media |  and then still activate the PXE module afterwards.     ... |  Netboot work

Re: status of grub netboot in GRUB2

2010-08-31 Thread Lennart Sorensen
On Tue, Aug 31, 2010 at 09:31:13PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 08/31/2010 09:05 PM, John Lumby wrote: > First of all please avoid sending HTML-formatted mails to this list. > > Anyone know if any work is being done on implementing a netboot &

Re: status of grub netboot in GRUB2

2010-08-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08/31/2010 09:05 PM, John Lumby wrote: First of all please avoid sending HTML-formatted mails to this list. > Anyone know if any work is being done on implementing a netboot > function into GRUB2 similar to what is available in GRUB1?I.e., >. supports current network hard

RE: status of grub netboot in GRUB2

2010-08-31 Thread Turner, Ian
> What is the point of having a bootloader that needs to sit on a disk on > a box, when then network boots? With PXE and the like you don't need > any disk and means you are really net booting. In all fairness, this is useful if you want to network-boot a box for OS installation but do not contr

RE: status of grub netboot in GRUB2

2010-08-31 Thread Turner, Ian
Netboot works in grub2, but only using the PXE protocol. If you don't have a PXE BIOS on your NIC then you are out of luck. --Ian From: grub-devel-bounces+ian.turner=deshaw@gnu.org [mailto:grub-devel-bounces+ian.turner=deshaw@gnu.org] On Behalf Of John Lumby Sent: Tuesday, Augu

Re: status of grub netboot in GRUB2

2010-08-31 Thread Lennart Sorensen
On Tue, Aug 31, 2010 at 03:05:43PM -0400, John Lumby wrote: > Anyone know if any work is being done on implementing a netboot function into > GRUB2 similar to what is available in GRUB1?I.e., >. supports current network hardware with self-contained drivers >. does

status of grub netboot in GRUB2

2010-08-31 Thread John Lumby
Anyone know if any work is being done on implementing a netboot function into GRUB2 similar to what is available in GRUB1?I.e., . supports current network hardware with self-contained drivers . does not require PXE hardware . does not require any other software I see this

Re: grub2 netboot & memtest

2008-11-01 Thread Robert Millan
On Tue, Oct 14, 2008 at 04:15:20PM +0200, Joerg Hohwieler wrote: > Hi, > > I'm trying to use grub2 (current svn) netboot to boot memtest86+-2.01. > > Netboot already works and the b/w menu shows up. > > here's my grub.cfg: > > .. snip .. > set ti

grub2 netboot & memtest

2008-10-14 Thread Joerg Hohwieler
Hi, I'm trying to use grub2 (current svn) netboot to boot memtest86+-2.01. Netboot already works and the b/w menu shows up. here's my grub.cfg: .. snip .. set timeout=100 set default=0 menuentry "memtest86+-2.01" { linux /memtest86+-2.01 } .. snip .. When I execute

Re: netboot/UNDI status

2008-01-25 Thread Yoshinori K. Okuji
On Friday 25 January 2008 14:25, Robert Millan wrote: > On Fri, Jan 25, 2008 at 10:00:17AM +0100, Marco Gerards wrote: > > "Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > > > On Thursday 24 January 2008 13:42, Robert Millan wrote: > > >> Well, if we can collaborate by sharing the same driver col

Re: netboot/UNDI status

2008-01-25 Thread Robert Millan
On Fri, Jan 25, 2008 at 10:00:17AM +0100, Marco Gerards wrote: > "Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > > > On Thursday 24 January 2008 13:42, Robert Millan wrote: > >> Well, if we can collaborate by sharing the same driver collection that's > >> even better, of course. This was done

Re: netboot/UNDI status

2008-01-25 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Thursday 24 January 2008 13:42, Robert Millan wrote: >> Well, if we can collaborate by sharing the same driver collection that's >> even better, of course. This was done for GRUB Legacy, right? > > Sure. I had a very short conversation with gp

Re: netboot/UNDI status

2008-01-24 Thread Yoshinori K. Okuji
On Thursday 24 January 2008 13:42, Robert Millan wrote: > Well, if we can collaborate by sharing the same driver collection that's > even better, of course. This was done for GRUB Legacy, right? Sure. I had a very short conversation with gpxe developers last year, and we have agreed that we shou

Re: netboot/UNDI status

2008-01-24 Thread Robert Millan
On Thu, Jan 24, 2008 at 09:49:22AM +0100, Yoshinori K. Okuji wrote: > On Wednesday 23 January 2008 16:46, Douglas Ward wrote: > > Robert Millan wrote: > > > On Wed, Jan 23, 2008 at 12:38:31PM +0100, Marco Gerards wrote: > > >> But to be honest, there are more important issues than networking in > >

Re: netboot/UNDI status

2008-01-24 Thread Yoshinori K. Okuji
On Wednesday 23 January 2008 16:46, Douglas Ward wrote: > Robert Millan wrote: > > On Wed, Jan 23, 2008 at 12:38:31PM +0100, Marco Gerards wrote: > >> But to be honest, there are more important issues than networking in > >> the short term... > > > > ACK. Let's focus on what GRUB excels at, instea

Re: netboot/UNDI status

2008-01-23 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Jan 23, 2008 11:46 PM, Douglas Ward <[EMAIL PROTECTED]> wrote: >> Robert Millan wrote: >> > On Wed, Jan 23, 2008 at 12:38:31PM +0100, Marco Gerards wrote: >> > >> >> But to be honest, there are more important issues than networking in >> >> the short term... >

Re: netboot/UNDI status

2008-01-23 Thread Marco Gerards
Douglas Ward <[EMAIL PROTECTED]> writes: > Robert Millan wrote: >> On Wed, Jan 23, 2008 at 12:38:31PM +0100, Marco Gerards wrote: >> >>> But to be honest, there are more important issues than networking in >>> the short term... >>> >> >> ACK. Let's focus on what GRUB excels at, instead of

Re: netboot/UNDI status

2008-01-23 Thread Bean
On Jan 23, 2008 11:46 PM, Douglas Ward <[EMAIL PROTECTED]> wrote: > Robert Millan wrote: > > On Wed, Jan 23, 2008 at 12:38:31PM +0100, Marco Gerards wrote: > > > >> But to be honest, there are more important issues than networking in > >> the short term... > >> > > > > ACK. Let's focus on what GRU

Re: netboot/UNDI status

2008-01-23 Thread Douglas Ward
Robert Millan wrote: > On Wed, Jan 23, 2008 at 12:38:31PM +0100, Marco Gerards wrote: > >> But to be honest, there are more important issues than networking in >> the short term... >> > > ACK. Let's focus on what GRUB excels at, instead of trying to compete > with etherboot just yet... > >

Re: netboot/UNDI status

2008-01-23 Thread Robert Millan
On Wed, Jan 23, 2008 at 12:38:31PM +0100, Marco Gerards wrote: > > But to be honest, there are more important issues than networking in > the short term... ACK. Let's focus on what GRUB excels at, instead of trying to compete with etherboot just yet... -- Robert Millan I know my rights; I wa

Re: netboot/UNDI status

2008-01-23 Thread Marco Gerards
Douglas Ward <[EMAIL PROTECTED]> writes: > I was wondering if any work has been completed on netboot for gurb2. I'm > most interested in a UNDI driver as my current setup using gpxe and > pxelinux. pxelinux does a fine job but I have always preferred grub. There is an o

netboot/UNDI status

2008-01-21 Thread Douglas Ward
I was wondering if any work has been completed on netboot for gurb2. I'm most interested in a UNDI driver as my current setup using gpxe and pxelinux. pxelinux does a fine job but I have always preferred grub. ___ Grub-devel mailing list Grub-

Re: netboot

2007-06-26 Thread Adam Lackorzynski
On Tue Jun 26, 2007 at 17:01:26 +0800, Bean wrote: > On Tue, Jun 26, 2007 at 07:58:44AM +0200, Robert Millan wrote: > > > > In the wiki there's a link titled "GRUB2 netboot development" that points > > to: > > > > http://www.inma.ucl.ac.be/~guf

Re: netboot

2007-06-26 Thread Bean
On Tue, Jun 26, 2007 at 07:58:44AM +0200, Robert Millan wrote: > > In the wiki there's a link titled "GRUB2 netboot development" that points > to: > > http://www.inma.ucl.ac.be/~guffens/grub2_netboot/index.html > > (broken link) > > Anyone knows wh

netboot

2007-06-25 Thread Robert Millan
In the wiki there's a link titled "GRUB2 netboot development" that points to: http://www.inma.ucl.ac.be/~guffens/grub2_netboot/index.html (broken link) Anyone knows what did this contain? Is there uncommitted work for network support there? Who's guffens? -- Robert

Re: GRUB2 netboot development

2006-05-09 Thread vincent guffens
Rudy Attias wrote: > > Netboot is taking a different direction? I'm curious about that, can you > give some details? yes, grub legacy also used the drivers from Etherboot and it was reported not be easily manageable. When Etherboot developpers decide to change something, the glu

RE: GRUB2 netboot development

2006-05-09 Thread Rudy Attias
Netboot is taking a different direction? I'm curious about that, can you give some details? Rudy Attias >Well I followed you advice but I came across some issues, probably on >customization of the driver, I'm trying to add the tg3 to it. I made >some adjustments on the

RE: GRUB2 netboot development

2006-05-07 Thread Guffens, Vincent
but if it does not, I think we should not worry too much about that for the moment as the netboot development is taking quite a different direction now. Cheers! <>___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: GRUB2 netboot development

2006-05-07 Thread Rudy Attias
ivers requires more manual interventions for the moment. The idea is that it could be made completely automatic but it is not yet done. Also note that according to a previous post, this mechanism which allows importing etherboot drivers will not make it to the official grub2. The netboot support wil

Re: GRUB2 netboot development

2006-05-04 Thread vincent guffens
ws drivers requires more manual interventions for the moment. The idea is that it could be made completely automatic but it is not yet done. Also note that according to a previous post, this mechanism which allows importing etherboot drivers will not make it to the official grub2. The netboot support wil

GRUB2 netboot development

2006-05-04 Thread Rudy Attias
Title: Hey,   I'm interested to know, how to add drivers to the new pluggable architecture (grub2_netboot_7.tgz) from etherboot sources?   Also wanted to say that you guys do great job with this boot loader! Now it needs to learn to boot from RAID and make coffee and  its perfect!

Re: netboot related projects

2006-04-29 Thread Yoshinori K. Okuji
On Sunday 30 April 2006 00:03, vincent guffens wrote: > true, but this is why the idea here is to use the drivers without > modification or at least with as few modifications as possible. GRUB Legacy did the same, and failed in keeping the code up-to-date. Because: - you still have to check all u

Re: netboot related projects

2006-04-29 Thread vincent guffens
I don't like to copy Etherboot's drivers to GRUB any longer. I > rather consider how to use the UNDI interface provided by Etherboot. When I > worked on netboot in GRUB Legacy, Etherboot didn't support UNDI, so I had to > copy the drivers. According to him, the current Etherboot

Re: netboot related projects

2006-04-29 Thread Yoshinori K. Okuji
he UNDI interface provided by Etherboot. When I worked on netboot in GRUB Legacy, Etherboot didn't support UNDI, so I had to copy the drivers. According to him, the current Etherboot supports UNDI, so it should be feasible to use Etherboot's drivers via UNDI. I think the difficulty i

Re: netboot related projects

2006-04-29 Thread Marco Gerards
vincent guffens <[EMAIL PROTECTED]> writes: Hi Vincent, > I just wanted to let you know that I contacted the maintainer of > Etherboot to inform him of my current attempt to port the etherboot > drivers to grub2. Is he willing to cooperate with us so it will be easier to share code? I think I on

netboot related projects

2006-04-29 Thread vincent guffens
Hi, I just wanted to let you know that I contacted the maintainer of Etherboot to inform him of my current attempt to port the etherboot drivers to grub2. As I understand (don't hesitate to correct me or give more details if you know them), the development of etherboot will stop and future develo

netboot and memory problem : solved ?

2005-06-17 Thread Vincent Guffens
hi ! what do you think about the following change in grub_free ? Instead of (at the end of the function) if (p + p->size == p->next) { p->next->magic = 0; p->size += p->next->size; p->next = p->next->next; } [...] r->first = q; I tried the following if (p + p->size == p