Fedora Installation :: %pre Section In Kickstart Config?

May 2, 2011

Which directly is accessible during the %pre section? I try to use wget to retrieve a file from FTP to /root but after the machine is build, I don't see that file in /root directory.

View 3 Replies


ADVERTISEMENT

Slackware :: Compiling Kernel 2.6.38.6 - Config Debug Section Mismatch

May 11, 2011

Anyone able to compile kernel 2.6.38.6 on Slackware 13.37 successfully using the config from testing/2.6.38.4? I was able to get .4 and .5 to compile successfully, but with .6 I get the following after running "make modules".

Code:
WARNING: modpost: Found 11 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
Running "make CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 > outfile" gives me a bunch of WARNINGS as follows:

Code:
WARNING: vmlinux.o(.text+0xe656a): Section mismatch in reference from the function build_all_zonelists() to the function .meminit.text:setup_zone_pageset.clone.56()
The function build_all_zonelists() references
the function __meminit setup_zone_pageset.clone.56().
This is often because build_all_zonelists lacks a __meminit
annotation or the annotation of setup_zone_pageset.clone.56 is wrong.....

WARNING: drivers/watchdog/nv_tco.o(.devinit.text+0x14): Section mismatch in reference from the function nv_tco_init() to the function .init.text:nv_tco_getdevice()
The function __devinit nv_tco_init() references
a function __init nv_tco_getdevice().
If nv_tco_getdevice is only used by nv_tco_init then
annotate nv_tco_getdevice with a matching annotation.

View 14 Replies View Related

CentOS 5 :: Yum Repolist Config Error 'File Contains No Section Headers'

Mar 7, 2010

i try to run yum update and now i get this error Config Error: File contains no section headers.

[code]....

View 4 Replies View Related

Red Hat :: RHEL5 Kickstart Config @ Everything (all Packages) Equivalent?

Jan 31, 2010

I am looking into Kickstart installations for Red hat 5. Previously I used RHELWS4 and I would use the "all packages" flag to get around having to specify all the packages.

For example:
%packages
@ everything
kernel-devel
kernel-largesmp-devel
e2fsprogs
kernel
kernel-largesmp

Would get me everything on the RHELWS4 DVD. From what I can see this option is not present in RHEL5. Can someone please provide some advice on a way to automatically parse the RHEL5 DVD and generate a list of packages so that I can ensure all the packages are present in the installation? I imagine I would need to do this for each update of RHEL5 since the package list will evolve over time.

View 1 Replies View Related

General :: System-config-kickstart Is Not Working In Redhat?

May 27, 2011

system-config-kickstart is not working in redhat linux5

View 1 Replies View Related

Server :: Use The System-config-kickstart To Generate A Ks.cfg File?

Feb 1, 2010

I'm using RHEL 5.4 and trying to use the system-config-kickstart to generate a ks.cfg file with all the settings already appeneded. After running the "system-config-kickstart --generate ks.cfg" command, the file gets created but it's missing the firewall configuration, partition information and so on.

How can these settings also be generated with the system-config-kickstart?

View 1 Replies View Related

Ubuntu Installation :: How To Load Kickstart Config File - Refuses To Load File / Launches Generic Install

May 6, 2010

I created an Ubuntu 10.4 iso with the kickstart cfg on it, trying to boot it with the ks=/cdrom/pathtoconfig (tried even ks=cdrom:/path) parameter in VirtualBox but it refuses to load the file and just launches the generic install.

View 1 Replies View Related

Fedora Installation :: Error At Post Install Scripts For Fedora 10 Kickstart Installation

Nov 18, 2009

I am trying to install fedora 10 kickstart on my server.But I can't, because my kickstart installation hangs at post install scripts.It is not showing any message & stopped.

View 1 Replies View Related

Fedora Installation :: 13 Kickstart Install From HDD ISO?

Jun 1, 2010

I have not used Fedora in a long while (since version 5 I think).I am moving back to it for my new home server but there is something that is driving me completely crazy. Can you no longer do HDD installs from a ISO?I whipped out my old kickstart files and worked off of them and all seams to be OK but every time it says it is unable to find the install source.Here are the first two lines of my KS file:

Code:
install
harddrive --partition=sdb1 --dir=/linux_install/fedora/iso

[code]....

View 1 Replies View Related

Fedora Installation :: F13 Alpha Kickstart On Usb Crashes?

Apr 11, 2010

