search for: autopart

Displaying 20 results from an estimated 30 matches for "autopart".

2016 Aug 28
2
Kickstart issue with UEFi
...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 "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 a...
2016 Aug 26
3
Kickstart issue with UEFi
...he relevant kickstart section is:- clearpart --all --initlabel --drives=sda,sdb ignoredisk --only-use=sda,sdb # System bootloader configuration part /boot/efi --fstype efi --grow --maxsize=200 --size=20 --ondisk=sda bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda1 autopart --type=lvm So it's failing on the bootloader section. I've tried with the following line too:- bootloader --append=" crashkernel=auto" --location=partition --boot-drive=sda1 Still fails. Thanks On Wed, 24 Aug 2016 at 02:07 Gordon Messmer <gordon.messmer at gmail.com> w...
2016 Aug 28
0
Kickstart issue with UEFi
...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 can't >> be used with the logvol, part/partition, raid, reqpart, or volgroup in the >> same kickstart file,&...
2014 Jul 22
2
kickstart partition without home
I am trying to finish off a kickstart file for a computer lab on CentOS 6.5 machines. I don't want to have a separate /home as I'm going to add an entry in fstab for it to nfs mount /home from a server. Is there a way to have it autopart the rest of the file system without /home? Wanting to keep autopart for size since not all hard drives across the labs are the same. Matt ____________________ Matthew Sweet, Systems Infrastructure Administrator Valparaiso University Office of Information Technology Phone: 219.464.6101 This email...
2016 Aug 26
1
Kickstart issue with UEFi
...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 "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 "p...
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 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"...
2013 Apr 02
2
Kickstart just create /boot, recommended swap and / with whatever is left.
...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 advice? Thanks, -Drew
2012 Apr 13
1
harddisk partition not created right with centos 5.7
...--vgname=jmpvgnocf --size=1 --grow --fsoptions=noatime,defaults logvol swap --fstype swap --name=lvswap --vgname=jmpvgnocf --size=$swap_size EOPM LV Name always shows /dev/volGroup00/LogVol00. *my VM partition code looks like* cat > /tmp/partmap.ks <<EOOPM clearpart --all --initlabel #autopart changes behvior of autopart. to avoid version dependency #put specific partion configuration #autopart part /boot --fstype ext3 --size=100 part pv.2 --size=0 --grow --ondisk=sda volgroup VolGroup00 --pesize=32768 pv.2 logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow log...
2014 Apr 22
2
Re: "virt-install" source location boot disk
...wall --service=ssh #Disable graphical stuff skipx #text # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work # Uncommented by j zerombr clearpart --all autopart #ip=192.168.122.99 network --bootproto=static --ip=192.168.122.100 --netmask=255.255.255.0 --gateway=192.168.122.1 --nameserver=192.168.122.1 bootloader --location=mbr --timeout=5 --append="rhgb quiet" .... %end Some more details: This is what my "df" output is Filesystem...
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
...stall cdrom lang en_US.UTF-8 keyboard us network --onboot yes --device eth0 --bootproto dhcp --noipv6 rootpw testing123 firewall --service=ssh authconfig --enableshadow --passalgo=sha512 selinux --disable timezone --utc America/New_York bootloader --location=mbr zerombr clearpart --all --initlabel autopart reboot %packages --nobase @core %end ? Matthew Crocker President - Crocker Communications, Inc. Managing Partner - Crocker Telecommunications, LLC E: matthew at corp.crocker.com E: matthew at crocker.com
2014 Apr 22
1
Re: "virt-install" source location boot disk
...wing is the partition information you requested > > # Note that any partitions you deleted are not expressed > > # here so unless you clear all partitions first, this is > > # not guaranteed to work > > # Uncommented by j > > zerombr > > clearpart --all > > autopart > > #ip=192.168.122.99 > > network --bootproto=static --ip=192.168.122.100 --netmask=255.255.255.0 > --gateway=192.168.122.1 --nameserver=192.168.122.1 > > bootloader --location=mbr --timeout=5 --append="rhgb quiet" > > .... > > %end > > in the kicks...
2014 Dec 25
1
PXE install in a boot on san with LVM environment, fails after reboot
...ISO, with basic configuration. The /root/anaconda-ks.cfg looks like the following (I striped some part, I cannot copy past because I have only console access through a secured VPN :-/ ): firstboot --enable ignoredisk --only-use=mpatha,sdc,sdd,sdb,sda bootloader --location=mbr --boot-drive=mpatha autopart --type=lvm clearpart --all --initlabel --drives=mpatha %packages @base @core %end My ks.cfg template is identical (I also cannot attach it unfortunately?). I tried several things like: - put sda as boot-drive for bootloader (according to http://osdir.com/ml/general/2014-09/msg52181.html ), but...
2016 Aug 23
3
Kickstart issue with UEFi
...=auto --activate network --hostname=localhost.localdomain # Root password rootpw --iscrypted # Do not configure the X Window System skipx # System timezone timezone Australia/Sydney # System bootloader configuration bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda autopart --type=lvm # Partition clearing information clearpart --all --initlabel --drives=sda,sdb %packages @core kexec-tools %end %addon com_redhat_kdump --enable --reserve-mb='auto' %end Should I need to change anything to this ? Thanks
2021 Jul 05
1
Problems with CentOS 8 kickstart
...t 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 # Partition clearing information clearpart --all --initlabel autopart --nohome --type=lvm --fstype=xfs ================ When I install from a USB drive it works OK and I have the following in /dev/disk/by-id lrwxrwxrwx. 1 root root 13 Jul 5 10:28 nvme-SAMSUNG_MZVL2512HCJQ-00BL7_S64KNE0R161810 -> ../../nvme0n1 lrwxrwxrwx. 1 root root 13 Jul 5 10:28 nvme-eui...
2013 Jul 22
1
FreeBSD 9 and PERC H200
I got a Dell T110-II server on 2013-July-19. It has two 1Tbyte drives that the PERC H200 controls, RAID 1. I tried to install FreeBSD-9.1-RELEASE from a DVD from FreebsdMall. The autopart segfaulted, evidently because it could not find any disks. I think there is a PR about the segfaulting (bad bug, no messages). I worked around the problem by going to the loader prompt when the initial boot choice screen came up; it's option 2. I gave the commands: load mps.ko boot...
2021 Jul 05
3
Problems with CentOS 8 kickstart
...4. What are the pxe/uefi boot options in case that is telling it to try and probe for multipath that doesn't exist. > This is what I have in the kickstart file > > # Clear the Master Boot Record > zerombr > # Partition clearing information > clearpart --all --initlabel > autopart --nohome --type=lvm --fstype=xfs > ================ > > When I install from a USB drive it works OK and I have the following in /dev/disk/by-id > > lrwxrwxrwx. 1 root root 13 Jul 5 10:28 nvme-SAMSUNG_MZVL2512HCJQ-00BL7_S64KNE0R161810 -> ../../nvme0n1 > lrwxrwxrwx. 1 root ro...
2016 Dec 02
1
[PATCH NOT TO BE APPLIED] builder: make-template: Add --encrypted
I was attempting one way to solve: https://bugzilla.redhat.com/show_bug.cgi?id=1400332 "RFE: virt-builder should support templates with encrypted filesystems" However this approach doesn't really work because templates containing encrypted partitions cannot be compressed, and therefore the guest template would be a multi-gigabyte download. I better approach will likely be to use
2017 Oct 17
0
[PATCH] builder: templates: For RHEL, CentOS >= 7 and all Fedora, default to GPT.
...- a/builder/templates/make-template.ml +++ b/builder/templates/make-template.ml @@ -486,7 +486,7 @@ part / --fstype=%s --size=1024 --grow --asprimary | CentOS _ | RHEL _ | Fedora _ -> bpf "\ zerombr -clearpart --all --initlabel +clearpart --all --initlabel --disklabel=gpt autopart --type=plain "; | _ -> assert false (* cannot happen, see caller *) -- 2.13.2
2014 Apr 22
0
Re: "virt-install" source location boot disk
...l.com> writes: > # The following is the partition information you requested > # Note that any partitions you deleted are not expressed > # here so unless you clear all partitions first, this is > # not guaranteed to work > # Uncommented by j > zerombr > clearpart --all > autopart > #ip=192.168.122.99 > network --bootproto=static --ip=192.168.122.100 --netmask=255.255.255.0 --gateway=192.168.122.1 --nameserver=192.168.122.1 > bootloader --location=mbr --timeout=5 --append="rhgb quiet" > .... > %end in the kickstart file generated by libosinfo for F...
2015 Mar 05
0
[PATCH] builder: add build script for PPC64 Fedora
...xt +reboot +lang en_US.UTF-8 +keyboard us +network --bootproto dhcp +rootpw builder +firewall --enabled --ssh +selinux --enforcing +timezone --utc America/New_York +bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH" +zerombr +clearpart --all --initlabel +autopart --type=plain + +# Halt the system once configuration has finished. +poweroff + +%packages +@core +%end + +%post +# Enable Xen domU support: +pushd /etc/dracut.conf.d +echo 'add_drivers+="xen:vbd xen:vif"' > virt-builder-xen-drivers.conf +popd +# Rerun dracut for the installed k...