Displaying 3 results from an estimated 3 matches for "biosupdate".
Did you mean:
bios_update
2009 Sep 20
0
Memdisk in Release 3.82 conflicts with a Intel BIOSupdate Image
Good day Sean,
Could you be interested in trying a MEMDISK from Syslinux 3.83-pre11?
You could 'git clone' it or download a snapshot of the source from:
http://git.kernel.org/?p=boot/syslinux/syslinux.git;a=snapshot;h=08d95ca
91f87a0c8ec452bb17e837e845738d530
There was a bit of work done with MEMDISK between 3.82 and 3.83-pre11.
Let us know.
- Shao Miller
2008 Dec 04
3
Patch: Allow args with spaces
Hi,
the first attached patch extends the argument parsing code to allow (shell
like) spaces. A config like
LABEL BIOSupdate
KERNEL dmiselect.c32
APPEND "ESPRIMO P5925" "memdisk initrd=/dos/FSC-E5925.img raw"
will result in args[]:
ESPRIMO P5925
memdisk initrd=/dos/FSC-E5925.img raw
instead of (current code):
"ESPRIMO
P5925"
"memdisk
initrd=/dos/FSC-E5925.img
raw"
What...
2014 Nov 10
1
pxelinux 6.03 lua module not loading syslinux.c32 dmi.c32 etc
...ea to configure my syslinux pxe setup to support EFI32/64/legacy from
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720589 That's what clonezilla server is doing too.
Config
label luabios
MENU LABEL Upgrade your BIOS!
# path /bios makes no difference
com32 lua.c32
append /flash/bios/biosupdate.lua
lua.c32 /liblua.c32 isn't trying to list the directory for supported modules is it?
(not supported over tftp of course). I can try again with a linux tftp server in debug mode, but from what I'm seeing from the tftp logs there is no attempt to load syslinux.c32/dmi.c32, but they do l...