I am setting up CentOS-4.1 so I can install it via PXE Boot. I have everything working except the only packages available for selection is the Minimal set. The other groups are grayed out and can't be selected.
Any ideas?
I have also discovered that anaconda does not follow http redirects which is a bit annoying.
John.
On Fri, 2005-09-16 at 10:48 +1000, John Newbigin wrote:
I am setting up CentOS-4.1 so I can install it via PXE Boot. I have everything working except the only packages available for selection is the Minimal set. The other groups are grayed out and can't be selected.
Any ideas?
I have also discovered that anaconda does not follow http redirects which is a bit annoying.
John.
You could do the minimal install and use yum groupinstall for the rest. A local repo can be most useful in these cases. Another option would be to look at doing yum installs, this is well worth the effort.
Regards, Ted
John Newbigin wrote:
I am setting up CentOS-4.1 so I can install it via PXE Boot. I have everything working except the only packages available for selection is the Minimal set. The other groups are grayed out and can't be selected.
Any ideas?
is the /CentOS/base/ directory all ok ? Are you missing something from there ?
please post your kickstart and your pxelinux conf :)
On Fri, 2005-09-16 at 10:48 +1000, John Newbigin wrote:
I am setting up CentOS-4.1 so I can install it via PXE Boot. I have everything working except the only packages available for selection is the Minimal set. The other groups are grayed out and can't be selected.
Any ideas?
I have also discovered that anaconda does not follow http redirects which is a bit annoying.
John.
Sebastian Schubert wrote:
please post your kickstart and your pxelinux conf :)
pxelinux.cfg/default: label 4 kernel centos-4-i386/vmlinuz append initrd=centos-4-i386/initrd.img ramdisk_size=10000 ks=http://csg.it.swin.edu.au/livecsg/scripts/ks-centos4.php ksdev=eth0
ks url returns: url --url http://uranus.it.swin.edu.au/~jnewbigin/centos/centos-4/i386/centos-4.1 lang en_US.UTF-8 keyboard us network --bootproto=dhcp --device=eth0
And you can check the install files here: http://uranus.it.swin.edu.au/~jnewbigin/centos/centos-4/i386/centos-4.1
The files were copied from CDs 1-4.
I use this same setup for CentOS-3 and it works as expected.
John.
On Fri, 2005-09-16 at 10:48 +1000, John Newbigin wrote:
I am setting up CentOS-4.1 so I can install it via PXE Boot. I have everything working except the only packages available for selection is the Minimal set. The other groups are grayed out and can't be selected.
Any ideas?
I have also discovered that anaconda does not follow http redirects which is a bit annoying.
John.