Displaying 20 results from an estimated 5000 matches similar to: "Passing kernel parameters"
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
2005 Jan 05
1
[PATCH] kinit/nfsmount.c path from bootp
kinit/nfsmount.c:mount_nfs_root() should use the bootpath specified by
bootp/dhcp. If the "nfsroot" option is specified then it overrides the
boot server bootpath and a message indicating the override is printed.
--- klibc-0.194/kinit/nfsroot.c.orig 2005-01-05 04:13:47.043897880 -0700
+++ klibc-0.194/kinit/nfsroot.c 2005-01-05 04:13:09.316633296 -0700
@@ -66,34 +66,21 @@
const int
2011 Aug 07
2
[PATCH] kinit minor checkpatch cleanup
coding style fixes.
FIXME: check that compiled bin the same1!!
---
usr/kinit/initrd.c | 3 ++-
usr/kinit/kinit.c | 12 ++++--------
usr/kinit/kinit.h | 20 ++++++++++----------
usr/kinit/name_to_dev.c | 6 +++---
usr/kinit/nfsroot.c | 5 ++---
5 files changed, 21 insertions(+), 25 deletions(-)
diff --git a/usr/kinit/initrd.c b/usr/kinit/initrd.c
index
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
2007 Sep 30
2
Fai Install Server in DomU
hi,
i trying to install a fai installation server in a DomU for DomUs, but i
have some problems with nfs. The DomUs says, that they can''t reach the
NFS Server
===========
Begin: Retrying nfs mount ...
IP-Config: eth0 hardware address 00:16:3e:7a:25:7c mtu 1500 DHCP
IP-Config: eth0 guessed broadcast address 172.16.0.255
IP-Config: eth0 complete (from 172.16.0.151):
address:
2007 Apr 18
1
[Bridge] RE: [Xen-devel] nfsroot and brige (fwd)
any comments?
if nothing else, is there any way to atomically setup bridge?
not on list, please cc.
---------- Forwarded message ----------
Date: Wed, 12 Jan 2005 21:08:15 -0000
From: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
To: Adam Sulmicki <adam@cfar.umd.edu>, xen-devel@lists.sourceforge.net
Subject: RE: [Xen-devel] nfsroot and brige
> hello,
> it seems like a catch-22 to
2002 Jun 12
7
VFS: Cannot open root device, pxelinux nfsroot
Hi everyone,
I got the error:
NET4: Unix domain sockets 1.0/smp for linux NET4.0
ds: no socket drivers loaded
request_module[block-major-8]: root fs not mounted
VFS: Cannot open root device ""or 08:03
Please append a correct "root"boot option
The strange thing is that it tries to mount from harddisk. This I got somewhere else:
"the kernel looks like it is trying to
2010 Mar 12
4
PXELINUX menu is not displayed at start-up
Hello,
I have the following problem. I am trying to pxeboot a virtual machine using
Sun's Virtualbox. I am trying to experiment with the menu options of
pxelinux and this is my pxelinux.cfg/default file.
# generated by fai-chboot for host cdbexample with IP 172.16.31.200
default menu.c32
prompt 0
default fai-generated
timeout 300
#ONTIMEOUT local
MENU TITLE PXE Menu
LABEL fai-generated
2003 Dec 30
4
NFS error 101, again
Hi,
I've got another one... NFS error 101 with NFSROOT has been discussed a
lot, and hpa gave an answer to it which appears right. It's ENETUNREACH,
and I suspect my diskless box does not set its IP parameters right.
PXElinux is set up as follows:
label linvdr
kernel kernel-linvdr
append initrd=initrd-linvdr acpi=off root=/dev/nfs \
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
2008 Mar 26
2
PXE client does not honor "hostname" parameter passed by DHCP server
Hello all,
I would like to seek advise on the following; I have configured linux
NFSroot images for a bunch of servers and am able to boot and run
stuff happily; one nuance that bothers me is that, for instance, my
Fedora6 (x64) (kernel 2.6.22), (and noticed also in some other distros
- Fedora8, Ubuntu710), the client boots but DOES NOT seem to pick up
the hostname I pass it through the DCHP
2015 Aug 25
2
Looking for ways to save space - AKA how to boot multiple machines from the same root
I have several machines, same hardware and config, but one tiny little
change.. the hostname. Each one of these diskless machines needs its own
hostname.
Presently my pxelinux.cfg is setup like:
prompt 1
default Gentoo
timeout 10
label Gentoo
kernel boot/kernel-3.16.5-gentoo
APPEND root=/dev/nfs rw ip=dhcp
nfsroot=192.168.1.10:/RAID/diskless/XXXXX-mythtv-0.27-fixes,tcp,rsize=131072
2007 Apr 18
3
lhype booting debootstrapped debian image over nfsroot, partial success
Hi!
Bored by previous lhype success, I tried to boot a debootstrapped debian
over nfsroot, and lo, this almost works!
Commandline:
# drivers/lhype/lhype_add 256m 0 ./vmlinux --tunnet=192.168.1.20
root=/dev/root nfsroot=/home/ahu/lhype-root
ip=192.168.1.21:192.168.1.20:192.168.1.20
This with lhype.patch current as of this message and 2.9.20-rc4.
The boot process stops after:
Starting periodic
2007 Apr 18
3
lhype booting debootstrapped debian image over nfsroot, partial success
Hi!
Bored by previous lhype success, I tried to boot a debootstrapped debian
over nfsroot, and lo, this almost works!
Commandline:
# drivers/lhype/lhype_add 256m 0 ./vmlinux --tunnet=192.168.1.20
root=/dev/root nfsroot=/home/ahu/lhype-root
ip=192.168.1.21:192.168.1.20:192.168.1.20
This with lhype.patch current as of this message and 2.9.20-rc4.
The boot process stops after:
Starting periodic
2010 Jul 07
3
how to process this in R
Here are what i am going to accomplish:
I have 400 files named as xxx.txt. the content of the file looks like the
following:
name count
1. aaa 100
2. bbb 2000
3. ccc 300
4. ddd 3000
........
more that 1000 rows in each files.
these are the areas i need help:
1. how can i only read in the files with the string patterns ggg or fff as
part of the file names?
for
2014 Feb 05
1
Read only nfsroot and diskless booting CentOS 6?
Does anyone have any good how-to's or documentation on setting up read only root NFS for pxe booting diskless computers? A few months ago I stumbled upon an official Redhat doc through a google search(not hosted by redhat and I cannot find it anywhere on the Redhat site) written by Dave Kline named "Configuring diskless clients with Red Hat Enterprise Linux" from 2011. It seemed to
2005 Sep 08
4
Booting FreeBSD diskless in DomU
Using the 2.0.6 demo cd image, I booted the supplied freebsd image and rsync''d
the file system to an NFS server. However I don not seem to be able to
succesfully boot from it the system just hangs here:
xn0: bpf attached
xn0: Ethernet address: aa:00:00:61:1c:d4
lo0: bpf
I have modified /sbin/start_freebsd.sh and /etc/xen/freebsd.py to generate
the following configuration:
xendemo:~#
2005 May 06
1
Loading Xen with PXELinux
Greetings.
I have seen some postings asking if pxelinux can support the network
booting of the virtual machine kernel known as Xen but i cannot find any
positive answers. As has been reported pxegrub combined with nfsroot
can be used, but for me nfsroot is an inconvenience.
Has anyone been able to use pxelinux to boot a Xen kernel?
Many Thanks
Mike
2015 Feb 05
0
Unable to PXE boot
> /diskless/pxelinux.cfg/default
> ---
> DEFAULT /gentoo-x86_64/boot/kernel-3.14.14-gentoo
> APPEND ip=dhcp ro rootfstype=nfs root=/dev/nfs
> nfsroot=10.0.0.11:/diskless/gentoo-x86_64
> init=/linuxrc
That pxelinux.cfg/default seems "tolerable" for older versions, but not
for Syslinux 5+.
Is this an inadequate copy of the actual content? Or is it really a
2005 Aug 23
6
NFS-root problem
I have been googling and searching the archive , haven''t got anything
helpful. Would appreciate any help.
Got the follow error when trying to start a domain using NFS root
IP-Config: Incomplete network configuration information.
Looking up port of RPC 100003/2 on 10.10.24.141 <http://10.10.24.141>
RPC: sendmsg returned error 101
portmap: RPC call returned error 101
Root-NFS: