Displaying 20 results from an estimated 63 matches for "sysdump".
2011 Apr 19
2
How do I enable dmidecode and sysdump
It say to give a copy of dmidecode or sysdump if I need to use localboot -1
pxelinux.0 worked with localboot 0
but
gpxelinux.0 didn't it needed localboot -1
This was on my hp machines
2010 Feb 07
0
Syslinux 3.85-pre7: new tool "sysdump"
So I realized I really need a better way to collect information from
problematic machines, so I spent today rewriting the old memdump tool
into a new "sysdump" tool. sysdump can write its output either to a
serial port using ymodem[1] or over the network using TFTP *if* it was
booted from the network, using PXELINUX.
John R.: I would obviously like you to try this on the machine that was
having problems doing local boot.
To use it, you need a TFT...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
...at the changes are smaller and any errors will be easier for
reviewers to spot.
Matt Fleming (6):
Makefile: Move Makefile fragments into mk/
mboot.c32: Delete superfluous $(LIBS) prerequisite
menu.c32: Delete superfluous $(LIBS) prerequistite
hdt: Delete superfluous $(LIBS) prerequisites
sysdump: Delete superfluous $(LIBS) prerequisite
lua: Delete superfluous $(LIBS) prerequisite
Makefile | 3 ++-
Makefile.private | 2 +-
com32/cmenu/Makefile | 5 +++--
com32/gdbstub/Makefile | 3 ++-
com32/gfxboot/Makefi...
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
...linux_memmap_type(amap, where, len) != SMT_FREE) {
- printf("Memory segment at 0x%08x (len 0x%08x) is unavailable\n",
+ printf("Memory segment at 0x%08x (len 0x%08zx) is unavailable\n",
where, len);
goto bail; /* Memory region unavailable */
}
diff --git a/com32/sysdump/dmi.c b/com32/sysdump/dmi.c
index ce25efa..7c39b7b 100644
--- a/com32/sysdump/dmi.c
+++ b/com32/sysdump/dmi.c
@@ -65,7 +65,7 @@ static void dump_smbios(struct upload_backend *be, size_t dptr)
struct smbios_header smx = *smb;
char filename[32];
- snprintf(filename, sizeof filename, &q...
2012 Jun 14
1
Problem with buggy Dell Latitude BIOS
...h "Not enough memory to load specified image". This
results in a few of our boot images (most importantly the Backup Rescue
image (and parted magix pxe version)) failing.
A12 BIOS works okay. So at the moment we stay at A12.
1) Can this problem be worked around somehow? I have created sysdumps
(with sysdump.c32) of both BIOS states but can't read/understand the
output.
2) Is it worth the trouble of reporting this to Dell? If yes, do they have
a contact for this kind of bugs? I doubt regular Dell support is able to
handle these kinds of problem.
Best Regards
Heiko Helmle
2015 Jan 25
0
Use z size specifier for printf-ing size_t variable
...intf("Memory segment at 0x%08x (len 0x%08x) is unavailable\n",
> + printf("Memory segment at 0x%08x (len 0x%08zx) is unavailable\n",
> where, len);
> goto bail; /* Memory region unavailable */
> }
> diff --git a/com32/sysdump/dmi.c b/com32/sysdump/dmi.c
> index ce25efa..7c39b7b 100644
> --- a/com32/sysdump/dmi.c
> +++ b/com32/sysdump/dmi.c
> @@ -65,7 +65,7 @@ static void dump_smbios(struct upload_backend *be, size_t dptr)
> struct smbios_header smx = *smb;
> char filename[32];
>
> -...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...Nov 1 18:08 com32/modules/ethersel.c32
1 29200 Nov 1 18:08 com32/modules/pxechn.c32
1 32356 Nov 1 18:08 com32/modules/pcitest.c32
1 34140 Nov 1 18:08 com32/mboot/mboot.c32
1 36632 Nov 1 18:08 com32/modules/dmitest.c32
1 38568 Nov 1 18:08 com32/chain/chain.c32
1 40304 Nov 1 18:08 com32/sysdump/sysdump.c32
1 54624 Nov 1 18:09 dos/syslinux.com
1 55140 Nov 1 18:08 com32/menu/menu.c32
1 87040 Nov 1 18:09 win32/syslinux.exe
1 89882 Nov 1 18:08 gpxe/gpxelinux.0
1 90624 Nov 1 18:09 win64/syslinux64.exe
1 97799 Nov 1 18:09 mtools/syslinux
2 98559 Nov 1 18:09 linux/syslinux
1 125304...
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...lt;philippe.coval at open.eurogiciel.org>
---
codepage/Makefile | 2 +-
com32/cmenu/Makefile | 6 +++---
com32/gpllib/Makefile | 2 +-
com32/hdt/Makefile | 2 +-
com32/libupload/Makefile | 2 +-
com32/rosh/Makefile | 2 +-
com32/sysdump/Makefile | 4 ++--
core/Makefile | 24 ++++++++++++------------
dos/Makefile | 2 +-
efi/Makefile | 2 +-
gpxe/src/Makefile.housekeeping | 12 ++++++------
lzo/Makefile | 2 +-
memdisk/Makefile | 2 +-...
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...| 3 ++-
com32/lua/src/Makefile | 3 ++-
com32/mboot/Makefile | 3 ++-
com32/menu/Makefile | 3 ++-
com32/modules/Makefile | 3 ++-
com32/rosh/Makefile | 3 ++-
com32/samples/Makefile | 3 ++-
com32/sysdump/Makefile | 3 ++-
com32/tools/Makefile | 4 ++--
core/Makefile | 3 ++-
diag/geodsp/Makefile | 2 +-
diag/mbr/Makefile | 3 ++-
dos/Makefile | 3 ++-
dosutil/Makefile...
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...|com32/samples | libutil.c32
|hello.c32 |com32/samples |
|keytest.c32 |com32/samples | libutil.c32
|localboot.c32 |com32/samples | libcom32.c32
|resolv.c32 |com32/samples |
|serialinfo.c32 |com32/samples |
|sysdump.c32 |com32/sysdump | libcom32.c32
[1] http://www.syslinux.org/wiki/index.php?title=Library_modules
-------------- next part --------------
#!/bin/bash
# syslinux_module_deps - show syslinux module dependencies.
# version 0.1
# license MIT
# Copyright: Frank lin Piat <fpiat...
2014 Nov 20
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...everything here is OK
with my hardware and IRQ assigment as well, the system however hangs when I
call linux-kernel.
I have tried most of the suggestions you offered above already, no success.
Even tried different kernels, but they all get stuck while loading.
Now I want to use the debug.c32 and sysdump.c32 so that I could somehow
debug and figure out where exactly the problem occurs. Please provide me
with some examples of how could I use the both.
Calling
COM32 sysdump.c32 ymodem 0 9600
before the 'KERNEL vmlinuz0 ' or after??? could you please show an example?
also on minicom ymodem re...
2010 Jul 02
1
[syslinux:master] Makefile: add lua.c32 to installables
...644
> --- a/Makefile
> +++ b/Makefile
> @@ -33,7 +33,7 @@ include $(topdir)/MCONFIG
> MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
> com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \
> com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 \
> - com32/sysdump/*.c32
> + com32/sysdump/*.c32 com32/lua/src/*.c32
>
> # syslinux.exe is BTARGET so as to not require everyone to have the
> # mingw suite installed
>
If I understand that correct,
it means that Lua is in the master branch.
\o/ YES \o/
Stappers :-)
2014 Nov 21
1
[PATCH 1/2] libupload: fix parallel build issue
...Robert Yang <liezhi.yang at windriver.com>
---
com32/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/com32/Makefile b/com32/Makefile
index 754c915..abf5749 100644
--- a/com32/Makefile
+++ b/com32/Makefile
@@ -21,3 +21,4 @@ rosh: lib libutil
samples: libutil elflink/ldlinux
sysdump: lib libutil libupload gpllib
lua/src: cmenu modules
+libupload: lib
--
1.7.9.5
2014 Dec 02
1
http slow transfer
On 11/29/2014 09:20 AM, Ferenc Wagner wrote:
> ?? ?? ??? <hetz at benhamo.org> writes:
>
>> I've converted a CentOS Live ISO to PXE, and I'm using lpxelinux.0 to boot
>> it.
>> Without any HTTP method in the lines, the files are transferring without
>> any problems, but as soon as I use http, all the transferring action is
>> super slow - 5-8
2015 Feb 10
1
Missing make dependencies?
...a/com32/Makefile
+++ b/com32/Makefile
@@ -18,6 +18,6 @@ gfxboot: lib libutil gpllib
hdt: lib libupload cmenu gpllib libutil
lua/src: cmenu modules
modules: lib libutil gpllib
-rosh: lib libutil
-samples: libutil elflink/ldlinux
+rosh: lib libutil gpllib
+samples: libutil elflink/ldlinux gpllib
sysdump: lib libutil libupload gpllib
In a successful build, libgpl.c32 finished building before hello.c32 and rosh.c32.
In a failed build, libgpl.c32 was unfinished when hello.c32 failed.
The race between libgpl.c32 and hello.c32 seems to trip up make.
Here's a 'make --debug' excerpt from t...
2015 Jul 11
0
EXTLINUX - GCC 5
....c:559]: (error) Uninitialized variable: filestr2
...
[com32/rosh/rosh.c:600]: (error) Uninitialized variable: filestr2
Possibly non-functional compile time alternatives due to
unqualified macro settings by cppcheck.
-----------------------------------------------------------------
[com32/sysdump/memmap.c:50]: (error) Possible null pointer dereference: buf
[com32/sysdump/memmap.c:51]: (error) Possible null pointer dereference: buf
[com32/sysdump/memmap.c:52]: (error) Possible null pointer dereference: buf
Probably false positive.
cppcheck has problems to recognize memory allocation on...
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...I tried various ways in which I could debug but no hints, just one time I
got the error below the loading screen.
'Loading vmlinuz0 ... CHS: Error 8001 reading sector 34(0/3/3)
EDD: Error 8000 reading sector 50'
After this I never got the error again and it hangs. I have also tried
using sysdump.c32 and debug.c32, even they don't work.
In source code, in various files I traced the pattern 'Loading $ ...' and
inserted strings to locate where exactly in the code my kernel hangs, then
I recomplied with
make bios installer
make install
After installation I tried installing syslin...
2014 Dec 17
0
PXE boot error on a thin client
...e various memory reports (free spaces and
the proper memory map) before decompressing though if they were
incongruent (ie the PXE OROM updated the lowest call but not the map),
I'm not sure if the decompression code would utilize that.
Is there any chance you could use 6.03-pre16 and collect a sysdump?
http://www.syslinux.org/wiki/index.php/Sysdump.c32
--
-Gene
2015 Jul 11
3
EXTLINUX - GCC 5
> On Jul 10, 2015 5:29 PM, "poma via Syslinux" <syslinux at zytor.com> wrote:
>
> > The same as with the ISOLINUX, stable and git.
> > Only this time has nothing to do with the menu.
>
> 1) EXTLINUX is no longer a discrete variant. The installer extlinux now
> installs SYSLINUX.
> 2) William Kensington already saw a similar behavior wherein an
2014 Nov 19
0
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
>
> Hi
> I have tried to install syslinux 4.06 on the SD card again, it works
> like a charm.
>
> I am being very carefull with c32 files from the same version
> bootloader. No success.
>
> I am also unmounting /dev/sdb1 before installing syslinux, as mentioned
> in the given documentations.
> In the pasted syslinux.cfg content--- I have also tried using only