FW: Newbie to kickstart - question about loading linux from dvd

John Brussard jbrussard at netnumber.net
Wed Jun 7 18:18:45 UTC 2006


 

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 at 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 --ondisk=sda

part /home --fstype ext3 --size=4096 --ondisk=sda

part /opt/nnmysql/log --fstype ext3 --size=4096 --ondisk=sda

part /opt --fstype ext3 --size=4096 --ondisk=sda

part /var --fstype ext3 --size=4096 --ondisk=sda

part /usr --fstype ext3 --size=4096 --ondisk=sda

part / --fstype ext3 --size=4096 --ondisk=sda

part swap --size=2048 --ondisk=sda

part /backup --fstype ext3 --size=100 --grow --ondisk=sda

part /opt/nnmysql/data --fstype ext3 --size=100 --grow --ondisk=sdb

#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 at 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,

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20060607/96daa8ee/attachment.htm>


More information about the Kickstart-list mailing list