Displaying 20 results from an estimated 9000 matches similar to: "Kickstart network issues"
2011 Jul 11
3
CentOS 6 and pxeboot
Well, I started the install, got pxeboot to get to the kickstart file,
formatted the drive... and then it failed, telling me "unable to read
group information from repositories. This is a problem with the generation
of your install tree."
A quick google gives me the first hit from a year ago, bug 4372
<http://bugs.centos.org/view.php?id=4372>, which says there's a metadata
2011 Nov 29
5
how to install standard software on systems with heterogeneous hardware?
I've been thinking about ways to proceed if I need to set up 5
machines with basically identical software but somewhat variable
hardware. A simple approach would be to just set up my golden system
and clone the disk, but the hardware differences would probably cause
problems.
One approach that appeals to me is to install minimal centos on the
first system, add a few rpms after installation,
2011 Dec 19
2
Has anyone been able to start a Fedora 16 VM in Xen PV?
All,
I've had a heck of a time getting Fedora 16 to run as a guest VM under
CentOS 5.7 host as a paravirtualized Xen guest. I believe the issue has
something to do with Fedora 16 using grub2...
When I attempt to start the VM (via xm create), I get this error:
Using config file "/etc/xen/fedora-workstation".
Traceback (most recent call last):
File "/usr/bin/pygrub",
2015 Nov 23
4
Kickstarting CentOS 7 VM on CentOS 6 not possible?
Hi,
On CentOS 6.7 (all updates) kickstarting a CentOS 7 VM (in the way it
always has worked for other versions, incl. Fedora 22 VM's), does not
work for me. I use virt-install with a local copy of the
"images/pxeboot" tree. It all stops with:
...
[ OK ] Reached target Paths.
[ OK ] Reached target Basic System.
dracut-initqueue[551]: Warning: Could not boot.
2011 Sep 22
3
disk partitioning: 6.0 install to harddrive using liveCD
Greetings:
I'm planning to set up a test Centos 6.0 box (has CDROM, but no
DVD) with these partions:
/ 10GB ( no separate mount for /usr )
/tmp 1GB
/var 10GB
/boot 500MB
The centos mirrors I have seen do not provide the full distro on
CD (this box has no DVD). I'm used to having about 6 CD isos to work with.
The livecd install to hard
2010 Feb 28
5
emergency! linux kickstart pxe boot needed
Hey folks,
I'm at colocaiton in the middle of a big rebuild and it seems I have a
faulty CD rom in the server that I need to put Centos on via
Kickstart. So I cannot boot the Centos 5.4 net install CD.
Is PXE kickstart easy to set up? I have a laptop here with DHCP
already going. I google and a bunch of stuff comes up but it does
not look simple.
I'm just shooting htis out ther eon
2007 Mar 05
2
Kickstart Installation - Is it possible to set a fixed IP for installation?
Hi everyone,
I am trying to set up an automated CentOS installation system. My idea
is to use PXE to boot the kernel/initrd and pass the kickstart options
to the kernel from there.
This works correctly until it boots up Linux. As soon as it does that
it makes a DHCP request and, unsurprisingly, it gets the same one (same
MAC) but it also gets the filename and next-server details. Then
Anaconda
2008 Feb 15
1
Modify kickstart initrd to add Buslogic driver
Hi
I have a running kernel with the same kernel version of that in the
kickstart that contains the Buslogic driver which would enable me to
install a vmware client using kickstart.
Is there an 'easy' way to take the initrd that contains the correct
drivers and inject these into the initrd of the kickstart kernel? Or
does anyone have a kickstart initrd available with the Buslogic
2016 Feb 22
2
Garbled screen after RAM Scrub on boot
Yes I usually work headless, but I have been setting it up from new, so need to see what is going on.
Regards
Francis
From: "Scot P. Floess" <sfloess at nc.rr.com>
To: "Francis Greaves" <francis at choughs.net>
Cc: "centos-virt" <centos-virt at centos.org>
Sent: Monday, 22 February, 2016 17:02:12
Subject: Re: [CentOS-virt] Garbled screen
2016 Feb 10
2
Centos 7 Xen Release!
I am pleased to announce the official release of Virt SIG Xen packages
for CentOS 7.
To install:
* Install centos-release-xen from centos-extras
yum install centos-release-xen
* Update to get the new kernel:
yum update
* Install the Xen packages from the centos-virt-xen repo:
yum install xen
There are also packages for libvirt 1.3.0 (which should be compatible
with openstack) and
2009 Jun 12
3
kickstart question
Hi all,
I have a kickstart file that works for /dev/sda.
I now need to detect an HP server and use /dev/cciss instead of hard
coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and
not /dev/sda?
Jerry
2011 Mar 10
2
Cannot %include in CentOS 5.5 kickstart
I've previously used includes in CentOS 4.4 and they worked fine.
But in CentOS 5.5, trying to specify a driver disk via an include
does not work.
If I instead specify it directly, it loads fine.
When it fails (because it can't see the disk drive - needs the
driver disk to see the hard disk), in Console 2 I can see that
/tmp/drvdisk exists and has the line I wrote to it. I see
nothing
2015 Jan 20
2
Kickstarting several *different* setups
On 01/20/2015 08:41 AM, Tom Grace wrote:
> I would suggest that the "right way" would be to kickstart all your
> machines the same way, and then use a configuration management tool
> (like Puppet or Chef) to customize them
Seconded.
Personally, I recommend either ansible or bcfg2 over other tools.
Puppet has a larger user base, but when I talk to users at conferences
(such
2017 Sep 27
1
anaconda not installing to sda?
I'm having what appears at first glance to be a kickstart+anaconda issue on CentOS 7.4.
As near as I can tell in the program.log in the anaconda environment, the partitioning instructions downloaded with the kickstart from cobbler appear to simply not be applied. Then /mnt/sysimage is not mounted, the logs are not copied to /mnt/sysimage/root and the installation stalls due to the anamon
2008 Jan 29
2
centos 5.0/5.1 nfs kickstart
Hi all,
I'm having a bit of trouble with something and was wondering if anyone
else has encountered this or knows what the problem is.
I have one computer I would like to kickstart a centos 5.0 or 5.1 install.
I have another computer which is the tftpboot server and contains the
centos 5.0 and centos 5.1 install directories
I wish to do the kickstart over nfs and my network is using MTU
2010 Oct 14
13
First boot with Puppet
Hi guys,
I''m installing Puppet on RHEL5 systems using KickStart but struggle with
the first boot.
Here''s my situation:
1) kickstart installs the system, including puppet from our local repo
2) after reboot I have to login and set the hostname and IP
3) then run puppet, register it with the server and bring in the config
4) configure puppet for automatic start
I have to
2006 May 05
2
CentOS-4.3 Kickstart 'Boot Failed'
Hello,
I'm trying to setup a CentOS-4.3 kickstart. When vmlinuz is loading, a
message appears "Boot failed: please change disks and press a key to
continue."
I am kickstarting via a USB flash drive. From the i386 ISO image #1, I am
using vmlinuz from the isolinux directory. I have grabbed the vmlinuz file
from a couple different mirrors just in case the one I had originally
2009 Jul 20
3
kickstart install using url location
Hi,
I am working on a kickstart install method and it works fine with
cdrom as installation media. I would like change this media to an
online resource. I saw option as - 'url --url http://<server>/<dir>'.
I am not sure what should be the directory contents? Should we put all
ISOs in that directory or what? Any insights?
Thanks,
CS.
2010 Oct 07
1
Kickstart - URL command
Hi list,
I'm fiddling with CentOS 5.5 and kickstarted installations via cobbler. In
my environment I need to install using the HTTP protocol over a proxy.
Does anyone know why the URL command doesn't support the --proxy method? I
get an Anaconda error message stating that this method is not supported.
Even though i found out about that method in documentation.
Relevant section in my
2015 Sep 08
3
Xen 4.4.3 packages available in virt6-xen-44-testing
So first of all, if you've used the CBS before, please note the name
change -- it's no longer virt6-testing, but virt6-xen-44-testing.
Easiest way to install:
rpm -ivh http://cbs.centos.org/repos/virt6-xen-44-testing/x86_64/os/Packages/centos-release-xen-7-7.el6.x86_64.rpm
This will set up yum repositories for both the eventual release
repositories (enabled by default), and the