search for: ifcpu64

Displaying 20 results from an estimated 69 matches for "ifcpu64".

Did you mean: cpu64
2012 Sep 04
1
ifcpu64.c32 not working properly when used in a menu include file
The following is a pxelinux problem, specifically to do with including config files with the menu include directive and the ifcpu64.c32 com module. I have a working ifcpu64.c32 setup that jumps to the label rescue64 in the case of a 64-bit CPU. The label "rescue64" defines a 64-bit kernel and a 64-bit initrd.img. The setup jumps to a label named "rescue32" in the case of a 32-bit CPU, which is also a label,...
2009 Feb 12
1
bug in ifcpu64 if !pae and only two options?
Hello, ifcpu64.c has the following comment: * append boot_kernel_64 [-- boot_kernel_32pae] -- boot_kernel_32 Also in NEWS: (and optionally 32-bit kernels with or without PAE.) However, if one doesn't specify boot_kernel_32pae but only boot_kernel_64 and boot_kernel_32, and if the CPU doesn't h...
2009 Jun 16
0
ifcpu64 & ipappend
Another issue which looks like a bug. If 'ipappend' is set globally (not uncommon in network/pxelinux environment), the last entry for ifcpu64.c32 gets messed up -- to the 2nd (or 3rd) label all the chars from ipappend gets appended, without spaces, resulting in a messy label. Adding -- after the 3rd entry does not help -- the minuses too gets addedd to the command line. For now I worked around this by moving ipappend to all the individ...
2011 Apr 04
2
ifcpu(64).c32 does not detect Athlon II X4
Hello, as said in the subject; I am having problems with ifcpu.c32 and ifcpu64.c32 detecting a Athlon II X4 CPU correctly as a 64Bit capable CPU. Ifcpu64.c32 does not detect PAE capabilities, also. Both boot the last (32Bit, non-PAE) entry. On two other Core2-based machines I have here, everything works. Can someone tell me what exactly these modules are looking for? Maybe I...
2008 Jul 16
5
default64 patch?
I stumbled across the following patch and wondered if it wouldn't be a good idea to have it included. http://foldingcd.svn.sourceforge.net/viewvc/*checkout*/foldingcd/trunk/folding_cd/patches/syslinux-3.51-64bit.patch?revision=5 It adds a default64 keyword and detection of a 64bit processor. It could be useful for mixed environments. The patch is against 3.51, but looks like it would port
2010 Jun 12
1
[PATCH] ifcpuXX: Support multiple parameters with labels
...d2fa44f56da7 - Shao Miller --- >From cc70d0fa55e35fabf250f4dccbaed2fa44f56da7 Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0 at terminus.zytor.com> Date: Sat, 12 Jun 2010 08:03:28 -0700 Subject: [PATCH] ifcpuXX: Support multiple parameters with labels The ifcpu.c32 and ifcpu64.c32 modules take arguments including the form <true_label> -- <false_label>. It is convenient to allow these labels to be not just a single word, but to include parameters. This is useful for <TAB>-editing and modifying the command-line to include parameters you'd like t...
2013 Mar 13
6
Syslinux 5.10pre1 - Failed to load COM32 file .c32
...case 5.10pre1. But I already fail when booting from CD with Failed to load COM32 file .c32 I am a bit perplex since no name of COM32 files is given. I am trying to trace down the issue as good as I can. COM32 files present are: boot/isolinux/chain.c32 boot/isolinux/ifcpu.c32 boot/isolinux/ifcpu64.c32 boot/isolinux/ldlinux.c32 boot/isolinux/libcom32.c32 boot/isolinux/libgpl.c32 boot/isolinux/liblua.c32 boot/isolinux/libmenu.c32 boot/isolinux/libutil.c32 boot/isolinux/menu.c32 boot/isolinux/reboot.c32 boot/isolinux/vesamenu.c32 Every build gets fresh COM32 files and an isolinux.bin from the...
2013 Oct 30
2
installing only pxelinux?
On Wed, Oct 30, 2013 at 09:52:57AM +0200, Ady wrote: > > > The wiki (http://www.syslinux.org/wiki/index.php/PXELINUX) still says: > > > > "copy pxelinux.0 (from the SYSLINUX distribution) and any > > kernel or initrd images that you want to boot" > > > > like I've been doing forever, but how do I know what else I need, and > >
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
...s/Makefile > @@ -18,13 +18,22 @@ > VPATH = $(SRC) > include $(MAKEDIR)/elf.mk > > -MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ > - disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \ > - meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ > - kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ > - ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ > - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ > - hexdump.c32 poweroff.c32...
2009 Jun 03
1
isohybrid detecting usb vs. cdrom boot
Given an isohybrid image, I'd like default to a different label when booted from usb vs. when booted from cd. Is there a way to do accomplish this, something similar to ifcpu64.c32 perhaps? Thanks. Joe
2013 Aug 01
3
Kernel selection by hardware?
Mattias Schlenker <ms at mattiasschlenker.de> wrote: > Is ifcpu.c32 or ifcpu64.c32 sufficient for your task? No. I need to detect a given machine by something unique. E.g. the MAC-address of the Ethernet Interface CPU-id or such, because I have custom kernels for all the machines. Sven -- If you can spend five minutes on the Internet and do not run Linux, you're a gen...
2010 Sep 14
2
[PATCH] ifgpxe.c32
...over the DHCP servers, and any change to the DHCP options used for a given host has a bunch of bureaucratic overhead. With ifgpxe.c32, we can simply edit the host-specific pxelinux configuration files, which IT has much less control over. The actual content of the file was mostly copy/pasted from ifcpu64.c, so I left HPA's copyright on it. Thanks, Geoff -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-New-module-ifgpxe.c32.-It-runs-one-command-if-gpxe-e.patch Type: application/octet-stream Size: 3831 bytes Desc: 0001-New-module-ifgpxe.c32.-It-runs-one-co...
2013 Aug 01
2
Kernel selection by hardware?
Hello, is it possible to select the default boot image by hardware properties? I corrently boot a couple of laptops fom a single USB stick and I would like to select the default kernel image automatically. Sven -- Trotz der zunehmenden Verbreitung von Linux erfreut sich der B?r, und - dank Knut - insbesondere der Eisb?r, deutlich gr??erer Beliebtheit als der Pinguin. (Gefunden bei
2013 Oct 30
0
installing only pxelinux?
..., and I'd prefer to get the original distribution from syslinux > than a possibly-modified Linux distribution in any case. Yes. A good start might be to use these c32 files (pasted from one of my scripts): [ "menu.c32", "vesamenu.c32", "ifcpu.c32", "ifcpu64.c32", "reboot.c32", "chain.c32", "ldlinux.c32", "libutil.c32", "libmenu.c32", "libcom32.c32", "liblua.c32", "libgpl.c32" ] Those are for the quite common cases of using ifcpu/ifcpu64 to determine special...
2013 Feb 02
1
5.01 problems with gpxelinux.0 (file paths related TFTP and HTTP)
...bootmnt/arch/boot/syslinux/archiso.cfg to 192.168.0.90 dnsmasq-tftp: sent /run/archiso/bootmnt/arch/boot/syslinux/whichsys.c32 to 192.168.0.90 dnsmasq-tftp: sent /run/archiso/bootmnt/arch/boot/syslinux/archiso_pxe_choose.cfg to 192.168.0.90 dnsmasq-tftp: sent /run/archiso/bootmnt/arch/boot/syslinux/ifcpu64.c32 to 192.168.0.90 dnsmasq-tftp: sent /run/archiso/bootmnt/arch/boot/syslinux/archiso_pxe_32_inc.cfg to 192.168.0.90 dnsmasq-tftp: sent /run/archiso/bootmnt/arch/boot/syslinux/archiso_head.cfg to 192.168.0.90 dnsmasq-tftp: sent /run/archiso/bootmnt/arch/boot/syslinux/archiso_pxe32.cfg to 192.168.0...
2013 Sep 20
1
One DHCP/PXE config for BIOS, EFI32, and EFI64 clients?
...2 pxelinux.cfg/C0000 pxelinux.cfg/C000 pxelinux.cfg/C00 pxelinux.cfg/C0 pxelinux.cfg/C Although you didn't explicitly mention the "unattended client for massive deployment" condition before, I should probably had assumed it. Creating a new c32 module (similar to whichsys.c32 or to ifcpu64.c32, but without the lib*.c32 dependencies) that could select a label according to the (client's) firmware (i.e. bios, efi32, efi64), could be helpful. But such c32 module doesn't exist (yet?). So currently my suggestion is not useful for you. Perhaps someone else might know about some...
2008 Aug 01
2
SYSLINUX 3.71 released
Hello everyone, I have just released SYSLINUX 3.71. This is pretty much a bug fix and hardware support release. The major new *features* are the "initrd" command (syntactic sugar, but it supposedly makes it easier for some tools), the "hide" option to chain.c32, and the ifcpu64.c32 module. As always, special thanks to rPath, Inc., my employer, for the countless hours I have spent working on Syslinux. -hpa Changes in 3.71: * Workaround for a VESA BIOS which tries to make DOS system calls(!!) * Simple menu: fix navigation around disabled e...
2014 Jan 22
2
Some (U)EFI questions
...y: Use preloader, hashtool and the syslinux efi file, copy them to the FAT image and be happy. However I got two questions: 1. Do the 32 bit and 64 bit UEFI syslinux' both search for the same config or is there the possibility to use different config files? I might fiddle around with ifcpu64 but cannot yet, since I am waiting for a piece of 32 bit hardware 2. Is there a possibility to load a kernel that resides outside the El-Torito image on a DVD? As I understand the latest development, it is now possible to do so on partitioned media like USB hard disks, buts is ther...
2009 Apr 04
2
SYSLINUX 3.74-pre17: (hopefully final) release candidate
...e can be used to select the default entry inside the menus. * kbdmap.c32: new module to load a new keyboard map dynamically. * isohybrid: workaround bug in some versions of binutils. * Fix issue with the placement of the initrd on some machines. * ifcpu64: fix handling of less than three arguments. * Fix bug in the shuffle library when dealing with a very large number of fragments. * Documentation fixes by Vicente Jimenez Aguilar. * gPXE updated to version 0.9.7. * hdt.c32: Hardware Detection Tool, an intera...
2009 Feb 16
3
[PATCH] cmd.c32: new module to just execute a command
...30e89b 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -20,7 +20,7 @@ include ../MCONFIG MODULES = chain.c32 config.c32 ethersel.c32 mboot.c32 dmitest.c32 \ cpuidtest.c32 \ pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 \ - sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32 + sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32 cmd.c32 TESTFILES = diff --git a/com32/modules/cmd.c b/com32/modules/cmd.c new file mode 100644 index 0000000..f0b0a96 --- /dev/null +++ b/com32/modules/cmd.c @@ -0,0 +1,42 @@ +/* ------------------------...