Displaying 20 results from an estimated 20000 matches similar to: "grabbing ip address from kickstart pre"
2008 Mar 07
3
parsing /proc/cmdline
Hi - I am not an expert at shell script writing.
If /proc/cmdline looks like
option1 option2 ... ks=http://192.168.1.8/ks/ks.cfg option3 option 4 ...
How can I get the 192.168.1.8 out of this cmdline.
THanks,
Jerry
2007 Mar 21
2
interactive %pre in kickstart?
Here's what I'm currently doing in ks.cfg:
%pre
#!/bin/sh
echo -n "Please enter blah: "
read blah
echo $blah > /tmp/ks-blah
I know that "read blah" works fine, because after that I see the
variable in the /tmp file.
The problem is, echo doesn't seem to work at this stage. This pretty
much kills the idea of an interactive %pre script.
I was thinking to
2015 Jan 20
2
Kickstarting several *different* setups
On Tue, Jan 20, 2015 at 11:13 AM, Ashley M. Kirchner <ashley at pcraft.com> wrote:
> Tom: Thanks for the suggestion. I'll look into those tools.
>
> Mark: Yes, they are using pxeboot. Right now when they boot up, the pxe
> config offers two options, 32- and 64bit. Are you suggesting I create
> multiple entries that one selects based on what the machine is going to be?
>
2008 Mar 05
1
environment variables in kickstart
I have been looking for environment variables for the %post section of
kickstart.
Namely if I start my kickstart command with "linux
ks=http://serverip/ks.cfg"
is there an environment variable that has serverip that I can use in the
%post section?
Also is there a way to pass a command line argument to the %post section
when running
kickstart command as the above
2012 Jul 10
3
kickstart installation problem
Dear Friends,
I have centos 6.2 64 bit os in my dell server. When I try to install centos
or scientific linux using NFS so it is not working and getting me error =
"unable to download kickstart file".
My kickstart file configuration is :
#platform=x86, AMD64, or Intel EM64T
#version=DEVEL
# Firewall configuration
firewall --disabled
# Install OS instead of upgrade
install
# Use NFS
2005 May 27
3
Kickstart from FTP or USB
Hey Everyone,
I was wondering if anyone has managed to do a network install where the
kickstart file is located either on an FTP site (which is also where the
packages are stored) or on a USB flash drive.
I've tried starting the installer with "linux ks=/dev/sda/ks.cfg" or
"linux ks=/dev/sda1/ks.cfg" or "linux
ks=ftp://what.ever.Ip.address/pub/ks.cfg" but
2006 Jul 20
3
Kickstart problem.
I am trying to use kickstart for automated builds from a DVD. Some of
the machines have DVD's drives and some have CDRom drives only. With the
CDRom only machines I would like to plug in an external DVD drive via
USB and use this to kickstart.
The DVD only machines work correctly with a isolinux.cfg as
label test
kernel vmlinuz
append initrd=initrd.img ramdisk_size=8192
2009 Jan 28
3
vm ignores kickstart
Hi,
I''m trying to use a kickstart file to install VMs on a Scientific Linux
5.2 (repackaged RHEL52) host, but the install process seems to ignore my
kickstart file. The command I''m using is:
virt-install -n sl4vm01 --ram=1024 --vcpus=1 --os-type=linux
--os-variant=rhel4
--extra-args="ks=http://particle.phys.uvic.ca/~fransham/ks.cfg"
--paravirt --nographics
2005 May 28
1
Re: centos] Kickstart from FTP or USB
>Bryan J. Smith wrote:
>
>>Yes. DHCP is the successor to BOOTP that offers a superset of its
>>functionality. But in the original BOOTP functionality, you would pass
>>the filename the BOOTP client would retrieve from a TFTP server so it
>>could boot. The file was then booted.
>>
>>This is how we have been installing workstations/servers in the UNIX
2006 Jul 28
4
Kickstart from floppy falling into regular install
I took my anaconda-ks.cfg file, cp to ks.cfg and copied to a floppy
The isos have been copied to an ftp server. So I had the following
lines in my ks.cfg
intall
url ftp://10.1.1.1// (yes the ftp server's directory is the Centos
directory)
This is along with all the appropriate network command to get the
ethernet setup.
I issue the linux ks=floppy (also tried linux
2005 Feb 08
1
My kernel panics when I add the kickstart line with append - could I get some advice?
I am trying to add a kickstart file to my automatic installation and
make it more automatic. However, when I comment out the append ks=...
line in the example below, the computer boots properly. If I uncomment
that line, then I get a kernel panic:
VFS: Cannot open root device "" or 09:02
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root
2007 Jun 18
2
CentOS 5 & USB Kickstart?
Is anybody else having problems with CentOS 5 not loading the usb
drivers for kickstart installations?
I'm passing "linux ks=hd:sdb1:/ks.cfg," but I get a message saying it
can't find the ks.cfg file and I should enter another path. I use the
exact same boot options with CentOS 4 without any problems.
What am I missing with CentOS 5? Thanks for any tips.
--
Jiann-Ming Su
2009 Feb 03
2
kickstart won't kick-off via network
Hello list,
I try to do an automated network installation of centos 5.2, following
the redat documentation at
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/pt-install-info.html
However, when installing I get promptet for various things, like which
network interface I would like to use for installation, or the location
of the install medium. But thats not what I
2006 Aug 12
3
Problems with x86_64 kickstart
I have successfully set up a very nice kickstart install with the i386
version of CentOS 4.3 and it works great. I am using a custom kickstart
script and the kernel and initrd from disc1/images. But when I try to
duplicate this for a 64 bit setup (changing paths in my tftp server,
ks.cfg, etc to point to the 64 bit stuff) it successfully tftp's
everything just as it should (tethereal
2013 Mar 11
1
serving a kickstart file over https with self-signed certificate
I am currently using https for the --url and --repo options in a kickstart file. The yum repo files are also set to do the same. Both of them have a setting (noverifyssl and sslverify=no, respectively) and this works as expected to pass --insecure to curl. However, I cannot figure out how to also serve the kickstart file itself. ks=user:pass at url works as a url, but I get the "Problem with
2006 Dec 27
2
Kickstart: Give IP From ks= Cmdline A Myth?
Hey, someone just told me yesterday that I can give my machine an
initial IP address, gateway, dns server, and netmask via command line
like this:
linux ks=http://www.mydomain.com/kick.ks ip=192.168.1.5
netmask=255.255.255.0 gateway=192.168.1.1 dns=192.168.1.10
Is this true? Is the syntax wrong or right?
If so, and I call my kick.ks file and it has
install
cdrom
it'll pull the files
2011 Aug 14
4
Kickstart installation error
Hi,
I?m trying kickstart on CentOS
Below is my ks.cfg
*[root at localhost ~]# cat /root/ks.cfg*
*
*
#Generated by Kickstart Configurator
#platform=x86, AMD64, or Intel EM64T
#System language
lang en_US
#Language modules to install
langsupport en_US
#System keyboard
keyboard us
#System mouse
mouse
#Sytem timezone
timezone Asia/Dili
#Root password
rootpw --iscrypted
2011 Jul 20
2
CentOS 6 PXE boot: Unable to download the kickstart file
Patrick Lists wrote:
>>> I fail to see how your repository problem is related to my Kickstart PXE/NFS
>>> problem. We can install CentOS 6 (no Kickstart) without problems using PXE.
>>> It's the NFS-mounting of the Kickstart-file which fails. What I'd love to learn
>>> is how others have made NFS/Kickstart work...
>>
>> Is CentOS 6 assuming
2008 Apr 25
2
PXE / Kickstart / nfs ....
hello there,
I wonder if you could help me:
I am trying to install 50 diskless servers using PXE / kickstart, it all starts well, DHCP server issues a dynamic address, tftp issues the kickstart file, the client starts reading the KS file but at some point anaconda brings up an unhandled exception related to Python when reading Comps.xml??
What is really unsettling is the fact that if I plug
2007 May 17
2
Getting CentOS Server CD w/kickstart config
I would like to how how I can take the CentOS 4.4 Server Cd for
example and modify the
ISO to put on my anaconda-ks.cfg file and then modify the kernel
parameters to automatically
load the anaconda-ks.cfg file so that I can create a CD that I just
stick into my machine it will
format the drive, install the basic configuration I like without
asking any questions. I need to
install like 20