Displaying 20 results from an estimated 3000 matches similar to: "[Fwd: pxelinux.cfg/default config issues]"
2004 Mar 05
2
pxelinux.cfg/default config issues
I've been having some real issues creating a working configuration file for
my PXE Linux 2.03 installation from which I intend to boot diskless
workstations. I've tried a huge number of differences for passing the init
argument but none seem to work.
Current config file should look something like this:
********
default std
label std
kernel linuz
append root=/dev/nfs
2003 Sep 29
1
PXElinux NFS booting issue
Hi,
I know this isn't the right list for this but I figured that at least you
guy's have done some similar things.
After messing about with PXElinux, I'm only a hairs breath away from
finishing. My problem comes from program files that the Kernel boots to, so
init=/sbin/init or init=/bin/bash. If I boot to bash the console of the
remote PC just dies right after the section
2008 Mar 13
3
newbie question: pxelinux.cfg/default question
Hello all,
I understand that during PXE boot, it goes into the pxelinux.cfg and it states:
1. "it will search for the config file using its own IP address in
upper case hexadecimal, e.g. 192.0.2.91 -> C000025B (you can use the
included progam "gethostip" to compute the hexadecimal IP address for
any host.) If that file is not found, it will remove one hex digit and
try
2006 May 19
1
pxelinux cmdline preparation for klibc kinit
Im trying to get 2.6.17-rc4-mm1 (which includes klibc) working on an
nfs-root setup.
Its not working, so I started adding printf()s (not printk()s !)
1st thing I notice is arg5 is empty, but arg 6 is real
I could imagine this unexpected situation confusing kinit (will check..)
Or is that empty arg intentional, so that it marks the beginning of
pxelinux addons ?
kinit:main:
init-arg 0: /init
2007 May 05
2
PXELinux cfg file problem
Hi I am trying to set up a thin client. I have managed to set up DHCP and
TFTP on a Fedora Core 6 server but the problem is when PXELinux on the
client tries to load the configuration file. I get the message:
Trying to load: pxelinux.cfg/01-00-0c-29-ca-7a-ce
Trying to load: pxelinux.cfg/0A000014
etc..
Trying to load: pxelinux.cfg/default
Unable to locate configuration file
If I use a TFTP
2005 Feb 25
1
corner cases in 308-pre5, pxelinux.cfg/default, esp w simple menus
the following config-file triggers a couple of odd corner-cases in
3.08-pre5 ;
SERIAL 0 19200
CONSOLE 0
APPEND console=ttyS0,19200n81 root=/dev/hda1
IMPLICIT 0
#DEFAULT sk1
#DEFAULT menu.c32
DEFAULT sk1
PROMPT 0
MENU TITLE Simple Boot Menu
LABEL sk1
KERNEL vmlinuz-2.6.10-sk1
APPEND console=ttyS0,19200n81 root=/dev/nfs
2002 Aug 17
1
Pxelinux: File not found during boot, HELP
Hi,
I am trying to boot the PXEclient via pxeserver and I am getting an
error "file not found", following are me setup in the /tftpboot:
/tftpboot:
initrd.img
linuz
pxelinux.0
/tftpboot/pxelinux.cfg
default (lower case)
in the default file:
# This is the default pxelinux config file.
LABEL test
KERNEL vmlinuz
APPEND
2000 Jun 23
1
Re: undocumented behaviour of recordPlot (PR#578)
On Thu, Jun 22, 2000 at 05:01:32PM +0200, p.dalgaard@biostat.ku.dk wrote:
> I think this is pretty certainly a bug, so I'm cc'ing this to r-bugs.
>
> -p
>
> Kaspar Pflugshaupt <pflugshaupt@geobot.umnw.ethz.ch> writes:
> > As the documentation states, when I generate a plot and save it with
> > recordPlot, I can regenerate it by printing the variable:
2000 Jun 23
1
Re: undocumented behaviour of recordPlot (PR#578)
On Thu, Jun 22, 2000 at 05:01:32PM +0200, p.dalgaard@biostat.ku.dk wrote:
> I think this is pretty certainly a bug, so I'm cc'ing this to r-bugs.
>
> -p
>
> Kaspar Pflugshaupt <pflugshaupt@geobot.umnw.ethz.ch> writes:
> > As the documentation states, when I generate a plot and save it with
> > recordPlot, I can regenerate it by printing the variable:
2013 Apr 01
1
Console display "buffer size"
Greetings All.
This is a somewhat generic query (I'm really asking on behalf
of a friend who uses R on Windows, whereas I'm on Linux, but
the same phenomenon appears on both).
Say one has a largish dataframe -- call it "G" -- which in the
case under discussion has 592 rows and 41 columns. The intention
is to display the data by simply entering its name (G) as command.
Say the
2005 Feb 15
2
Could anyone answer for the following question
Hello ,
could anyone answer for the following question for me:
I am using R 2.0.1 under Windows XP. I want to write a function that
makes four graphs and stores each of them in graphics history. When the
function finishes, in other words, I want its graphical output to be
stored in a way that I can look at it using PgUp and PgDn. I think I need
commands I can put in a function that
2004 May 09
2
windows(record=T) loses last plot (PR#3663)
The audit trail indicates that PR#3663 is not reproducible and/or fixed,
but I believe windows(record=T) is still not working as documented:
windows(record=T)
for(i in 1:5) plot(0, 0, cex=4, pch=as.character(i))
After cycling through the plots with PgUp and PgDn, the user finds out
that plot 5 is lost. Indeed,
.SavedPlots
reports that only 4 plots were saved. I'm running the example in
2008 Nov 28
1
Crash with qemu install: 5.2 as host and 5.2 as guest
Hi, I'm trying to install a CentOS 5.2 guest with virt-manager/qemu on a
CentOS 5.2 system (X86_x64, 3ware 9650SE, 2 x Intel VT capable xeon
cpus, 8 GB)
Unfortunately I'm getting a crash in the guest install process. Other
systems are installing smoothely, even Windows xp, but the above
combination won't install. What works, too: CentOS 5.2 xen unmodified
(i.e. fully virtual) guest,
2000 Jan 28
1
Activating Graphics History
I'm having trouble finding documentation on how
to activate the "record graphics history" option via
a command line (as opposed to having to use the menu).
I would like to store a series of graphics. The readme says:
`The History menu allows the recording of plots. When plots have been
recorded they can be reviewed by PgUp and PgDn, saved and replaced.
Recording can be turned
2006 Mar 17
2
pxelinux: Using just pxelinux.cfg/default
Hi friends...
I am using pxelinux but it is so slow when I don't write MAC addresses
in /etc/dhcp3/dhcpd.conf so How do I can use pxelinux.cfg/default directly
and not have to wait?
A lot of thanks.
{pepo}
--
Linux User Registered #232544
Jabber : pepo at jabberes.org
ICQ : 337889406
GnuPG-key : www.keyserver.net
----------------
2010 Nov 17
1
pxelinux 4.03 taking forever to find .../pxelinux.cfg/default
Hi All,
It appears the NetApp OnTap tftp server we were using doesn't
implement the "OpCode: Error Code (5); Error Code: File not found (1)"
response." so we just moved the tftp service to RHEL boxes running HPA
tftpd.
It's essential for our deployment system to locate the pxelinux config
specific to an installation request based on it's MAC address. If the
MAC based
2002 Dec 19
1
Root-NFS not mounting using PXELinux - error 101
I seem to be having trouble getting the NFS root filesystem to mount after
the kernel boots. As per thread from 2002 16 January
(http://www.zytor.com/pipermail/syslinux/2002-January/000028.html), I
double checked my DHCP config files, but to no avail. It cannot seem to
attach to the mountd port on the bootserver. Here is some output from the
kernel:
loop: loaded (max 8 devices)
Intel(R) PRO/1000
2010 Nov 16
2
pxelinux 4.03 taking forever to find ..../pxelinux.cfg/default
Hi,
Is there anything that controls the speed with which pxelinux.0 (4.03)
enumerates the files in .../pxelinux.cfg before it reaches the
.../pxelinux.cfg/default file ?
pxelinux.cfg/01-00-50-56-ba-48-0e
pxelinux.cfg/AC12B2D9
pxelinux.cfg/AC12B2D
pxelinux.cfg/AC12B2
pxelinux.cfg/AC12B
pxelinux.cfg/AC12
pxelinux.cfg/AC1
pxelinux.cfg/AC
2011 Sep 09
1
Re: Wine on Android
androids are not correctly linuz.similaritiy is some as similarity behind human and monkeys :P
android is not a installable nor completley opensource as it looks like while linux is :P
2002 Oct 25
2
Having problems with PXELINUX parsing contents of pxelinux.cfg/AC134D6D
Hello,
We are trying to use 'PXELINUX' for network boot with root file system on ramdisk, the kernel image vmlinuz and compressed root file system rootfs.img.gz are both present in /tftpboot directory
PXELINUX client (pxelinux.0) requests and gets the config file AC134D6D from the TFTP server (which supports tsize option) contents are as follows
timeout 10
prompt 1
label linux-new