I want to install ES4U2 from a kickstart DVD, I have loaded the all the
RPMS’s onto the dvd as well as the ks.cfg file and changed the
isolinux.cfg file. My problem is when it looks for the redhat installations disks, it
says: “CD NOT FOUND Red Hat Enterprise Linux CD was not found in any of your CDROM
drives” Here’s my ks.cfg file: root@ncs-ard1 backup]# more ks.cfg #Generated by Kickstart Configurator #platform=x86, AMD64, or Intel EM64T #System language lang en_SG #Language modules to install langsupport --default=en_US.UTF-8 en_US.UTF-8 #System keyboard keyboard us #System mouse mouse #Sytem timezone timezone --utc America/New_York #Root password rootpw --iscrypted $1$1OOUHcE9$nPOink4oNK7B/1vK06RZl1 bootloader --location=mbr --append="rhgb quiet" #Use text mode install text #Install OS instead of upgrade install #Use CDROM installation media cdrom #System bootloader configuration bootloader --location=mbr #Partitioning clearpart --all --drives=sda,sdb part /boot --fstype ext3 --size=256 --> part /home --fstype ext3 --size=4096 --> part /opt/nnmysql/log --fstype ext3 --size=4096 --> part /opt --fstype ext3 --size=4096 --> part /var --fstype ext3 --size=4096 --> part /usr --fstype ext3 --size=4096 --> part / --fstype ext3 --size=4096 --> part swap --size=2048 --> part /backup --fstype ext3 --size=100 --grow --> part /opt/nnmysql/data --fstype ext3 --size=100 --grow --> #Clear the Master Boot Record #zerombr yes #System authorization infomation auth --useshadow --enablemd5 #Firewall configuration firewall --disabled #Do not configure XWindows skipx #Package install information %packages --resolvedeps @ admin-tools @ system-tools @ gnome-desktop @ dialup @ compat-arch-support @ base-x @ server-cfg kernel-smp e2fsprogs system-config-boot %post My isolinux.cfg file [root@ncs-ard1 isolinux]# more isolinux.cfg default nnks prompt 0 timeout 600 display boot.msg F1 boot.msg F2 options.msg F3 general.msg F4 param.msg F5 rescue.msg F7 snake.msg label nnks kernel vmlinuz append ks=cdrom:/ks.cfg initrd=initrd.img devfs=nomount
ramdisk_size=9216 text directory structure, |