search for: gfxboot

Displaying 20 results from an estimated 160 matches for "gfxboot".

2009 Oct 29
5
[PATCH] gfxboot.c32
Ok, here is the first try to turn the gfxboot wrapper into a com32 module. I had to extend the interface to the gfxboot core a bit to get it working. So it works only with latest gfxboot from git://gitorious.org/gfxboot/gfxboot.git Steffen -------------- next part -------------- A non-text attachment was scrubbed... Name: gfxboot_c32.diff.g...
2010 Jul 14
1
[PATCH] gfxboot: fix buffer overrun when loading kernel/initramfs
If the file size wasn't a multiple of 64KB, we could overwrite the next entry in the malloc arena so reading the initramfs would fail. Signed-off-by: Colin Watson <cjwatson at ubuntu.com> --- com32/gfxboot/gfxboot.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot/gfxboot.c index dd4d641..0fbfadd 100644 --- a/com32/gfxboot/gfxboot.c +++ b/com32/gfxboot/gfxboot.c @@ -21,6 +21,7 @@ #include <fcntl.h> #include <sys/types.h>...
2010 Apr 25
1
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 67496f7afab45f17a6a4ce4fc183d9e0c15ead03: Michal Soltys (1): chain.c32 sethidden option fix are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Steffen Winterfeldt (7): gfxboot: support MENU LABEL statement gfxboot: make config statements case-insensitive gfxboot: handle IPAPPEND gfxboot: turn off graphics before starting kernel gfxboot: fix localboot gfxboot: better error handling gfxboot: fix...
2013 Jul 04
2
gfxboot again - EFI64
Hello, I think I found another problem with gfxboot, and I think it is completely unrelated to the 'packed archive' issue. Again I tried using gfxboot with the Ubuntu gfxboot archive, this time with EFI64, using a real EFI-capable machine. I first verified that everything else actually works by commenting out 'ui gfxboot bootlogo'...
2011 Mar 30
2
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 0620743d1e54cf48aa8e5cf5636739addae49d60: H. Peter Anvin (1): Merge remote-tracking branch 'mcb30/empty-tftp-ip' are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (4): gfxboot: use skipspace() gfxboot: don't use the bounce buffer gfxboot: remove lowmem_buf_size variable gfxboot: remove save_read() function com32/gfxboot/gfxboot.c | 66 +++++++++++++--------------------------------- 1 files changed, 19 inse...
2013 Jul 03
2
Problems with gfxboot.c32
Matt Fleming wrote: > On Wed, 03 Jul, at 09:53:32PM, Sebastian Herbszt wrote: >> gfxboot.c32 is supposed to work as expected if you put all required files >> inside the bootlogo archive. > > From reading com32/gfxboot/gfxboot.c, the code in the bootlog archive > calls *out* into a realmode section compiled into gfxboot.c32 > (realmode_callback.asm) to do things like...
2015 Dec 12
2
Some patches from mageia
...is two of them : > >> > > >> > One is making errors in parsing modules.alias not fatal. > >> > > >> > The other one is adding an option to chain to avoid reading garbage on the > >> > command line. > >> > I had some issues with gfxboot and had to implement that. I know it's a > >> > workaround, I don't really get if that's useful for others. You can forget > >> > it if you consider it as too weird. > >> > >> This almost sounds like a global APPEND was used. Current Syslinux &...
2013 Jul 09
1
gfxboot again - EFI64
Am 04.07.2013 20:02, schrieb H. Peter Anvin: > On 07/04/2013 06:03 AM, Andreas Heinlein wrote: >> Hello, >> >> I think I found another problem with gfxboot, and I think it is >> completely unrelated to the 'packed archive' issue. >> >> Again I tried using gfxboot with the Ubuntu gfxboot archive, this time >> with EFI64, using a real EFI-capable machine. I first verified that >> everything else actually works by co...
2013 Jul 03
2
Problems with gfxboot.c32
...g >> kernel /casper/vmlinuz >> append file=/cdrom/preseed/ubuntu.seed boot=casper >> initrd=/casper/initrd.lz quiet splash -- >> menu background splash.png >> ui vesamenu.c32 >> >> This works. Now just substitute 'ui vesamenu.c32' with 'ui gfxboot >> bootlogo', and I get the described behaviour. I used >> isolinux-debug.bin this time, but the last line I get is >> "Initializing gfx code...", and then the screen goes black. > > Right, unfortunately gfxboot.c32 is making use of the COMBOOT API which >...
2010 Jul 14
2
[PATCH] gfxboot: add include and menu include support
Ubuntu CDs use multiple configuration files and the include directive as well as gfxboot, so it's useful for gfxboot to support these. Signed-off-by: Colin Watson <cjwatson at ubuntu.com> --- com32/gfxboot/gfxboot.c | 65 +++++++++++++++++++++++++++++++---------------- 1 files changed, 43 insertions(+), 22 deletions(-) diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot...
2015 Dec 12
2
Some patches from mageia
...> >> > One is making errors in parsing modules.alias not fatal. > >> >> > > >> >> > The other one is adding an option to chain to avoid reading garbage on the > >> >> > command line. > >> >> > I had some issues with gfxboot and had to implement that. I know it's a > >> >> > workaround, I don't really get if that's useful for others. You can forget > >> >> > it if you consider it as too weird. > >> >> > >> >> This almost sounds like a global...
2010 Jun 13
2
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 08b3602db548775ca819780de77686a186156ec7: H. Peter Anvin (1): isohybrid: use getopt_long_only() are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (2): gfxboot: use syslinux_derivative_info() gfxboot: set media type com32/gfxboot/gfxboot.c | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) Sebastian
2009 Apr 30
2
[1/1] [gfxboot] align buffer used to read data from disk to a 512 byte boundary
The COM API provides a function to read from disk (int 22h, AX=07h) which needs a destination buffer aligned on a 512 byte boundary. gfxboot uses this function but doesn't ensure its data buffer is properly aligned. This leads to failures on a few machines (HP Pavillion dv5): gfxboot: isolinux: Disk error 09, AX = 424F, drive FE https://qa.mandriva.com/show_bug.cgi?id=48814 has a bit more details. This patch just makes sure the bu...
2008 Aug 12
3
COM32 Implementation Of GFXBoot
What?s the status of the Google Summer of Code?COM32 module implementation of GFXBoot?project? From what has been communicated to me, things have not gone as planned, and it?s currently in limbo.
2011 Aug 17
1
[patch 1/1] syslinux: add suport for com32 entries in the menu
From: Jorge D Cisneros <jorge.cisneros at hp.com> Problem: The actual code only check for entries with kernel or linux, so this example will not work, this patch is to add support to gfxboot to detect the entry COM32 and use any module, in this case the module is chain.c32 Version: Syslinux 4.04 Example: UI gfxboot.c32 LABEL boot_hd0 MENU LABEL Boot from first hard drive COM32 chain.c32 APPEND hd0 Signed-off-by: Jorge D Cisneros <jorge.cisneros at hp.com> -- --- com32/gfxbo...
2009 Jul 12
2
Gfxboot COMBOOT module vs Ubuntu patches
Good afternoon Sebastian, I am working on upgrading the Ubuntu Syslinux package. It is currently not in sync with the Debian version, partially because of merge conflicts with the Gfxboot patches. Cf: https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/270822 https://merges.ubuntu.com/s/syslinux/REPORT I was wondering where your Gfxboot version comes from. I know both Suse and Ubuntu have patches, not sure how they relate to your module though. Thanks, -- Pierre-Alex...
2010 Jul 14
1
[PATCH] gfxboot: allow boot entry to start with label instead of menu_label
...man-readable (perhaps even translatable!) text if the MENU LABEL command is used, which isn't very convenient at the start of a boot entry. Allow the entry to start with menu_ptr->label (an identifier) as an alternative. Signed-off-by: Colin Watson <cjwatson at ubuntu.com> --- com32/gfxboot/gfxboot.c | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot/gfxboot.c index dd4d641..77a3275 100644 --- a/com32/gfxboot/gfxboot.c +++ b/com32/gfxboot/gfxboot.c @@ -790,7 +790,7 @@ void boot(int index) { char *arg, *a...
2010 Oct 20
2
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 94fbd0b8d206102757cecd3dbd67cd701fb70470: Merge remote branch 'liu/master' (2010-10-15 16:41:02 -0700) are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Colin Watson (1): gfxboot: fix buffer overrun when loading kernel/initramfs com32/gfxboot/gfxboot.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Sebastian
2011 Nov 02
3
Some bugs on gfxboot.c32
...ured out two bugs I'd like to share with you. 1- Missing menu entires If you consider a file with the following entries, only the first item appears label mga32 kernel anything label mga64 kernel anything Looks like the number at the end of the label is giving some headaches to gfxboot. If I do rename this two entries by "firstlabel" and "secondlabel" it works perfectly. Does any of you have an idea on the reason ? 2- Loading complementary com32 modules Some of my label entries are calling other com32 modules. Syslinux reports that it can't find any of...
2009 Jul 15
0
[PATCH] gfxboot: only call gfxboot core if labels are specified
Only call gfxboot core if labels are specified in the config file. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> Index: syslinux-3.82-440-g6483c80/modules/gfxboot.asm =================================================================== --- syslinux-3.82-440-g6483c80.orig/modules/gfxboot.asm +++ syslinu...