similar to: CentOS 8 installer bug

Displaying 20 results from an estimated 100000 matches similar to: "CentOS 8 installer bug"

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.
2020 Feb 08
0
CentOS 7 kickstart repo directive
On 2019-10-03, isdtor writes: > Is the kickstart repo directive broken under CentOS 7? Every attempt with a repo directive in the kickstart file fails during the software selection step. Removing the repo directives and the packages from those repos under %packages makes it work. > > On console 2, I have verified that the (NFS) repos specified in the kickstart file are mounted and that
2019 Oct 03
2
CentOS 7 kickstart repo directive
Is the kickstart repo directive broken under CentOS 7? Every attempt with a repo directive in the kickstart file fails during the software selection step. Removing the repo directives and the packages from those repos under %packages makes it work. On console 2, I have verified that the (NFS) repos specified in the kickstart file are mounted and that the repo metadata has been copied over to
2018 Dec 14
2
CentOS7 kickstart question
Stephen John Smoogen writes: > On Fri, 14 Dec 2018 at 05:02, isdtor <isdtor at gmail.com> wrote: > > > > Is it not possible to use an nfs based repo for kickstart under CentOS 7.5? > > > > E.g. > > > > repo --name=epel --baseurl=file://server/path/to/local/copy/of/epel > > > > So the syntax looks to be > > repo --name=epel
2018 Dec 14
2
CentOS7 kickstart question
On Fri, Dec 14, 2018 at 10:04 AM isdtor <isdtor at gmail.com> wrote: > > > > So the syntax looks to be > > > > > > repo --name=epel --baseurl=nfs://server:/path > > > > > > that colon after server is not a spelling error. > > > https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id48 > > > > That seems to work
2018 Dec 14
2
CentOS7 kickstart question
Is it not possible to use an nfs based repo for kickstart under CentOS 7.5? E.g. repo --name=epel --baseurl=file://server/path/to/local/copy/of/epel With trial and error I figured out that this is the correct syntax to use for an nfs-based repo. But packages from this repo in the %packages section are not found. You have specificed that the package 'bla' should be installed. This
2018 Dec 14
0
CentOS7 kickstart question
On Fri, 14 Dec 2018 at 05:02, isdtor <isdtor at gmail.com> wrote: > > Is it not possible to use an nfs based repo for kickstart under CentOS 7.5? > > E.g. > > repo --name=epel --baseurl=file://server/path/to/local/copy/of/epel > So the syntax looks to be repo --name=epel --baseurl=nfs://server:/path that colon after server is not a spelling error.
2020 Feb 09
1
Fwd: Update CentOS wiki 8.1 Release notes
Hi all, I received this e-mail from Christer regarding dead links in the CentOS 8.1911 release notes. Can the maintainer of the CentOS 8 release notes determine what the best course of action is?? Thanks. Regards, Timothy -------- Forwarded Message -------- Subject: Update CentOS wiki 8.1 Release notes Date: Fri, 7 Feb 2020 11:03:42 +0100 From: Christer M. Fekjan <christer.centos-e216w
2012 Apr 05
1
PXE Menu Not Working
All, I'm having an issue with my menu.c32. I created a menu and it appears correctly, but once I get to my choice, it won't select it and begin the install. Below is my pxelinux.cfg/default: default menu.c32 timeout 600 display boot.msg menu title Welcome to the incNETWORKS RHEL5/6 PXEBOOT Server! menu color border 0 #ffffffff #00000000 menu color sel 7 #ffffffff #ff000000 menu color
2008 Jul 14
5
linux kickstart for domU with a SXCE b90 dom0
Hi All: Using the following line, I am trying to install Scientific Linux (a RHEL derivative like CentOS), but the installer never sees my kickstart file : virt-install -n test-dev1 --ram=1024 --vcpus=2 --file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/root \ --file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/swap \ --file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/nfs \ --accelerate
2020 May 08
1
CentOS 8 installation
Am 08.05.20 um 13:53 schrieb isdtor: > Here's another interesting observation. > > For previous versions, I was able to reduce the size of the updates mirror significantly by running repomange -o and deleting the resulting files on next sync. With the AppStream repo, this no longer works, the anaconda installer will complain that at least one package has an incorrect checksum, and
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
2020 Apr 30
2
CentOS 8 installation
Are there still a lot of rough edges in this area? There are some things I simply can't get to work. This is about kickstart installations. Finding the right stuff for the %packages sections is lucky dip at best. The RHEL manual points to the comps file, really? This file isn't meant to be parsed by humans. Specifying an environment - the example "Infrastructure Server"
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
2020 Mar 16
3
[p2v PATCH 1/3] Add kickstart URLs for RHEL 8
Both BaseOS and AppStream are needed. --- virt-p2v-make-kickstart.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/virt-p2v-make-kickstart.in b/virt-p2v-make-kickstart.in index 779ba62..cbbfb8a 100644 --- a/virt-p2v-make-kickstart.in +++ b/virt-p2v-make-kickstart.in @@ -176,6 +176,16 @@ repo --name=rhel6_${minor}_server_optional --baseurl=$baseurl/Server/optional/$a
2013 Mar 11
2
menu.c32: not a COM32R image
Hello, I have a simple shell script that I use to generate an iso installer depending on the release version that I want. The thing is that I extract isolinux and menu.c32 from the syslinux rpm of the latest redhat release. The reason I am doing it this way is because of the This is what does it: copymenu32() { # $ cat /local/kickstart/templates/os-updates.txt # RedHat-5.8|20120425
2008 Sep 27
2
Why i can't configure network and hostname with this kickstart file?
Hi, all. I use this kickstart file to install CentOS 5.2 (both i386 and x86_64), but i can't config NICs and hostname during installation, what's wrong with it? Thanks very much. ----<- kickstart file ----<---- # System authorization information #auth --useshadow --enablemd5 # System keyboard #keyboard us # System language #lang en_US # Installation logging level #logging
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
update server autobuild to set up a new isolated vm environment and go through the server installer process and rails tests --- autobuild.sh | 65 ++++++++++++++++++++++++++++++++++++++++++ ovirt-installer-test-answers | 21 +++++++++++++ ovirt-server-test.ks | 37 ++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 0 deletions(-) create mode 100644
2015 Dec 23
0
CentOS 7.2 installer missing virt-what
On Wed, 2015-12-23 at 13:55 -0600, Chris Adams wrote: > In previous CentOS releases, virt-what was included in the install > image.??This made it easy for me to spin a custom ISO with my package > set and a kickstart that would add open-vm-tools or ovirt-guest-agent > as > appropriate (when installing the respective guest environments). > > I updated my ISO to 7.2, and
2020 Jul 01
1
Not getting bootloader installed with CentOS 8 + mdraid
I am trying to use a kickstart to install CentOS 8.2 on a server with a pair of drives with Linux software RAID 1. The install completes, but the resulting system will not boot - I get "Booting from Hard drive C:" from the BIOS (Dell in legacy BIOS mode, not UEFI) and it stops. If I then start the installer in rescue mode and run grub2-install on the two drives, it boots okay. If I