gpxe trims down kernel arguments?
Ohad Levy <[email protected]> Tue, 16 Nov 2010 21:38:16 +0200
| Newsgroups | gmane.network.etherboot.user |
|---|---|
| Message-ID | <[email protected]> |
--===============4424425249365688846==
Content-Type: multipart/alternative; boundary=0016e6dd96c7c03f9d049530b2b0
--0016e6dd96c7c03f9d049530b2b0
Content-Type: text/plain; charset=UTF-8
Hi,
I'm using a gpxe hardcoded script to query a remote web server for boot
instructions, such as :
#!gpxe
kernel
http://mirror.isoc.org.il/pub/centos/5.5/os/x86_64/images/pxeboot/vmlinuzks=
http://192.168.0.167:3000/unattended/kickstart/static=yes ksdevice=bootif
network kssendmac ip=${net0/ip} netmask=${net0/netmask}
gateway=${net0/gateway} dns=${net0/dns}
initrd
http://mirror.isoc.org.il/pub/centos/5.5/os/x86_64/images/pxeboot/initrd.img
boot
the machine boot just fine, however, the if I look at /proc/cmdline, I see
that the uri port is missing - it gets translated into
ks=http://192.168.0.167/unattended/kickstart...
I'm not sure if its parsing error on anaconda side, or rather that gpxe
trims down the port argument?
thanks,
Ohad
--0016e6dd96c7c03f9d049530b2b0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Hi,<div><br></div><div>I'm using a gpxe hardcoded scri=
pt to query a remote web server for boot instructions, such as :</div><div>=
<br></div><div>#!gpxe</div><div><div>kernel <a href=3D"http://mirror.isoc.o=
rg.il/pub/centos/5.5/os/x86_64/images/pxeboot/vmlinuz">http://mirror.isoc.o=
rg.il/pub/centos/5.5/os/x86_64/images/pxeboot/vmlinuz</a> ks=3D<a href=3D"h=
ttp://192.168.0.167:3000/unattended/kickstart/static=3Dyes">http://192.168.=
0.167:3000/unattended/kickstart/static=3Dyes</a> ksdevice=3Dbootif network =
kssendmac ip=3D${net0/ip} netmask=3D${net0/netmask} gateway=3D${net0/gatewa=
y} dns=3D${net0/dns}</div>
<div>initrd <a href=3D"http://mirror.isoc.org.il/pub/centos/5.5/os/x86_64/i=
mages/pxeboot/initrd.img">http://mirror.isoc.org.il/pub/centos/5.5/os/x86_6=
4/images/pxeboot/initrd.img</a></div><div>boot</div></div><div><br></div>
<div>the machine boot just fine, however, the if I look at /proc/cmdline, I=
see that the uri port is missing - it gets translated into</div><div>ks=3D=
<a href=3D"http://192.168.0.167/unattended/kickstart.">http://192.168.0.167=
/unattended/kickstart.</a>..</div>
<div><br></div><div>I'm not sure if its =C2=A0parsing error on anaconda=
side, or rather that gpxe trims down the port argument?</div><div><br></di=
v><div>thanks,</div><div>Ohad</div></div>
--0016e6dd96c7c03f9d049530b2b0--
--===============4424425249365688846==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
--===============4424425249365688846==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Etherboot-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/etherboot-discuss
--===============4424425249365688846==--