Displaying 20 results from an estimated 100000 matches similar to: "mediacheck on kickstart"
2011 Jul 22
3
kickstart ksdevice in centos6
I have a line in my kickstart file (ksdevice)
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Default network to boot
ksdevice=eth0
# Auto reboot (to being next install faze)
reboot
However its still poping up and asking me eth0 or eth1 for install?
Has this operation changed?
Thanks,
Jerry
2009 Jun 12
3
kickstart question
Hi all,
I have a kickstart file that works for /dev/sda.
I now need to detect an HP server and use /dev/cciss instead of hard
coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and
not /dev/sda?
Jerry
2009 Apr 10
4
installing updates in post kickstart
I can do a yum update in my post kickstart (which is what I am doing now
actually).
However, I want to save network time at installations.
If I copy down the files from centos/5.3/updates/x86_64/RPMS
and place them in a directory local on my network,
can I just "rpm -U /mnt/directory/updates/x86_64/RPMS*"
in my post section?
Assuming I have nfs mounted the directory of course...
2008 Feb 04
1
kickstart post install show in a window
Is there a way to get all the commands in the post install section from
kickstart
to show in a window on the X window screenas they are being executed?
Jerry
2009 Apr 28
2
new install and software raid
Is there a reason why after a software raid install (from kickstart)
that md1 is always unclean. md0 seems fine.
boot screen says md1 is dirty and
cat /proc/mdstat show md1 as being rebuilt.
Any ideas?
Jerry
--------------- my kickstart --------------
echo "bootloader --location=mbr --driveorder=$HD1SHORT --append=\"rhgb
quiet\" " >
2011 Jul 21
8
nouveau driver one centos 6
I "wish" to not load the or even install the nouveau driver by default.
I want to use the NVIDIA binary driver.
I have tried a number of things:
1) in my kickstart package section add the line:
-xorg-x11-drv-nouveau
This did not work - it was still installed.
2) use the nvidia installer and it asks to create a modprobe.conf file
to blacklist
the driver. I said yes thats what I want.
2008 Apr 30
4
kickstart question
I have a couple lines like:
part / --ondisk=sda --fstype ext3 --size=20000 --asprimary
part swap --ondisk=sda --size=4000 --asprimary
part /home --ondisk=sda --fstype ext3 --size=1 --asprimary --grow
in my kickstart file.
Is there a way to have 1 kickstart file that works for hda and sda both???
So I would like to have 1 kickstart file that works for either a hda
2011 Jul 12
3
kickstart on 6
I am getting an error that "--depth does not take an option" on
kickstart for 6.0
This is my line in kickstart (works for 5.0)
xconfig --defaultdesktop=GNOME --depth=8 --resolution=640x480
--startxonboot
Why would they change that or is it broken?
Jerry
2018 Aug 29
0
Kickstart file for software raid
Sorry - I did not include that I am actually "updating" a system from C6 to
C7 and it has an existing RAID /dev/md0 and /dev/md1. Hit send to quick.
Jerry
On Wed, Aug 29, 2018 at 3:52 PM Jerry Geis <jerry.geis at gmail.com> wrote:
> I am using a kickstart file for CentOS 7
>
> raid / --device=md0 --fstype="xfs"
>
2008 Sep 04
5
kickstart debug
I am trying to do some new things with kickstart.
I get a message that pops up "Could not allocate requested partitions"
press OK to reboot.
How do you go about debugging the kickstart file?
How can I pop up information (in text mode) on the screen??? so I can
see my values for my partitions.
THanks,
Jerry
2018 Aug 29
3
Kickstart file for software raid
I am using a kickstart file for CentOS 7
raid / --device=md0 --fstype="xfs"
--level=1 --useexisting
raid /home --noformat --device=md1
--level=1 --useexisting
It is erroring out on the --useexisting.
The exact text is:
RAID volume "0" specified with "--useexisting" does not exist.
What did I do wrong?
Jerry
2008 Feb 02
2
kiskstart question
Is there a way that using kickstart I can tell it once its done install
to go right ahead and do a "yum update"
Thanks,
Jerry
2008 Feb 08
2
kickstart install NVIDIA binary driver
Hi all,
I am wanting to add to my working kickstart post section
grabbing the NVIDIA binary and installing it.
I can grab the file thats not the problem. I can use the
--x-module-path to pass to the binary installer...
however, How do I get the correct module path, kernels are
added the the yum update, and a new one comes along and
wish to account for that. What is the correct way to know
which
2008 Feb 08
3
using nfs in kickstart post section
I am trying to mount an nfs drive in the post kickstart section.
I am getting an error on "service nfs start" about cannot register
service RPC
What do I need to start first?
jerry
2008 Mar 28
3
questions on kickstart
I have 2 questions dealing with 2 different kickstart files.
1) my kickstart sections for RAID disk setup and kickstart reports it
cannot find sda. Why is that. sda is there and works.
clearpart --all --initlabel
part raid.01 --asprimary --bytes-per-inode=4096 --fstype="raid"
--onpart=sda1 --size=20000
part swap --asprimary --bytes-per-inode=4096 --fstype="swap"
2019 Jul 09
2
adding uefi to kickstart CentOS 7
I am trying to add an efi partition to my working kickstart file.
bootloader --driveorder=sda --append="rhgb quiet biosdevname=0
net.ifnames=0"
clearpart --all --initlabel
part / --ondisk=sda --fstype xfs --size=20000 --asprimary
part swap --ondisk=sda --size=4000 --asprimary
part /boot/efi --ondisk=sda --fstype efi --size=1000 --asprimary
part /home --ondisk=sda
2009 Jan 21
1
combining kickstart and DVD on a USB thumbdrive
Hi all,
I am trying to find information on taking a DVD of centos 5.2 x86_64
and putting it AND my kickstart file on a USB8G thumbdrive.
Note - I am not INSTALLING linux on the USB disk just trying to make
installation media for it. I am not taking just the bootdisk.img file to
make the USB
bootable but the entire DVD content on the USB and my kickstart files.
I'd like to just be able to
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
2008 May 19
1
kickstart question with 2 network cards
I am using kickstart to automate installs. working nicely.
I now have a box with 2 NIC cards and I am getting prompted for which
nick to use.
I have a line like:
network --device eth0 --bootproto dhcp --hostname tmp.msgnet.com
in my kickstart.
This line does not seem to be enough to say install with eth0 even
though there may be an eth1.
How do I tell kickstart to not prompt for which network
2012 Feb 03
5
install detecting disk as sdb not sda
I am trying to install 6.2 on a machine.
I am using PXE as I have done so a number of times.
My hard disk is being detected as sdb and not sda.
My kickstart config is wanting it at sda.
There are no other disks in the unit. It has and SD slot and an esata
although BIOS does not appear to have a disable for either of those devices.
Is there anyway to "force" the disk to sda ?
or find