Displaying 20 results from an estimated 8000 matches similar to: "change pxe filename/prefix"
2008 Oct 27
5
xen 3.3.0 + intrepid domU (2.6.27-7-server) + >4gb ram problem
Hi,
we''re using Xen 3.3.0 on Debian Etch with 2.6.18.8 kernel from xen.org
on dom0. We have problems starting Intrepid domU (using Intrepid''s
kernel 2.6.27-7-server) if we give more than 4GB of memory to this domain.
Using memory = ''4096'' works perfectly, but changing it to ''4097'' already
gives an error. Can anyone put some light on this?
2005 Aug 12
5
PXE/Memdisk/bootimage having a fight
I have tried to get this working SO many times, everywhere I look on
the web tells me i have this correct.
I have the following stanza in my /tftboot/lts/pxelinux.cfg/default
label Ghost
kernel memdisk
append initrd=netboot.img
For some reason, it doesn't work - I get the error messages
Missing parameter in config file
Could not find kernel image: linux
boot:
The netboot.img is in the
2015 Jun 16
3
PXE question
I was wondering, where is the format and options of files like
/usr/share/system-config-netboot/pxelinux.cfg/default from
system-config-netboot-cmd described? There are plenty of PXE tutorials
with examples out there, but nothing that looks like actual
documentation.
2008 Jan 10
2
How to PXE Boot
Folks,
Are there updated instructions on how to set up PXE boot under CentOS 5.x? I found that the system-config-netboot RPM has been absent, and the instructions written reference it, with a bug report not yet closed on Red Hat.
Thanks,
OSC
http://www.centos.org/docs/5/html/Installation_Guide-en-US/s1-netboot-pxe-config.html
http://rhn.redhat.com/errata/RHBA-2006-0380.html
--
Are we headed
2010 Oct 26
1
trying to chainload the normal ubuntu pxe installer
Hi syslinux experts,
So, I have a pxe boot tree that looks something like this:
/menu.cfg
/linux
/ubuntu
/amd64
/meerkat (contains a mirror of the netboot ubuntu image)
If I set the following in the appropriate stanza of my dhcpd.conf (for isc
dhcpd v3), I can boot the ubuntu installer:
filename "linux/ubuntu/amd64/meerkat/pxelinux.0";
next-server <tftp_server_ip>;
I would
2003 Sep 01
1
troubles with PXE APIS
Hi everybody,
I'm a french student employed to develop the boot loader of some
commercial kernel (real time one). Since the goal is to have a universal
x86 netboot I had to use PXE apis.
However I have troubles using them. Since our kernel is not GPL based I
can't just patch syslinux for our purpose. I tryed to make a very simple
netboot loader using intel doc but I was not able to
2007 Jan 24
1
PXE question
Hello,
I run a cluster for computer game servers which are started on demand
by users who book them. I have 15 nodes, some of them netbooted, some
of them not. Recently i replaced a couple of old netbooted machines
with new ones (with harddrives) for better performance. Inside the
new boxes i used NICs from the old machines that i had taken out of
the cluster and netboot.
A day or so
2006 Feb 28
1
Dereverberation - is it work?
Hello,
I'm using Speex1.1.11.1 source code.
I enabled dereverb by speex_preprocess_ctl(). I try different dereverb_level and dereverb_decay values and it seems to not work. I generate some test files in CoolEdit using reverb or echo and then preprocess it by speex_preprocess(preprocess, input, NULL); and output is the same as input:(.
Denoising and VAD works very good. I tried dereverb with
2014 Feb 25
2
[RFC, PATCH] core/pxe: Add architecture-specific discovery request for PXE config file
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-netboot-pxe-config-efi.html
On Monday, February 24, 2014 8:50 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
On Mon, Feb 24, 2014 at 10:09 PM, Jeremy Kerr <jk at ozlabs.org> wrote:
> Hi Gene,
>
>>> What I'm looking to do here is establish a bit of a
2005 Jun 11
1
tftp and symlinks
Here is what I had:
root at shaz:/var/lib/tftpboot # ls -l
total 1680
lrwxrwxrwx 1 root root 71 2005-06-11 11:17 pxelinux.0 ->
/var/www/ubuntu-breezy/install/netboot/ubuntu-installer/i386/pxelinux.0
dr-xr-xr-x 2 root root 4096 2005-06-11 11:21 pxelinux.cfg
drwxr-xr-x 2 root root 4096 2005-06-11 11:20 ubuntu-breezy
and I got "File not found" kind of error on pxeboot -
2014 Feb 25
1
[RFC, PATCH] core/pxe: Add architecture-specific discovery request for PXE config file
Hi all,
>> https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-netboot-pxe-config-efi.html
>
> Don, thanks for the reference. If Jeremy is doing this, then the
> dhcpd DOES INFACT know EXACTLY what it's booting and can easily use
> different directories.
This approach is what I'd prefer to do (modifying DHCP lease
2011 Mar 10
2
Does not auto boot after time out
I am having difficulty trying to figure out how to get a computer to
boot from it's local disk automatically after the pxe menu times out.
I installed syslinux-3.11-4 with yum onto CentOS 5.5
It boots to the local disk if I select Local from the menu and press
enter but it never times out and boots localy.
The AUTOBOOT message doesn't appear either.
Which instructions in the PXELINUX
2010 Nov 17
1
Random numbers in pxe config
Is there a way to produce random number for pxemenu?
For example i need to balance load between 10 web-servers, so I need
something like:
APPEND netboot=http://boot-serv-$RANDOM10/system.img
Another example is when 1000 boxes starts up at the same time (after
e.g. Datacenter power failure) it'll be useful to have random values in
timeout:
TIMEOUT $RANDOM120
--
2014 Jul 27
1
pxelinux HTTP transport UEFI vmlinuz
Op 2014-07-23 om 17:57 schreef Gene Cumm:
> On Wed, Jul 23, 2014 at 10:32 AM, Geert Stappers <stappers at stappers.nl> wrote:
> > Hi,
> >
> > Since which version of pxelinux.0 is understood in pxelinux.cfg/default that
> >
> > kernel http://host.lan/netboot/vmlinuz
> >
> > means vmlinuz should be transported over HTTP?
>
> For non-EFI
2002 May 14
3
network boot nfs as root
Hello everyone,
I am using pxelinux to boot kernel from network, which goes ok.
But when root must be mounted from NFS, I get the following code:
Looking up port 100003/2 on 192.168.1.1
RPC: sendmsg returned error 22
portmap: RPC call returned error 22
ROOT-NFS: unable to get nfsd port number from server, using default
looking up port of RPC 100005/1 on 192.168.1.1
RPC: sendmsg returned error
2003 Aug 23
1
Netboot and PXELINUX
Hi all,
I have just been informed that Netboot (http://netboot.sourceforge.net/)
can be used to produce PXE boot ROMs. I wonder if anyone has tried
running this combination with PXELINUX? This is obviously a really big
deal... :)
-hpa
2005 Dec 12
1
Using Linux as a first/second stage boot.
Hi,
I have a laptop that can boot from the network, but not from a CD or USB
device.
I was wondering if there was a way to netboot the linux kernel, and then
type a command that would restart the boot process, but boot from the CD
instead, and use the previous linux kernel's CD rom driver to read the
new kernel image, and therefore boot from the CD in just the same way a
BIOS would.
2014 Jul 23
2
pxelinux HTTP transport UEFI vmlinuz
Hi,
Since which version of pxelinux.0 is understood in pxelinux.cfg/default that
kernel http://host.lan/netboot/vmlinuz
means vmlinuz should be transported over HTTP?
Since which version of pxelinux.0 is it possible to boot on UEFI?
Those questions elaborated:
What I want is fast netboot UEFI servers.
What I'm looking for is an advice which version of PXELINUX
between version
2002 May 15
1
RE: SYSLINUX digest, Vol 1 #102 - 4 msgs
Hi,
Thanks for your reply Josef.
> In netstat -p |grep rpc I get:
> dgram 56732 rpc.nfsd
> dgram 55905 rpc.mountd
> While client looks for socket 100003/2 or 100005/1, mine rpc.mountd is on socket 55905. Maybe it is a reason for an error 22.
>The port numbers are RPC numbers, not sockets. Try 'rpcinfo -p' for these.
rpcinfo -p
100005 mountd
100003 nfs
So this looks
2013 Feb 18
9
Xen 4.2.1 unable to get domain type for domid
Hi guys,
I''m running Xen 4.2.1, compiled manually so I can play with Remus and DRBD,
running on Ubuntu 12.10.
I keep getting this error when trying to start up my first VM to run the
Ubuntu netboot installer.
-----------------------------------------------------------------
root@left:/home/eross# xl create /etc/xen/ubuntu.cfg -c
Parsing config from /etc/xen/ubuntu.cfg
Daemon running