similar to: harddisk partition not created right with centos 5.7

Displaying 20 results from an estimated 300 matches similar to: "harddisk partition not created right with centos 5.7"

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
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 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
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
2008 Apr 08
6
lucreate error: Cannot determine the physical boot device ...
# lucreate -n B85 Analyzing system configuration. Hi, after typing # lucreate -n B85 I get the following error: No name for current boot environment. INFORMATION: The current boot environment is not named - assigning name <BE1>. Current boot environment is named <BE1>. Creating initial configuration for primary boot environment <BE1>. ERROR: Unable to determine major and
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
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.
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
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:
2012 Apr 10
4
Build one VM with two 5.7 DVD iso
Hello Group, I am trying to build one VMware VM for 5.7 centos. However, there are two DVDs. And all vms I have build so far are confined in one iso. How could I build complete 5.7 centos VM with two different Centos DVDs. I am sure somebody out there must have built one such OS. Please guild. thanks. nagrik
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
2012 Apr 05
2
Need to build openssh rpm from 5.8 source
Hello Openssh group, I have downloaded the .tar.gz file from openssh site openssh-5.8p2. I need to build this src into an rpm. I don?t see any makefile utility in the main directory. Although there are bunch of .c and .h files. And I see Makefile in other directory, but none seems to build the openssh-5.8p2 target. Could someone guide me as to how to build it from scratch. I am beginner to
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
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 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.
2012 Mar 29
3
mismatch in openssh latest rpm available at centos
Hello Group, The latest rpm in openssh is 5.8, however, the corresponding latest rpm available in centos 5.7 is only openssh-4.3p2-72.el5_6.3.x86_64.rpm and in 6.0 centos is openssh-5.3p1-20.el6.x86_64.rpm I have following questions. 1. I want to start from src.rpm and where can I get the src.rpm for openssh-5.3p1-20.el6.x86_64.rpm. 2. Can I install openssh-5.3p1-20.el6.x86_64.rpm SAFELY
2009 Feb 04
0
FREEBSD 7.1-STABLE crashes when trying to mount USB device of solaris UFS filesystem
Hi everybody, today I met the following problems on my freebsd box. I had a USB stick of opensolaris bootable USB image and tried to mount it on my fbsd box. The first time, when I tried to mount the usb device, my system freezed and then rebooted giving me one core in my dumpdev. When I tried to redo the mounting, the kernel informed me that the filesystem needed to be fsck'd before
2011 Oct 18
2
Hot upgrade from 5.2 Centos to 5.7 Centos
Hello Group, I am installed some application running on top of Centos 5.2 OS and these applications are running fine. However, we are thinking of upgrading our 5.2 Centos to 5.7 (hot upgrade). That is we want to upgrade from 5.2 Centos to 5.7 Centos and not disturb the applications. Is it possible? Could someone please help. -- Thanks Nagrik
2012 Mar 14
2
rpm configuring /etc/hosts file
Hello Group, I am having some problems in my /etd/hosts file, where unwanted matching appears between IP addresses and hostnames. Could someone please tell me, which is centos rpm, which configures /etc/hosts file. Thanks in advance nagrik
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