I am trying to kickstart the F13 alpha from a usb drive.The usb drive is labeled "disk" and is setup with extlinux and can boot fine.My laptop has one hard drive (sda) and the only other drive is the usb (sdbThe ISO is copied on the root of the usb diskI extract the boot files from the F13 Alpha ISO and copy them on the disk also

Code:
cp /mnt/ISO/images/install.img /media/disk/images/install.img
cp /mnt/ISO/isolinux/vmlinuz /media/disk/boot/Fedora/.

[code]....

View 1 Replies View Related

Red Hat / Fedora :: Complete Automated Installation Using Kickstart

Jan 25, 2010

I want to install Red hat based custom OS in a complete automated mode.I ll have my kick start file inside the CD rom and when I boot with that ISO or CD.The OS should start installing by taking parameters from the kick start file without having to specify the path of the kick start file inside the CD.like "linux ks=<path>".Is it possible to achieve this by writing any script or something so that when the CD boots the kick start path is passed automatically to the anaconda installer.

View 5 Replies View Related

Fedora :: Customized Kernel For Kickstart Installation

Oct 13, 2010

I have successfully setup a kickstart environment for installing the original Fedora 13 using PXE/DHCP/TFTP. Now I want to build a customized kernel and install it using the same Kickstart setup. After building the new kernel.rpm file, what are right steps to do to replace the original kernel rpm in Kickstart RPM directory, like fixing modules dependency, creating new bzImage and intrid etc?

View 2 Replies View Related

Fedora Installation :: Get F14 Updates As Part Of A Kickstart Installation

Apr 5, 2011

I'd like to write a kickstart file that installs available Fedora 14 updates as part of the installation process, much as if I was doing a standard Fedora 14 installation and had enabled the 'updates' repo.

So my question is, is there an easy way to do this? I don't want to have to go down the route of downloading all updated packages and maintaining my own update repo (or indeed, creating a repo with the dependencies listed above).

View 1 Replies View Related

OpenSUSE Install :: Immutable Section Of HDD + Differencing Section?

Jul 8, 2010

You maybe know that VirtualBox has an "immutable" feature for HDD images. I.e. setup the system, if the stuff is in place, you can set the image to IMMUTABLE to prevent any changes to the image. Differences are written to a separated image. So on the next boot you'll see that all the (unintended) changes are gone and the "old" system is up & running again. I run an old SuSE 10.3 on a write-protected SD-IDE-Adapter. Changing and playing with RPMs is a mess due to around 50 changes I had to do to make that work. Is there any option to mount an SD-card as RO and having all the changes written to e.g. /dev/sda3? To make it clear: I thought about something like a RAID-X system, but could not find any description on how to setup a raidtab.

View 3 Replies View Related

Fedora Installation :: Kickstart DVD Always Requires Internet Access

Sep 7, 2009

I'm trying to set a kickstart DVD for automatically installing Fedora 10 without touching the existing data partitions on our systems. I've got a kickstart file that works great from a kickstart server however I'm having issues with creating an unattended kickstart DVD. I've attached a copy of the kickstart file from the DVD. For some reason even though all the packages we are installing are on the DVD, anaconda always attempts to connected to the internet to get repository information after completing the partitioning. I have changed the install type to 'cdrom' before anyone asks! I have removed my %pre and %post sections as these just copy in some config files and do not touch anything other than local paths.

View 3 Replies View Related

Fedora Installation :: Encrypted Partition Configuration On Kickstart?

Feb 16, 2011

couldn't find anything similar on the forum.I am writing a kickstart for fedora 14 with a partition table similar to:

part / --asprimary --fstype="ext4" --size=10000 --encrypted --passphrase=pass1
part /boot --asprimary --fstype="ext4" --size=130
part /var --fstype="ext4" --size=5000 --encrypted --passphrase=pass1

[code]...

View 9 Replies View Related

CentOS 5 :: System-config-kickstart Error In CentOS 5.3?

Apr 10, 2009

I tried to run system-config-kickstart when after full installed CentOS 5.3,it report error as following,does anyone face the same problem?

[root@localhost ~]# system-config-kickstart
Loaded plugins: fastestmirror, kernel-module, priorities, protectbase,
: versionlock

[code]....

View 2 Replies View Related

Fedora Installation :: Can't Config The Network Config ( IP Address ), Due To The Error Of Network Manager?

Jan 17, 2010

When I install the FC11 by using"Install or upgrade an existing system"or"Install system with basic video driver"mode...Point 1, I can't config the network config ( IP Address ), due to theerror of network manager...Point 2, I can't enter into the text mode to do the installation steps.Remark:The machine is provide Web,DNS, and Mail Server on the NET ( Internet )

View 1 Replies View Related

Fedora Installation :: Generate A Kickstart File From An Existing Setup ?

Jan 4, 2009

I have recently been given the task of setting up some thirty odd netbooks with F10 and i was wondering if there is a way to generate a kickstart file from the first netbook (my one lol ) that i have setup to our needs so as to use it to create the same install on the rest of the netbooks. i had thought that i could use the anaconda-ks.cfg file in root's home dir but it is not at all representative of the custom package list i chose during the install.

View 8 Replies View Related

Fedora Installation :: F11 - Kickstart Setup For Mirrored Volume Group

Oct 22, 2009

Fedora 11. I am trying to setup kickstart so it lays out a mirrored volume group. I have 2 disks sda and sdb. I want a primary partition on each disk 200mb in size for /boot. This is to be mirrored onto raid device md0 (raid 1). The rest of each disk is to be setup partition which grows to use the remaining space, and is also mirrored (raid 1) md1. Onto md1, I want an LVM volume group called rootvg, and logical volumes set up on there for /, /home, /usr, /tmp etc. I can lay this out manually, and it works fine. However, the code below, which is slightly amended from a previous anaconda-ks.cfg file doesn't work.

Code:
clearpart --linux --drives=sda,sdb --initlabel
part raid.11 --asprimary --size=200 --ondisk=sda
part raid.12 --grow --size=1 --ondisk=sda
part raid.21 --asprimary --size=200 --ondisk=sdb
part raid.22 --grow --size=1 --ondisk=sdb
raid /boot --fstype=ext3 --level=RAID1 --device=md0 raid.11 raid.21
raid pv.1 --level=1 --device=md1 raid.12 raid.22

volgroup rootvg --pesize=32768 pv.1
logvol / --fstype=ext4 --name=rootlv01 --vgname=rootvg --size=512
logvol /home --fstype=ext4 --name=rootlv02 --vgname=rootvg --size=256
logvol /tmp --fstype=ext4 --name=rootlv03 --vgname=rootvg --size=128
logvol /usr --fstype=ext4 --name=rootlv04 --vgname=rootvg --size=3072
logvol /var --fstype=ext4 --name=rootlv05 --vgname=rootvg --size=1024
logvol /opt --fstype=ext4 --name=rootlv06 --vgname=rootvg --size=1024
logvol swap --name=LogVol06 --vgname=rootvg --size=1024

View 2 Replies View Related

Fedora Installation :: User Created W/Kickstart Password Is Wrong

Aug 13, 2010

I have a kickstart script that attempts to create user "joeblow" with an encrypted password. The user is created okay, but the password does not seem to "take". After installation is complete, and the system is rebooted, this is the relevant portion of /etc/passwd:

Code:

This is the relevant portion of /etc/shadow:

Code:

Where there are two exclamation points, I would expect the encrypted password (as is the case for the root user, which is also created in the kickstart file).

The relevant line in my kickstart file looks like this:

Code:

That password string, which is 34 characters, is the word "password", encrypted with this command:

Code:

Also in my kickstart file is this line:

Code:

After the install is complete, I reboot and attempt to log in as "joeblow", but no dice. If I log in as root, and manually put the above encrypted password into /etc/shadow for jowblow, I can then log in as joeblow.

View 2 Replies View Related

Fedora Installation :: FC12 Kickstart Installation From CD

Sep 8, 2010

I have made the ks.cfg file with system-config-kickstart and placed it in the root Disk1.iso's root directory.I then made the Disk1.iso with the changes done and burnt the whole Installation image on a CD-ROM.The machine was booted with the the Disk1 and it went well till disk partitioning.Then suddenly installation halted with a message: "Unable to read package metadata. This may be due to a missing repodata directory. Please ensure that your install tree has been correctly generated.

View 3 Replies View Related

Fedora Installation :: FED13 Kickstart - Client Failed - Loader Failed To Mount

Jun 27, 2010

I have configured the remote installation of Fedora 13 with kickstart with nfs installation method. All work ok until I boot the Fedora 13 client system.

Fed13 client system receives the IP address from dhcp, receives the loader, loads vmlinuz and initrd.img from tftp, load anaconda, configures the network and dev eth0, mounts nfs server to load kickstart file, loads kickstart file (language...) but when it tries to mount nfs server to install from Fedora 13 installation tree it fails.

First, I thought that I had an error on my NFS configuration but I was wrong. I opened tty with ALT+F4 on the Fedora 13 client and I sew this error:

Code:

Is this a bug or can I modify anything to correct this error? How?

View 3 Replies View Related

Fedora Installation :: Error "Unable To Read Group Information From Repositories" - Kickstart Install Of F11

Jun 19, 2009

I'm doing a Kickstart install of Fedora 11 with a DVD ISO as the installation source and the ks.cfg file in the root folder of the DVD. The error message I get is: "Unable to read group information from repositories. This is a problem with the generation of your install tree."

View 3 Replies View Related

Fedora Installation :: How To Edit Config.sh

Nov 11, 2010

I am configuring a third party repo (Project fog).Actually i need to know ,How to edit config.sh

The error i am getting is > Checking package: php-gettext...Failed!

The manual say that .
It is a part of the base PHP package. You will need to edit /lib/redhat/config.sh & remove php-gettext from the packages list on line 22 .

View 1 Replies View Related

Fedora Installation :: How To Remove Old Kmods Config

Feb 15, 2009

kmod-nvidia reflects 180.25 version but when I try 'service akmods restart' the check defaults to the original and installed 2.6.27.12-170.2.5.fc10.x86_64' and will not recompile for the newer? All appropriate packages are installed. Running in level 3 as X server won't launch.

View 3 Replies View Related

Fedora Installation :: F11 - System Config Display Will Not Run

Jun 29, 2009

I just updated from Fedora 8 to 10 to 11 today. When I run system-config-display I get the following message:

Traceback (most recent call last):
File "/usr/share/system-config-display/xconf.py", line 33, in <module>
import rhpxl.monitor
ImportError: No module named rhpxl.monitor

If I comment out that line, the next one fails, and so on. I installed a newer package, 1.1.3-2.fc11, because I thought maybe the installer didn't put it on and that behaves the same. Why this won't run? I would desperately like to use my widescreen monitor and I'm hoping that 11 will finally support my intel graphics correctly.

View 14 Replies View Related

Fedora Installation :: System-config-boot Does Nothing

Jan 7, 2011

After an upgrade (preupgrade) from Fedora 12 to 14, system-config-boot opens from the menu and displays the right information but does not change grub.conf. I have searched the forums and found nothing like this. It worked before the upgrade. I have forced a new install of system-config-boot. I can change grub.conf manually. There are no SElinux messages that I can find. It would be nice to get the gui working.

View 4 Replies View Related

Fedora :: Missing Section 2 Man Pages?

Nov 29, 2009

Just installed Fedora 12 x86_64 and love it. But just noticed I'm missing all of the section 2 man pages. Is there a package I'm missing that contains these?? I've got all the standard development packages installed already, and works fine. One example is the gettimeofday() call that works fine in my code, but there's no man page for it.

View 4 Replies View Related

Fedora Installation :: Can't Install F14 | System-config-lvm Failure?

Jan 5, 2011

Been running Fedora for a while now, iterating up through versions to 12. Decided to to a clean install upgrade to 14. Apparently, bug mistake. Everything seems to be progressing fine, but after 'transferring install image to harddrive', the 'Starting Install Process' fails withsystem-config-lvm-1.1.15-1.fc14.narach.rpm cannot be opened.I have no idea what to do with this. I've reburned the install disk a couple of times (and checked the HASH) -- no apparent problems with the install media.Tech details: x86_64 install on a multi-pro box with a 3ware raid 5 controller (5 disk). I've never run LVMs. Two simple hard partitions (/ and /home). Fedora 12 installed with no problems (as did every other version of Fedora <=12).---------- Post added at 12:29 PM ---------- Previous post was at 11:54 AM ----------Some additional information:1 tried Fedora 13 -- wouldn't even recognize my disks. Installer hung at trying to find basic storage. Not a good sign2 tried my old Fedora 12 install DVD -- again, worked like a charm. Expect that F12 repos are now closed.

So, it seems as if some 'change' between F12 and F13/14 has made some part of the install process choke on my 'hardware' (I'm guessing something related to 3ware RAID card). ---------- Post added at 01:51 PM ---------- Previous post was at 12:29 PM ----------I just tried CentOS 5.5 (x86_64). Also installed fine. For some reason, Fedora >= 13 absolutely won't let me get past the problem noted in the OP. I suppose I could go with CentOS (for long EOL support), but I need some of the newer compiler/dev libs in Fedora 14 for some projects I'm working on.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved