Hello,
I tried to make an automatic install bootable CD, with a kickstart file. I use this command to create my CD :
sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o InstallCD.iso -no-emul-boot -boot-load-size 4 -boot-info-table -hide-rr-moved .
I copied all the contents of the CD #1, on a InstallCD dir, on copied my ks.cfg file into the isolinux directory.
When I try to boot it, it says " This is not a CentOS CD, please intsert an CentOS CD"
Anyone can help me?
On Wed, Jun 17, 2009 at 02:25:07PM +0200, Kévin COUSIN wrote:
Hello,
I tried to make an automatic install bootable CD, with a kickstart file. I use this command to create my CD :
sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o InstallCD.iso -no-emul-boot -boot-load-size 4 -boot-info-table -hide-rr-moved .
I copied all the contents of the CD #1, on a InstallCD dir, on copied my ks.cfg file into the isolinux directory.
When I try to boot it, it says " This is not a CentOS CD, please intsert an CentOS CD"
Anyone can help me?
you are missing the .discinfo file?
Tru
Le mercredi 17 juin 2009 16:26:43, Tru Huynh a écrit :
On Wed, Jun 17, 2009 at 02:25:07PM +0200, Kévin COUSIN wrote:
Hello,
I tried to make an automatic install bootable CD, with a kickstart file. I use this command to create my CD :
sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o InstallCD.iso -no-emul-boot -boot-load-size 4 -boot-info-table -hide-rr-moved .
I copied all the contents of the CD #1, on a InstallCD dir, on copied my ks.cfg file into the isolinux directory.
When I try to boot it, it says " This is not a CentOS CD, please intsert an CentOS CD"
Anyone can help me?
you are missing the .discinfo file?
Tru
Oops, I forgot this file, but I don't know what is it, and how to create it...
thanks,
Le jeudi 18 juin 2009 17:38:09, Phil Schaffner a écrit :
Kévin COUSIN wrote: ...
Oops, I forgot this file, but I don't know what is it, and how to create it...
I'd like to know how to create it, but I have gotten it to work in the past by copying the one from CD#1 or DVD installation media.
Phil _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Yes, it works! I create my first CentOS Media :D
Thanks a lot