Displaying 10 results from an estimated 10 matches for "kssendmac".
2008 Jun 19
11
Validate a theory regarding puppet (+ firstboot) please
As I sit here staring at my manifests (and pondering a module to
control Glassfish), I''m pondering the best way to do a first-run of
puppet to get the initial repositories and puppet configuration
downloaded. My theory is that I''ll modify rc.local (or replace
firstboot-tui, we don''t use it with automated builds) to run puppetd
twice - once to request the certificate,
2010 Nov 02
2
Using DNS in pxelinux.cfg
...;m hoping you can help!
My pxelinux.cfg/default file is as follows:
=======================
default linux
prompt 0
timeout 1
label linux
kernel /images/Centos-5.4-x86_64/vmlinuz
ipappend 2
append initrd=/images/Centos-5.4-x86_64/initrd.img
ksdevice=bootif text serial=tty0 kssendmac
ks=http://edison/api/kickstart/
=======================
However the image that pxeboots doesn't appear to support DNS lookups,
regardless of the fact that my DHCP config pushes a DNS Server out to
the PXE Client (proven using a liveCD running dhclient against the same
server). The only way I...
2006 Mar 23
2
Global append and Label append
Hi,
Question number 3 :)
I'd like to do something like this:
display text.msg
append text kssendmac ksdevice=eth1 ks=http://1.2.3.4/footprint/
default localboot
label localboot
localboot 0x80
label system?5
kernel vmlinuz
append initrd=initrd.img ip=1.2.3.5 netmask=255.255.255.192 gateway=1.2.3.1
label system6
kernel vmlinuz
append initrd=initrd.img ip=1.2.3.6 netmask=255.255.255...
2010 Feb 08
2
Proposals for making configure_from_network function works in f13
.../var/lib/tftpboot/pxelinux.cfg/default :
LABEL oVirt-Node-x86_64
kernel /images/oVirt-Node-x86_64/vmlinuz0
MENU LABEL oVirt-Node-x86_64
append initrd=/images/oVirt-Node-x86_64/initrd0.img ksdevice=bootif ro
rootflags=loop rootfstype=iso9660 root=live:/ovirt-node-image.iso kssendmac
ks=http://10.75.196.100/cblr/svc/op/ks/profile/oVirt-Node-x86_64
ipappend 2
--
Arthur CLEMENT
Linagora Paris
2017 Dec 15
2
EFI PXE Server - pxelinux.0 equivalent?
Hi all - I'm not sure if it's appropriate to ask this here, but I
don't see this question explicitly answered anywhere.
Is there an EFI version of "pxelinux.0" that will function basically
the same way and read the same pxelinux.cfg/default menu files?
I've got a really dodgy grubx64.efi EFI PXE menu up at work, but it
can't load the 1.2 gigabyte LiveCD that we use
2010 Aug 13
1
Build fails due to missing ovirt-node-recipe.ks
----- "Nicolas Ochem" <nicolas.ochem at alcatel-lucent.com> wrote:
>
> However for this to work you need to add runtime_mode=ovirt in
> pxelinux.cfg/default in the kernel boot options.
>
Fantastic! Thanks Nicolas, that's done the trick. The node now boots and sets up it's interfaces. The host now appears in the management server user interface and
2012 Sep 28
2
UEFI boot with memdisk
...ontaining the text (with attributes) to display
#
message=textmenu-message.msg
#
# files to load when the corresponding function key is pressed
#
f1=general.msg
f2=params.msg
image=/images/RHEL6.2-x86_64/vmlinuz
label=RHEL6.2-x86_64-dvt
append="append ksdevice=bootif lang= kssendmac text ks=http://192.168.120.254/cblr/svc/op/ks/profile/RHEL6.2-x86_64-dvt"
initrd=/images/RHEL6.2-x86_64/initrd.img
read-only
root=/dev/ram
image=memdisk
label=Windows
append="append raw iso initrd=/images/Win2K8-SP2-x86_64/win2k8sp2x64-cm.iso"...
2009 Mar 26
2
PXE-Kernel crashes with "RAMDISK: incomplete write ..." after modifiying initrd.img
...(compared to the
old e1000e.ko with ca 170 KB) but the resulting modules.cgz is only
around 700 KB bigger than the original one. All files have been
compressed with `gzip -9`.
My PXE bootsettings are:
KERNEL CentOS-5.2_64/vmlinuz
APPEND initrd=CentOS-5.2_64/initrd.img ramdisk_size=5940 kssendmac
ks=http://srv/ks/ks.cgi noipv6
Even raising ramdisk_size doesn't help. At around ramdisk_size=7100
there seems to be an overflow and the size is recounted from zero (?).
Any Ideas, how one can/should create an updated and working initrd.img
for Kickstart/PXE?
A similar question has be...
2006 Jan 24
2
pxelinux.0 hangs after it is downloaded.
Hello Everyone,
In short, I have the following questions:
Is there a known problem with PXE booting and LinuxBIOS?
Will pxelinux.0 not work with a serial console?
Is there a way to convert pxelinux.0 into an ELF file?
The Long Version:
I am working on installing Rocks Cluter distribution on a LinuxNetworx cluster. The hardware was donated to my college, and the CS
2010 Jan 19
1
How I installed ovirt on fc 12
Hi,
I installed ovirt on fedora 12 (64 bits) successfully but I had to make some changes to make it work.
1. Installation from rpms builded from the lastest git version
2. Patch ace : missing backslashes in sed commands
vim /usr/share/ace/modules/ovirt/manifests/freeipa.pp
line 33 : '/\\[kdcdefaults\\]/a \\ kdc_ports = 88'
single_exec {"set_kdc_defaults":