Sion Khalaf wrote:
I have created that document once :
******************************************************************
*How to install RHEL3 - ES -Update3 with baes Packages on One CDROM.*
*Creating the ISO File *
1. Create Directory called /OneCD
2. Copy the Entire CD #1 (Including Hidden files) into directory
called //OneCD/
Did you perform this step correctly? You could be missing the .discinfo
file.
http://rau.homedns.org/twiki/bin/view/Anaconda/PreparingTheBuildEnvironment
"FOR CD ONE
cd $BASE
mount /mnt/cdrom
cp -a /mnt/cdrom/* $BASE/fedora-original/i386
cp /mnt/cdrom/.discinfo $BASE/fedora-original/i386
umount /mnt/cdrom
3. Then, put inside //OncCD/RedHat/RPMS/ the rest of the packages
You wish to install, from the Second and Third CD`s..
4. Copy the Kickstart file ks.cfg into //OneCD/ks.cfg/
*Using anaconda to generate new CD Format:*
6. /export PYTHONPATH=/usr/lib/anaconda/
7. //usr/lib/anaconda-runtime/pkgorder /OneCD i386 >
/OneCD/RedHat/base/pkgorder/
8. //usr/lib/anaconda-runtime/genhdlist --withnumbers --fileorder
/OneCD/RedHat/base/pkgorder --hdlist /OneCD/RedHat/base/hdlist
/OneCD/
9. /mkisofs -r -T -J -V "RHES3-U3" -b isolinux/isolinux.bin -c
isolinux/boot.cat -no-emul-boot -boot-load-size 4
-boot-info-table -v -o RHES3-U3.iso /OneCD/
10. /implantisomd5 RHES3-U3.iso.iso/
Then Burn the CD and start the installation process.
*************************************************************************
Well ,it works fine for the U3 .
Now I am trying to create the CD for the RHEL3-ES- Update 4 but with no
sucess.
*When strarting the installation of the Machine, when reaching the
installation of the packages*
*it keep asking for CDROM Num. 1*
Does anyone run into that problem before?
Thank you in advance,
Sion