search for: altmbr_c

Displaying 13 results from an estimated 13 matches for "altmbr_c".

2012 Mar 21
1
altmbr.bin always boots the first partition
...dev/loop7 mnt echo LINUX PARTITION-1 > mnt/syslinux.cfg umount -d mnt losetup -o 11534336 -s 9437184 /dev/loop7 flat mkfs.ext2 -q /dev/loop7 mount -t ext2 /dev/loop7 mnt extlinux -i mnt echo LINUX PARTITION-2 > mnt/extlinux.conf umount -d mnt printf '\002' | cat /usr/share/syslinux/altmbr_c.bin - | dd bs=440 count=1 iflag=fullblock conv=notrunc of=flat qemu-kvm -nodefaults -sdl -m 4M -vga cirrus -drive file=flat,if=virtio,readonly ---------- Note also that iflag=fullblock above is necessary, yet the wiki misses it. -- Maxim Kammerer Libert? Linux (discussion / support: http://dee....
2010 May 29
2
Syslinux doesn't compile on Mandriva Linux - fixed
...nux.exe +else +INSTALL_AUX_OPT = +endif + +# # The BTARGET refers to objects that are derived from ldlinux.asm; we # like to keep those uniform for debugging reasons; however, distributors # want to recompile the installers (ITARGET). @@ -43,7 +52,7 @@ BOBJECTS = $(BTARGET) \ mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin \ mbr/mbr_f.bin mbr/altmbr_f.bin mbr/gptmbr_f.bin \ core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \ - gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \ + gpxe/gpxelinux.0 dos/syslinux.com $(INSTALL_AUX_OPT) \ dosutil/*.com dosutil/*.sys \ $(MODULES) @...
2017 Mar 21
0
Patch: make slightly more verbose versions of isohdp.x.S
...-by: MartinS <ams at ludd.ltu.se> --- Comments? diff --git a/mbr/Makefile b/mbr/Makefile index be2bded..7095396 100644 --- a/mbr/Makefile +++ b/mbr/Makefile @@ -21,7 +21,8 @@ include $(MAKEDIR)/embedded.mk all: mbr.bin altmbr.bin gptmbr.bin isohdpfx.bin isohdppx.bin \ mbr_c.bin altmbr_c.bin gptmbr_c.bin isohdpfx_c.bin isohdppx_c.bin \ - mbr_f.bin altmbr_f.bin gptmbr_f.bin isohdpfx_f.bin isohdppx_f.bin + mbr_f.bin altmbr_f.bin gptmbr_f.bin isohdpfx_f.bin isohdppx_f.bin \ + isohdpfv.bin isohdppv.bin %.o: %.S $(CC) $(MAKEDEPS) $(SFLAGS) -Wa,-a=$*.lst -c -o $@ $< diff --git a/...
2014 Jan 02
0
EFI build problems
...slinux/syslinux/mbr/isohdppx.S ld -m elf_i386 -T /home/wferi/syslinux/syslinux/mbr/i386/mbr.ld -e _start -o isohdppx_f.elf isohdppx_f.o objcopy -O binary isohdppx_f.elf isohdppx_f.bin perl /home/wferi/syslinux/syslinux/mbr/checksize.pl isohdppx_f.bin chmod -x isohdppx_f.bin rm mbr_f.o isohdppx_c.o altmbr_c.o isohdppx_f.o gptmbr_c.o isohdppx.o altmbr_f.o altmbr.o isohdpfx_c.o mbr_c.o gptmbr_f.o gptmbr.o isohdpfx_f.o isohdpfx.o mbr.o make[3]: Leaving directory `/home/wferi/syslinux/syslinux/efi32/mbr' make -r -C sample SRC="/home/wferi/syslinux/syslinux/sample" OBJ="/home/wferi/sysli...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...432 Sep 23 23:51 mbr/isohdpfx.bin 1 432 Sep 23 23:51 mbr/isohdpfx_c.bin 1 432 Sep 23 23:51 mbr/isohdpfx_f.bin 1 432 Sep 23 23:51 mbr/isohdppx.bin 1 432 Sep 23 23:51 mbr/isohdppx_c.bin 1 432 Sep 23 23:51 mbr/isohdppx_f.bin 1 439 Sep 23 23:51 mbr/altmbr.bin 1 439 Sep 23 23:51 mbr/altmbr_c.bin 1 439 Sep 23 23:51 mbr/altmbr_f.bin 1 440 Sep 23 23:51 mbr/gptmbr.bin 1 440 Sep 23 23:51 mbr/gptmbr_c.bin 1 440 Sep 23 23:51 mbr/gptmbr_f.bin 1 440 Sep 23 23:51 mbr/mbr.bin 1 440 Sep 23 23:51 mbr/mbr_c.bin 1 440 Sep 23 23:51 mbr/mbr_f.bin 1 800 Nov 1 18:08 com32/modules...
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
...es from http://mirrors.kernel.org/archlinux/testing/os/x86_64/syslinux-6.03pre11-2-x86_64.pkg.tar.xz [anatol at archie ~]$ ls -l /usr/lib/syslinux/bios/*.bin -rw-r--r-- 1 root root 439 May 14 22:44 /usr/lib/syslinux/bios/altmbr.bin -rw-r--r-- 1 root root 439 May 14 22:44 /usr/lib/syslinux/bios/altmbr_c.bin -rw-r--r-- 1 root root 439 May 14 22:44 /usr/lib/syslinux/bios/altmbr_f.bin -rw-r--r-- 1 root root 440 May 14 22:44 /usr/lib/syslinux/bios/gptmbr.bin -rw-r--r-- 1 root root 440 May 14 22:44 /usr/lib/syslinux/bios/gptmbr_c.bin -rw-r--r-- 1 root root 440 May 14 22:44 /usr/lib/syslinux/bio...
2014 May 20
0
"EDD Load error" on btrfs, how to debug?
...ors.kernel.org/archlinux/testing/os/x86_64/syslinux-6.03pre11-2-x86_64.pkg.tar.xz > > [anatol at archie ~]$ ls -l /usr/lib/syslinux/bios/*.bin > -rw-r--r-- 1 root root 439 May 14 22:44 /usr/lib/syslinux/bios/altmbr.bin > -rw-r--r-- 1 root root 439 May 14 22:44 /usr/lib/syslinux/bios/altmbr_c.bin > -rw-r--r-- 1 root root 439 May 14 22:44 /usr/lib/syslinux/bios/altmbr_f.bin > -rw-r--r-- 1 root root 440 May 14 22:44 /usr/lib/syslinux/bios/gptmbr.bin > -rw-r--r-- 1 root root 440 May 14 22:44 /usr/lib/syslinux/bios/gptmbr_c.bin > -rw-r--r-- 1 root root 440 May 14 22:44 /...
2014 May 20
2
"EDD Load error" on btrfs, how to debug?
Hi On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote: > >> Besides syslinux itself other things has changed e.g. gcc (but I >> really hope my problem not because of compiler). > > This alone can be the trigger.This might be a starting point: build
2014 Jan 11
0
EFI build problems
.../wferi/syslinux/genec/mbr/isohdppx.S ld -m elf_i386 -T /home/wferi/syslinux/genec/mbr/i386/mbr.ld -e _start -o isohdppx_f.elf isohdppx_f.o objcopy -O binary isohdppx_f.elf isohdppx_f.bin perl /home/wferi/syslinux/genec/mbr/checksize.pl isohdppx_f.bin chmod -x isohdppx_f.bin rm mbr_f.o isohdppx_c.o altmbr_c.o isohdppx_f.o gptmbr_c.o isohdppx.o altmbr_f.o altmbr.o isohdpfx_c.o mbr_c.o gptmbr_f.o gptmbr.o isohdpfx_f.o isohdpfx.o mbr.o make[3]: Leaving directory `/home/wferi/syslinux/genec/efi32/mbr' make -r -C sample SRC="/home/wferi/syslinux/genec/sample" OBJ="/home/wferi/syslinux/ge...
2013 Dec 17
6
EFI build problems
Hi, The internal Gnu-EFI build gives me grief: * efi/check-gnu-efi.sh: uses realpath, which is not available on my Debian wheezy system. I now use readlink -f, but wonder if it's needed at all. * efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd, which is not built into a standard Bourne shell invoked by #!/bin/sh. Again I wonder what's the point of it, as
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...le b/mbr/Makefile index c3eb97a..993bb10 100644 --- a/mbr/Makefile +++ b/mbr/Makefile @@ -16,7 +16,8 @@ # topdir = .. -include $(topdir)/MCONFIG.embedded +MAKEDIR = $(topdir)/mk +include $(MAKEDIR)/embedded.mk all: mbr.bin altmbr.bin gptmbr.bin isohdpfx.bin isohdppx.bin \ mbr_c.bin altmbr_c.bin gptmbr_c.bin isohdpfx_c.bin isohdppx_c.bin \ diff --git a/memdisk/Makefile b/memdisk/Makefile index 92f565a..5475b44 100644 --- a/memdisk/Makefile +++ b/memdisk/Makefile @@ -12,7 +12,8 @@ ## ----------------------------------------------------------------------- topdir = .. -include $(topdi...
2014 Jan 10
2
EFI build problems
On Fri, Jan 10, 2014 at 2:53 AM, Ferenc Wagner <wferi at niif.hu> wrote: > Gene Cumm <gene.cumm at gmail.com> writes: > >> On Sat, Jan 4, 2014 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On Tue, Dec 17, 2013 at 8:39 AM, Ferenc Wagner <wferi at niif.hu> wrote: >>> >>>> * make spotless still fails after working around
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com> This series includes a patch (PATCH 1/6) that I sent previously but I thought it was worth sending it again since the rest of the series depends on it, and it also gives a bit of context. These cleanups make it simpler to do the big switchover to ELF modules on the elflink branch because the libraries in $LIBS are now contained in one