search for: mbr_c

Displaying 14 results from an estimated 14 matches for "mbr_c".

2014 Nov 26
1
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
Hi, In the Bios folder inside mbr, there are different types of mbr_c.bin mbr_f.bin as well as mbr.bin, is there a description available which tells which mbr is to be used in which case? please point me to the description or kindly explain. while installing syslinux on my device (usb, sd-card) i can use the arguments '-H' and '-S' to specify heads a...
2013 Apr 28
3
Syslinux drive confusion
I have the following problem with syslinux. With boards with same core chipset and bios, syslinux fails on some boards. The difference on boards are that the ones that succeed has standard PC components (KBC, PATA). The ones that failes have SATA only and no KBC. It does not matter if I boot from USB or Compact flash drive. I has been noted that the bootloader calls BIOS functions for a drive
2010 May 29
2
Syslinux doesn't compile on Mandriva Linux - fixed
...= win32/syslinux.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 \...
2017 Mar 21
0
Patch: make slightly more verbose versions of isohdp.x.S
...Signed-off-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 $@ $<...
2014 Jan 02
0
EFI build problems
...nux/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
...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?
...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?
....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
...eri/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/
...mbr/Makefile 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 = .. -in...
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