The following changes since commit aae5483d9ebd6f091aa740108ad7f2958303931f: Steffen Winterfeldt (1): gfxboot.c32 are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (4): gfxboot: use $(NASM) and $(OBJCOPY) gfxboot: fix typo in cb_getcwd - wrong function number gfxboot: accept plain boot logo files gfxboot: fix loading of LABELs with non KERNEL or LINUX commands com32/gfxboot/Makefile | 4 ++-- com32/gfxboot/gfxboot.c | 11 +++++++++-- com32/gfxboot/realmode_callback.asm | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) - Sebastian
Hey steffen, I've been trying 3.84-pre6 with your latest git under kvm but I have an issue. I'm doing the following config : UI gfxboot.c32 bootlogo The bootlogo is this one : ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.0/x86_64/isolinux/bootlogo When starting my virtual machine, I have an issue saying it can't enable the graphical mode. http://konilope.linuxeries.org/tmp/gfxboot-failure.png I was wondering if its a known issue and how I can help in fixing that. Sincerly, Erwan