search for: reqpart

Displaying 13 results from an estimated 13 matches for "reqpart".

Did you mean: report
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 bo...
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 28
2
Kickstart issue with UEFi
...pend=" 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 can't > be used with the logvol, part/partition, raid, reqpart, or volgroup in the > same kickstart file," so your use of autopart and "part /boot/efi" appear to > be incompatible. Maybe drop the "part" line. > * I specify partitions for kickstart, but my bootloader line is: > bootloader --location=mbr --append="net...
2019 Dec 26
2
livemedia-creator --make-pxe-live CentOS 7
...will point out that it seems to work fine with make-iso, just not make-pxe-live. So there is probably a package it needs that I don't know about. Has anyone gotten this to work at all? Since it is a disk/image issue this is the part of the ks relevant to disks: # Disk partitioning information reqpart part / --fstype="ext4" --size=4000 part swap --size=1000 zerombr clearpart --all bootloader --location=mbr Below is my packages part of my kickstart: %packages # Packages needed by anaconda, but not directly required. # Includes all of the grub2 and shim packages needed, except # for th...
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
2019 Dec 26
1
livemedia-creator --make-pxe-live CentOS 7
...seems to work fine with make-iso, just not make-pxe-live. So there is probably a package it needs that I don't know about. Has anyone gotten this to work at all? > > Since it is a disk/image issue this is the part of the ks relevant to disks: > > # Disk partitioning information > reqpart > part / --fstype="ext4" --size=4000 > part swap --size=1000 > zerombr > clearpart --all > bootloader --location=mbr > > Below is my packages part of my kickstart: > > %packages > # Packages needed by anaconda, but not directly required. > # Includes all o...
2016 Aug 26
0
Kickstart issue with UEFi
...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 can't be used with the logvol, part/partition, raid, reqpart, or volgroup in the same kickstart file," so your use of autopart and "part /boot/efi" appear to be incompatible. Maybe drop the "part" line. * I specify partitions for kickstart, but my bootloader line is: bootloader --location=mbr --append="net.ifnames=0 biosde...
2016 Aug 28
0
Kickstart issue with UEFi
...ot; --location=mbr --boot-drive=sda1 >>> autopart --type=lvm >> >> >> >> A couple of things to consider: >> * The documentation for "autopart" states that "The autopart command can't >> be used with the logvol, part/partition, raid, reqpart, or volgroup in the >> same kickstart file," so your use of autopart and "part /boot/efi" appear to >> be incompatible. Maybe drop the "part" line. >> * I specify partitions for kickstart, but my bootloader line is: >> bootloader --location=mbr --a...
2019 Sep 27
0
CentOS 8 creates /boot with ext4
I just installed CentOS 8 in a VirtualBox VM, to explore it. Immediately, I noticed something strange. I insatlled it using a kickstart file, whose partitioning section is this: zerombr clearpart --all --initlabel reqpart --add-boot part pv.01 --ondisk=/dev/sda --size=1 --grow volgroup vg01 pv.01 logvol / --name=lv_root --vgname=vg01 --size=1 --grow bootloader --driveorder=sda On CentOS 7, this resulted in an XFS-formatted /boot filesystem. In CentOS 8, this created an EXT4-formatted /boot filesystem. I looked thr...
2019 Oct 22
0
UEFI and PXE
...mplete contents of the CentOS7 grub2-efi-x64-modules rpm under /tftpboot/EFI/centos/x86_64-efi. These changes will lead to a successful PXE boot. If a kickstart installation is used, one also needs to add a /boot/efi partition. Looking at a CentOS7 machine, type vfat and size 200MB should be fine; reqpart is not support under CentOS6. Last, and this untested as of yet, it looks like the bootloader location needs to be partition because the resulting disk is in GPT format.
2019 Dec 26
0
livemedia-creator --make-pxe-live CentOS 7
...seems to work fine with make-iso, just not make-pxe-live. So there is probably a package it needs that I don't know about. Has anyone gotten this to work at all? > > Since it is a disk/image issue this is the part of the ks relevant to disks: > > # Disk partitioning information > reqpart > part / --fstype="ext4" --size=4000 > part swap --size=1000 > zerombr > clearpart --all > bootloader --location=mbr > > Below is my packages part of my kickstart: > > %packages > # Packages needed by anaconda, but not directly required. > # Includes all o...
2019 Oct 21
2
UEFI and PXE
Gordon Messmer writes: > On 10/21/19 6:38 AM, isdtor wrote: > > Booting with CentOS6 /boot/efi/EFI/redhat/grub.efi, and the older style pxe config file as per ... results in a grub (legacy) prompt on the target machine. > > > Have you tried using the file from the installation tree? > > http://centos.s.uw.edu/centos/6/os/x86_64/EFI/BOOT/ > > or with files
2016 Aug 26
1
Kickstart issue with UEFi
...oader --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 > can't be used with the logvol, part/partition, raid, reqpart, or > volgroup in the same kickstart file," so your use of autopart and "part > /boot/efi" appear to be incompatible. Maybe drop the "part" line. > * I specify partitions for kickstart, but my bootloader line is: > bootloader --location=mbr --append="ne...