similar to: PXE-booting Xen using PXELINUX

Displaying 20 results from an estimated 10000 matches similar to: "PXE-booting Xen using PXELINUX"

2006 Jan 14
3
Patch to add Symbols/segments loader for mboot.c
Hello, I use Tim's mboot.c32 to load multiboot kernels over pxelinux. However, some kernels require the symbol table and other information in the ELF section header table to be able to load properly. This functionality is not present in mboot.c now, so I added support for it. The patch is attached. It would be great if you can push this into the next release of syslinux so ELF multiboot
2006 Mar 11
5
mboot.c32, weird e820 map on HP blade machine, possible memory corruption
I'm seeing this on a HP Blade and i'm not sure why this is happning since the nature of the issue is so wierd. I compiled mboot.c with a DEBUG defined in the mboot.c file. In the funciton init_mmap(), it prints the e820 map and on the HP blade this map values come out to be totally random. Some weird numbers which dont make any sense at all. However, if i add a while(1); or a exit(1); at
2005 May 16
6
etherboot & multiboot
I''ve now given up trying to get grub working with my particular e1000 adapter, I''ve tried all the patches and all I can get is something that works a little bit but never past the grub menu. I''m sure I read something somewhere about a tool which would combine a multiboot image + modules into a single bootable item which could be loaded by lilo, and am hoping that the
2014 Mar 07
2
Syslinux EFI + TFTPBOOT Support
On 2014/3/7 ?? 05:23, Gene Cumm wrote: > On Thu, Mar 6, 2014 at 10:55 AM, Bryan Romine <bromine1027 at gmail.com> wrote: >> Sorry for the confusion, I am actually using 6.02. It turns out that I was >> trying to use the 32-bit efi binary to load 64-bit kernels. I switched to >> using "syslinux64.efi" but it hangs during boot, just before loading the >>
2014 Mar 05
2
PXELINUX and http?
On 3/5/2014 4:21 AM, Gene Cumm wrote: > tp. But I can't get it to work. > 5.10 introduced lpxelinux.0, a variant that uses UNDI+lwIP instead of PXE calls. Ah, ok, the wording in 5.10 change log is a little ambiguous then...It seems to imply (to me at least) that http support was added to pxelinux.0 with an old TCP stack, but lpxelinux.0 has http with a new TCP stack. > >>
2014 Mar 05
2
PXELINUX and http?
According to the Changelog for 5.01, pxelinux.0 can load boot files via http. But I can't get it to work. Specifying http as my boot path, just gives me an invalid file or directory error. ie: KERNEL http://10.48.128.56/rhel-server/rhel-server-6.4-x86_64/vmlinuz If I do a wget on the http path, I can get vmlinuz just fine. What am I doing wrong? I also tried copying lpxelinux.0 over
2005 Mar 18
2
Loading Xen with PXELinux
Hi All: I found this old message on the web archives. I've gotten Xen working with PXELinux, albeit with something of a hack. The basic chain is: 1. pxelinux 2. memdisk 3. FAT16 floppy image 4. grub installed on floppy image 5. xen.gz and vmlinuz on floppy image While this seems pretty simple, the key bits were to use: 1. FAT16 (not ext2, etc) for the floppy image 2. use the 'raw'
2007 Mar 13
2
mboot.c32/Xen compatible
Hello all, I'm new on the list and hope this question isn't out of order. I'm booting Xen with mboot.c32 but with 100mb/s cards. I want to upgrade to 1000mb/s. I haven't got the biggest budget to trial and error new network cards so I'd like to buy the right card first time. I think this can be a bit tricky from 100mb/s card experience. A 3c905CX-TXM (03-0247-000 E)
2006 Nov 23
2
booting Xen hypervisor
Hello, I'm having trouble PXE booting the Xen hypervisor kernel as follows: PXELINUX 3.31 0x4518b206 Copyright (C) 1994-2005 H. Peter Anvin UNDI data segment at: 00094FC0 UNDI data segment size: 4A30 UNDI code segment at: 000999F0 UNDI code segment size: 44E4 PXE entry point found (we hope) at 999F:00D6 My IP address seems to be 0A000063 10.0.0.99
2014 Jan 11
2
Linux reinstallation without rebooting? Alternative to kickstart and other such tools?
Hi All. I am curious if it is possible to reinstall linux distribution to centos (or another distro) if I have a remote linux server with no kvm access (i do not want to use virtualization). I know that for installation pxe, tftpboot and kickstart or a proper iso/cd and kickstart are standard options. But for such operations I would need kvm access. Are there any alternatives which do not need
2007 May 01
1
Using pxelinux mboot.c32 to multiboot Solaris
Hi All, Now that we have multiboot capable pxelinux, thanks to mboot.c32, I decided to try and remove pxegrub from my x86 jumpstart infrastructure since, in theory, pxelinux can now do it all. The problem I'm having is I'm not very sure I'm following Tim's documentation correctly... I'm not 100% what comes after the --- and whether the Sun kernel needs it's arguments
2018 Feb 06
2
syslinux PXE boot version upgrade, network no longer working
Hi David, On Mon, 5 Feb 2018 18:09:51 -0500 David McDowell via Syslinux <syslinux at zytor.com> wrote: > Thanks for the suggestion Lukas. Is lpxelinux.0 [1] a fork of this > distro or a completely different open source option? The file is part of syslinux (pxelinux) and exists since version 5.10. So neither a fork nor a different project ;) . According to the link I had provided:
2008 Apr 20
4
Booting a non linux application via pxe
Hello I have an application running on top of the ORK (Open Ravenscar Kernel). The file format of the executable is elf: $ file /var/tftp/hello.vmic7750 /var/tftp/hello.vmic7750: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, not stripped I wonder if I can use pxelinux for booting the kernel via network on the target machine. The target machine support PXE. I
2006 May 24
3
[PATCH 1/1] mboot.c32: fix register constraints bug
From: Tim Deegan <Tim.Deegan at cl.cam.ac.uk> Fix register constraints of final jump to kernel entry. When compiled with some GCC versions, mboot.c32 would clobber the kernel load address and try to jump to 0x2badb002. Signed-off-by: Tim Deegan <Tim.Deegan at cl.cam.ac.uk> --- --- syslinux-3.20-pre8/com32/modules/mboot.c.orig 2006-05-22 11:06:17.000000000 +0100 +++
2013 Apr 10
1
S3 testing, etc
I had an off-list discussion with George Dunlap yesterday, who suggested that it might be helpful to have an ability to test the S3 functionality in a bit more of an end-to-end fashion, and possibly introduce an ability to do all of the S3 related things without actually putting the machine to sleep. Attached is a very simple patch to xen that introduces a command line argument
2006 Mar 09
2
multiboot patch
Peter, Is this page update to date? http://www.kernel.org/git/?p=boot/syslinux/syslinux.git;a=shortlog I sent a multiboot symbol table loading patch (syslinux-3.11-mboot-sym_table-patch) a few months ago and I thought you have checked it in. I didn't follow up after that. But i dont see it in the changes now, should i resend it? thanks, Ram
2008 Mar 31
9
iSCSI root on Dom0
I am getting the following error on boot on a new install Centos 51: #/bin/sh ro no such file or directory then a kernel panic I have traced it to the call ''switchroot'' in the init script in the initrd. the exact same build without zen has no problems. the boot messages look like: Attaching to iSCSI storage iscsistart: transport class version 2.0-724. iscsid version 2.0-865
2006 May 11
1
mboot hangs at MPI
I'm attempting to PXE boot a XEN dom0 kernel version 2.6.16, xen version 3.0.2-2. I've built syslinux-3.20-pre8 from source and am using the following config: DEFAULT mboot.c32 xen-3.0.2-2.gz dom0_mem=258048 --- vmlinuz-2.6.16-xen0 ro console=ttyS0 root=/dev/sda1 --- initrd.img Where initrd.img is my own custom initrd that I've built to do some pre-setup before booting to the real
2014 Apr 14
2
PXE booting UEFI
Good Afternoon, As per the installation guide, section 30.2.2 I?ve created an efidefault file at /var/lib/tftpboot/pxelinux/pxelinux.cfg/efidefault However, this file is never requested by the 64 bit PXE loader (bootx64.efi), as shown by tcpdump: 75 RRQ "/pxelinux/42272635-0011-5053-ACF2-82A100E615F2" octet tsize 0 blksize 512 59 RRQ "/pxelinux/01-00-50-56-A7-BA-BF"
2017 Nov 24
9
Help for setting up windows unattended installation
Hi. I have looked at PXElinux<http://www.syslinux.org/wiki/index.php?title=PXELINUX> to understand all this, but I'm very sorry I don't. I have managed to setup to boot from PXELinux, but I'm not an expert on how to setup a menu file for making a windows unattended installation. Could someone help me with that? Is there some kind of a forum for this or is it just by email?