public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Linux-ia64] elilo-3.0 PXE mode fix
@ 2004-04-02  7:06 Li, Jack
  2004-04-02 17:07 ` Stephane Eranian
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Li, Jack @ 2004-04-02  7:06 UTC (permalink / raw)
  To: linux-ia64

Hi,

I am also trying to setup PXE for IA64. Could you send a copy of your
pxe.conf file to me? And the boot strap you are using?  Thanks. 

Best regards
Jack


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [Linux-ia64] elilo-3.0 PXE mode fix
@ 2001-07-24  2:12 Stephane Eranian
  0 siblings, 0 replies; 10+ messages in thread
From: Stephane Eranian @ 2001-07-24  2:12 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

Hi,

I have identified a problem causing elilo to fail when netbooting from 
a PXE server. Due to a stupid mistake on my part, the config file was
set to the kernel image file when querying the PXE layers.

This problem DOES NOT affect netbooting using regular DHCP server.

The fix is attached to this E-mail.

-- 
-Stephane

[-- Attachment #2: elilo-010723-2.diff --]
[-- Type: text/plain, Size: 799 bytes --]

--- elilo-3.0/fs/netfs.c	Sun Jul  1 23:14:35 2001
+++ elilo-3.1/fs/netfs.c	Mon Jul 23 19:06:17 2001
@@ -488,7 +488,7 @@
 		length = opts[i+1];
 		if (tag == 71) {
 			server_type =(opts[i+2]<<8) | opts[i+3];
-			Print(L"ServerType: %d\r\n", server_type);
+			DBG_PRINT((L"ServerType: %d\r\n", server_type));
 			return server_type;
 		}
 		i+= 2 + length;
--- elilo-3.0/glue_netfs.c	Sun Jul  1 22:50:35 2001
+++ elilo-3.1/glue_netfs.c	Mon Jul 23 19:04:38 2001
@@ -70,7 +70,7 @@
 			config[maxlen-1] = CHAR_NULL;
 		}
 
-		status = netfs->netfs_query_layer(netfs, 0, NETFS_KERNEL_LAYER, maxlen, config);
+		status = netfs->netfs_query_layer(netfs, 0, NETFS_KERNEL_LAYER, maxlen, kname);
 		if (EFI_ERROR(status)) {
 			StrnCpy(kname, NETFS_DEFAULT_KERNEL, maxlen-1);
 			kname[maxlen-1] = CHAR_NULL;

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

end of thread, other threads:[~2004-04-03  0:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-02  7:06 [Linux-ia64] elilo-3.0 PXE mode fix Li, Jack
2004-04-02 17:07 ` Stephane Eranian
2004-04-02 21:19 ` Li, Jack
2004-04-02 23:18 ` Stephane Eranian
2004-04-02 23:19 ` Brett Johnson
2004-04-02 23:30 ` Li, Jack
2004-04-02 23:38 ` Stephane Eranian
2004-04-02 23:47 ` Brett Johnson
2004-04-03  0:07 ` Li, Jack
  -- strict thread matches above, loose matches on Subject: below --
2001-07-24  2:12 Stephane Eranian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox