Displaying 20 results from an estimated 10000 matches similar to: "kickstart partition without home"
2016 Aug 28
2
Kickstart issue with UEFi
On Fri, Aug 26, 2016 at 10:39 AM, Gordon Messmer
<gordon.messmer at gmail.com> wrote:
> On 08/25/2016 11:35 PM, Phil Manuel wrote:
>>
>> The relevant kickstart section is:-
>>
>> part /boot/efi --fstype efi --grow --maxsize=200 --size=20 --ondisk=sda
>> bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda1
>> autopart
2016 Aug 26
3
Kickstart issue with UEFi
Hi all,
This the latest output from anaconda.log:-
06:08:54,828 DEBUG anaconda: new disk order: []
06:08:54,832 DEBUG anaconda: new disk order: []
06:08:54,851 DEBUG anaconda: stage1 device cannot be of type disk
06:08:54,865 DEBUG anaconda: _is_valid_disklabel(sda1) returning True
06:08:54,867 DEBUG anaconda: _is_valid_size(sda1) returning True
06:08:54,867 DEBUG anaconda:
2016 Aug 26
1
Kickstart issue with UEFi
Gordon Messmer wrote:
> On 08/25/2016 11:35 PM, Phil Manuel wrote:
>> The relevant kickstart section is:-
>>
>> part /boot/efi --fstype efi --grow --maxsize=200 --size=20 --ondisk=sda
>> bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda1
>> autopart --type=lvm
>
> A couple of things to consider:
> * The documentation for
2013 Apr 02
2
Kickstart just create /boot, recommended swap and / with whatever is left.
Howdy,
The default partitioning scheme appears to be:
swap
/boot
/ small amount of space
/home remainder of space.
Is there any way via kickstart to have it just create swap with the recommended size, /boot, and then just / with the remainder without manually specifying the names of the lvs/vgs etc?
I figured there would be an autopart -atomic option but that doesn't seem to exist.
Any
2016 Aug 28
0
Kickstart issue with UEFi
> On 28 Aug 2016, at 10:04 AM, Chris Murphy <lists at colorremedies.com> wrote:
>
> On Fri, Aug 26, 2016 at 10:39 AM, Gordon Messmer
> <gordon.messmer at gmail.com <mailto:gordon.messmer at gmail.com>> wrote:
>> On 08/25/2016 11:35 PM, Phil Manuel wrote:
>>>
>>> The relevant kickstart section is:-
>>>
>>> part /boot/efi
2016 Aug 23
3
Kickstart issue with UEFi
On Tue, 23 Aug 2016 at 02:18 Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 08/21/2016 11:56 PM, Phil Manuel wrote:
> > part /boot/efi --fstype="efi" --size=200 --ondisk=sda
> > And I have tried the latter with location as mbr still fails
> > What am I missing ?
>
>
> I very vaguely remember struggling with this as well, but I can't find
2016 Aug 26
0
Kickstart issue with UEFi
On 08/25/2016 11:35 PM, Phil Manuel wrote:
> The relevant kickstart section is:-
>
> part /boot/efi --fstype efi --grow --maxsize=200 --size=20 --ondisk=sda
> bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda1
> autopart --type=lvm
A couple of things to consider:
* The documentation for "autopart" states that "The autopart command
2021 Jul 05
1
Problems with CentOS 8 kickstart
Hi All,
I am having problems with a kickstart install of CentOS 8
When I try to do a completely automated install using PXE/UEFI it get to the point where it reads the kickstart config file.
Then I see the following message
"kickstart install Started cancel waiting for multipath siblings for nvme0n1"
This is what I have in the kickstart file
# Clear the Master Boot Record
zerombr
#
2012 Apr 13
1
harddisk partition not created right with centos 5.7
Hello Group,
I am building a company application based on Centos 5.7 OS. The
application was working earlier and creating right partitions both for
hardware as well as VM.
But since we introduced Centos 5.7 OS and start building application with
5.7 anaconda the hardware partitions are duplicate of VM partitions
*while creating hardware partition my code looks like.*
cat >
2014 Apr 22
2
Re: "virt-install" source location boot disk
Hi Giuseppe and thanks for the response............ Heres some more info:
Here is my kickstart... maybe the "--bootloader" argument is wrong in some
way?
# Put this in pastebin or some other public url
# Kickstart file automatically generated by anaconda.
#version=DEVEL
install
cdrom
lang en_US.UTF-8
keyboard us
network --onboot yes --device eth0 --bootproto dhcp --noipv6
timezone
2021 Jul 05
3
Problems with CentOS 8 kickstart
On Mon, 5 Jul 2021 at 07:15, Hooton, Gerard <g.hooton at ucc.ie> wrote:
>
> Hi All,
> I am having problems with a kickstart install of CentOS 8
> When I try to do a completely automated install using PXE/UEFI it get to the point where it reads the kickstart config file.
> Then I see the following message
> "kickstart install Started cancel waiting for multipath
2014 Apr 22
1
Re: "virt-install" source location boot disk
Hi Giuseppe... ! Thanks for the hint. ill try it.
So from the docs, I'm seeing this:
"As of Fedora 16 there must be a biosboot partition for the bootloader to
be installed successfully onto a disk that contains a GPT/GUID partition
table, which includes disks initialized by anaconda. This partition may be
created with the kickstart option part biosboot --fstype=biosboot --size=1.
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
Hello,
I?m using virt-install to build a guest system with CentOS. The system boots up, times out with dracut-initqueue timeout and drops me into an emergency shell. If I exit the shell the install continues and I get a working machine.
Any ideas?
virt-install \
-n TEST \
-r 8192 \
--os-type=linux \
--disk=/vm-images/test.img,device=disk,bus=virtio,size=100,format=raw \
2014 Dec 25
1
PXE install in a boot on san with LVM environment, fails after reboot
Hello,
I need to automate installation of CentOS 7.0 using PXE and kickstart.
My server is diskless, I'm installing CentOS on a 25GB LUN on a FC SAN
with 4 paths. This LUN is the only one accessible by the server.
Anaconda processes successfully the installation. But on reboot, I get
stuck on a prompt after BIOS. I think I have an issue with storage
configuration / bootloader
2016 Aug 22
2
Kickstart issue with UEFi
On Sun, 21 Aug 2016 at 12:51 Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 08/19/2016 11:35 PM, Phil Manuel wrote:
> > The install fails under UEFi due to the fact the partitions are not
> cleared, and it doesn?t have any space to continue. Is there an extra step
> I need to do to remove the original partitions before the new layout will
> work ?
>
>
>
2005 Sep 22
1
deleting selected partition in kickstart
I am trying kickstart for the first time, and am running into
something I don't see described in the documentation.
Somewhere between me and my purchasing department and Dell, my order
for 6 PE 1850s was changed from "no installed OS" to WIndows. So I
received the boxes with Windows pre-installed.
I would like to delete the NTFS partition with Windows, but keep the
Dell
2010 Mar 25
1
Kickstart 8TB partition limit?
I found a kickstart installation with
part pv.100000 --size=1 --grow
volgroup vol0 pv.100000
creates a partition with a size of 8TB even though more than 9TB is available.
I need to go in manually with gdisk to destroy the partition and recreate it
with all available space.
No filesystem is specified be cause want to use xfs, which kickstart does not
support out of the box. This is under
2006 Mar 22
0
partition problems in kickstart
I fought with this for a day, and now am crying for help....
The goal is 5 partitions: boot, notebook suspend, / , /home. and
swap. So I have to use LVM.
Here are my commands:
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel --drives=hda
#Disk partitioning information
part pv.1
2003 Jul 19
8
Problem with more than two Subnets!
Hello, I successfully built a vpn between two hosts ("main" and "iquique") (and its SubNets), but I have problems
when I want to add another host ("valparaiso"): I get a lot of Duplicates packets everywhere and a very slow
vpn. I guess that is a routing problem, but I have try with a lot of alternatives without result. I have try with "switch",
2019 Apr 03
2
Kickstart putting /boot on sda2 (anaconda partition enumeration)?
Does anyone know how anaconda partitioning enumerates disk partitions when
specified in kickstart? I quickly browsed through the anaconda installer
source on github but didn't see the relevant bits.
I'm using the centOS 6.10 anaconda installer.
Somehow I am ending up with my swap partition on sda1, /boot on sda2, and
root on sda3. for $REASONS I want /boot to be the partition #1 (sda1)