Displaying 20 results from an estimated 2000 matches similar to: "kickstart compat C7 -> C8"
2019 May 08
2
kickstart compat C7 -> C8
On Wed, 8 May 2019 at 13:24, mark <m.roth at 5-cent.us> wrote:
> Leon Fauster via CentOS wrote:
> > Hi all,
> >
> >
> > I still use the following kickstart partition scheme for C7 installations
> > (via virt-install):
> > Briefly, fixed size for /root and /boot, and the rest is filled up for
> > /srv.
> >
> > The same kickstart
2020 Aug 27
2
CentOS 8 installer bug
Has anyone managed to create an encrypted disk partition with CentOS 8 kickstart?
1 reqpart --add-boot
2 part /boot --fstype ext3 --size=1024 --ondrive=sda
3 part pv.1 --size=1 --grow --ondrive=sda --encrypted --pashphrase="bla"
4 volgroup vol0 pv.100000
5 logvol / --vgname=vg_00 --name=lv_root --size=102400 --fstype=ext4
...
No matter what I specify in line 3, the installer bombs out.
2008 Mar 03
3
LVM and kickstarts ?
Hey,
Can anyone tell me why option 1 works and option 2 fails ? I know I
need swap and such, however in trouble shooting this issue I trimmed
down my config.
It fails on trying to format my logical volume, because the mount point
does not exist (/dev/volgroup/logvol)
It seems that with option 2, the partitions are created and LVM is setup
correctly. However the volgroup / logvolume was not
2019 May 08
2
kickstart compat C7 -> C8
> Am 08.05.2019 um 19:20 schrieb mark <m.roth at 5-cent.us>:
>
> Leon Fauster via CentOS wrote:
>> Hi all,
>>
>>
>> I still use the following kickstart partition scheme for C7 installations
>> (via virt-install):
>> Briefly, fixed size for /root and /boot, and the rest is filled up for
>> /srv.
>>
>> The same kickstart
2014 Jul 16
1
anaconda, kickstart, lvm over raid, logvol --grow, centos7 mystery
I am testing some kickstarts on ESXi virtual machine with pair of 16GB disks.
Partitioning is lvm over raid.
If i am using "logvol --grow i get "ValueError: not enough free space in volume group"
Only workaround i can find is to add --maxsize=XXX where XXX is at least 640MB less than available.
(10 extents or 320Mb per created logical volume)
Following snippet is failing with
2007 Oct 13
1
Problem creating volgroups with kickstart installations (on xen)
I'm testing doing kickstart installations on Xen VMs. This is
the first time I'm trying out kickstart at all, so I rather think I'm
doing something wrong in the kickstart configuration than it is
a Xen issue.
I use a modified kickstart file from an earlier manual installation
with a very basic filesystem setup. It fails with
"SystemError: vgcreate failed for VolGroup00".
2013 Mar 09
1
kickstart %pre vda/sda troubles
hi,
The problem: for kvm/qemu disks are /dev/vdx devices when using the
virtio driver. For vmware, drives are /dev/sdx devices. For hp
servers, /dev/ccisss/whatever (sorry, no proliant with an array
controller handy to check it).
in order to just have one kickstart script to maintain I am trying to
use the %pre section but getting a bit stuck. This is what I have:
%pre
if [ -b /dev/sda ]
then
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2014 Aug 07
1
kickstart - dont wipe data
Hi,
I am struggling with kickstart.
What I want to achieve is a reinstall, but some data partitions should
survive the install, i.e. they should not be formatted.
With a single disk this works, here is the relevant part from the
kickstart file (I shortened the name of the volume group)
...
zerombr
clearpart --none --initlabel
part /boot --fstype="xfs" --label=boot --onpart=vda1
part
2011 Apr 04
1
lvm and kickstart issues deploying CentOS5.5
Hi.
I'm currently trying to configure a kickstart script to do auto installs. We split up the partitions so that we have control on the mount security like setting no execute on the tmp portions etc .
I keep hitting the same error :
"Could not stat /dev/VolGroup00/LogVol_root --- No Such file or directory
The device apparently does not exist; did you specify is correctly "
Even
2007 Aug 07
4
Will this work? server+centOS5+100users?
I am an experienced MS administrator of W2003 servers & Exchange systems.
I have 5+ years UNIX mid-level experience but not in centOS. Grounded in SCO UNIX (the real SCO UNIX).
We want to use CentOS on a recently grave yarded Dell poweredge 400SC server.
This is a P4 3.0 Ghz, w/4GB memory, 2 SATA 250 GB disks.
We want to use this server w/CentOS5, to provide file and print resources to 100
2005 Jun 09
3
Centos 4 - text based install - LVM ?
Has anyone gotten this to work ?
I can define a raid device but cant put a VG on it. I then tried
'autopartition' and it created an 'LVM' of sorts, when I tried to edit
it I wasnt able to as a message appeared saying, LVM editing was not
allowed in text mode.
Any help ?
Cheers,
Brian.
PS - PIII-500mhz 128mb RAM, 4mb AGP.
2008 Feb 06
4
Installation problems with large mirrored drives
I am trying to install CentOS 4.6 to a pair of 750GB hard drives. I can
successfully install to either of the drives as a single drive, but when
I try to use both drives and mirror the partitions, I start having
problems. Anaconda crashes as it is trying to format the drives.
This is what I'm trying to create:
/dev/md0: 200MB, /boot
/dev/md1: 2GB, swap
/dev/md2: rest of the
2007 May 29
1
Re: centos and http
>> Dave wrote:
>>> Hi,
>>>
>>> Thanks for your reply. Yah i do have apache running, your idea
>>> certainly would make things easier. How did you set up the http area?
>>> And where in it do you put the kickstart? I'd like this area to be
>>> accessible to my local network only, internet users shouldn't be able
>>>
2007 Dec 18
1
LVM + kickstart -> dom0 && domUs
centos-virt,
I'm trying to create/install domU guests all in "one" step, following
Daniel's wiki page (I've found these pages really helpful, BTW):
http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU
I have a few questions about this process:
(1) How would it be modified (w/respect to defining the disk in the
domain configuration file) to use a disk layout where dom0
2012 Jan 04
4
Cannot use kickstart file to install CentOS 6.2 into a blank harddisk
I am trying using a kickstart file to install CentOS 6.2 into a new virtual machine (the MBR sector
of the harddisk is all zero), however I found that the installer cannot go through the harddisk
partition. It failed after I chose "Use All Space" at harddisk partition option.
The error message is:
http://anony.ws/i/bMcTJ.png
"You have not defined a root partition (/), which is
2016 Jun 01
3
Centos 7 and Software Raid Minimal Install
I am trying to install Centos 7 on a couple 4TB drives with software
raid. In the Supermicro bios I set UEFI/BIOS boot mode to legacy. I
am using the Centos 7 minimal install ISO flashed to a USB thumb
drive.
So I do custom drive layout something like this using sda and sdb.
Create /boot as 512 MB XFS raid1 array.
Create SWAP as 32 GB SWAP raid1 array.
Create / on 3.xxx TB XFS raid1 array.
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
2006 Jul 28
5
Minimal Kickstart setups to use with Puppet
Hi,
I was at the Puppet talk at Oscon and I would like to try using
Puppet for PXE on RHEL machines and I was wondering if there are
standard minimal Kickstart recipes from which Puppet can then take
over.
Thanks,
Jason van Zyl
jason at maven.org