Displaying 1 result from an estimated 1 matches for "do_reset_px".
Did you mean:
do_reset_pxe
2012 Apr 26
2
Problems booting from local hd
...earmode
mov si,localboot_msg
call writestr_early
; Restore the environment we were called with
call reset_pxe
.
reset_pxe:
or byte [KeepPXE],1
; Fall through
unload_pxe:
push ds
push es
mov ax,cs
mov ds,ax
mov es,ax
cmp byte [KeepPXE],0 ; Should we keep PXE around?
jne do_reset_pxe
?
on Dell Precision M4600 Laptops (BIOS Rev. A08) reseting the PXE stack causes a reboot and Dell Latitude E5520 laptops (BIOS Rev. A05) start over with another PXE boot (-> PXE boot cycle until not enough free memory is left over to startup syslinux).
With syslinux 4.05 both laptops try to e...