From 88c00aca310b7bade07833d3021cae9da266eae7 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 5 Feb 2010 16:41:02 -0800 Subject: [PATCH] pxelinux: call reset_pxe before local boot Reset the PXE configuration before we do a local boot. Signed-off-by: H. Peter Anvin --- core/pxelinux.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/core/pxelinux.asm b/core/pxelinux.asm index 01159f1..6ad1584 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -901,6 +901,7 @@ local_boot: mov si,localboot_msg call writestr_early ; Restore the environment we were called with + call reset_pxe call cleanup_hardware lss sp,[InitStack] pop gs -- 2.7.4